Trace number 1113984

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.16 3615.66

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-11.xml
MD5SUM46f9f16e144e9b9327244c4ffc988055
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.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mrdac-ddeg.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1113984-1215894451.xml
0.28/0.33	   
0.28/0.33	   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.137  cpuTime=0.12  mem=7M858
0.28/0.38	   
0.28/0.38	   relations being loaded...
2.56/2.63	   
2.56/2.63	   INFO : Contraction of relations, mem = 106M838
15.48/15.69	   
15.48/15.69	   constraints being loaded...
20.84/21.08	     nbConstraints=16  nbRelationTypes=16  nbExtensionStructures=16  nbSharedExtensionStructures=0
20.84/21.08	     nbConflictsStructures=16  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=14
20.84/21.08	     minArity=15  maxArity=15
20.84/21.08	       =>  wckTime=20.845  cpuTime=15.71  mem=642M506
24.52/24.72	   
24.52/24.74	   solver LocalSearchSolver being built... 
24.52/24.76	       =>  wckTime=24.523  cpuTime=15.77  mem=511M211
24.52/24.77	
24.52/24.77	s SATISFIABLE
24.52/24.77	o 15
24.52/24.77	o 14
24.52/24.78	o 13
24.52/24.79	o 12
24.62/24.80	o 11
24.92/25.18	o 10
34.27/34.55	   
34.27/34.55	   search
34.27/34.55	     run=0  nbConstraintChecks=4297663  nbAssignments=10000
34.27/34.55	       =>  wckTime=9.793  cpuTime=9.71  mem=511M211
43.91/44.24	   
43.91/44.24	   search
43.91/44.24	     run=1  nbConstraintChecks=8597192  nbAssignments=20000
43.91/44.24	       =>  wckTime=19.478  cpuTime=19.34  mem=511M211
53.55/53.92	   
53.55/53.92	   search
53.55/53.92	     run=2  nbConstraintChecks=12888041  nbAssignments=30000
53.55/53.92	       =>  wckTime=29.158  cpuTime=28.95  mem=511M211
54.95/55.37	   
54.95/55.37	   search
54.95/55.37	     run=3  nbConstraintChecks=13536516  nbAssignments=31514
54.95/55.37	       =>  wckTime=30.612  cpuTime=30.41  mem=511M211
54.95/55.37	   
54.95/55.37	   global
54.95/55.37	     nbConstraintChecks=13536516  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
54.95/55.37	     solvingWckTime=30.61  solvingCpuTime=30.41  expiredTime=no  totalExploration=no  nbFoundSolutions=0
54.95/55.37	     globalCpuTime=46.24
54.95/55.37	       =>  wckTime=55.135  cpuTime=46.18  mem=511M211
54.95/55.37	   
54.95/55.37	   solver DecomposerSolver being built... 
55.04/55.49	       =>  wckTime=55.249  cpuTime=46.27  mem=522M648
55.04/55.49	   
55.04/55.49	   preprocessing
55.04/55.49	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
55.04/55.49	     detectedInconsistency=no
55.04/55.49	       =>  wckTime=0.0030  cpuTime=0.0  mem=522M648
3600.01/3615.51	v 0 2 1 2 2 0 2 1 2 2 2 1 1 2 2 0 0 0 1 0 0 2 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-1113984-1215894451/watcher-1113984-1215894451 -o /tmp/evaluation-result-1113984-1215894451/solver-1113984-1215894451 -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-1113984-1215894451.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.00 2.20 4/88 13503
/proc/meminfo: memFree=1305672/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=10616 CPUtime=0
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 46143262 10870784 472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 2654 472 209 9 0 1184 0
[pid=13503/tid=13504] ppid=13501 vsize=10616 CPUtime=0
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 46143264 10870784 472 996147200 134512640 134550740 4294955952 18446744073709551615 8556504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.042192 s]
/proc/loadavg: 1.93 2.00 2.20 4/88 13503
/proc/meminfo: memFree=1305672/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=861876 CPUtime=0.02
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 2256 0 1 0 1 1 0 0 18 0 5 0 46143262 882561024 1865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 215469 1865 855 9 0 210448 0
[pid=13503/tid=13504] ppid=13501 vsize=861876 CPUtime=0.02
/proc/13503/task/13504/stat : 13504 (java) D 13501 13503 13236 0 -1 64 1580 0 1 0 1 1 0 0 17 0 5 0 46143264 882561024 1881 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.107201 s]
/proc/loadavg: 1.93 2.00 2.20 4/88 13503
/proc/meminfo: memFree=1305672/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=865984 CPUtime=0.09
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 3833 0 1 0 7 2 0 0 18 0 9 0 46143262 886767616 3281 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216496 3281 1730 9 0 211051 0
[pid=13503/tid=13504] ppid=13501 vsize=865984 CPUtime=0.07
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 2931 0 1 0 6 1 0 0 18 0 9 0 46143264 886767616 3281 996147200 134512640 134550740 4294955952 18446744073709551615 102477089 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.30122 s]
/proc/loadavg: 1.93 2.00 2.20 4/88 13503
/proc/meminfo: memFree=1305672/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=866236 CPUtime=0.28
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 5733 0 1 0 24 4 0 0 18 0 9 0 46143262 887025664 5108 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216559 5108 1952 9 0 211087 0
[pid=13503/tid=13504] ppid=13501 vsize=866236 CPUtime=0.25
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 4809 0 1 0 22 3 0 0 18 0 9 0 46143264 887025664 5108 996147200 134512640 134550740 4294955952 18446744073709551615 103669824 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866236

[startup+0.702275 s]
/proc/loadavg: 1.93 2.00 2.20 4/88 13503
/proc/meminfo: memFree=1305672/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=866508 CPUtime=0.69
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 18562 0 1 0 59 10 0 0 18 0 9 0 46143262 887304192 17931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216627 17931 1981 9 0 211155 0
[pid=13503/tid=13504] ppid=13501 vsize=866508 CPUtime=0.59
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 13460 0 1 0 52 7 0 0 20 0 9 0 46143264 887304192 17931 996147200 134512640 134550740 4294955952 18446744073709551615 104454831 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866508

[startup+1.50237 s]
/proc/loadavg: 1.93 2.00 2.20 4/97 13512
/proc/meminfo: memFree=1221056/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=866508 CPUtime=1.47
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 32251 0 1 0 131 16 0 0 18 0 9 0 46143262 887304192 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216627 31618 1983 9 0 211155 0
[pid=13503/tid=13504] ppid=13501 vsize=866508 CPUtime=1.24
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15666 0 1 0 115 9 0 0 25 0 9 0 46143264 887304192 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4126564298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13506] ppid=13501 vsize=866508 CPUtime=0.14
/proc/13503/task/13506/stat : 13506 (java) S 13501 13503 13236 0 -1 64 15569 0 0 0 8 6 0 0 16 0 9 0 46143265 887304192 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=866508 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887304192 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=866508 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887304192 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=866508 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887304192 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=866508 CPUtime=0.06
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 320 0 0 0 6 0 0 0 15 0 9 0 46143267 887304192 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=866508 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887304192 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=866508 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887304192 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.47
Current children cumulated vsize (KiB) 866508

[startup+3.10155 s]
/proc/loadavg: 1.93 2.00 2.20 3/97 13512
/proc/meminfo: memFree=1181312/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=866508 CPUtime=3.05
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 40344 0 1 0 283 22 0 0 18 0 9 0 46143262 887304192 39706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216627 39706 1984 9 0 211155 0
[pid=13503/tid=13504] ppid=13501 vsize=866508 CPUtime=2.56
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15680 0 1 0 246 10 0 0 25 0 9 0 46143264 887304192 39706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13506] ppid=13501 vsize=866508 CPUtime=0.38
/proc/13503/task/13506/stat : 13506 (java) R 13501 13503 13236 0 -1 64 23642 0 0 0 28 10 0 0 17 0 9 0 46143265 887304192 39706 996147200 134512640 134550740 4294955952 18446744073709551615 102516785 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=866508 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887304192 39706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=866508 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887304192 39706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=866508 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887304192 39706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=866508 CPUtime=0.07
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 46143267 887304192 39706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=866508 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887304192 39706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=866508 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887304192 39706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 866508

[startup+6.30293 s]
/proc/loadavg: 2.01 2.02 2.20 4/97 13512
/proc/meminfo: memFree=1097984/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=866940 CPUtime=6.23
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 64879 0 1 0 590 33 0 0 18 0 9 0 46143262 887746560 62085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216735 62085 2608 9 0 211263 0
[pid=13503/tid=13504] ppid=13501 vsize=866940 CPUtime=4.51
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15693 0 1 0 440 11 0 0 25 0 9 0 46143264 887746560 62085 996147200 134512640 134550740 4294955952 18446744073709551615 4126613182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13506] ppid=13501 vsize=866940 CPUtime=1.59
/proc/13503/task/13506/stat : 13506 (java) S 13501 13503 13236 0 -1 64 48090 0 0 0 139 20 0 0 16 0 9 0 46143265 887746560 62085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=866940 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887746560 62085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=866940 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887746560 62085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=866940 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887746560 62085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=866940 CPUtime=0.08
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 400 0 0 0 8 0 0 0 16 0 9 0 46143267 887746560 62085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=866940 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887746560 62085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=866940 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887746560 62085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 866940

[startup+12.7017 s]
/proc/loadavg: 2.09 2.03 2.21 4/97 13512
/proc/meminfo: memFree=912768/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=866940 CPUtime=12.59
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 113079 0 1 0 1201 58 0 0 18 0 9 0 46143262 887746560 110274 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216735 110274 2608 9 0 211263 0
[pid=13503/tid=13504] ppid=13501 vsize=866940 CPUtime=9.16
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15704 0 1 0 902 14 0 0 25 0 9 0 46143264 887746560 110274 996147200 134512640 134550740 4294955952 18446744073709551615 4126583272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13506] ppid=13501 vsize=866940 CPUtime=3.31
/proc/13503/task/13506/stat : 13506 (java) S 13501 13503 13236 0 -1 64 96279 0 0 0 289 42 0 0 18 0 9 0 46143265 887746560 110274 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=866940 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887746560 110274 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=866940 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887746560 110274 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=866940 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887746560 110274 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=866940 CPUtime=0.08
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 400 0 0 0 8 0 0 0 16 0 9 0 46143267 887746560 110274 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=866940 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887746560 110274 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=866940 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887746560 110274 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 866940

[startup+25.5022 s]
/proc/loadavg: 2.14 2.05 2.21 3/97 13512
/proc/meminfo: memFree=627648/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=867028 CPUtime=25.31
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 183569 0 1 0 2440 91 0 0 18 0 9 0 46143262 887836672 172364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216757 172364 2637 9 0 211263 0
[pid=13503/tid=13504] ppid=13501 vsize=867028 CPUtime=16.7
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15813 0 1 0 1652 18 0 0 23 0 9 0 46143264 887836672 172364 996147200 134512640 134550740 4294955952 18446744073709551615 4126684045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13506] ppid=13501 vsize=867028 CPUtime=8.45
/proc/13503/task/13506/stat : 13506 (java) S 13501 13503 13236 0 -1 64 166628 0 0 0 774 71 0 0 25 0 9 0 46143265 887836672 172364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887836672 172364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887836672 172364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887836672 172364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=867028 CPUtime=0.13
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 432 0 0 0 13 0 0 0 16 0 9 0 46143267 887836672 172364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887836672 172364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887836672 172364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 867028

[startup+51.1022 s]
/proc/loadavg: 2.09 2.04 2.20 3/97 13512
/proc/meminfo: memFree=627776/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=867028 CPUtime=50.77
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 183580 0 1 0 4876 201 0 0 18 0 9 0 46143262 887836672 172374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216757 172374 2638 9 0 211263 0
[pid=13503/tid=13504] ppid=13501 vsize=867028 CPUtime=42.14
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15814 0 1 0 4086 128 0 0 25 0 9 0 46143264 887836672 172374 996147200 134512640 134550740 4294955952 18446744073709551615 4126740137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13506] ppid=13501 vsize=867028 CPUtime=8.45

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

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

[startup+3342.3 s]
/proc/loadavg: 2.70 2.52 2.26 3/96 13558
/proc/meminfo: memFree=1084504/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=867028 CPUtime=3326.92
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 183693 0 1 0 332465 227 0 0 18 0 9 0 46143262 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216757 172476 2639 9 0 211263 0
[pid=13503/tid=13504] ppid=13501 vsize=867028 CPUtime=3318.2
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15873 0 1 0 331666 154 0 0 25 0 9 0 46143264 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4126678876 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13503/tid=13506] ppid=13501 vsize=867028 CPUtime=8.45
/proc/13503/task/13506/stat : 13506 (java) S 13501 13503 13236 0 -1 64 166628 0 0 0 774 71 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=867028 CPUtime=0.23
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 496 0 0 0 23 0 0 0 16 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3326.92
Current children cumulated vsize (KiB) 867028

[startup+3402.31 s]
/proc/loadavg: 2.71 2.56 2.29 3/96 13558
/proc/meminfo: memFree=1084504/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=867028 CPUtime=3386.9
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 183693 0 1 0 338463 227 0 0 18 0 9 0 46143262 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216757 172476 2639 9 0 211263 0
[pid=13503/tid=13504] ppid=13501 vsize=867028 CPUtime=3378.18
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15873 0 1 0 337664 154 0 0 25 0 9 0 46143264 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4126684016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13503/tid=13506] ppid=13501 vsize=867028 CPUtime=8.45
/proc/13503/task/13506/stat : 13506 (java) S 13501 13503 13236 0 -1 64 166628 0 0 0 774 71 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=867028 CPUtime=0.23
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 496 0 0 0 23 0 0 0 16 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3386.9
Current children cumulated vsize (KiB) 867028

[startup+3462.3 s]
/proc/loadavg: 2.68 2.58 2.31 3/96 13558
/proc/meminfo: memFree=1084376/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=867028 CPUtime=3446.87
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 183693 0 1 0 344460 227 0 0 18 0 9 0 46143262 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216757 172476 2639 9 0 211263 0
[pid=13503/tid=13504] ppid=13501 vsize=867028 CPUtime=3438.15
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15873 0 1 0 343661 154 0 0 25 0 9 0 46143264 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4126737120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13503/tid=13506] ppid=13501 vsize=867028 CPUtime=8.45
/proc/13503/task/13506/stat : 13506 (java) S 13501 13503 13236 0 -1 64 166628 0 0 0 774 71 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=867028 CPUtime=0.23
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 496 0 0 0 23 0 0 0 16 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3446.87
Current children cumulated vsize (KiB) 867028

[startup+3522.3 s]
/proc/loadavg: 2.56 2.56 2.32 3/96 13558
/proc/meminfo: memFree=1084376/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=867028 CPUtime=3506.84
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 183693 0 1 0 350457 227 0 0 18 0 9 0 46143262 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216757 172476 2639 9 0 211263 0
[pid=13503/tid=13504] ppid=13501 vsize=867028 CPUtime=3498.12
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15873 0 1 0 349658 154 0 0 25 0 9 0 46143264 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4126678929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13503/tid=13506] ppid=13501 vsize=867028 CPUtime=8.45
/proc/13503/task/13506/stat : 13506 (java) S 13501 13503 13236 0 -1 64 166628 0 0 0 774 71 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=867028 CPUtime=0.23
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 496 0 0 0 23 0 0 0 16 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3506.84
Current children cumulated vsize (KiB) 867028

[startup+3582.3 s]
/proc/loadavg: 2.61 2.57 2.34 3/96 13558
/proc/meminfo: memFree=1084312/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=867028 CPUtime=3566.82
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 183693 0 1 0 356455 227 0 0 18 0 9 0 46143262 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216757 172476 2639 9 0 211263 0
[pid=13503/tid=13504] ppid=13501 vsize=867028 CPUtime=3558.1
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15873 0 1 0 355656 154 0 0 25 0 9 0 46143264 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4126737114 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13503/tid=13506] ppid=13501 vsize=867028 CPUtime=8.45
/proc/13503/task/13506/stat : 13506 (java) S 13501 13503 13236 0 -1 64 166628 0 0 0 774 71 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=867028 CPUtime=0.23
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 496 0 0 0 23 0 0 0 16 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3566.82
Current children cumulated vsize (KiB) 867028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.5 s]
/proc/loadavg: 2.66 2.59 2.35 3/96 13558
/proc/meminfo: memFree=1084312/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=867028 CPUtime=3600.01
/proc/13503/stat : 13503 (java) S 13501 13503 13236 0 -1 0 183693 0 1 0 359774 227 0 0 18 0 9 0 46143262 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13503/statm: 216757 172476 2639 9 0 211263 0
[pid=13503/tid=13504] ppid=13501 vsize=867028 CPUtime=3591.29
/proc/13503/task/13504/stat : 13504 (java) R 13501 13503 13236 0 -1 64 15873 0 1 0 358975 154 0 0 25 0 9 0 46143264 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4126678869 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13503/tid=13506] ppid=13501 vsize=867028 CPUtime=8.45
/proc/13503/task/13506/stat : 13506 (java) S 13501 13503 13236 0 -1 64 166628 0 0 0 774 71 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13507] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13507/stat : 13507 (java) S 13501 13503 13236 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13508] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13508/stat : 13508 (java) S 13501 13503 13236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46143265 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13509] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13509/stat : 13509 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13510] ppid=13501 vsize=867028 CPUtime=0.23
/proc/13503/task/13510/stat : 13510 (java) S 13501 13503 13236 0 -1 64 496 0 0 0 23 0 0 0 16 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13511] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13511/stat : 13511 (java) S 13501 13503 13236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13503/tid=13512] ppid=13501 vsize=867028 CPUtime=0
/proc/13503/task/13512/stat : 13512 (java) S 13501 13503 13236 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46143267 887836672 172476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.01
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+3615.61 s]
/proc/loadavg: 2.66 2.59 2.35 4/90 13561
/proc/meminfo: memFree=1529928/2055920 swapFree=4176408/4192956
[pid=13503] ppid=13501 vsize=0 CPUtime=3600.11
/proc/13503/stat : 13503 (java) Z 13501 13503 13236 0 -1 1036 183712 0 1 0 359777 234 0 0 16 0 2 0 46143262 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13503/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 3615.66
CPU time (s): 3600.16
CPU user time (s): 3597.77
CPU system time (s): 2.38364
CPU usage (%): 99.5713
Max. virtual memory (cumulated for all children) (KiB): 890948

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

runsolver used 5.53616 second user time and 14.1369 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-12 22:27:37
IDJOB=1113984
IDBENCH=61671
IDSOLVER=360
FILE ID=node73/1113984-1215894451
PBS_JOBID= 7903681
Free space on /tmp= 66420 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 46f9f16e144e9b9327244c4ffc988055
RANDOM SEED=1997382809

node73.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.239
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.239
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:       1306152 kB
Buffers:          8112 kB
Cached:         209272 kB
SwapCached:       5520 kB
Active:         653096 kB
Inactive:        39768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306152 kB
SwapTotal:     4192956 kB
SwapFree:      4176408 kB
Dirty:           72372 kB
Writeback:           0 kB
Mapped:         491872 kB
Slab:            40412 kB
Committed_AS:   903884 kB
PageTables:       3372 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= 66484 MiB
End job on node73 at 2008-07-12 23:27:54