Trace number 210639

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.87

General information on the benchmark

NamepseudoSeries/fpga/
fpga-30-29.xml
MD5SUMbaa832437a6b296bd72cdf91ca429a96
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 benchmark1562.27
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1305
Number of constraints958
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension958
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/210639-1168075099/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.47	     nbVariables=1305  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.47	       =>  wckTime=0.179  cpuTime=0.13  mem=8M869
0.47	   
0.47	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
1.15	     nbConstraints=958  nbConflictsStructures=3  nbSharedConflictsStructures=896  nbUnbuiltConflictsStructures=2
1.15	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=5  nbSharedEvaluationManagers=953  maxDegree=30  maxArity=30
1.15	       =>  wckTime=0.852  cpuTime=0.68  mem=19M558
1.21	   
1.21	   solver IterativeSystematicSolver being built... 
1.51	       =>  wckTime=1.216  cpuTime=0.94  mem=54M791
1.54	   
1.54	   preprocessing
1.54	     nbConstraintChecks=0  nbPropagations=1305  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.54	     detectedInconsistency=no
1.54	       =>  wckTime=0.031  cpuTime=0.02  mem=55M786
29.16	   
29.16	   search
29.16	     run=0  nbConstraintChecks=8864797  nbValidityChecks=15886  nbPropagations=3831  nbRevisions=16559
29.16	     nbUselessRevisions=15280  nbAssignments=1250  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=1259
29.16	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
29.16	       =>  wckTime=27.643  cpuTime=27.37  mem=18M432
33.56	   
33.56	   search
33.56	     run=1  nbConstraintChecks=10389327  nbValidityChecks=21300  nbPropagations=9588  nbRevisions=39956
33.56	     nbUselessRevisions=36169  nbAssignments=1947  nbFailedAssignments=9  nbBacktracks=244  nbVisitedNodes=1957
33.56	     nbRestartNogoods=2  mapSize=18  nbInferences=0  nbTooLargeKeys=0
33.56	       =>  wckTime=32.045  cpuTime=31.71  mem=20M421
37.97	   
37.97	   search
37.97	     run=2  nbConstraintChecks=11913836  nbValidityChecks=26735  nbPropagations=17274  nbRevisions=70192
37.97	     nbUselessRevisions=62666  nbAssignments=2644  nbFailedAssignments=10  nbBacktracks=479  nbVisitedNodes=2655
37.97	     nbRestartNogoods=3  mapSize=28  nbInferences=0  nbTooLargeKeys=0
37.97	       =>  wckTime=36.461  cpuTime=36.09  mem=21M416
39.02	   
39.02	   search
39.02	     run=3  nbConstraintChecks=12389763  nbValidityChecks=31099  nbPropagations=26806  nbRevisions=106210
39.02	     nbUselessRevisions=93720  nbAssignments=3264  nbFailedAssignments=15  nbBacktracks=519  nbVisitedNodes=3280
39.02	     nbRestartNogoods=4  mapSize=33  nbInferences=0  nbTooLargeKeys=0
39.02	       =>  wckTime=37.505  cpuTime=37.13  mem=23M405
46.73	   
46.73	   search
46.73	     run=4  nbConstraintChecks=14962848  nbValidityChecks=36311  nbPropagations=38288  nbRevisions=148853
46.73	     nbUselessRevisions=130171  nbAssignments=3980  nbFailedAssignments=20  nbBacktracks=770  nbVisitedNodes=4001
46.73	     nbRestartNogoods=9  mapSize=40  nbInferences=0  nbTooLargeKeys=0
46.73	       =>  wckTime=45.216  cpuTime=44.78  mem=24M400
47.76	   
47.76	   search
47.76	     run=5  nbConstraintChecks=15438783  nbValidityChecks=40046  nbPropagations=51582  nbRevisions=196652
47.76	     nbUselessRevisions=170548  nbAssignments=4561  nbFailedAssignments=29  nbBacktracks=845  nbVisitedNodes=4591
47.76	     nbRestartNogoods=10  mapSize=56  nbInferences=0  nbTooLargeKeys=0
47.76	       =>  wckTime=46.245  cpuTime=45.8  mem=25M395
48.82	   
48.82	   search
48.82	     run=6  nbConstraintChecks=15914724  nbValidityChecks=44455  nbPropagations=66824  nbRevisions=250242
48.82	     nbUselessRevisions=215480  nbAssignments=5272  nbFailedAssignments=43  nbBacktracks=964  nbVisitedNodes=5316
48.82	     nbRestartNogoods=12  mapSize=80  nbInferences=0  nbTooLargeKeys=0
48.82	       =>  wckTime=47.309  cpuTime=46.86  mem=27M384
63.24	   
63.24	   search
63.24	     run=7  nbConstraintChecks=20585016  nbValidityChecks=50417  nbPropagations=84180  nbRevisions=311111
63.24	     nbUselessRevisions=266443  nbAssignments=6137  nbFailedAssignments=56  nbBacktracks=1216  nbVisitedNodes=6194
63.24	     nbRestartNogoods=16  mapSize=101  nbInferences=0  nbTooLargeKeys=0
63.24	       =>  wckTime=61.733  cpuTime=61.18  mem=29M373
97.35	   
97.35	   search
97.35	     run=8  nbConstraintChecks=31546725  nbValidityChecks=55879  nbPropagations=103713  nbRevisions=378952
97.35	     nbUselessRevisions=323111  nbAssignments=7046  nbFailedAssignments=82  nbBacktracks=1472  nbVisitedNodes=7129
97.35	     nbRestartNogoods=17  mapSize=138  nbInferences=0  nbTooLargeKeys=0
97.35	       =>  wckTime=95.843  cpuTime=95.02  mem=32M357
295.75	   
295.75	   search
295.75	     run=9  nbConstraintChecks=94019772  nbValidityChecks=65261  nbPropagations=125724  nbRevisions=457034
295.75	     nbUselessRevisions=388568  nbAssignments=8072  nbFailedAssignments=141  nbBacktracks=1859  nbVisitedNodes=8214
295.75	     nbRestartNogoods=23  mapSize=208  nbInferences=0  nbTooLargeKeys=0
295.75	       =>  wckTime=294.235  cpuTime=291.91  mem=34M347
1112.24	   
1112.24	   search
1112.24	     run=10  nbConstraintChecks=353625126  nbValidityChecks=75198  nbPropagations=150780  nbRevisions=545679
1112.25	     nbUselessRevisions=462966  nbAssignments=9495  nbFailedAssignments=388  nbBacktracks=2436  nbVisitedNodes=9884
1112.25	     nbRestartNogoods=25  mapSize=465  nbInferences=0  nbTooLargeKeys=0
1112.25	       =>  wckTime=1110.734  cpuTime=1102.2  mem=38M326

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/node76/watcher-210639-1168075099 -o ROOT/results/node76/solver-210639-1168075099 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210639-1168075099/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: 0.55 0.82 0.92 3/78 31262
/proc/meminfo: memFree=1769592/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=1508 CPUtime=0
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 88 0 0 0 0 0 0 0 19 0 1 0 155907122 1544192 69 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4787201 0 0 4096 0 0 0 0 17 0 0 0
/proc/31261/statm: 377 69 56 14 0 8 0

[startup+0.102021 s]
/proc/loadavg: 0.55 0.82 0.92 3/78 31262
/proc/meminfo: memFree=1769592/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=914992 CPUtime=0.08
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 3026 0 1 0 7 1 0 0 17 0 8 0 155907122 936951808 2774 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153781294 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228748 2774 1440 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914992

[startup+0.510102 s]
/proc/loadavg: 0.55 0.82 0.92 3/78 31262
/proc/meminfo: memFree=1769592/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915332 CPUtime=0.49
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 6954 0 1 0 46 3 0 0 18 0 8 0 155907122 937299968 6695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072930648 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228833 6695 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33227 s]
/proc/loadavg: 0.67 0.84 0.92 3/92 31276
/proc/meminfo: memFree=1646024/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=1.3
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 19244 0 1 0 117 13 0 0 24 0 8 0 155907122 937553920 18983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073524535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 18983 2497 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.07
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 2302 0 0 0 6 1 0 0 16 0 8 0 155907125 937553920 18983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 18983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155907126 937553920 18983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 18983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.19
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 386 0 0 0 18 1 0 0 16 0 8 0 155907129 937553920 18983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 18983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 18983 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) 915580

[startup+2.98258 s]
/proc/loadavg: 0.67 0.84 0.92 3/92 31276
/proc/meminfo: memFree=1637576/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=2.95
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20765 0 1 0 280 15 0 0 25 0 8 0 155907122 937553920 20503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746970 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20503 2534 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3714 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.25
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 424 0 0 0 24 1 0 0 15 0 8 0 155907129 937553920 20503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915580

[startup+6.26122 s]
/proc/loadavg: 0.67 0.84 0.92 3/92 31276
/proc/meminfo: memFree=1624392/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=6.2
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20767 0 1 0 605 15 0 0 25 0 8 0 155907122 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073748682 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20505 2535 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3714 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.25
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 424 0 0 0 24 1 0 0 15 0 8 0 155907129 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915580

[startup+12.7415 s]
/proc/loadavg: 0.87 0.87 0.94 3/92 31276
/proc/meminfo: memFree=1624424/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=12.63
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20767 0 1 0 1248 15 0 0 25 0 8 0 155907122 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754455 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20505 2535 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3714 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.25
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 424 0 0 0 24 1 0 0 15 0 8 0 155907129 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915580

[startup+25.573 s]
/proc/loadavg: 1.04 0.91 0.95 3/92 31278
/proc/meminfo: memFree=1624352/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=25.37
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20769 0 1 0 2522 15 0 0 25 0 8 0 155907122 937553920 20506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073744787 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20506 2535 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3714 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.25
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 426 0 0 0 24 1 0 0 16 0 8 0 155907129 937553920 20506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915580

[startup+51.253 s]
/proc/loadavg: 1.42 1.01 0.98 3/92 31278
/proc/meminfo: memFree=1624424/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=50.85
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20791 0 1 0 5069 16 0 0 25 0 8 0 155907122 937553920 20525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073744768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20525 2538 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3715 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.29
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 442 0 0 0 27 2 0 0 16 0 8 0 155907129 937553920 20525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20525 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915580

[startup+102.507 s]
/proc/loadavg: 1.75 1.16 1.03 3/92 31278
/proc/meminfo: memFree=1624424/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=101.72
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20801 0 1 0 10156 16 0 0 25 0 8 0 155907122 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073466908 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20531 2538 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3715 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.3
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 449 0 0 0 28 2 0 0 17 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 915580

[startup+162.599 s]
/proc/loadavg: 1.90 1.31 1.09 3/92 31278
/proc/meminfo: memFree=1624424/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=161.36
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20802 0 1 0 16120 16 0 0 25 0 8 0 155907122 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752261 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1413.67
Current children cumulated vsize (KiB) 915580

[startup+1484.58 s]
/proc/loadavg: 2.00 1.97 1.75 3/92 31278
/proc/meminfo: memFree=1624104/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=1473.3
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20803 0 1 0 147312 18 0 0 25 0 8 0 155907122 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20531 2538 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3715 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.3
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 449 0 0 0 28 2 0 0 16 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.3
Current children cumulated vsize (KiB) 915580

[startup+1544.67 s]
/proc/loadavg: 2.07 1.99 1.76 3/92 31278
/proc/meminfo: memFree=1624104/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=1532.94
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20803 0 1 0 153275 19 0 0 25 0 8 0 155907122 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751776 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20531 2538 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3715 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.3
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 449 0 0 0 28 2 0 0 16 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.94
Current children cumulated vsize (KiB) 915580

[startup+1604.76 s]
/proc/loadavg: 2.06 2.00 1.78 3/92 31278
/proc/meminfo: memFree=1624104/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=1592.58
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20803 0 1 0 159239 19 0 0 25 0 8 0 155907122 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073744787 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20531 2538 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3715 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.3
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 449 0 0 0 28 2 0 0 16 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.58
Current children cumulated vsize (KiB) 915580

[startup+1664.86 s]
/proc/loadavg: 2.02 2.00 1.79 3/92 31278
/proc/meminfo: memFree=1624104/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=1652.22
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20803 0 1 0 165203 19 0 0 25 0 8 0 155907122 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751828 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20531 2538 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3715 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.3
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 449 0 0 0 28 2 0 0 16 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.22
Current children cumulated vsize (KiB) 915580

[startup+1724.95 s]
/proc/loadavg: 2.01 2.00 1.81 3/92 31278
/proc/meminfo: memFree=1624040/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=1711.87
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20803 0 1 0 171168 19 0 0 25 0 8 0 155907122 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746078 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20531 2538 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3715 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.3
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 449 0 0 0 28 2 0 0 16 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.87
Current children cumulated vsize (KiB) 915580

[startup+1785.04 s]
/proc/loadavg: 2.00 2.00 1.82 3/92 31278
/proc/meminfo: memFree=1624040/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=1771.5
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20803 0 1 0 177131 19 0 0 25 0 8 0 155907122 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754495 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20531 2538 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3715 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.3
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 449 0 0 0 28 2 0 0 16 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.5
Current children cumulated vsize (KiB) 915580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 2.00 2.00 1.82 3/92 31336
/proc/meminfo: memFree=1623256/2055888 swapFree=4096420/4096564
[pid=31261] ppid=31259 vsize=915580 CPUtime=1800.03
/proc/31261/stat : 31261 (java) R 31259 31261 31152 0 -1 0 20803 0 1 0 179984 19 0 0 25 0 8 0 155907122 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752261 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31261/statm: 228895 20531 2538 14 0 215364 0
[pid=31261/tid=31266] ppid=31259 vsize=915580 CPUtime=0.09
/proc/31261/task/31266/stat : 31266 (java) S 31259 31261 31152 0 -1 64 3715 0 0 0 8 1 0 0 16 0 8 0 155907125 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31267] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31267/stat : 31267 (java) S 31259 31261 31152 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31268] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31268/stat : 31268 (java) S 31259 31261 31152 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907126 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31273] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31273/stat : 31273 (java) S 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31274] ppid=31259 vsize=915580 CPUtime=0.3
/proc/31261/task/31274/stat : 31274 (java) S 31259 31261 31152 0 -1 64 449 0 0 0 28 2 0 0 16 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31275] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31275/stat : 31275 (java) S 31259 31261 31152 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31261/tid=31276] ppid=31259 vsize=915580 CPUtime=0
/proc/31261/task/31276/stat : 31276 (java) R 31259 31261 31152 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907129 937553920 20531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915580

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

Child status: 143
Real time (s): 1813.87
CPU time (s): 1800.11
CPU user time (s): 1799.9
CPU system time (s): 0.211967
CPU usage (%): 99.2412
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20817
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= 38096
involuntary context switches= 76180

runsolver used 1.75173 s user time and 4.68329 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sat Jan  6 09:18:19 UTC 2007


IDJOB= 210639
IDBENCH= 4635
FILE ID= node76/210639-1168075099

PBS_JOBID= 3476043

Free space on /tmp= 66639 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-30-29.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210639-1168075099/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-210639-1168075099 -o ROOT/results/node76/solver-210639-1168075099 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210639-1168075099/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  baa832437a6b296bd72cdf91ca429a96

RANDOM SEED= 160583154

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1771456 kB
Buffers:         20904 kB
Cached:         186836 kB
SwapCached:          0 kB
Active:          63088 kB
Inactive:       165076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1771456 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:          30896 kB
Slab:            42320 kB
Committed_AS:  5765592 kB
PageTables:       1624 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66637 MiB



End job on node76 on Sat Jan  6 09:48:34 UTC 2007