Trace number 1088554

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 AC? (TO) 1800.12 1814.14

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel6-6.xml
MD5SUM0d97c29a461b112505245a691895ab8d
Bench Category2-ARY-INT (binary constraints in intension)
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 variables95
Number of constraints755
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension755
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1088554-1215247299.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.36	     nbVariables=95  nbDomainTypes=1  minDomainSize=6  maxDomainSize=6  nbTotalValues=570
0.29/0.36	       =>  wckTime=0.113  cpuTime=0.1  mem=7M919
0.29/0.36	   
0.29/0.36	   predicates being loaded...
0.38/0.42	   
0.38/0.42	   constraints being loaded...
0.78/0.85	     nbConstraints=757  nbGlobalConstraints=2  nbConvertedConstraints=755  nbConvertConstraintsChecks=72
0.78/0.85	     nbExtensionStructures=2  nbSharedExtensionStructures=753  nbConflictsStructures=2  nbSharedConflictsStructures=753
0.78/0.85	     nbSharedBinaryRepresentations=6  minDegree=7  maxDegree=47  minArity=2  avgArity=2.16  maxArity=64  nbGenerators=2
0.78/0.85	     nbFusions=1  symmetryWckTime=0.098  symmetryCpuTime=0.06
0.78/0.85	       =>  wckTime=0.602  cpuTime=0.42  mem=18M673
0.88/0.91	   
0.88/0.91	   solver IterativeSystematicSolver being built... 
0.88/0.97	   
0.88/0.97	   INFO : Forward propagation technique limited 
0.98/1.04	       =>  wckTime=0.789  cpuTime=0.52  mem=20M407
0.98/1.05	   
0.98/1.05	   preprocessing
0.98/1.05	     nbConstraintChecks=12  nbPropagations=96  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=3
0.98/1.05	     nbRemovedTuples=15  detectedInconsistency=no
0.98/1.05	       =>  wckTime=0.014  cpuTime=0.01  mem=20M407
1.17/1.21	   
1.17/1.21	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M358)

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-1088554-1215247299/watcher-1088554-1215247299 -o /tmp/evaluation-result-1088554-1215247299/solver-1088554-1215247299 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1088554-1215247299.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.21 2.14 2.04 4/88 1947
/proc/meminfo: memFree=1635104/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=144 CPUtime=0
/proc/1947/stat : 1947 (java) R 1945 1947 1203 0 -1 0 196 0 0 0 0 0 0 0 19 0 1 0 680458888 147456 17 996147200 134512640 134550740 4294955968 18446744073709551615 6328608 0 0 4096 0 0 0 0 17 0 0 0
/proc/1947/statm: 38 20 14 9 0 4 0

[startup+0.018353 s]
/proc/loadavg: 2.21 2.14 2.04 4/88 1947
/proc/meminfo: memFree=1635104/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=860508 CPUtime=0
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 1024 0 1 0 0 0 0 0 19 0 2 0 680458888 881160192 774 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 215127 787 381 9 0 213525 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 860508

[startup+0.101361 s]
/proc/loadavg: 2.21 2.14 2.04 4/88 1947
/proc/meminfo: memFree=1635104/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=865884 CPUtime=0.08
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 3699 0 1 0 6 2 0 0 19 0 9 0 680458888 886665216 3174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 216471 3174 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301381 s]
/proc/loadavg: 2.21 2.14 2.04 4/88 1947
/proc/meminfo: memFree=1635104/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=866284 CPUtime=0.29
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 5891 0 1 0 25 4 0 0 19 0 9 0 680458888 887074816 5265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 216571 5266 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701422 s]
/proc/loadavg: 2.21 2.14 2.04 4/88 1947
/proc/meminfo: memFree=1635104/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=867672 CPUtime=0.68
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 8480 0 1 0 60 8 0 0 19 0 9 0 680458888 888496128 7838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 216919 7838 2012 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867672

[startup+1.50152 s]
/proc/loadavg: 2.21 2.14 2.04 3/97 1962
/proc/meminfo: memFree=1606424/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=1.47
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16898 338 1 0 133 13 1 0 19 0 9 0 680458888 889294848 10858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10858 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=1.11
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12427 338 1 0 99 11 1 0 25 0 9 0 680458889 889294848 10858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 17 0 9 0 680458890 889294848 10858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.3
/proc/1947/task/1955/stat : 1955 (java) R 1945 1947 1203 0 -1 64 927 338 0 0 28 1 1 0 16 0 9 0 680458892 889294848 10858 996147200 134512640 134550740 4294955968 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 3 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10858 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868452

[startup+3.10269 s]
/proc/loadavg: 2.19 2.14 2.04 3/97 1962
/proc/meminfo: memFree=1601624/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=3.08
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16909 338 1 0 293 14 1 0 19 0 9 0 680458888 889294848 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10867 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=2.7
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12433 338 1 0 258 11 1 0 25 0 9 0 680458889 889294848 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4127099648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 17 0 9 0 680458890 889294848 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.31
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 932 338 0 0 29 1 1 0 16 0 9 0 680458892 889294848 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 3 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 868452

[startup+6.30205 s]
/proc/loadavg: 2.19 2.14 2.04 3/97 1962
/proc/meminfo: memFree=1601432/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=6.28
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16944 338 1 0 613 14 1 0 19 0 9 0 680458888 889294848 10872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10872 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=5.89
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12436 338 1 0 577 11 1 0 25 0 9 0 680458889 889294848 10872 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 17 0 9 0 680458890 889294848 10872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.31
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 935 338 0 0 29 1 1 0 16 0 9 0 680458892 889294848 10872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 32 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 868452

[startup+12.7028 s]
/proc/loadavg: 2.16 2.14 2.04 3/97 1962
/proc/meminfo: memFree=1601240/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=12.68
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16949 338 1 0 1253 14 1 0 19 0 9 0 680458888 889294848 10875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10875 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=12.29
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12439 338 1 0 1217 11 1 0 25 0 9 0 680458889 889294848 10875 996147200 134512640 134550740 4294955968 18446744073709551615 4127040776 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 16 0 9 0 680458890 889294848 10875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.31
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 937 338 0 0 29 1 1 0 16 0 9 0 680458892 889294848 10875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 32 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 868452

[startup+25.5012 s]
/proc/loadavg: 2.13 2.13 2.03 3/97 1962
/proc/meminfo: memFree=1601176/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=25.47
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16951 338 1 0 2532 14 1 0 19 0 9 0 680458888 889294848 10876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10876 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=25.09
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12441 338 1 0 2497 11 1 0 25 0 9 0 680458889 889294848 10876 996147200 134512640 134550740 4294955968 18446744073709551615 4127046054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 16 0 9 0 680458890 889294848 10876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.31
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 937 338 0 0 29 1 1 0 16 0 9 0 680458892 889294848 10876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 32 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10876 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 868452

[startup+51.1011 s]
/proc/loadavg: 2.09 2.12 2.03 3/97 1962
/proc/meminfo: memFree=1601112/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=51.06
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16953 338 1 0 5091 14 1 0 19 0 9 0 680458888 889294848 10878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10878 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=50.67
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12442 338 1 0 5055 11 1 0 25 0 9 0 680458889 889294848 10878 996147200 134512640 134550740 4294955968 18446744073709551615 4127058007 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 16 0 9 0 680458890 889294848 10878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.32
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 938 338 0 0 30 1 1 0 16 0 9 0 680458892 889294848 10878 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01

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

/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.32
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 938 338 0 0 30 1 1 0 16 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 32 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.82
Current children cumulated vsize (KiB) 868452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2016
/proc/meminfo: memFree=1375264/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=1590.26
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16963 338 1 0 159008 17 1 0 19 0 9 0 680458888 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10887 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=1589.87
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12452 338 1 0 158972 14 1 0 25 0 9 0 680458889 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4127089164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.32
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 938 338 0 0 30 1 1 0 16 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 32 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.26
Current children cumulated vsize (KiB) 868452

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2016
/proc/meminfo: memFree=1375200/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=1649.69
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16963 338 1 0 164951 17 1 0 19 0 9 0 680458888 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10887 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=1649.31
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12452 338 1 0 164916 14 1 0 25 0 9 0 680458889 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4125952133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.32
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 938 338 0 0 30 1 1 0 16 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 32 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.69
Current children cumulated vsize (KiB) 868452

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2016
/proc/meminfo: memFree=1375200/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=1709.13
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16963 338 1 0 170895 17 1 0 19 0 9 0 680458888 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10887 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=1708.75
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12452 338 1 0 170860 14 1 0 25 0 9 0 680458889 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4127058213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.32
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 938 338 0 0 30 1 1 0 16 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 32 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.13
Current children cumulated vsize (KiB) 868452

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2016
/proc/meminfo: memFree=1375136/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=1768.57
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16963 338 1 0 176839 17 1 0 19 0 9 0 680458888 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10887 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=1768.19
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12452 338 1 0 176803 15 1 0 25 0 9 0 680458889 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4127048031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.32
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 938 338 0 0 30 1 1 0 16 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 32 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.57
Current children cumulated vsize (KiB) 868452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2016
/proc/meminfo: memFree=1375200/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=1800.07
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16963 338 1 0 179989 17 1 0 19 0 9 0 680458888 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10887 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=1799.69
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12452 338 1 0 179953 15 1 0 25 0 9 0 680458889 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4127045621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.32
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 938 338 0 0 30 1 1 0 16 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 32 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868452

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

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

[startup+1814.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2016
/proc/meminfo: memFree=1375200/2055920 swapFree=4178892/4192956
[pid=1947] ppid=1945 vsize=868452 CPUtime=1800.07
/proc/1947/stat : 1947 (java) S 1945 1947 1203 0 -1 0 16963 338 1 0 179989 17 1 0 19 0 9 0 680458888 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1947/statm: 217113 10887 2631 9 0 211619 0
[pid=1947/tid=1949] ppid=1945 vsize=868452 CPUtime=1799.69
/proc/1947/task/1949/stat : 1949 (java) R 1945 1947 1203 0 -1 64 12452 338 1 0 179953 15 1 0 25 0 9 0 680458889 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4127045621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1947/tid=1951] ppid=1945 vsize=868452 CPUtime=0.06
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 1203 0 -1 64 2703 338 0 0 5 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 1203 0 -1 64 15 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 1203 0 -1 64 12 338 0 0 0 0 1 0 16 0 9 0 680458890 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 1203 0 -1 64 0 338 0 0 0 0 1 0 24 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=868452 CPUtime=0.32
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 1203 0 -1 64 938 338 0 0 30 1 1 0 16 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 1203 0 -1 64 2 338 0 0 0 0 1 0 25 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=868452 CPUtime=0.01
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 1203 0 -1 64 32 338 0 0 0 0 1 0 15 0 9 0 680458892 889294848 10887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868452

Child status: 143
Real time (s): 1814.14
CPU time (s): 1800.12
CPU user time (s): 1799.93
CPU system time (s): 0.189971
CPU usage (%): 99.2273
Max. virtual memory (cumulated for all children) (KiB): 868452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17335
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= 38308
involuntary context switches= 74912

runsolver used 2.22566 second user time and 6.03408 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 10:41:39
IDJOB=1088554
IDBENCH=58089
IDSOLVER=363
FILE ID=node86/1088554-1215247299
PBS_JOBID= 7881972
Free space on /tmp= 66560 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel6-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088554-1215247299/watcher-1088554-1215247299 -o /tmp/evaluation-result-1088554-1215247299/solver-1088554-1215247299 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1088554-1215247299.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d97c29a461b112505245a691895ab8d
RANDOM SEED=1498377606

node86.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.220
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.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1635584 kB
Buffers:         89956 kB
Cached:         225360 kB
SwapCached:       6392 kB
Active:         278932 kB
Inactive:        88384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635584 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            2128 kB
Writeback:           0 kB
Mapped:          65596 kB
Slab:            37464 kB
Committed_AS:  1291896 kB
PageTables:       2480 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= 66524 MiB
End job on node86 at 2008-07-05 11:11:55