Trace number 1113936

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.24 3645.48

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-15.xml
MD5SUM152be8aa8d76c652ccec1105a92e0891
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.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mrdac-ddeg.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-1113936-1215893626.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.27/0.38	     nbVariables=23  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3  nbTotalValues=69
0.27/0.38	       =>  wckTime=0.15  cpuTime=0.1  mem=7M858
0.27/0.38	   
0.27/0.38	   relations being loaded...
2.64/2.76	   
2.64/2.76	   INFO : Contraction of relations, mem = 106M838
16.06/16.31	   
16.06/16.31	   constraints being loaded...
21.30/21.62	     nbConstraints=16  nbRelationTypes=16  nbExtensionStructures=16  nbSharedExtensionStructures=0
21.30/21.62	     nbConflictsStructures=16  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=7  maxDegree=14
21.30/21.62	     minArity=15  maxArity=15
21.30/21.62	       =>  wckTime=21.389  cpuTime=16.3  mem=641M512
24.85/25.23	   
24.85/25.25	   solver LocalSearchSolver being built... 
24.85/25.27	       =>  wckTime=25.037  cpuTime=16.36  mem=511M128
24.85/25.27	
24.85/25.27	s SATISFIABLE
24.85/25.27	o 15
24.85/25.28	o 14
24.85/25.29	o 13
24.85/25.29	o 12
25.24/25.69	o 11
25.54/25.93	o 10
34.13/34.69	   
34.13/34.69	   search
34.13/34.70	     run=0  nbConstraintChecks=4289761  nbAssignments=10000
34.13/34.70	       =>  wckTime=9.431  cpuTime=9.29  mem=511M128
43.41/44.03	   
43.41/44.03	   search
43.41/44.03	     run=1  nbConstraintChecks=8576199  nbAssignments=20000
43.41/44.03	       =>  wckTime=18.766  cpuTime=18.49  mem=511M128
52.48/53.24	   
52.48/53.24	   search
52.48/53.24	     run=2  nbConstraintChecks=12840329  nbAssignments=30000
52.48/53.24	       =>  wckTime=27.973  cpuTime=27.57  mem=511M128
55.54/56.35	   
55.54/56.35	   search
55.54/56.35	     run=3  nbConstraintChecks=14361008  nbAssignments=33671
55.54/56.35	       =>  wckTime=31.09  cpuTime=30.65  mem=511M128
55.54/56.35	   
55.54/56.36	   global
55.54/56.36	     nbConstraintChecks=14361008  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
55.54/56.36	     solvingWckTime=31.089  solvingCpuTime=30.65  expiredTime=no  totalExploration=no  nbFoundSolutions=0
55.54/56.36	     globalCpuTime=47.06
55.54/56.36	       =>  wckTime=56.126  cpuTime=47.01  mem=511M128
55.54/56.36	   
55.54/56.36	   solver DecomposerSolver being built... 
55.63/56.46	       =>  wckTime=56.233  cpuTime=47.1  mem=522M618
55.63/56.47	   
55.63/56.47	   preprocessing
55.63/56.47	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
55.63/56.47	     detectedInconsistency=no
55.63/56.47	       =>  wckTime=0.0030  cpuTime=0.0  mem=522M618
3600.08/3645.32	v 0 2 0 2 2 2 2 1 1 2 1 0 0 2 2 0 0 1 1 0 0 0 1 

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-1113936-1215893626/watcher-1113936-1215893626 -o /tmp/evaluation-result-1113936-1215893626/solver-1113936-1215893626 -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-1113936-1215893626.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.79 2.64 2.34 4/111 13861
/proc/meminfo: memFree=1723232/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=18572 CPUtime=0
/proc/13861/stat : 13861 (runsolver) R 13859 13861 12673 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 46060355 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13861/statm: 4643 292 257 25 0 2626 0

[startup+0.054496 s]
/proc/loadavg: 2.79 2.64 2.34 4/111 13861
/proc/meminfo: memFree=1723232/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=863688 CPUtime=0.03
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 2422 0 1 0 2 1 0 0 18 0 9 0 46060355 884416512 1997 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 215922 1997 913 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.101506 s]
/proc/loadavg: 2.79 2.64 2.34 4/111 13861
/proc/meminfo: memFree=1723232/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=865984 CPUtime=0.08
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 3760 0 1 0 6 2 0 0 18 0 9 0 46060355 886767616 3219 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216496 3219 1701 9 0 211051 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301543 s]
/proc/loadavg: 2.79 2.64 2.34 4/111 13861
/proc/meminfo: memFree=1723232/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=866156 CPUtime=0.27
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 5625 0 1 0 24 3 0 0 18 0 9 0 46060355 886943744 5040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216539 5040 1906 9 0 211087 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866156

[startup+0.701615 s]
/proc/loadavg: 2.79 2.64 2.34 4/111 13861
/proc/meminfo: memFree=1723232/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=866524 CPUtime=0.67
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 18569 0 1 0 58 9 0 0 18 0 9 0 46060355 887320576 17938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216631 17938 1981 9 0 211159 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866524

[startup+1.50276 s]
/proc/loadavg: 2.79 2.64 2.34 5/120 13870
/proc/meminfo: memFree=1641688/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=866524 CPUtime=1.45
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 32247 0 1 0 130 15 0 0 18 0 9 0 46060355 887320576 31614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216631 31614 1983 9 0 211159 0
[pid=13861/tid=13863] ppid=13859 vsize=866524 CPUtime=1.24
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15687 0 1 0 116 8 0 0 25 0 9 0 46060356 887320576 31614 996147200 134512640 134550740 4294955952 18446744073709551615 4126582977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=866524 CPUtime=0.14
/proc/13861/task/13864/stat : 13864 (java) S 13859 13861 12673 0 -1 64 15568 0 0 0 8 6 0 0 16 0 9 0 46060358 887320576 31614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=866524 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887320576 31614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=866524 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887320576 31614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=866524 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887320576 31614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=866524 CPUtime=0.05
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 295 0 0 0 5 0 0 0 16 0 9 0 46060360 887320576 31614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=866524 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887320576 31614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=866524 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887320576 31614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 866524

[startup+3.10104 s]
/proc/loadavg: 2.79 2.64 2.34 4/120 13870
/proc/meminfo: memFree=1598040/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=866524 CPUtime=3.04
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 37818 0 1 0 285 19 0 0 18 0 9 0 46060355 887320576 37180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216631 37180 1984 9 0 211159 0
[pid=13861/tid=13863] ppid=13859 vsize=866524 CPUtime=2.69
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15701 0 1 0 260 9 0 0 25 0 9 0 46060356 887320576 37180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=866524 CPUtime=0.26
/proc/13861/task/13864/stat : 13864 (java) R 13859 13861 12673 0 -1 64 21120 0 0 0 18 8 0 0 16 0 9 0 46060358 887320576 37180 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=866524 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887320576 37180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=866524 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887320576 37180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=866524 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887320576 37180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=866524 CPUtime=0.07
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 300 0 0 0 7 0 0 0 16 0 9 0 46060360 887320576 37180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=866524 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887320576 37180 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=866524 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887320576 37180 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) 866524

[startup+6.30262 s]
/proc/loadavg: 2.88 2.66 2.35 4/120 13870
/proc/meminfo: memFree=1512216/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=866940 CPUtime=6.2
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 63413 0 1 0 590 30 0 0 18 0 9 0 46060355 887746560 60621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216735 60621 2608 9 0 211263 0
[pid=13861/tid=13863] ppid=13859 vsize=866940 CPUtime=4.63
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15712 0 1 0 454 9 0 0 25 0 9 0 46060356 887746560 60621 996147200 134512640 134550740 4294955952 18446744073709551615 4126568988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=866940 CPUtime=1.47
/proc/13861/task/13864/stat : 13864 (java) S 13859 13861 12673 0 -1 64 46628 0 0 0 128 19 0 0 17 0 9 0 46060358 887746560 60621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=866940 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887746560 60621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=866940 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887746560 60621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=866940 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887746560 60621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=866940 CPUtime=0.08
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 376 0 0 0 8 0 0 0 16 0 9 0 46060360 887746560 60621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=866940 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887746560 60621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=866940 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887746560 60621 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 866940

[startup+12.7018 s]
/proc/loadavg: 2.89 2.67 2.35 4/120 13870
/proc/meminfo: memFree=1333656/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=866940 CPUtime=12.51
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 112156 0 1 0 1197 54 0 0 18 0 9 0 46060355 887746560 109352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216735 109352 2608 9 0 211263 0
[pid=13861/tid=13863] ppid=13859 vsize=866940 CPUtime=9.3
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15724 0 1 0 917 13 0 0 25 0 9 0 46060356 887746560 109352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=866940 CPUtime=3.1
/proc/13861/task/13864/stat : 13864 (java) R 13859 13861 12673 0 -1 64 95359 0 0 0 271 39 0 0 17 0 9 0 46060358 887746560 109352 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=866940 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887746560 109352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=866940 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887746560 109352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=866940 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887746560 109352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=866940 CPUtime=0.08
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 376 0 0 0 8 0 0 0 16 0 9 0 46060360 887746560 109352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=866940 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887746560 109352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=866940 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887746560 109352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 866940

[startup+25.5021 s]
/proc/loadavg: 2.98 2.70 2.37 6/120 13870
/proc/meminfo: memFree=1043800/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=867028 CPUtime=25.14
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 183665 0 1 0 2428 86 0 0 18 0 9 0 46060355 887836672 172356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216757 172356 2637 9 0 211263 0
[pid=13861/tid=13863] ppid=13859 vsize=867028 CPUtime=16.78
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15835 0 1 0 1662 16 0 0 19 0 9 0 46060356 887836672 172356 996147200 134512640 134550740 4294955952 18446744073709551615 4126682957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=867028 CPUtime=8.22
/proc/13861/task/13864/stat : 13864 (java) R 13859 13861 12673 0 -1 64 166726 0 0 0 753 69 0 0 25 0 9 0 46060358 887836672 172356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887836672 172356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887836672 172356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887836672 172356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=867028 CPUtime=0.12
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 407 0 0 0 12 0 0 0 16 0 9 0 46060360 887836672 172356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887836672 172356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887836672 172356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 867028

[startup+51.1026 s]
/proc/loadavg: 2.85 2.69 2.37 4/120 13870
/proc/meminfo: memFree=1043864/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=867028 CPUtime=50.41
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 183675 0 1 0 4840 201 0 0 18 0 9 0 46060355 887836672 172366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216757 172366 2638 9 0 211263 0
[pid=13861/tid=13863] ppid=13859 vsize=867028 CPUtime=42.03
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15835 0 1 0 4073 130 0 0 25 0 9 0 46060356 887836672 172366 996147200 134512640 134550740 4294955952 18446744073709551615 4126677853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=867028 CPUtime=8.22
/proc/13861/task/13864/stat : 13864 (java) S 13859 13861 12673 0 -1 64 166726 0 0 0 753 69 0 0 16 0 9 0 46060358 887836672 172366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887836672 172366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887836672 172366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887836672 172366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=867028 CPUtime=0.13
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 417 0 0 0 13 0 0 0 17 0 9 0 46060360 887836672 172366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=867028 CPUtime=0

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

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

[startup+3402.31 s]
/proc/loadavg: 2.09 2.44 2.55 4/113 13960
/proc/meminfo: memFree=1071584/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=867028 CPUtime=3358.71
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 183790 0 1 0 335634 237 0 0 18 0 9 0 46060355 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216757 172468 2639 9 0 211263 0
[pid=13861/tid=13863] ppid=13859 vsize=867028 CPUtime=3350.25
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15894 0 1 0 334859 166 0 0 25 0 9 0 46060356 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4126843459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=867028 CPUtime=8.22
/proc/13861/task/13864/stat : 13864 (java) S 13859 13861 12673 0 -1 64 166726 0 0 0 753 69 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=867028 CPUtime=0.21
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 473 0 0 0 21 0 0 0 16 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3358.71
Current children cumulated vsize (KiB) 867028

[startup+3462.3 s]
/proc/loadavg: 2.03 2.36 2.52 3/113 13960
/proc/meminfo: memFree=1064224/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=867028 CPUtime=3418.3
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 183790 0 1 0 341593 237 0 0 18 0 9 0 46060355 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216757 172468 2639 9 0 211263 0
[pid=13861/tid=13863] ppid=13859 vsize=867028 CPUtime=3409.84
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15894 0 1 0 340818 166 0 0 25 0 9 0 46060356 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4126843440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=867028 CPUtime=8.22
/proc/13861/task/13864/stat : 13864 (java) S 13859 13861 12673 0 -1 64 166726 0 0 0 753 69 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=867028 CPUtime=0.21
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 473 0 0 0 21 0 0 0 16 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3418.3
Current children cumulated vsize (KiB) 867028

[startup+3522.3 s]
/proc/loadavg: 2.01 2.29 2.48 3/113 13960
/proc/meminfo: memFree=1061856/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=867028 CPUtime=3477.9
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 183790 0 1 0 347553 237 0 0 18 0 9 0 46060355 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216757 172468 2639 9 0 211263 0
[pid=13861/tid=13863] ppid=13859 vsize=867028 CPUtime=3469.44
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15894 0 1 0 346778 166 0 0 25 0 9 0 46060356 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4126682936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=867028 CPUtime=8.22
/proc/13861/task/13864/stat : 13864 (java) S 13859 13861 12673 0 -1 64 166726 0 0 0 753 69 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=867028 CPUtime=0.21
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 473 0 0 0 21 0 0 0 16 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3477.9
Current children cumulated vsize (KiB) 867028

[startup+3582.3 s]
/proc/loadavg: 2.00 2.24 2.45 3/113 13960
/proc/meminfo: memFree=1061856/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=867028 CPUtime=3537.5
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 183790 0 1 0 353513 237 0 0 18 0 9 0 46060355 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216757 172468 2639 9 0 211263 0
[pid=13861/tid=13863] ppid=13859 vsize=867028 CPUtime=3529.04
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15894 0 1 0 352738 166 0 0 25 0 9 0 46060356 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4126677788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=867028 CPUtime=8.22
/proc/13861/task/13864/stat : 13864 (java) S 13859 13861 12673 0 -1 64 166726 0 0 0 753 69 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=867028 CPUtime=0.21
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 473 0 0 0 21 0 0 0 16 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3537.5
Current children cumulated vsize (KiB) 867028

[startup+3642.3 s]
/proc/loadavg: 2.00 2.19 2.42 3/113 13960
/proc/meminfo: memFree=1061856/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=867028 CPUtime=3597.09
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 183790 0 1 0 359472 237 0 0 18 0 9 0 46060355 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216757 172468 2639 9 0 211263 0
[pid=13861/tid=13863] ppid=13859 vsize=867028 CPUtime=3588.63
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15894 0 1 0 358697 166 0 0 25 0 9 0 46060356 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4126677772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=867028 CPUtime=8.22
/proc/13861/task/13864/stat : 13864 (java) S 13859 13861 12673 0 -1 64 166726 0 0 0 753 69 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=867028 CPUtime=0.21
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 473 0 0 0 21 0 0 0 16 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3597.09
Current children cumulated vsize (KiB) 867028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3645.3 s]
/proc/loadavg: 2.00 2.19 2.42 3/113 13960
/proc/meminfo: memFree=1061856/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=867028 CPUtime=3600.08
/proc/13861/stat : 13861 (java) S 13859 13861 12673 0 -1 0 183790 0 1 0 359771 237 0 0 18 0 9 0 46060355 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 216757 172468 2639 9 0 211263 0
[pid=13861/tid=13863] ppid=13859 vsize=867028 CPUtime=3591.62
/proc/13861/task/13863/stat : 13863 (java) R 13859 13861 12673 0 -1 64 15894 0 1 0 358996 166 0 0 25 0 9 0 46060356 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4126682964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13864] ppid=13859 vsize=867028 CPUtime=8.22
/proc/13861/task/13864/stat : 13864 (java) S 13859 13861 12673 0 -1 64 166726 0 0 0 753 69 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13865] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13865/stat : 13865 (java) S 13859 13861 12673 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13866] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13866/stat : 13866 (java) S 13859 13861 12673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46060358 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13867] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13867/stat : 13867 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13868] ppid=13859 vsize=867028 CPUtime=0.21
/proc/13861/task/13868/stat : 13868 (java) S 13859 13861 12673 0 -1 64 473 0 0 0 21 0 0 0 16 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13869] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13869/stat : 13869 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13861/tid=13870] ppid=13859 vsize=867028 CPUtime=0
/proc/13861/task/13870/stat : 13870 (java) S 13859 13861 12673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46060360 887836672 172468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.08
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+3645.42 s]
/proc/loadavg: 2.00 2.19 2.42 3/113 13960
/proc/meminfo: memFree=1061856/2055920 swapFree=4192812/4192956
[pid=13861] ppid=13859 vsize=0 CPUtime=3600.18
/proc/13861/stat : 13861 (java) Z 13859 13861 12673 0 -1 1036 183809 0 1 0 359777 241 0 0 15 0 2 0 46060355 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13861/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 3645.48
CPU time (s): 3600.24
CPU user time (s): 3597.77
CPU system time (s): 2.47362
CPU usage (%): 98.7592
Max. virtual memory (cumulated for all children) (KiB): 884232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.77
system time used= 2.47362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183809
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= 74933
involuntary context switches= 163643

runsolver used 6.16206 second user time and 17.0524 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-12 22:13:51
IDJOB=1113936
IDBENCH=61665
IDSOLVER=360
FILE ID=node89/1113936-1215893626
PBS_JOBID= 7903573
Free space on /tmp= 66452 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 152be8aa8d76c652ccec1105a92e0891
RANDOM SEED=1548752085

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1723712 kB
Buffers:         23000 kB
Cached:         132924 kB
SwapCached:          0 kB
Active:         232656 kB
Inactive:        41284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           72308 kB
Writeback:           0 kB
Mapped:         139656 kB
Slab:            39788 kB
Committed_AS:  1151808 kB
PageTables:       4692 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= 66444 MiB
End job on node89 at 2008-07-12 23:14:40