Trace number 1109576

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
AbsconMax 112 pc-dOPTIMUM1 85.742 85.7301

DiagnosticValue
CHECKS52863600
NODES638649

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-12-9-mod.xml
MD5SUM36d70e5f554ef963eab8b5f3f6d1ac7d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1.51477
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints30
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=mrdac-ddeg.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1109576-1215805623.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.36	     nbVariables=12  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9  nbTotalValues=108
0.28/0.36	       =>  wckTime=0.114  cpuTime=0.1  mem=7M858
0.28/0.36	   
0.28/0.36	   predicates being loaded...
0.39/0.41	   
0.39/0.41	   constraints being loaded...
0.39/0.46	     nbConstraints=30  nbConflictsStructures=1  nbSharedConflictsStructures=29  nbSharedBinaryRepresentations=0
0.39/0.46	     nbEvaluationManagers=1  nbSharedEvaluationManagers=29  minDegree=5  maxDegree=10  minArity=3  maxArity=3
0.39/0.46	       =>  wckTime=0.218  cpuTime=0.2  mem=11M794
0.50/0.51	   
0.50/0.51	   solver LocalSearchSolver being built... 
0.50/0.54	       =>  wckTime=0.293  cpuTime=0.24  mem=6M406
0.50/0.54	
0.50/0.54	s SATISFIABLE
0.50/0.54	o 4
0.50/0.54	o 3
0.50/0.54	o 2
0.50/0.54	o 1
1.83/1.85	   
1.83/1.85	   search
1.83/1.85	     run=0  nbConstraintChecks=1987050  nbAssignments=10000
1.83/1.85	       =>  wckTime=1.31  cpuTime=1.29  mem=7M398
3.13/3.13	   
3.13/3.13	   search
3.13/3.13	     run=1  nbConstraintChecks=3999219  nbAssignments=20000
3.13/3.13	       =>  wckTime=2.598  cpuTime=2.57  mem=7M398
4.33/4.38	   
4.33/4.38	   search
4.33/4.38	     run=2  nbConstraintChecks=6003351  nbAssignments=30000
4.33/4.38	       =>  wckTime=3.843  cpuTime=3.82  mem=7M398
5.62/5.63	   
5.62/5.63	   search
5.62/5.63	     run=3  nbConstraintChecks=8003805  nbAssignments=40000
5.62/5.63	       =>  wckTime=5.089  cpuTime=5.07  mem=7M398
6.83/6.87	   
6.83/6.87	   search
6.83/6.87	     run=4  nbConstraintChecks=10000779  nbAssignments=50000
6.83/6.87	       =>  wckTime=6.332  cpuTime=6.31  mem=7M398
8.13/8.10	   
8.13/8.10	   search
8.13/8.10	     run=5  nbConstraintChecks=11994854  nbAssignments=60000
8.13/8.10	       =>  wckTime=7.564  cpuTime=7.54  mem=7M398
9.33/9.34	   
9.33/9.34	   search
9.33/9.34	     run=6  nbConstraintChecks=13999105  nbAssignments=70000
9.33/9.34	       =>  wckTime=8.801  cpuTime=8.78  mem=7M398
10.62/10.60	   
10.62/10.60	   search
10.62/10.60	     run=7  nbConstraintChecks=15996815  nbAssignments=80000
10.62/10.60	       =>  wckTime=10.067  cpuTime=10.04  mem=7M398
11.82/11.84	   
11.82/11.84	   search
11.82/11.84	     run=8  nbConstraintChecks=17985039  nbAssignments=90000
11.82/11.84	       =>  wckTime=11.299  cpuTime=11.27  mem=7M398
13.02/13.06	   
13.02/13.06	   search
13.02/13.06	     run=9  nbConstraintChecks=19948350  nbAssignments=100000
13.02/13.06	       =>  wckTime=12.521  cpuTime=12.49  mem=7M398
14.22/14.30	   
14.22/14.30	   search
14.22/14.30	     run=10  nbConstraintChecks=21948469  nbAssignments=110000
14.22/14.30	       =>  wckTime=13.759  cpuTime=13.73  mem=7M398
15.52/15.54	   
15.52/15.54	   search
15.52/15.54	     run=11  nbConstraintChecks=23967784  nbAssignments=120000
15.52/15.54	       =>  wckTime=15.004  cpuTime=14.97  mem=7M398
16.72/16.78	   
16.72/16.78	   search
16.72/16.78	     run=12  nbConstraintChecks=25982832  nbAssignments=130000
16.72/16.78	       =>  wckTime=16.248  cpuTime=16.21  mem=7M398
18.01/18.03	   
18.01/18.03	   search
18.01/18.03	     run=13  nbConstraintChecks=27978924  nbAssignments=140000
18.01/18.03	       =>  wckTime=17.495  cpuTime=17.47  mem=7M398
19.22/19.27	   
19.22/19.27	   search
19.22/19.27	     run=14  nbConstraintChecks=29965520  nbAssignments=150000
19.22/19.27	       =>  wckTime=18.738  cpuTime=18.71  mem=7M398
20.51/20.54	   
20.51/20.54	   search
20.51/20.54	     run=15  nbConstraintChecks=31984132  nbAssignments=160000
20.51/20.54	       =>  wckTime=20.0  cpuTime=19.96  mem=7M398
21.71/21.79	   
21.71/21.79	   search
21.71/21.79	     run=16  nbConstraintChecks=34003234  nbAssignments=170000
21.71/21.79	       =>  wckTime=21.255  cpuTime=21.22  mem=7M398
23.01/23.05	   
23.01/23.05	   search
23.01/23.05	     run=17  nbConstraintChecks=36018617  nbAssignments=180000
23.01/23.05	       =>  wckTime=22.509  cpuTime=22.47  mem=7M398
24.22/24.30	   
24.22/24.30	   search
24.22/24.30	     run=18  nbConstraintChecks=38027052  nbAssignments=190000
24.22/24.30	       =>  wckTime=23.759  cpuTime=23.72  mem=7M398
25.51/25.55	   
25.51/25.55	   search
25.51/25.55	     run=19  nbConstraintChecks=40032407  nbAssignments=200000
25.51/25.55	       =>  wckTime=25.008  cpuTime=24.97  mem=7M398
26.71/26.78	   
26.71/26.78	   search
26.71/26.78	     run=20  nbConstraintChecks=41991465  nbAssignments=210000
26.71/26.78	       =>  wckTime=26.245  cpuTime=26.2  mem=7M398
28.01/28.02	   
28.01/28.02	   search
28.01/28.02	     run=21  nbConstraintChecks=43982343  nbAssignments=220000
28.01/28.02	       =>  wckTime=27.484  cpuTime=27.44  mem=7M398
29.21/29.26	   
29.21/29.26	   search
29.21/29.26	     run=22  nbConstraintChecks=45963526  nbAssignments=230000
29.21/29.26	       =>  wckTime=28.72  cpuTime=28.68  mem=7M398
30.51/30.51	   
30.51/30.51	   search
30.51/30.51	     run=23  nbConstraintChecks=47998434  nbAssignments=240000
30.51/30.51	       =>  wckTime=29.969  cpuTime=29.93  mem=7M398
30.51/30.60	   
30.51/30.60	   search
30.51/30.60	     run=24  nbConstraintChecks=48142813  nbAssignments=240741
30.51/30.60	       =>  wckTime=30.061  cpuTime=30.02  mem=7M398
30.51/30.60	   
30.51/30.60	   global
30.61/30.60	     nbConstraintChecks=48142813  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.61/30.60	     solvingWckTime=30.059  solvingCpuTime=30.02  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.61/30.60	     globalCpuTime=30.3
30.61/30.60	       =>  wckTime=30.354  cpuTime=30.26  mem=7M398
30.61/30.60	   
30.61/30.60	   solver DecomposerSolver being built... 
30.61/30.69	       =>  wckTime=30.444  cpuTime=30.34  mem=17M314
30.61/30.69	   
30.61/30.69	   preprocessing
30.61/30.69	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.61/30.69	     detectedInconsistency=no
30.61/30.69	       =>  wckTime=0.0010  cpuTime=0.0  mem=17M314
85.62/85.69	   
85.62/85.69	   search
85.62/85.69	     run=0  nbConstraintChecks=52863579  nbValidityChecks=87547220  minDepth=0  maxDepth=8  nbPropagations=0
85.62/85.70	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=638649  nbFailedAssignments=317520  nbBacktracks=321130
85.62/85.70	     nbVisitedNodes=1167849
85.62/85.70	       =>  wckTime=55.003  cpuTime=54.98  mem=18M354
85.62/85.70	   
85.62/85.70	   global
85.62/85.70	     nbConstraintChecks=52863579  nbValidityChecks=87547220  solvingWckTime=55.006  solvingCpuTime=54.98  expiredTime=no
85.62/85.70	     totalExploration=yes  nbFoundSolutions=0  upperBound=1  upperBoundWckTime=0.0  upperBoundCpuTime=0.0
85.62/85.70	     globalCpuTime=85.36
85.62/85.70	       =>  wckTime=85.451  cpuTime=85.32  mem=18M354
85.62/85.70	
85.62/85.70	s OPTIMUM FOUND
85.62/85.70	v 6 7 4 2 0 5 8 3 1 0 3 5 
85.62/85.70	d NODES 638649
85.62/85.70	d CHECKS 52863579
85.62/85.70	   
85.62/85.70	   totalWckTime=85.498  totalCpuTime=85.36

Verifier Data (download as text)

OK	1	29
1 unsatisfied constraints, 29 satisfied constraints

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109576-1215805623/watcher-1109576-1215805623 -o /tmp/evaluation-result-1109576-1215805623/solver-1109576-1215805623 -C 3600 -W 4000 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax HOME/instance-1109576-1215805623.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.13 1.59 3/82 16126
/proc/meminfo: memFree=1212240/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=1616 CPUtime=0
/proc/16126/stat : 16126 (java) D 16124 16126 13918 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 37260220 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/16126/statm: 404 148 122 9 0 46 0

[startup+0.0978289 s]
/proc/loadavg: 1.00 1.13 1.59 3/82 16126
/proc/meminfo: memFree=1212240/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=866752 CPUtime=0.09
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 3853 0 1 0 7 2 0 0 18 0 9 0 37260220 887554048 3301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216688 3301 1739 9 0 211243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866752

[startup+0.101827 s]
/proc/loadavg: 1.00 1.13 1.59 3/82 16126
/proc/meminfo: memFree=1212240/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=866752 CPUtime=0.09
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 3894 0 1 0 7 2 0 0 18 0 9 0 37260220 887554048 3335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216688 3336 1750 9 0 211243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866752

[startup+0.301849 s]
/proc/loadavg: 1.00 1.13 1.59 3/82 16126
/proc/meminfo: memFree=1212240/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867132 CPUtime=0.28
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 5814 0 2 0 23 5 0 0 18 0 9 0 37260220 887943168 5190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216783 5190 1953 9 0 211311 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867132

[startup+0.701887 s]
/proc/loadavg: 1.00 1.13 1.59 3/82 16126
/proc/meminfo: memFree=1212240/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867372 CPUtime=0.73
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 8773 0 2 0 63 10 0 0 18 0 9 0 37260220 888188928 7920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 7920 2632 9 0 211348 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 867372

[startup+1.50197 s]
/proc/loadavg: 1.00 1.13 1.59 2/91 16135
/proc/meminfo: memFree=1189576/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867372 CPUtime=1.53
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 8778 0 2 0 122 31 0 0 18 0 9 0 37260220 888188928 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 7925 2632 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=1.38
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 6614 0 2 0 108 30 0 0 25 0 9 0 37260222 888184832 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867372 CPUtime=0.1
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 363 0 0 0 10 0 0 0 17 0 9 0 37260225 888188928 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888184832 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888184832 7925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 867372

[startup+3.10213 s]
/proc/loadavg: 1.00 1.13 1.59 2/91 16135
/proc/meminfo: memFree=1189256/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=3.13
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 8786 0 2 0 236 77 0 0 18 0 9 0 37260220 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 7932 2633 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=2.97
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 6615 0 2 0 222 75 0 0 25 0 9 0 37260222 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867372 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888188928 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867368 CPUtime=0.1
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 370 0 0 0 10 0 0 0 16 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867372 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888188928 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 867368

[startup+6.30146 s]
/proc/loadavg: 1.00 1.13 1.59 2/91 16135
/proc/meminfo: memFree=1189128/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=6.33
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 8787 0 2 0 460 173 0 0 18 0 9 0 37260220 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 7932 2633 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=6.17
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 6616 0 2 0 446 171 0 0 25 0 9 0 37260222 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867368 CPUtime=0.1
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 370 0 0 0 10 0 0 0 16 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 867368

[startup+12.7021 s]
/proc/loadavg: 1.00 1.12 1.58 2/91 16135
/proc/meminfo: memFree=1188936/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=12.72
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 8787 0 2 0 919 353 0 0 18 0 9 0 37260220 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 7932 2633 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=12.56
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 6616 0 2 0 905 351 0 0 25 0 9 0 37260222 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867372 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888188928 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867368 CPUtime=0.1
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 370 0 0 0 10 0 0 0 16 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867372 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888188928 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 867368

[startup+25.5014 s]
/proc/loadavg: 1.00 1.12 1.58 2/91 16135
/proc/meminfo: memFree=1189000/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=25.51
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 8787 0 2 0 1815 736 0 0 18 0 9 0 37260220 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 7932 2633 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=25.35
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 6616 0 2 0 1800 735 0 0 25 0 9 0 37260222 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867372 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888188928 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867372 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888188928 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867372 CPUtime=0.1
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 370 0 0 0 10 0 0 0 16 0 9 0 37260225 888188928 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888184832 7932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 867368

[startup+51.1011 s]
/proc/loadavg: 1.00 1.11 1.56 2/91 16135
/proc/meminfo: memFree=1182216/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=51.14
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 10508 0 2 0 4229 885 0 0 18 0 9 0 37260220 888184832 9652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 9652 2634 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=50.93
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 8300 0 2 0 4209 884 0 0 25 0 9 0 37260222 888184832 9652 996147200 134512640 134550740 4294955952 18446744073709551615 4126759504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 9652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 9652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867368 CPUtime=0.16
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 407 0 0 0 16 0 0 0 15 0 9 0 37260225 888184832 9652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0

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

/proc/16126/statm: 216842 9653 2634 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=63.72
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 8301 0 2 0 5488 884 0 0 25 0 9 0 37260222 888184832 9653 996147200 134512640 134550740 4294955952 18446744073709551615 4126595114 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 9653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 9653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867368 CPUtime=0.16
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 407 0 0 0 16 0 0 0 15 0 9 0 37260225 888184832 9653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888184832 9653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888184832 9653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.93
Current children cumulated vsize (KiB) 867368

[startup+76.7017 s]
/proc/loadavg: 1.00 1.10 1.54 2/91 16135
/proc/meminfo: memFree=1182216/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=76.72
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 10510 0 2 0 6787 885 0 0 18 0 9 0 37260220 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 9654 2634 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=76.51
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 8302 0 2 0 6767 884 0 0 25 0 9 0 37260222 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4126095725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867368 CPUtime=0.16
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 407 0 0 0 16 0 0 0 15 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.72
Current children cumulated vsize (KiB) 867368

[startup+79.903 s]
/proc/loadavg: 1.00 1.09 1.54 2/91 16135
/proc/meminfo: memFree=1182216/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=79.93
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 10510 0 2 0 7108 885 0 0 18 0 9 0 37260220 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 9654 2634 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=79.72
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 8302 0 2 0 7088 884 0 0 25 0 9 0 37260222 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4126591680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867368 CPUtime=0.16
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 407 0 0 0 16 0 0 0 15 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.93
Current children cumulated vsize (KiB) 867368

[startup+83.1013 s]
/proc/loadavg: 1.00 1.09 1.54 2/91 16135
/proc/meminfo: memFree=1182088/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=83.12
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 10510 0 2 0 7427 885 0 0 18 0 9 0 37260220 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 9654 2634 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=82.91
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 8302 0 2 0 7407 884 0 0 25 0 9 0 37260222 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4126788667 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867368 CPUtime=0.16
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 407 0 0 0 16 0 0 0 15 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.12
Current children cumulated vsize (KiB) 867368

[startup+84.7065 s]
/proc/loadavg: 1.00 1.09 1.54 2/91 16135
/proc/meminfo: memFree=1182088/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=84.73
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 10510 0 2 0 7588 885 0 0 18 0 9 0 37260220 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 9654 2634 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=84.52
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 8302 0 2 0 7568 884 0 0 25 0 9 0 37260222 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4126741075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867368 CPUtime=0.16
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 407 0 0 0 16 0 0 0 15 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.73
Current children cumulated vsize (KiB) 867368

[startup+85.5016 s]
/proc/loadavg: 1.00 1.09 1.54 2/91 16135
/proc/meminfo: memFree=1182088/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=85.52
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 10510 0 2 0 7667 885 0 0 18 0 9 0 37260220 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216842 9654 2634 9 0 211348 0
[pid=16126/tid=16128] ppid=16124 vsize=867368 CPUtime=85.31
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 8302 0 2 0 7647 884 0 0 25 0 9 0 37260222 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4126737263 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867368 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867368 CPUtime=0.16
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 407 0 0 0 16 0 0 0 15 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867368 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888184832 9654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.52
Current children cumulated vsize (KiB) 867368

[startup+85.7016 s]
/proc/loadavg: 1.00 1.09 1.54 2/91 16135
/proc/meminfo: memFree=1182088/2055920 swapFree=4180996/4192956
[pid=16126] ppid=16124 vsize=867368 CPUtime=85.72
/proc/16126/stat : 16126 (java) S 16124 16126 13918 0 -1 0 10606 0 2 0 7687 885 0 0 18 0 9 0 37260220 888184832 9749 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16126/statm: 216923 9749 2634 9 0 211429 0
[pid=16126/tid=16128] ppid=16124 vsize=867692 CPUtime=85.51
/proc/16126/task/16128/stat : 16128 (java) R 16124 16126 13918 0 -1 64 8399 0 2 0 7667 884 0 0 25 0 10 0 37260222 888516608 9751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16129] ppid=16124 vsize=867692 CPUtime=0.03
/proc/16126/task/16129/stat : 16129 (java) S 16124 16126 13918 0 -1 64 1106 0 0 0 3 0 0 0 16 0 10 0 37260223 888516608 9755 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16130] ppid=16124 vsize=867692 CPUtime=0
/proc/16126/task/16130/stat : 16130 (java) S 16124 16126 13918 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 37260223 888516608 9756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16131] ppid=16124 vsize=867692 CPUtime=0
/proc/16126/task/16131/stat : 16131 (java) S 16124 16126 13918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37260223 888516608 9756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16132] ppid=16124 vsize=867692 CPUtime=0
/proc/16126/task/16132/stat : 16132 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 37260225 888516608 9757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16133] ppid=16124 vsize=867692 CPUtime=0.16
/proc/16126/task/16133/stat : 16133 (java) S 16124 16126 13918 0 -1 64 407 0 0 0 16 0 0 0 16 0 9 0 37260225 888516608 9757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16134] ppid=16124 vsize=867692 CPUtime=0
/proc/16126/task/16134/stat : 16134 (java) S 16124 16126 13918 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37260225 888516608 9757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16135] ppid=16124 vsize=867692 CPUtime=0
/proc/16126/task/16135/stat : 16135 (java) S 16124 16126 13918 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37260225 888516608 9757 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16126/tid=16136] ppid=-1 vsize=0 CPUtime=0
/proc/16126/task/16136/stat : -- couldn't open stat file --Current children cumulated CPU time (s) 85.72
Current children cumulated vsize (KiB) 867368

Child status: 0
Real time (s): 85.7301
CPU time (s): 85.742
CPU user time (s): 76.8793
CPU system time (s): 8.86265
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 867372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.8793
system time used= 8.86265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10618
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2311
involuntary context switches= 4176

runsolver used 0.13098 second user time and 0.277957 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-11 21:47:03
IDJOB=1109576
IDBENCH=60985
IDSOLVER=360
FILE ID=node67/1109576-1215805623
PBS_JOBID= 7903225
Free space on /tmp= 66436 MiB

SOLVER NAME= AbsconMax 112 pc-d
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-12-9-mod.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109576-1215805623/watcher-1109576-1215805623 -o /tmp/evaluation-result-1109576-1215805623/solver-1109576-1215805623 -C 3600 -W 4000 -M 900 --output-limit 1,15   java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax HOME/instance-1109576-1215805623.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 36d70e5f554ef963eab8b5f3f6d1ac7d
RANDOM SEED=1177588211

node67.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1212720 kB
Buffers:          3336 kB
Cached:          40900 kB
SwapCached:       4724 kB
Active:         787488 kB
Inactive:        11680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1212720 kB
SwapTotal:     4192956 kB
SwapFree:      4180996 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:         772236 kB
Slab:            27776 kB
Committed_AS:   944676 kB
PageTables:       3332 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= 66436 MiB
End job on node67 at 2008-07-11 21:48:29