Trace number 1114008

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-dMSAT (TO)10 3600.22 3627.13

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-5.xml
MD5SUM12bcc8beb38dd34ffc03a20313fd6405
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
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.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mrdac-ddeg.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1114008-1215895044.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.38	     nbVariables=23  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3  nbTotalValues=69
0.28/0.38	       =>  wckTime=0.14  cpuTime=0.12  mem=7M858
0.28/0.38	   
0.28/0.38	   relations being loaded...
2.54/2.63	   
2.54/2.63	   INFO : Contraction of relations, mem = 106M838
15.42/15.66	   
15.42/15.66	   constraints being loaded...
20.87/21.14	     nbConstraints=16  nbRelationTypes=16  nbExtensionStructures=16  nbSharedExtensionStructures=0
20.87/21.14	     nbConflictsStructures=16  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=14
20.87/21.14	     minArity=15  maxArity=15
20.87/21.14	       =>  wckTime=20.901  cpuTime=15.7  mem=642M484
24.53/24.81	   
24.53/24.82	   solver LocalSearchSolver being built... 
24.53/24.85	       =>  wckTime=24.612  cpuTime=15.76  mem=511M192
24.53/24.86	
24.53/24.86	s SATISFIABLE
24.53/24.86	o 14
24.53/24.86	o 13
24.53/24.87	o 12
24.83/25.12	o 11
25.92/26.24	o 10
34.44/34.82	   
34.44/34.82	   search
34.44/34.82	     run=0  nbConstraintChecks=4295924  nbAssignments=10000
34.44/34.82	       =>  wckTime=9.969  cpuTime=9.85  mem=511M192
44.24/44.76	   
44.24/44.76	   search
44.24/44.76	     run=1  nbConstraintChecks=8575756  nbAssignments=20000
44.24/44.76	       =>  wckTime=19.904  cpuTime=19.69  mem=511M192
54.06/54.61	   
54.06/54.61	   search
54.06/54.61	     run=2  nbConstraintChecks=12872570  nbAssignments=30000
54.06/54.61	       =>  wckTime=29.759  cpuTime=29.45  mem=511M192
55.93/56.55	   
55.93/56.55	   search
55.93/56.55	     run=3  nbConstraintChecks=13709556  nbAssignments=31943
55.93/56.55	       =>  wckTime=31.694  cpuTime=31.37  mem=511M192
55.93/56.55	   
55.93/56.55	   global
55.93/56.55	     nbConstraintChecks=13709556  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
55.93/56.55	     solvingWckTime=31.692  solvingCpuTime=31.37  expiredTime=no  totalExploration=no  nbFoundSolutions=0
55.93/56.55	     globalCpuTime=47.19
55.93/56.55	       =>  wckTime=56.305  cpuTime=47.13  mem=511M192
55.93/56.55	   
55.93/56.55	   solver DecomposerSolver being built... 
56.03/56.66	       =>  wckTime=56.422  cpuTime=47.22  mem=522M629
56.03/56.67	   
56.03/56.67	   preprocessing
56.03/56.67	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
56.03/56.67	     detectedInconsistency=no
56.03/56.67	       =>  wckTime=0.0030  cpuTime=0.0  mem=522M629
3600.09/3627.01	v 1 1 1 2 1 2 2 0 1 0 2 1 1 0 1 2 0 0 2 1 1 0 2 

Verifier Data (download as text)

OK	10	6
10 unsatisfied constraints, 6 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-1114008-1215895044/watcher-1114008-1215895044 -o /tmp/evaluation-result-1114008-1215895044/solver-1114008-1215895044 -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-1114008-1215895044.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: 2.01 2.00 2.00 4/80 16737
/proc/meminfo: memFree=1080176/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=18572 CPUtime=0
/proc/16737/stat : 16737 (runsolver) R 16735 16737 16514 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 46204101 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 236437695783 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16737/statm: 4643 292 257 25 0 2626 0

[startup+0.0306649 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 16737
/proc/meminfo: memFree=1080176/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=861228 CPUtime=0.01
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 1709 0 1 0 0 1 0 0 18 0 3 0 46204101 881897472 1406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 215307 1406 563 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.10197 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 16737
/proc/meminfo: memFree=1080176/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=865984 CPUtime=0.08
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 3697 0 1 0 6 2 0 0 18 0 9 0 46204101 886767616 3171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216496 3171 1678 9 0 211051 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302999 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 16737
/proc/meminfo: memFree=1080176/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=866236 CPUtime=0.28
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 5688 0 1 0 24 4 0 0 18 0 9 0 46204101 887025664 5074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216559 5074 1944 9 0 211087 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866236

[startup+0.701053 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 16737
/proc/meminfo: memFree=1080176/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=866536 CPUtime=0.68
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 18564 0 1 0 58 10 0 0 18 0 9 0 46204101 887332864 17933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216634 17933 1981 9 0 211162 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866536

[startup+1.50113 s]
/proc/loadavg: 2.01 2.00 2.00 4/89 16746
/proc/meminfo: memFree=996456/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=866536 CPUtime=1.46
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 32251 0 1 0 129 17 0 0 18 0 9 0 46204101 887332864 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216634 31618 1983 9 0 211162 0
[pid=16737/tid=16739] ppid=16735 vsize=866536 CPUtime=1.24
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15667 0 1 0 115 9 0 0 25 0 9 0 46204103 887332864 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4126419074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16740] ppid=16735 vsize=866536 CPUtime=0.14
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 15564 0 0 0 7 7 0 0 16 0 9 0 46204104 887332864 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=866536 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887332864 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=866536 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887332864 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=866536 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887332864 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=866536 CPUtime=0.06
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 323 0 0 0 6 0 0 0 16 0 9 0 46204107 887332864 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=866536 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887332864 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=866536 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887332864 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866536

[startup+3.10175 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 16746
/proc/meminfo: memFree=953768/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=866536 CPUtime=3.04
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 40389 0 1 0 282 22 0 0 18 0 9 0 46204101 887332864 39751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216634 39751 1984 9 0 211162 0
[pid=16737/tid=16739] ppid=16735 vsize=866536 CPUtime=2.55
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15681 0 1 0 245 10 0 0 25 0 9 0 46204103 887332864 39751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16740] ppid=16735 vsize=866536 CPUtime=0.39
/proc/16737/task/16740/stat : 16740 (java) R 16735 16737 16514 0 -1 64 23682 0 0 0 28 11 0 0 17 0 9 0 46204104 887332864 39751 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=866536 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887332864 39751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=866536 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887332864 39751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=866536 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887332864 39751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=866536 CPUtime=0.08
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 46204107 887332864 39751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=866536 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887332864 39751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=866536 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887332864 39751 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 866536

[startup+6.30269 s]
/proc/loadavg: 2.09 2.02 2.01 3/89 16746
/proc/meminfo: memFree=870312/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=866940 CPUtime=6.21
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 64880 0 1 0 588 33 0 0 18 0 9 0 46204101 887746560 62086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216735 62086 2608 9 0 211263 0
[pid=16737/tid=16739] ppid=16735 vsize=866940 CPUtime=4.5
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15694 0 1 0 438 12 0 0 25 0 9 0 46204103 887746560 62086 996147200 134512640 134550740 4294955952 18446744073709551615 4126613310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16740] ppid=16735 vsize=866940 CPUtime=1.6
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 48085 0 0 0 140 20 0 0 16 0 9 0 46204104 887746560 62086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=866940 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887746560 62086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=866940 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887746560 62086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=866940 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887746560 62086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=866940 CPUtime=0.09
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 404 0 0 0 9 0 0 0 16 0 9 0 46204107 887746560 62086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=866940 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887746560 62086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=866940 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887746560 62086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 866940

[startup+12.7014 s]
/proc/loadavg: 2.08 2.02 2.00 4/89 16746
/proc/meminfo: memFree=685160/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=866940 CPUtime=12.55
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 113081 0 1 0 1200 55 0 0 18 0 9 0 46204101 887746560 110276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216735 110276 2608 9 0 211263 0
[pid=16737/tid=16739] ppid=16735 vsize=866940 CPUtime=9.14
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15705 0 1 0 899 15 0 0 25 0 9 0 46204103 887746560 110276 996147200 134512640 134550740 4294955952 18446744073709551615 4126419081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16740] ppid=16735 vsize=866940 CPUtime=3.3
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 96275 0 0 0 291 39 0 0 18 0 9 0 46204104 887746560 110276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=866940 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887746560 110276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=866940 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887746560 110276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=866940 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887746560 110276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=866940 CPUtime=0.09
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 404 0 0 0 9 0 0 0 16 0 9 0 46204107 887746560 110276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=866940 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887746560 110276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=866940 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887746560 110276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 866940

[startup+25.5029 s]
/proc/loadavg: 2.13 2.03 2.01 3/89 16746
/proc/meminfo: memFree=400168/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=867028 CPUtime=25.22
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 183565 0 1 0 2437 85 0 0 18 0 9 0 46204101 887836672 172360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216757 172360 2637 9 0 211263 0
[pid=16737/tid=16739] ppid=16735 vsize=867028 CPUtime=16.6
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15814 0 1 0 1642 18 0 0 22 0 9 0 46204103 887836672 172360 996147200 134512640 134550740 4294955952 18446744073709551615 4126684173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16740] ppid=16735 vsize=867028 CPUtime=8.47
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 166618 0 0 0 781 66 0 0 25 0 9 0 46204104 887836672 172360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887836672 172360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887836672 172360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887836672 172360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=867028 CPUtime=0.14
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 436 0 0 0 14 0 0 0 16 0 9 0 46204107 887836672 172360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887836672 172360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887836672 172360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 867028

[startup+51.1028 s]
/proc/loadavg: 2.08 2.03 2.01 3/89 16746
/proc/meminfo: memFree=400104/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=867028 CPUtime=50.59
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 183577 0 1 0 4869 190 0 0 18 0 9 0 46204101 887836672 172371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216757 172371 2638 9 0 211263 0
[pid=16737/tid=16739] ppid=16735 vsize=867028 CPUtime=41.93
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15815 0 1 0 4071 122 0 0 25 0 9 0 46204103 887836672 172371 996147200 134512640 134550740 4294955952 18446744073709551615 4126684220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16740] ppid=16735 vsize=867028 CPUtime=8.47
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 166618 0 0 0 781 66 0 0 16 0 9 0 46204104 887836672 172371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887836672 172371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887836672 172371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887836672 172371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=867028 CPUtime=0.15
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 447 0 0 0 15 0 0 0 16 0 9 0 46204107 887836672 172371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=867028 CPUtime=0

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

Current children cumulated CPU time (s) 3255.52
Current children cumulated vsize (KiB) 867028

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16786
/proc/meminfo: memFree=1126816/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=867028 CPUtime=3315.49
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 183693 0 1 0 331328 221 0 0 18 0 9 0 46204101 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216757 172472 2639 9 0 211263 0
[pid=16737/tid=16739] ppid=16735 vsize=867028 CPUtime=3306.76
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15875 0 1 0 330523 153 0 0 25 0 9 0 46204103 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4126684144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16737/tid=16740] ppid=16735 vsize=867028 CPUtime=8.47
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 166618 0 0 0 781 66 0 0 16 0 9 0 46204104 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=867028 CPUtime=0.23
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 503 0 0 0 23 0 0 0 16 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3315.49
Current children cumulated vsize (KiB) 867028

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16786
/proc/meminfo: memFree=1126752/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=867028 CPUtime=3375.47
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 183693 0 1 0 337326 221 0 0 18 0 9 0 46204101 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216757 172472 2639 9 0 211263 0
[pid=16737/tid=16739] ppid=16735 vsize=867028 CPUtime=3366.74
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15875 0 1 0 336521 153 0 0 25 0 9 0 46204103 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4126748081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16737/tid=16740] ppid=16735 vsize=867028 CPUtime=8.47
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 166618 0 0 0 781 66 0 0 16 0 9 0 46204104 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=867028 CPUtime=0.23
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 503 0 0 0 23 0 0 0 16 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3375.47
Current children cumulated vsize (KiB) 867028

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16786
/proc/meminfo: memFree=1126624/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=867028 CPUtime=3435.44
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 183693 0 1 0 343323 221 0 0 18 0 9 0 46204101 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216757 172472 2639 9 0 211263 0
[pid=16737/tid=16739] ppid=16735 vsize=867028 CPUtime=3426.71
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15875 0 1 0 342518 153 0 0 25 0 9 0 46204103 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4126684173 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16737/tid=16740] ppid=16735 vsize=867028 CPUtime=8.47
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 166618 0 0 0 781 66 0 0 16 0 9 0 46204104 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=867028 CPUtime=0.23
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 503 0 0 0 23 0 0 0 16 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3435.44
Current children cumulated vsize (KiB) 867028

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16786
/proc/meminfo: memFree=1126560/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=867028 CPUtime=3495.42
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 183693 0 1 0 349321 221 0 0 18 0 9 0 46204101 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216757 172472 2639 9 0 211263 0
[pid=16737/tid=16739] ppid=16735 vsize=867028 CPUtime=3486.69
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15875 0 1 0 348516 153 0 0 25 0 9 0 46204103 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4126679004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16737/tid=16740] ppid=16735 vsize=867028 CPUtime=8.47
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 166618 0 0 0 781 66 0 0 16 0 9 0 46204104 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=867028 CPUtime=0.23
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 503 0 0 0 23 0 0 0 16 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3495.42
Current children cumulated vsize (KiB) 867028

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16786
/proc/meminfo: memFree=1126496/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=867028 CPUtime=3555.4
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 183693 0 1 0 355319 221 0 0 18 0 9 0 46204101 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216757 172472 2639 9 0 211263 0
[pid=16737/tid=16739] ppid=16735 vsize=867028 CPUtime=3546.68
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15875 0 1 0 354514 154 0 0 25 0 9 0 46204103 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4126748112 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16737/tid=16740] ppid=16735 vsize=867028 CPUtime=8.47
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 166618 0 0 0 781 66 0 0 16 0 9 0 46204104 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=867028 CPUtime=0.23
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 503 0 0 0 23 0 0 0 16 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3555.4
Current children cumulated vsize (KiB) 867028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3627 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16786
/proc/meminfo: memFree=1126496/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=867028 CPUtime=3600.09
/proc/16737/stat : 16737 (java) S 16735 16737 16514 0 -1 0 183693 0 1 0 359787 222 0 0 18 0 9 0 46204101 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16737/statm: 216757 172472 2639 9 0 211263 0
[pid=16737/tid=16739] ppid=16735 vsize=867028 CPUtime=3591.36
/proc/16737/task/16739/stat : 16739 (java) R 16735 16737 16514 0 -1 64 15875 0 1 0 358982 154 0 0 25 0 9 0 46204103 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4126684220 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16737/tid=16740] ppid=16735 vsize=867028 CPUtime=8.47
/proc/16737/task/16740/stat : 16740 (java) S 16735 16737 16514 0 -1 64 166618 0 0 0 781 66 0 0 16 0 9 0 46204104 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16741] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16741/stat : 16741 (java) S 16735 16737 16514 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16742] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16742/stat : 16742 (java) S 16735 16737 16514 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46204105 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16743] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16743/stat : 16743 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16744] ppid=16735 vsize=867028 CPUtime=0.23
/proc/16737/task/16744/stat : 16744 (java) S 16735 16737 16514 0 -1 64 503 0 0 0 23 0 0 0 16 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16745] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16745/stat : 16745 (java) S 16735 16737 16514 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16737/tid=16746] ppid=16735 vsize=867028 CPUtime=0
/proc/16737/task/16746/stat : 16746 (java) S 16735 16737 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46204107 887836672 172472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 867028

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

Solver just ended. Dumping a history of the last processes samples

[startup+3627.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16786
/proc/meminfo: memFree=1126496/2055920 swapFree=4192812/4192956
[pid=16737] ppid=16735 vsize=0 CPUtime=3600.2
/proc/16737/stat : 16737 (java) Z 16735 16737 16514 0 -1 1036 183711 0 1 0 359790 230 0 0 16 0 2 0 46204101 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16737/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 3627.13
CPU time (s): 3600.22
CPU user time (s): 3597.9
CPU system time (s): 2.32165
CPU usage (%): 99.2582
Max. virtual memory (cumulated for all children) (KiB): 884232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.9
system time used= 2.32165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183711
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= 74618
involuntary context switches= 135990

runsolver used 4.23036 second user time and 12.2881 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-12 22:37:29
IDJOB=1114008
IDBENCH=61674
IDSOLVER=360
FILE ID=node62/1114008-1215895044
PBS_JOBID= 7903686
Free space on /tmp= 65120 MiB

SOLVER NAME= AbsconMax 112 pc-d
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-5.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-1114008-1215895044/watcher-1114008-1215895044 -o /tmp/evaluation-result-1114008-1215895044/solver-1114008-1215895044 -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-1114008-1215895044.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12bcc8beb38dd34ffc03a20313fd6405
RANDOM SEED=958756663

node62.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.232
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.232
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:       1080656 kB
Buffers:         12592 kB
Cached:         208068 kB
SwapCached:          0 kB
Active:         875368 kB
Inactive:        42032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1080656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           72412 kB
Writeback:           0 kB
Mapped:         717108 kB
Slab:            41512 kB
Committed_AS:   984576 kB
PageTables:       3268 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65180 MiB
End job on node62 at 2008-07-12 23:37:58