Trace number 210801

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.15 1809.09

General information on the benchmark

NamepseudoSeries/uclid/
ooo-burch-dill-6-accl.xml
MD5SUMc3621a55ea125183ef6096030f8fc720
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables23621
Number of constraints67525
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67525
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/210801-1168202279/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.78	     nbVariables=23621  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2
0.78	       =>  wckTime=0.477  cpuTime=0.38  mem=45M278
0.78	   
0.78	   predicates being loaded...
0.79	   
0.79	   constraints being loaded...
10.66	     nbConstraints=65540  nbMergedConstraints=1985  nbSingletonDomainVariables=1  nbConvertedConstraints=43157
10.66	     nbConvertConstraintsChecks=266282  nbExtensionStructures=3  nbSharedExtensionStructures=43154
10.66	     nbConflictsStructures=44  nbSharedConflictsStructures=65496  nbSharedBinaryRepresentations=7
10.66	     nbEvaluationManagers=41  nbSharedEvaluationManagers=22342  maxDegree=619  maxArity=13
10.66	       =>  wckTime=10.358  cpuTime=8.84  mem=193M87
11.08	   
11.08	   solver IterativeSystematicSolver being built... 
12.54	       =>  wckTime=12.24  cpuTime=9.98  mem=201M673
305.03	   
305.03	   INFO : Stopping ESAC
305.04	   
305.04	   preprocessing
305.04	     nbConstraintChecks=348976  nbValidityChecks=226179  nbPropagations=73895  nbRevisions=317199
305.04	     nbUselessRevisions=288129  nbSingletonTests=21214  nbEffectiveSingletonTests=0  nbESACBranches=2
305.04	     nbRemovedValues=38  detectedInconsistency=no
305.04	       =>  wckTime=292.468  cpuTime=291.01  mem=203M704
355.63	   
355.63	   search
355.63	     run=0  nbConstraintChecks=150338  nbValidityChecks=186195  nbPropagations=95166  nbRevisions=509658
355.63	     nbUselessRevisions=459209  nbAssignments=798  nbFailedAssignments=19  nbBacktracks=27  nbVisitedNodes=820
355.63	     nbRestartNogoods=0  mapSize=2  nbInferences=0  nbTooLargeKeys=0
355.63	       =>  wckTime=343.073  cpuTime=341.34  mem=208M781
455.00	   
455.00	   search
455.00	     run=1  nbConstraintChecks=4131908  nbValidityChecks=2468390  nbPropagations=867043  nbRevisions=5307177
455.00	     nbUselessRevisions=4533253  nbAssignments=10359  nbFailedAssignments=21  nbBacktracks=52  nbVisitedNodes=1605
455.00	     nbRestartNogoods=19  mapSize=3  nbInferences=1  nbTooLargeKeys=0
455.00	       =>  wckTime=442.436  cpuTime=440.22  mem=213M858
513.65	   
513.65	   search
513.65	     run=2  nbConstraintChecks=4619044  nbValidityChecks=2852663  nbPropagations=1719366  nbRevisions=10672418
513.65	     nbUselessRevisions=9095157  nbAssignments=12334  nbFailedAssignments=23  nbBacktracks=77  nbVisitedNodes=2390
513.65	     nbRestartNogoods=22  mapSize=4  nbInferences=2  nbTooLargeKeys=0
513.65	       =>  wckTime=501.086  cpuTime=498.57  mem=217M920
573.48	   
573.48	   search
573.48	     run=3  nbConstraintChecks=5106942  nbValidityChecks=3237424  nbPropagations=2652154  nbRevisions=16605468
573.48	     nbUselessRevisions=14144974  nbAssignments=14302  nbFailedAssignments=25  nbBacktracks=149  nbVisitedNodes=3178
573.48	     nbRestartNogoods=25  mapSize=7  nbInferences=4  nbTooLargeKeys=0
573.48	       =>  wckTime=560.924  cpuTime=558.12  mem=221M982
632.16	   
632.16	   search
632.16	     run=4  nbConstraintChecks=5454144  nbValidityChecks=3537167  nbPropagations=3643660  nbRevisions=22956258
632.16	     nbUselessRevisions=19554246  nbAssignments=15529  nbFailedAssignments=27  nbBacktracks=223  nbVisitedNodes=4019
632.16	     nbRestartNogoods=27  mapSize=12  nbInferences=9  nbTooLargeKeys=0
632.16	       =>  wckTime=619.597  cpuTime=616.52  mem=226M44
691.35	   
691.35	   search
691.35	     run=5  nbConstraintChecks=5800255  nbValidityChecks=3835791  nbPropagations=4693895  nbRevisions=29724439
691.35	     nbUselessRevisions=25322622  nbAssignments=16752  nbFailedAssignments=30  nbBacktracks=302  nbVisitedNodes=4867
691.35	     nbRestartNogoods=30  mapSize=18  nbInferences=12  nbTooLargeKeys=0
691.35	       =>  wckTime=678.786  cpuTime=675.42  mem=230M106
752.49	   
752.49	   search
752.49	     run=6  nbConstraintChecks=5921167  nbValidityChecks=4010160  nbPropagations=5765486  nbRevisions=36675873
752.49	     nbUselessRevisions=31253125  nbAssignments=17642  nbFailedAssignments=33  nbBacktracks=429  nbVisitedNodes=5770
752.49	     nbRestartNogoods=33  mapSize=28  nbInferences=19  nbTooLargeKeys=0
752.49	       =>  wckTime=739.93  cpuTime=736.27  mem=234M167
816.35	   
816.35	   search
816.35	     run=7  nbConstraintChecks=6041918  nbValidityChecks=4185493  nbPropagations=6858400  nbRevisions=43810698
816.35	     nbUselessRevisions=37345924  nbAssignments=18573  nbFailedAssignments=36  nbBacktracks=601  nbVisitedNodes=6713
816.35	     nbRestartNogoods=36  mapSize=38  nbInferences=25  nbTooLargeKeys=0
816.35	       =>  wckTime=803.788  cpuTime=799.82  mem=239M245
885.30	   
885.30	   search
885.30	     run=8  nbConstraintChecks=6164308  nbValidityChecks=4360434  nbPropagations=7972844  nbRevisions=51130503
885.30	     nbUselessRevisions=43602392  nbAssignments=19588  nbFailedAssignments=42  nbBacktracks=895  nbVisitedNodes=7748
885.30	     nbRestartNogoods=38  mapSize=56  nbInferences=33  nbTooLargeKeys=0
885.30	       =>  wckTime=872.735  cpuTime=868.44  mem=244M322
964.96	   
964.96	   search
964.96	     run=9  nbConstraintChecks=6291123  nbValidityChecks=4539909  nbPropagations=9109205  nbRevisions=58640948
964.96	     nbUselessRevisions=50027801  nbAssignments=20753  nbFailedAssignments=53  nbBacktracks=1283  nbVisitedNodes=8948
964.96	     nbRestartNogoods=40  mapSize=88  nbInferences=46  nbTooLargeKeys=0
964.96	       =>  wckTime=952.404  cpuTime=947.67  mem=209M983
1056.38	   
1056.38	   search
1056.38	     run=10  nbConstraintChecks=6419205  nbValidityChecks=4719577  nbPropagations=10267681  nbRevisions=66343622
1056.38	     nbUselessRevisions=56623543  nbAssignments=22067  nbFailedAssignments=66  nbBacktracks=1861  nbVisitedNodes=10307
1056.38	     nbRestartNogoods=43  mapSize=132  nbInferences=65  nbTooLargeKeys=0
1056.38	       =>  wckTime=1043.818  cpuTime=1038.64  mem=216M76
1168.83	   
1168.83	   search
1168.83	     run=11  nbConstraintChecks=6693744  nbValidityChecks=5037549  nbPropagations=11452806  nbRevisions=74329513
1168.83	     nbUselessRevisions=63475887  nbAssignments=23679  nbFailedAssignments=114  nbBacktracks=2726  nbVisitedNodes=12075
1168.83	     nbRestartNogoods=44  mapSize=286  nbInferences=90  nbTooLargeKeys=0
1168.83	       =>  wckTime=1156.265  cpuTime=1150.53  mem=223M184
1290.67	   
1290.67	   search
1290.67	     run=12  nbConstraintChecks=7004500  nbValidityChecks=5322497  nbPropagations=12669900  nbRevisions=82604124
1290.67	     nbUselessRevisions=70584696  nbAssignments=25500  nbFailedAssignments=203  nbBacktracks=4023  nbVisitedNodes=14156
1290.67	     nbRestartNogoods=46  mapSize=545  nbInferences=116  nbTooLargeKeys=0
1290.67	       =>  wckTime=1278.115  cpuTime=1271.8  mem=232M324
1417.61	   
1417.61	   search
1417.61	     run=13  nbConstraintChecks=7323010  nbValidityChecks=5534208  nbPropagations=13930702  nbRevisions=91198279
1417.61	     nbUselessRevisions=77968772  nbAssignments=27638  nbFailedAssignments=295  nbBacktracks=6016  nbVisitedNodes=16543
1417.61	     nbRestartNogoods=47  mapSize=793  nbInferences=116  nbTooLargeKeys=0
1417.61	       =>  wckTime=1405.053  cpuTime=1397.98  mem=244M509
1615.67	   
1615.67	   search
1615.67	     run=14  nbConstraintChecks=7925133  nbValidityChecks=5898457  nbPropagations=15269853  nbRevisions=100383892
1615.67	     nbUselessRevisions=85863844  nbAssignments=31000  nbFailedAssignments=453  nbBacktracks=8944  nbVisitedNodes=20300
1615.67	     nbRestartNogoods=48  mapSize=1183  nbInferences=116  nbTooLargeKeys=0
1615.67	       =>  wckTime=1603.105  cpuTime=1594.9  mem=223M369

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/node11/watcher-210801-1168202279 -o ROOT/results/node11/solver-210801-1168202279 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210801-1168202279/unknown.xml 

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

/proc/loadavg: 1.93 1.99 1.97 5/86 9097
/proc/meminfo: memFree=1627088/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=1784 CPUtime=0
/proc/9096/stat : 9096 (java) D 9091 9096 8984 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 168623076 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/9096/statm: 446 140 106 14 0 91 0

[startup+0.106165 s]
/proc/loadavg: 1.93 1.99 1.97 5/86 9097
/proc/meminfo: memFree=1627088/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=914988 CPUtime=0.09
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 3019 0 1 0 7 2 0 0 22 0 8 0 168623076 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155170872 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9096/statm: 228747 2765 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514244 s]
/proc/loadavg: 1.93 1.99 1.97 5/86 9097
/proc/meminfo: memFree=1627088/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=915328 CPUtime=0.48
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 6673 0 1 0 44 4 0 0 25 0 8 0 168623076 937295872 6412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 228832 6412 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33741 s]
/proc/loadavg: 2.02 2.01 1.98 3/101 9125
/proc/meminfo: memFree=1526424/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=915616 CPUtime=1.31
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 19676 0 1 0 120 11 0 0 25 0 8 0 168623076 937590784 19413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 228904 19416 2158 14 0 215374 0
[pid=9096/tid=9112] ppid=9091 vsize=915616 CPUtime=0.12
/proc/9096/task/9112/stat : 9112 (java) R 9091 9096 8984 0 -1 64 3135 0 0 0 11 1 0 0 16 0 8 0 168623080 937590784 19418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=915616 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 937590784 19420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=915616 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168623080 937590784 19423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=915616 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 937590784 19425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=915616 CPUtime=0.15
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 415 0 0 0 15 0 0 0 16 0 8 0 168623083 937590784 19427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=915616 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 937590784 19429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=915616 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 937590784 19431 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915616

[startup+2.98874 s]
/proc/loadavg: 2.02 2.01 1.98 3/101 9125
/proc/meminfo: memFree=1490968/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=915616 CPUtime=2.96
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 24811 0 1 0 281 15 0 0 25 0 8 0 168623076 937590784 24544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073456091 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 228904 24544 2158 14 0 215374 0
[pid=9096/tid=9112] ppid=9091 vsize=915616 CPUtime=0.42
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 8260 0 0 0 38 4 0 0 16 0 8 0 168623080 937590784 24544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=915616 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 937590784 24544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=915616 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168623080 937590784 24544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=915616 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 937590784 24544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=915616 CPUtime=0.15
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 416 0 0 0 15 0 0 0 16 0 8 0 168623083 937590784 24544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=915616 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 937590784 24544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=915616 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 937590784 24544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915616

[startup+6.28839 s]
/proc/loadavg: 2.02 2.01 1.98 3/101 9125
/proc/meminfo: memFree=1467544/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=915748 CPUtime=6.26
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 28895 0 1 0 469 157 0 0 25 0 8 0 168623076 937725952 28623 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 228937 28623 2178 14 0 215407 0
[pid=9096/tid=9112] ppid=9091 vsize=915744 CPUtime=0.66
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 12259 0 0 0 60 6 0 0 17 0 8 0 168623080 937721856 28623 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=915744 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 937721856 28623 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=915748 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168623080 937725952 28623 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=915744 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 937721856 28623 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=915748 CPUtime=0.2
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 435 0 0 0 19 1 0 0 16 0 8 0 168623083 937725952 28623 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=915744 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 937721856 28623 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=915744 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 937721856 28623 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915748

[startup+12.7779 s]
/proc/loadavg: 2.09 2.03 1.98 4/101 9125
/proc/meminfo: memFree=1307872/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=12.71
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 67795 0 1 0 965 306 0 0 25 0 8 0 168623076 938307584 67444 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074271246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 67444 2537 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=1.92
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 50468 0 0 0 167 25 0 0 16 0 8 0 168623080 938307584 67444 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 67444 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 67444 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 67444 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.35
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 670 0 0 0 34 1 0 0 15 0 8 0 168623083 938307584 67444 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 67444 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 67444 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 916316

[startup+25.6444 s]
/proc/loadavg: 2.15 2.04 1.99 3/101 9125
/proc/meminfo: memFree=1294240/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=25.52
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 67811 0 1 0 2245 307 0 0 25 0 8 0 168623076 938307584 67457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074272000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 67457 2537 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=1.92
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 50468 0 0 0 167 25 0 0 16 0 8 0 168623080 938307584 67457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 67457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 67457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 67457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.37
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 686 0 0 0 36 1 0 0 16 0 8 0 168623083 938307584 67457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 67457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 67457 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 916316

[startup+51.2815 s]
/proc/loadavg: 2.10 2.04 1.99 3/101 9125
/proc/meminfo: memFree=1292192/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=51.03
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 67815 0 1 0 4796 307 0 0 25 0 8 0 168623076 938307584 67458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074331493 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 67458 2537 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=1.92
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 50468 0 0 0 167 25 0 0 16 0 8 0 168623080 938307584 67458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 67458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 67458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 67458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.37
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 689 0 0 0 36 1 0 0 16 0 8 0 168623083 938307584 67458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 67458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 67458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 916316

[startup+102.55 s]
/proc/loadavg: 2.07 2.04 2.00 3/101 9125
/proc/meminfo: memFree=1289248/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=102.05
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 67824 0 1 0 9898 307 0 0 25 0 8 0 168623076 938307584 67465 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074343720 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 67465 2539 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=1.92
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 50468 0 0 0 167 25 0 0 16 0 8 0 168623080 938307584 67465 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 67465 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 67465 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 67465 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.39
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 694 0 0 0 37 2 0 0 16 0 8 0 168623083 938307584 67465 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 67465 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 67465 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 916316

[startup+162.567 s]
/proc/loadavg: 2.02 2.03 2.00 4/101 9125
/proc/meminfo: memFree=1286880/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=161.78
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 67824 0 1 0 15871 307 0 0 25 0 8 0 168623076 938307584 67465 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074343737 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.13
Current children cumulated vsize (KiB) 916316

[startup+1483.15 s]
/proc/loadavg: 2.00 2.01 2.00 3/102 9324
/proc/meminfo: memFree=977160/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=1475.77
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 69100 0 1 0 147259 318 0 0 25 0 8 0 168623076 938307584 68725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074263258 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 68725 2540 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=1.97
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 51694 0 0 0 172 25 0 0 16 0 8 0 168623080 938307584 68725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 68725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 68725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 68725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.46
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 729 0 0 0 44 2 0 0 16 0 8 0 168623083 938307584 68725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 68725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 68725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.77
Current children cumulated vsize (KiB) 916316

[startup+1543.18 s]
/proc/loadavg: 2.00 2.01 2.00 3/102 9324
/proc/meminfo: memFree=969232/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=1535.5
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 71116 0 1 0 153231 319 0 0 25 0 8 0 168623076 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074254755 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 70740 2540 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=2.03
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 53709 0 0 0 177 26 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.46
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 729 0 0 0 44 2 0 0 16 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.5
Current children cumulated vsize (KiB) 916316

[startup+1603.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 9324
/proc/meminfo: memFree=969168/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=1595.24
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 71116 0 1 0 159205 319 0 0 25 0 8 0 168623076 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074263376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 70740 2540 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=2.03
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 53709 0 0 0 177 26 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.46
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 729 0 0 0 44 2 0 0 16 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.24
Current children cumulated vsize (KiB) 916316

[startup+1663.23 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 9324
/proc/meminfo: memFree=969168/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=1654.99
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 71118 0 1 0 165179 320 0 0 25 0 8 0 168623076 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480195 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 70740 2540 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=2.03
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 53709 0 0 0 177 26 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.46
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 729 0 0 0 44 2 0 0 16 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.99
Current children cumulated vsize (KiB) 916316

[startup+1723.25 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 9324
/proc/meminfo: memFree=966928/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=1714.71
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 71118 0 1 0 171151 320 0 0 25 0 8 0 168623076 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074263258 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 70740 2540 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=2.03
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 53709 0 0 0 177 26 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.46
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 729 0 0 0 44 2 0 0 16 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.71
Current children cumulated vsize (KiB) 916316

[startup+1783.27 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 9324
/proc/meminfo: memFree=966864/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=1774.45
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 71119 0 1 0 177124 321 0 0 25 0 8 0 168623076 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074263334 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 70740 2540 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=2.03
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 53709 0 0 0 177 26 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.46
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 729 0 0 0 44 2 0 0 16 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.45
Current children cumulated vsize (KiB) 916316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 9324
/proc/meminfo: memFree=966872/2055920 swapFree=4192812/4192956
[pid=9096] ppid=9091 vsize=916316 CPUtime=1800.06
/proc/9096/stat : 9096 (java) R 9091 9096 8984 0 -1 0 71119 0 1 0 179685 321 0 0 25 0 8 0 168623076 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480195 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9096/statm: 229079 70740 2540 14 0 215549 0
[pid=9096/tid=9112] ppid=9091 vsize=916316 CPUtime=2.03
/proc/9096/task/9112/stat : 9112 (java) S 9091 9096 8984 0 -1 64 53709 0 0 0 177 26 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9113] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9113/stat : 9113 (java) S 9091 9096 8984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9114] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9114/stat : 9114 (java) S 9091 9096 8984 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168623080 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9118] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9118/stat : 9118 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9119] ppid=9091 vsize=916316 CPUtime=0.46
/proc/9096/task/9119/stat : 9119 (java) S 9091 9096 8984 0 -1 64 729 0 0 0 44 2 0 0 16 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9096/tid=9120] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9120/stat : 9120 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9096/tid=9121] ppid=9091 vsize=916316 CPUtime=0
/proc/9096/task/9121/stat : 9121 (java) S 9091 9096 8984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168623083 938307584 70740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 916316

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

Child status: 143
Real time (s): 1809.09
CPU time (s): 1800.15
CPU user time (s): 1796.89
CPU system time (s): 3.2585
CPU usage (%): 99.5054
Max. virtual memory (cumulated for all children) (KiB): 916316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.89
system time used= 3.2585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71135
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= 38662
involuntary context switches= 83902

runsolver used 2.13567 s user time and 5.9251 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Jan  7 20:37:59 UTC 2007


IDJOB= 210801
IDBENCH= 4647
FILE ID= node11/210801-1168202279

PBS_JOBID= 3480545

Free space on /tmp= 66318 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-burch-dill-6-accl.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210801-1168202279/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-210801-1168202279 -o ROOT/results/node11/solver-210801-1168202279 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210801-1168202279/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c3621a55ea125183ef6096030f8fc720

RANDOM SEED= 213936553

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.261
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	: 5931.00
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.261
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:       1628048 kB
Buffers:         46732 kB
Cached:         262532 kB
SwapCached:          0 kB
Active:         210940 kB
Inactive:       158856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           25800 kB
Writeback:           0 kB
Mapped:          79492 kB
Slab:            42976 kB
Committed_AS:  4967748 kB
PageTables:       2296 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= 66318 MiB



End job on node11 on Sun Jan  7 21:08:10 UTC 2007