Trace number 1088953

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.17 1800.87

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-1-45.xml
MD5SUMbaaf997e1ccdc0c91ec8ce4921dd3646
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.721889
Satisfiable
(Un)Satisfiability was proved
Number of variables864
Number of constraints18707
Maximum constraint arity2
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18707
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1088953-1215260701.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.48/0.50	     nbVariables=864  nbDomainTypes=1  minDomainSize=45  maxDomainSize=45  nbTotalValues=38880
0.48/0.50	       =>  wckTime=0.24  cpuTime=0.17  mem=11M820
0.48/0.50	   
0.48/0.50	   predicates being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
12.33/12.45	     nbConstraints=19274  nbGlobalConstraints=567  nbDisconnectedVariables=345  nbConvertedConstraints=18707
12.33/12.45	     nbConvertConstraintsChecks=4050  nbExtensionStructures=2  nbSharedExtensionStructures=18705
12.33/12.45	     nbConflictsStructures=136  nbSharedConflictsStructures=18705  nbSharedBinaryRepresentations=45  minDegree=1
12.33/12.45	     maxDegree=504  minArity=2  avgArity=2.01  maxArity=41  nbGenerators=553  nbFusions=135  symmetryWckTime=9.138
12.33/12.45	     symmetryCpuTime=4.83  nbCliques=14
12.33/12.45	       =>  wckTime=12.19  cpuTime=7.39  mem=44M721
12.63/12.75	   
12.63/12.75	   solver IterativeSystematicSolver being built... 
12.73/12.84	   
12.73/12.84	   INFO : Forward propagation technique limited 
12.82/12.95	       =>  wckTime=12.694  cpuTime=7.57  mem=43M115
12.93/13.06	   
12.93/13.06	   preprocessing
12.93/13.06	     nbConstraintChecks=14275  nbPropagations=998  nbRevisions=324  nbUselessRevisions=1  nbRemovedValues=574
12.93/13.06	     nbRemovedTuples=990  detectedInconsistency=no
12.93/13.06	       =>  wckTime=0.098  cpuTime=0.09  mem=44M80
26.92/27.02	   
26.92/27.02	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=45M29)

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-1088953-1215260701/watcher-1088953-1215260701 -o /tmp/evaluation-result-1088953-1215260701/solver-1088953-1215260701 -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-1088953-1215260701.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: 1.78 1.96 1.98 4/81 15145
/proc/meminfo: memFree=1686488/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=861876 CPUtime=0.02
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 1878 0 1 0 1 1 0 0 18 0 5 0 2005043897 882561024 1565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 215469 1565 695 9 0 210448 0
[pid=15145/tid=15146] ppid=15143 vsize=861876 CPUtime=0
/proc/15145/task/15146/stat : 15146 (java) S 15143 15145 15108 0 -1 64 1190 0 1 0 0 0 0 0 19 0 5 0 2005043898 882561024 1565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=15145/tid=15147] ppid=15143 vsize=861876 CPUtime=0
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 3 0 0 0 0 0 0 0 19 0 5 0 2005043900 882561024 1565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15143 vsize=861876 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 9 0 0 0 0 0 0 0 19 0 5 0 2005043900 882561024 1565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=15145/tid=15149] ppid=15143 vsize=861876 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) R 15143 15145 15108 0 -1 64 0 0 0 0 0 0 0 0 20 0 5 0 2005043900 882561024 1565 996147200 134512640 134550740 4294955968 18446744073709551615 4976600 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.0990361 s]
/proc/loadavg: 1.78 1.96 1.98 4/81 15145
/proc/meminfo: memFree=1686488/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=865884 CPUtime=0.09
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 3630 0 1 0 7 2 0 0 18 0 9 0 2005043897 886665216 3118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 216471 3118 1672 9 0 211026 0
[pid=15145/tid=15146] ppid=15143 vsize=865884 CPUtime=0.07
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 2721 0 1 0 6 1 0 0 18 0 9 0 2005043898 886665216 3118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=865884 CPUtime=0
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2005043900 886665216 3118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15143 vsize=865884 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2005043900 886665216 3118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15149] ppid=15143 vsize=865884 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005043900 886665216 3118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.10256 s]
/proc/loadavg: 1.78 1.96 1.98 4/81 15145
/proc/meminfo: memFree=1686488/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=865884 CPUtime=0.09
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 3683 0 1 0 7 2 0 0 18 0 9 0 2005043897 886665216 3158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 216471 3161 1685 9 0 211026 0
[pid=15145/tid=15146] ppid=15143 vsize=865884 CPUtime=0.07
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 2772 0 1 0 6 1 0 0 18 0 9 0 2005043898 886665216 3161 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=865884 CPUtime=0
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2005043900 886665216 3161 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15143 vsize=865884 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2005043900 886665216 3161 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15149] ppid=15143 vsize=865884 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005043900 886665216 3161 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301055 s]
/proc/loadavg: 1.78 1.96 1.98 4/81 15145
/proc/meminfo: memFree=1686488/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=866284 CPUtime=0.29
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 5784 0 1 0 25 4 0 0 18 0 9 0 2005043897 887074816 5158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 216571 5158 1951 9 0 211099 0
[pid=15145/tid=15146] ppid=15143 vsize=866284 CPUtime=0.24
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 4811 0 1 0 21 3 0 0 19 0 9 0 2005043898 887074816 5158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=866284 CPUtime=0
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2005043900 887074816 5158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15143 vsize=866284 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2005043900 887074816 5158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15149] ppid=15143 vsize=866284 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005043900 887074816 5158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701081 s]
/proc/loadavg: 1.78 1.96 1.98 4/81 15145
/proc/meminfo: memFree=1686488/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=867708 CPUtime=0.68
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 9027 0 1 0 62 6 0 0 18 0 9 0 2005043897 888532992 8387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 216927 8388 2011 9 0 211433 0
[pid=15145/tid=15146] ppid=15143 vsize=867708 CPUtime=0.52
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 7674 0 1 0 47 5 0 0 21 0 9 0 2005043898 888532992 8389 996147200 134512640 134550740 4294955968 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=867708 CPUtime=0
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2005043900 888532992 8389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15143 vsize=867708 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2005043900 888532992 8390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15149] ppid=15143 vsize=867708 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005043900 888532992 8390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.50213 s]
/proc/loadavg: 1.78 1.96 1.98 4/90 15154
/proc/meminfo: memFree=1643984/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=867620 CPUtime=1.49
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 18917 0 1 0 136 13 0 0 18 0 9 0 2005043897 888442880 18252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 216905 18252 2004 9 0 211433 0
[pid=15145/tid=15146] ppid=15143 vsize=867620 CPUtime=1.2
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 15749 0 1 0 110 10 0 0 19 0 9 0 2005043898 888442880 18252 996147200 134512640 134550740 4294955968 18446744073709551615 4126863756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=867620 CPUtime=0.09
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 1808 0 0 0 9 0 0 0 18 0 9 0 2005043900 888442880 18252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15148] ppid=15143 vsize=867620 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2005043900 888442880 18252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15149] ppid=15143 vsize=867620 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005043900 888442880 18252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=867620 CPUtime=0
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005043903 888442880 18252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=867620 CPUtime=0.15
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 663 0 0 0 15 0 0 0 16 0 9 0 2005043903 888442880 18252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15153] ppid=15143 vsize=867620 CPUtime=0
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005043903 888442880 18252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=867620 CPUtime=0
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005043903 888442880 18252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867620

[startup+3.10223 s]
/proc/loadavg: 1.78 1.96 1.98 3/90 15154
/proc/meminfo: memFree=1620560/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=867620 CPUtime=3.08
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 19946 0 1 0 227 81 0 0 18 0 9 0 2005043897 888442880 19277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 216905 19280 2006 9 0 211433 0
[pid=15145/tid=15146] ppid=15143 vsize=867620 CPUtime=2.71
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 15779 0 1 0 193 78 0 0 18 0 9 0 2005043898 888442880 19281 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=867620 CPUtime=0.13
/proc/15145/task/15147/stat : 15147 (java) R 15143 15145 15108 0 -1 64 2766 0 0 0 12 1 0 0 16 0 9 0 2005043900 888442880 19283 996147200 134512640 134550740 4294955968 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15148] ppid=15143 vsize=867620 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2005043900 888442880 19284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15149] ppid=15143 vsize=867620 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005043900 888442880 19286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=867620 CPUtime=0
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005043903 888442880 19287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=867620 CPUtime=0.21
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 709 0 0 0 21 0 0 0 16 0 9 0 2005043903 888442880 19289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15153] ppid=15143 vsize=867620 CPUtime=0
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005043903 888442880 19290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=867620 CPUtime=0
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005043903 888442880 19292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867620

[startup+6.30143 s]
/proc/loadavg: 1.80 1.97 1.98 3/92 15157
/proc/meminfo: memFree=1596928/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=867944 CPUtime=3.53
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 24541 0 1 0 266 87 0 0 18 0 10 0 2005043897 888774656 22714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 216986 22714 2010 9 0 211514 0
[pid=15157] ppid=15145 vsize=7608 CPUtime=2.71
/proc/15157/stat : 15157 (saucy) R 15145 15145 15108 0 -1 4194304 1364 0 0 0 268 3 0 0 25 0 1 0 2005044250 7790592 1328 996147200 134512640 134531332 4294956000 18446744073709551615 134521378 0 4 0 0 0 0 0 17 1 0 0
/proc/15157/statm: 1902 1328 104 4 0 1578 0
[pid=15145/tid=15146] ppid=15143 vsize=867944 CPUtime=2.98
/proc/15145/task/15146/stat : 15146 (java) S 15143 15145 15108 0 -1 64 16213 0 1 0 217 81 0 0 15 0 10 0 2005043898 888774656 22714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=15145/tid=15147] ppid=15143 vsize=867944 CPUtime=0.29
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 6747 0 0 0 26 3 0 0 16 0 10 0 2005043900 888774656 22714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15148] ppid=15143 vsize=867944 CPUtime=0
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 2005043900 888774656 22714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15149] ppid=15143 vsize=867944 CPUtime=0
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 2005043900 888774656 22714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=867944 CPUtime=0
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2005043903 888774656 22714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=867944 CPUtime=0.23
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 754 0 0 0 23 0 0 0 15 0 10 0 2005043903 888774656 22714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15153] ppid=15143 vsize=867944 CPUtime=0
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 2005043903 888774656 22714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=867944 CPUtime=0
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 62 0 0 0 0 0 0 0 15 0 10 0 2005043903 888774656 22714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15156] ppid=15143 vsize=867944 CPUtime=0
/proc/15145/task/15156/stat : 15156 (java) S 15143 15145 15108 0 -1 64 69 0 0 0 0 0 0 0 16 0 10 0 2005044250 888774656 22714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 875552

[startup+12.7018 s]
/proc/loadavg: 1.81 1.97 1.98 3/90 15160
/proc/meminfo: memFree=1602384/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=868268 CPUtime=12.63
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 34894 1571 1 0 754 91 414 4 18 0 9 0 2005043897 889106432 23962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 217067 23970 2613 9 0 211595 0
[pid=15145/tid=15146] ppid=15143 vsize=868268 CPUtime=11.78
/proc/15145/task/15146/stat : 15146 (java) S 15143 15145 15108 0 -1 64 20510 1571 1 0 678 82 414 4 18 0 9 0 2005043898 889106432 23975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=868268 CPUtime=4.71
/proc/15145/task/15147/stat : 15147 (java) R 15143 15145 15108 0 -1 64 12540 1571 0 0 49 4 414 4 18 0 9 0 2005043900 889106432 23981 996147200 134512640 134550740 4294955968 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15148] ppid=15143 vsize=868268 CPUtime=4.18
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 12 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889106432 23987 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15149] ppid=15143 vsize=868268 CPUtime=4.18
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 5 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889106432 23992 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=868268 CPUtime=4.18
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 1571 0 0 0 0 414 4 18 0 9 0 2005043903 889106432 23998 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=868268 CPUtime=4.45
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 960 1571 0 0 26 1 414 4 15 0 9 0 2005043903 889106432 24004 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15153] ppid=15143 vsize=868268 CPUtime=4.18
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 1571 0 0 0 0 414 4 19 0 9 0 2005043903 889106432 24010 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=868268 CPUtime=4.18
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 64 1571 0 0 0 0 414 4 15 0 9 0 2005043903 889106432 24015 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 868268

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

/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 10 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 1571 0 0 0 0 414 4 18 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=868356 CPUtime=4.58
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 1075 1571 0 0 39 1 414 4 16 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15153] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 1571 0 0 0 0 414 4 19 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=868356 CPUtime=4.19
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 64 1571 0 0 1 0 414 4 15 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 868356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 15248
/proc/meminfo: memFree=1505760/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=868356 CPUtime=1541.66
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 41111 1571 1 0 153648 100 414 4 18 0 9 0 2005043897 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 217089 25606 2637 9 0 211595 0
[pid=15145/tid=15146] ppid=15143 vsize=868356 CPUtime=1540.6
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 25122 1571 1 0 153553 89 414 4 25 0 9 0 2005043898 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4127284638 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=868356 CPUtime=4.76
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 14003 1571 0 0 53 5 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15148] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 15 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15149] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 10 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 1571 0 0 0 0 414 4 18 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=868356 CPUtime=4.58
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 1075 1571 0 0 39 1 414 4 16 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15153] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 1571 0 0 0 0 414 4 19 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=868356 CPUtime=4.19
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 64 1571 0 0 1 0 414 4 15 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 868356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15248
/proc/meminfo: memFree=1458656/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=868356 CPUtime=1601.64
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 41111 1571 1 0 159646 100 414 4 18 0 9 0 2005043897 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 217089 25606 2637 9 0 211595 0
[pid=15145/tid=15146] ppid=15143 vsize=868356 CPUtime=1600.58
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 25122 1571 1 0 159551 89 414 4 25 0 9 0 2005043898 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4127281628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=868356 CPUtime=4.76
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 14003 1571 0 0 53 5 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15148] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 15 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15149] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 10 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 1571 0 0 0 0 414 4 18 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=868356 CPUtime=4.58
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 1075 1571 0 0 39 1 414 4 16 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15153] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 1571 0 0 0 0 414 4 19 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=868356 CPUtime=4.2
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 64 1571 0 0 1 1 414 4 15 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 868356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15248
/proc/meminfo: memFree=1448160/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=868356 CPUtime=1661.63
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 41111 1571 1 0 165644 101 414 4 18 0 9 0 2005043897 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 217089 25606 2637 9 0 211595 0
[pid=15145/tid=15146] ppid=15143 vsize=868356 CPUtime=1660.56
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 25122 1571 1 0 165549 89 414 4 25 0 9 0 2005043898 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=868356 CPUtime=4.76
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 14003 1571 0 0 53 5 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15148] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 15 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15149] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 10 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 1571 0 0 0 0 414 4 18 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=868356 CPUtime=4.58
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 1075 1571 0 0 39 1 414 4 16 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15153] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 1571 0 0 0 0 414 4 19 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=868356 CPUtime=4.2
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 64 1571 0 0 1 1 414 4 15 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 868356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15248
/proc/meminfo: memFree=1448096/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=868356 CPUtime=1721.61
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 41111 1571 1 0 171642 101 414 4 18 0 9 0 2005043897 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 217089 25606 2637 9 0 211595 0
[pid=15145/tid=15146] ppid=15143 vsize=868356 CPUtime=1720.54
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 25122 1571 1 0 171547 89 414 4 25 0 9 0 2005043898 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4127113204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=868356 CPUtime=4.76
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 14003 1571 0 0 53 5 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15148] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 15 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15149] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 10 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 1571 0 0 0 0 414 4 18 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=868356 CPUtime=4.58
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 1075 1571 0 0 39 1 414 4 16 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15153] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 1571 0 0 0 0 414 4 19 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=868356 CPUtime=4.21
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 64 1571 0 0 2 1 414 4 15 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 868356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15248
/proc/meminfo: memFree=1447968/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=868356 CPUtime=1781.59
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 41111 1571 1 0 177640 101 414 4 18 0 9 0 2005043897 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 217089 25606 2637 9 0 211595 0
[pid=15145/tid=15146] ppid=15143 vsize=868356 CPUtime=1780.52
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 25122 1571 1 0 177545 89 414 4 25 0 9 0 2005043898 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4127284638 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=868356 CPUtime=4.76
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 14003 1571 0 0 53 5 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15148] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 15 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15149] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 10 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 1571 0 0 0 0 414 4 18 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=868356 CPUtime=4.58
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 1075 1571 0 0 39 1 414 4 16 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15153] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 1571 0 0 0 0 414 4 19 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=868356 CPUtime=4.21
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 64 1571 0 0 2 1 414 4 15 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 868356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15248
/proc/meminfo: memFree=1447968/2055920 swapFree=4180452/4192956
[pid=15145] ppid=15143 vsize=868356 CPUtime=1800.09
/proc/15145/stat : 15145 (java) S 15143 15145 15108 0 -1 0 41111 1571 1 0 179490 101 414 4 18 0 9 0 2005043897 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15145/statm: 217089 25606 2637 9 0 211595 0
[pid=15145/tid=15146] ppid=15143 vsize=868356 CPUtime=1799.01
/proc/15145/task/15146/stat : 15146 (java) R 15143 15145 15108 0 -1 64 25122 1571 1 0 179394 89 414 4 25 0 9 0 2005043898 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4127281401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15147] ppid=15143 vsize=868356 CPUtime=4.76
/proc/15145/task/15147/stat : 15147 (java) S 15143 15145 15108 0 -1 64 14003 1571 0 0 53 5 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15148] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15148/stat : 15148 (java) S 15143 15145 15108 0 -1 64 15 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15149] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15149/stat : 15149 (java) S 15143 15145 15108 0 -1 64 10 1571 0 0 0 0 414 4 16 0 9 0 2005043900 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15151] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15151/stat : 15151 (java) S 15143 15145 15108 0 -1 64 1 1571 0 0 0 0 414 4 18 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15152] ppid=15143 vsize=868356 CPUtime=4.58
/proc/15145/task/15152/stat : 15152 (java) S 15143 15145 15108 0 -1 64 1075 1571 0 0 39 1 414 4 16 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15145/tid=15153] ppid=15143 vsize=868356 CPUtime=4.18
/proc/15145/task/15153/stat : 15153 (java) S 15143 15145 15108 0 -1 64 2 1571 0 0 0 0 414 4 19 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15145/tid=15154] ppid=15143 vsize=868356 CPUtime=4.21
/proc/15145/task/15154/stat : 15154 (java) S 15143 15145 15108 0 -1 64 64 1571 0 0 2 1 414 4 15 0 9 0 2005043903 889196544 25606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868356

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

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

Child status: 143
Real time (s): 1800.87
CPU time (s): 1800.17
CPU user time (s): 1799.09
CPU system time (s): 1.08083
CPU usage (%): 99.9611
Max. virtual memory (cumulated for all children) (KiB): 875816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.08083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42713
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= 38316
involuntary context switches= 24377

runsolver used 2.50562 second user time and 5.70213 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 14:25:01
IDJOB=1088953
IDBENCH=58152
IDSOLVER=363
FILE ID=node29/1088953-1215260701
PBS_JOBID= 7882159
Free space on /tmp= 66492 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-1-45.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-1088953-1215260701/watcher-1088953-1215260701 -o /tmp/evaluation-result-1088953-1215260701/solver-1088953-1215260701 -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-1088953-1215260701.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= baaf997e1ccdc0c91ec8ce4921dd3646
RANDOM SEED=2100238153

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1686968 kB
Buffers:         21220 kB
Cached:         172656 kB
SwapCached:       6928 kB
Active:         258904 kB
Inactive:        55952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686968 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            4420 kB
Writeback:           0 kB
Mapped:         136716 kB
Slab:            38936 kB
Committed_AS:  3603276 kB
PageTables:       2264 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node29 at 2008-07-05 14:55:04