Trace number 1057985

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 NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.15 1813.78

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-2.xml
MD5SUM45198355f671cba1241311e09f8b8248
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints27284
Maximum constraint arity23
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26784
Global constraints used (with number of constraints)alldifferent(500)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-1057985-1215112023.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.37/0.48	   
0.37/0.48	   variables being loaded...
0.58/0.69	     nbVariables=800  nbDomainTypes=423  minDomainSize=1  maxDomainSize=34  nbTotalValues=11468
0.58/0.69	       =>  wckTime=0.445  cpuTime=0.32  mem=10M781
0.58/0.69	   
0.58/0.69	   predicates being loaded...
0.67/0.74	   
0.67/0.74	   constraints being loaded...
21.17/21.40	   
21.17/21.40	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 86M151)
55.03/55.62	     nbConstraints=27284  nbGlobalConstraints=500  nbSingletonDomainVariables=182  nbConflictsStructures=18733
55.03/55.62	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=8051  nbSharedBinaryRepresentations=0
55.03/55.62	     nbEvaluationManagers=26784  nbSharedEvaluationManagers=0  minDegree=42  maxDegree=380  minArity=4  avgArity=4.31
55.03/55.62	     maxArity=23  nbGenerators=0  nbFusions=0  symmetryWckTime=1.421  symmetryCpuTime=0.54
55.03/55.62	       =>  wckTime=55.377  cpuTime=52.5  mem=159M239
55.52/56.19	   
55.52/56.19	   solver IterativeSystematicSolver being built... 
56.81/57.46	   
56.81/57.46	   INFO : Forward propagation technique limited 
57.01/57.64	       =>  wckTime=57.396  cpuTime=53.38  mem=224M390
79.59/80.43	   
79.59/80.43	   preprocessing
79.59/80.43	     nbConstraintChecks=5849238  nbValidityChecks=28542601  nbPropagations=27834  nbRevisions=2312657
79.59/80.43	     nbUselessRevisions=2308707  nbSingletonTests=1246  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
79.59/80.43	     nbRemovedValues=0  detectedInconsistency=no
79.59/80.43	       =>  wckTime=22.791  cpuTime=22.38  mem=229M672
95.44/96.42	   
95.44/96.42	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=259M423)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1057985-1215112023/watcher-1057985-1215112023 -o /tmp/evaluation-result-1057985-1215112023/solver-1057985-1215112023 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1057985-1215112023.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.03 2.03 2.00 4/81 16824
/proc/meminfo: memFree=460504/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=18572 CPUtime=0
/proc/16824/stat : 16824 (runsolver) R 16822 16824 16331 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1990171196 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16824/statm: 4643 292 257 25 0 2626 0

[startup+0.014214 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 16824
/proc/meminfo: memFree=460504/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=1616 CPUtime=0
/proc/16824/stat : 16824 (java) D 16822 16824 16331 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 1990171196 1654784 151 996147200 134512640 134550740 4294955968 18446744073709551615 8413988 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16824/statm: 404 151 125 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.104978 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 16824
/proc/meminfo: memFree=460504/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=865884 CPUtime=0.08
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 3743 0 1 0 6 2 0 0 18 0 9 0 1990171196 886665216 3202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216471 3202 1699 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302012 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 16824
/proc/meminfo: memFree=460504/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=866128 CPUtime=0.28
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 5722 0 1 0 24 4 0 0 18 0 9 0 1990171196 886915072 5096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216532 5096 1950 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.701092 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 16824
/proc/meminfo: memFree=460504/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=866980 CPUtime=0.67
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 7736 0 1 0 62 5 0 0 18 0 9 0 1990171196 887787520 7098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216745 7098 1975 9 0 211273 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866980

[startup+1.50223 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 16833
/proc/meminfo: memFree=428688/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867608 CPUtime=1.47
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 18470 0 1 0 137 10 0 0 18 0 9 0 1990171196 888430592 17805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216902 17805 2004 9 0 211430 0
[pid=16824/tid=16826] ppid=16822 vsize=867608 CPUtime=1.21
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 15748 0 1 0 112 9 0 0 25 0 9 0 1990171198 888430592 17805 996147200 134512640 134550740 4294955968 18446744073709551615 4126597569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867608 CPUtime=0.06
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 1350 0 0 0 6 0 0 0 16 0 9 0 1990171199 888430592 17805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 17805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 17805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990171201 888430592 17805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867608 CPUtime=0.17
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 674 0 0 0 17 0 0 0 16 0 9 0 1990171201 888430592 17805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990171202 888430592 17805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990171202 888430592 17805 996147200 134512640 134550740 4294955968 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) 867608

[startup+3.10252 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 16833
/proc/meminfo: memFree=396688/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867608 CPUtime=3.05
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 21252 0 1 0 292 13 0 0 18 0 9 0 1990171196 888430592 20586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216902 20586 2005 9 0 211430 0
[pid=16824/tid=16826] ppid=16822 vsize=867608 CPUtime=2.64
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 15774 0 1 0 254 10 0 0 25 0 9 0 1990171198 888430592 20586 996147200 134512640 134550740 4294955968 18446744073709551615 4126935088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867608 CPUtime=0.16
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 4079 0 0 0 15 1 0 0 17 0 9 0 1990171199 888430592 20586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 20586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 20586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990171201 888430592 20586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867608 CPUtime=0.21
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 701 0 0 0 21 0 0 0 16 0 9 0 1990171201 888430592 20586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990171202 888430592 20586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990171202 888430592 20586 996147200 134512640 134550740 4294955968 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) 867608

[startup+6.30209 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 16833
/proc/meminfo: memFree=376720/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867608 CPUtime=6.22
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 23434 0 1 0 602 20 0 0 18 0 9 0 1990171196 888430592 22763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216902 22763 2005 9 0 211430 0
[pid=16824/tid=16826] ppid=16822 vsize=867608 CPUtime=5.66
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 15781 0 1 0 550 16 0 0 25 0 9 0 1990171198 888430592 22763 996147200 134512640 134550740 4294955968 18446744073709551615 4126930378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867608 CPUtime=0.27
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 6219 0 0 0 25 2 0 0 17 0 9 0 1990171199 888430592 22763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 22763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 22763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990171201 888430592 22763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867608 CPUtime=0.26
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 736 0 0 0 26 0 0 0 15 0 9 0 1990171201 888430592 22763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990171202 888430592 22763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990171202 888430592 22763 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867608

[startup+12.7022 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 16833
/proc/meminfo: memFree=362000/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867608 CPUtime=12.56
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 27094 0 1 0 1219 37 0 0 18 0 9 0 1990171196 888430592 26421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216902 26421 2005 9 0 211430 0
[pid=16824/tid=16826] ppid=16822 vsize=867608 CPUtime=11.88
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 15783 0 1 0 1157 31 0 0 25 0 9 0 1990171198 888430592 26421 996147200 134512640 134550740 4294955968 18446744073709551615 4126933705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867608 CPUtime=0.39
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 9877 0 0 0 35 4 0 0 16 0 9 0 1990171199 888430592 26421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 26421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 26421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990171201 888430592 26421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867608 CPUtime=0.26
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 736 0 0 0 26 0 0 0 16 0 9 0 1990171201 888430592 26421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990171202 888430592 26421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990171202 888430592 26421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867608

[startup+25.5015 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 16833
/proc/meminfo: memFree=318672/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867608 CPUtime=25.23
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 37926 0 1 0 2454 69 0 0 18 0 9 0 1990171196 888430592 37246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216902 37246 2005 9 0 211430 0
[pid=16824/tid=16826] ppid=16822 vsize=867608 CPUtime=24.21
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 15790 0 1 0 2361 60 0 0 25 0 9 0 1990171198 888430592 37246 996147200 134512640 134550740 4294955968 18446744073709551615 4126935106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867608 CPUtime=0.73
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 20702 0 0 0 66 7 0 0 16 0 9 0 1990171199 888430592 37246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 37246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 37246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990171201 888430592 37246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867608 CPUtime=0.26
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 736 0 0 0 26 0 0 0 16 0 9 0 1990171201 888430592 37246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990171202 888430592 37246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990171202 888430592 37246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867608

[startup+51.1011 s]
/proc/loadavg: 2.01 2.03 2.00 3/90 16833
/proc/meminfo: memFree=268368/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867608 CPUtime=50.59
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 50479 0 1 0 4986 73 0 0 18 0 9 0 1990171196 888430592 49792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216902 49792 2005 9 0 211430 0
[pid=16824/tid=16826] ppid=16822 vsize=867608 CPUtime=49.16
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 15797 0 1 0 4856 60 0 0 25 0 9 0 1990171198 888430592 49792 996147200 134512640 134550740 4294955968 18446744073709551615 4126939764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867608 CPUtime=1.13
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 33247 0 0 0 102 11 0 0 16 0 9 0 1990171199 888430592 49792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 49792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990171199 888430592 49792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867608 CPUtime=0
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990171201 888430592 49792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867608 CPUtime=0.26
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 737 0 0 0 26 0 0 0 16 0 9 0 1990171201 888430592 49792 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867608 CPUtime=0

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

/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 28 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 2490 0 0 0 0 63 4 18 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867932 CPUtime=1.15
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 1015 2490 0 0 47 1 63 4 16 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 2490 0 0 0 0 63 4 19 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 13 2490 0 0 0 0 63 4 15 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.88
Current children cumulated vsize (KiB) 867932

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16867
/proc/meminfo: memFree=772568/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867932 CPUtime=1589.61
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 127461 2490 1 0 158793 101 63 4 18 0 9 0 1990171196 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216983 75038 2615 9 0 211511 0
[pid=16824/tid=16826] ppid=16822 vsize=867932 CPUtime=1584.46
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 28740 2490 1 0 158309 70 63 4 25 0 9 0 1990171198 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867932 CPUtime=5.3
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 96833 2490 0 0 436 27 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 20 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 28 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 2490 0 0 0 0 63 4 18 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867932 CPUtime=1.15
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 1015 2490 0 0 47 1 63 4 16 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 2490 0 0 0 0 63 4 19 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 13 2490 0 0 0 0 63 4 15 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.61
Current children cumulated vsize (KiB) 867932

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16867
/proc/meminfo: memFree=772568/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867932 CPUtime=1649.34
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 127466 2490 1 0 164765 102 63 4 18 0 9 0 1990171196 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216983 75038 2615 9 0 211511 0
[pid=16824/tid=16826] ppid=16822 vsize=867932 CPUtime=1644.11
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 28745 2490 1 0 164274 70 63 4 25 0 9 0 1990171198 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4127338963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867932 CPUtime=5.37
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 96833 2490 0 0 443 27 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 20 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 28 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 2490 0 0 0 0 63 4 18 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867932 CPUtime=1.15
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 1015 2490 0 0 47 1 63 4 16 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 2490 0 0 0 0 63 4 19 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16833/stat : 16833 (java) R 16822 16824 16331 0 -1 64 13 2490 0 0 0 0 63 4 15 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.34
Current children cumulated vsize (KiB) 867932

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16867
/proc/meminfo: memFree=772568/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867932 CPUtime=1709.06
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 127472 2490 1 0 170737 102 63 4 18 0 9 0 1990171196 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216983 75038 2615 9 0 211511 0
[pid=16824/tid=16826] ppid=16822 vsize=867932 CPUtime=1703.75
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 28751 2490 1 0 170238 70 63 4 25 0 9 0 1990171198 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4127341104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867932 CPUtime=5.46
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 96833 2490 0 0 452 27 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 20 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 28 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 2490 0 0 0 0 63 4 18 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867932 CPUtime=1.15
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 1015 2490 0 0 47 1 63 4 16 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 2490 0 0 0 0 63 4 19 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 13 2490 0 0 0 0 63 4 15 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.06
Current children cumulated vsize (KiB) 867932

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16867
/proc/meminfo: memFree=772440/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867932 CPUtime=1768.79
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 127477 2490 1 0 176710 102 63 4 18 0 9 0 1990171196 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216983 75038 2615 9 0 211511 0
[pid=16824/tid=16826] ppid=16822 vsize=867932 CPUtime=1763.41
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 28756 2490 1 0 176204 70 63 4 25 0 9 0 1990171198 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4127356283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867932 CPUtime=5.53
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 96833 2490 0 0 459 27 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 20 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 28 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 2490 0 0 0 0 63 4 18 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867932 CPUtime=1.15
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 1015 2490 0 0 47 1 63 4 16 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 2490 0 0 0 0 63 4 19 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 13 2490 0 0 0 0 63 4 15 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.79
Current children cumulated vsize (KiB) 867932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16867
/proc/meminfo: memFree=772376/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867932 CPUtime=1800.05
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 127479 2490 1 0 179836 102 63 4 18 0 9 0 1990171196 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216983 75038 2615 9 0 211511 0
[pid=16824/tid=16826] ppid=16822 vsize=867932 CPUtime=1794.63
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 28758 2490 1 0 179326 70 63 4 25 0 9 0 1990171198 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4127356283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867932 CPUtime=5.56
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 96833 2490 0 0 462 27 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 20 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 28 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 2490 0 0 0 0 63 4 18 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867932 CPUtime=1.15
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 1015 2490 0 0 47 1 63 4 16 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 2490 0 0 0 0 63 4 19 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 13 2490 0 0 0 0 63 4 15 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867932

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

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

[startup+1813.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 16867
/proc/meminfo: memFree=772376/2055920 swapFree=4110720/4192956
[pid=16824] ppid=16822 vsize=867932 CPUtime=1800.05
/proc/16824/stat : 16824 (java) S 16822 16824 16331 0 -1 0 127479 2490 1 0 179836 102 63 4 18 0 9 0 1990171196 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16824/statm: 216983 75038 2615 9 0 211511 0
[pid=16824/tid=16826] ppid=16822 vsize=867932 CPUtime=1794.63
/proc/16824/task/16826/stat : 16826 (java) R 16822 16824 16331 0 -1 64 28758 2490 1 0 179326 70 63 4 25 0 9 0 1990171198 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4127356283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16827] ppid=16822 vsize=867932 CPUtime=5.56
/proc/16824/task/16827/stat : 16827 (java) S 16822 16824 16331 0 -1 64 96833 2490 0 0 462 27 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16824/tid=16828] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16828/stat : 16828 (java) S 16822 16824 16331 0 -1 64 20 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16829] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16829/stat : 16829 (java) S 16822 16824 16331 0 -1 64 28 2490 0 0 0 0 63 4 16 0 9 0 1990171199 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16830] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16830/stat : 16830 (java) S 16822 16824 16331 0 -1 64 1 2490 0 0 0 0 63 4 18 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16831] ppid=16822 vsize=867932 CPUtime=1.15
/proc/16824/task/16831/stat : 16831 (java) S 16822 16824 16331 0 -1 64 1015 2490 0 0 47 1 63 4 16 0 9 0 1990171201 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16832] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16832/stat : 16832 (java) S 16822 16824 16331 0 -1 64 2 2490 0 0 0 0 63 4 19 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16824/tid=16833] ppid=16822 vsize=867932 CPUtime=0.67
/proc/16824/task/16833/stat : 16833 (java) S 16822 16824 16331 0 -1 64 13 2490 0 0 0 0 63 4 15 0 9 0 1990171202 888762368 75038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867932

Child status: 143
Real time (s): 1813.78
CPU time (s): 1800.15
CPU user time (s): 1799.04
CPU system time (s): 1.11483
CPU usage (%): 99.2484
Max. virtual memory (cumulated for all children) (KiB): 872944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.11483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130000
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= 39760
involuntary context switches= 58703

runsolver used 2.09568 second user time and 6.16706 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-03 21:07:03
IDJOB=1057985
IDBENCH=54099
IDSOLVER=364
FILE ID=node70/1057985-1215112023
PBS_JOBID= 7877066
Free space on /tmp= 66436 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057985-1215112023/watcher-1057985-1215112023 -o /tmp/evaluation-result-1057985-1215112023/solver-1057985-1215112023 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1057985-1215112023.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 45198355f671cba1241311e09f8b8248
RANDOM SEED=361044340

node70.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.256
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.256
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:        460984 kB
Buffers:         73860 kB
Cached:         632068 kB
SwapCached:      76072 kB
Active:        1059604 kB
Inactive:       457048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        460984 kB
SwapTotal:     4192956 kB
SwapFree:      4110720 kB
Dirty:            5968 kB
Writeback:           0 kB
Mapped:         826872 kB
Slab:            61804 kB
Committed_AS:  4821960 kB
PageTables:       3496 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= 66428 MiB
End job on node70 at 2008-07-03 21:37:19