Trace number 1090927

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.1 1808.87

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-2-insertions-5-4.xml
MD5SUM63aad6b5a5b2006f72e9f222a182abd7
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 variables597
Number of constraints3936
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3936
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1090927-1215272641.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.39/0.48	     nbVariables=597  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4  nbTotalValues=2388
0.39/0.48	       =>  wckTime=0.245  cpuTime=0.17  mem=9M869
0.39/0.48	   
0.39/0.48	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
1.66/1.78	     nbConstraints=3938  nbGlobalConstraints=2  nbConvertedConstraints=3936  nbConvertConstraintsChecks=32
1.76/1.86	     nbExtensionStructures=2  nbSharedExtensionStructures=3934  nbConflictsStructures=2
1.76/1.86	     nbSharedConflictsStructures=3934  nbSharedBinaryRepresentations=4  minDegree=6  maxDegree=149  minArity=2
1.76/1.86	     avgArity=2.26  maxArity=512  nbGenerators=2  nbFusions=1  symmetryWckTime=0.497  symmetryCpuTime=0.33
1.76/1.86	       =>  wckTime=1.549  cpuTime=1.16  mem=7M781
1.76/1.86	   
1.76/1.86	   solver IterativeSystematicSolver being built... 
1.86/1.93	   
1.86/1.93	   INFO : Forward propagation technique limited 
1.95/2.02	       =>  wckTime=1.786  cpuTime=1.28  mem=25M743
1.95/2.05	   
1.95/2.05	   preprocessing
1.95/2.05	     nbConstraintChecks=8  nbPropagations=598  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=3  nbRemovedTuples=6
1.95/2.05	     detectedInconsistency=no
1.95/2.05	       =>  wckTime=0.032  cpuTime=0.02  mem=25M743
14.66/14.79	   
14.66/14.79	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M734)

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-1090927-1215272641/watcher-1090927-1215272641 -o /tmp/evaluation-result-1090927-1215272641/solver-1090927-1215272641 -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-1090927-1215272641.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.00 2.00 2.00 3/74 31828
/proc/meminfo: memFree=1623400/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=1616 CPUtime=0
/proc/31828/stat : 31828 (java) R 31826 31828 31296 0 -1 0 177 0 0 0 0 0 0 0 19 0 1 0 640481882 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31828/statm: 404 145 119 9 0 46 0

[startup+0.079585 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31828
/proc/meminfo: memFree=1623400/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=865856 CPUtime=0.06
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 3504 0 1 0 4 2 0 0 19 0 9 0 640481882 886636544 2994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 216464 2994 1620 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102586 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31828
/proc/meminfo: memFree=1623400/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=865884 CPUtime=0.09
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 3801 0 1 0 6 3 0 0 19 0 9 0 640481882 886665216 3252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 216471 3252 1716 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302636 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31828
/proc/meminfo: memFree=1623400/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=866196 CPUtime=0.29
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 5628 0 1 0 24 5 0 0 19 0 9 0 640481882 886984704 5042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 216549 5042 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701705 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31828
/proc/meminfo: memFree=1623400/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=867720 CPUtime=0.68
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 8633 0 1 0 61 7 0 0 19 0 9 0 640481882 888545280 7993 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 216930 7993 2011 9 0 211436 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867720

[startup+1.50187 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31837
/proc/meminfo: memFree=1589024/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868368 CPUtime=1.46
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 16190 443 1 0 113 26 7 0 19 0 10 0 640481882 889208832 13428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217092 13428 2024 9 0 211598 0
[pid=31828/tid=31830] ppid=31826 vsize=868368 CPUtime=1.21
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 14501 443 1 0 91 23 7 0 17 0 10 0 640481884 889208832 13428 996147200 134512640 134550740 4294955968 18446744073709551615 4127051826 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868368 CPUtime=0.07
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 5 443 0 0 0 0 7 0 16 0 10 0 640481885 889208832 13429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868368 CPUtime=0.07
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 10 443 0 0 0 0 7 0 19 0 10 0 640481885 889208832 13429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868368 CPUtime=0.07
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 4 443 0 0 0 0 7 0 20 0 10 0 640481885 889208832 13429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868368 CPUtime=0.07
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 443 0 0 0 0 7 0 18 0 10 0 640481887 889208832 13429 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868368 CPUtime=0.29
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 853 443 0 0 21 1 7 0 16 0 10 0 640481887 889208832 13430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868368 CPUtime=0.07
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 443 0 0 0 0 7 0 19 0 10 0 640481887 889208832 13430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868368 CPUtime=0.07
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 5 443 0 0 0 0 7 0 15 0 10 0 640481887 889208832 13430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868368

[startup+3.10218 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 31841
/proc/meminfo: memFree=1555344/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=3.07
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29254 567 1 0 268 31 7 1 19 0 9 0 640481882 889270272 19440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19440 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=2.62
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20762 567 1 0 228 26 7 1 25 0 9 0 640481884 889270272 19440 996147200 134512640 134550740 4294955968 18446744073709551615 4127147169 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 17 0 9 0 640481885 889270272 19440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.36
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 946 567 0 0 27 1 7 1 15 0 9 0 640481887 889270272 19440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 7 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868428

[startup+6.30181 s]
/proc/loadavg: 2.16 2.03 2.01 3/83 31841
/proc/meminfo: memFree=1555288/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=6.27
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29390 567 1 0 588 31 7 1 19 0 9 0 640481882 889270272 19451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19451 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=5.81
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20851 567 1 0 547 26 7 1 25 0 9 0 640481884 889270272 19451 996147200 134512640 134550740 4294955968 18446744073709551615 4127147161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 17 0 9 0 640481885 889270272 19451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.38
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 963 567 0 0 29 1 7 1 15 0 9 0 640481887 889270272 19451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 37 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19451 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 868428

[startup+12.7011 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 31841
/proc/meminfo: memFree=1554968/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=12.66
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29401 567 1 0 1227 31 7 1 19 0 9 0 640481882 889270272 19455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19455 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=12.19
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20857 567 1 0 1185 26 7 1 25 0 9 0 640481884 889270272 19455 996147200 134512640 134550740 4294955968 18446744073709551615 4127147157 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 17 0 9 0 640481885 889270272 19455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.38
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 968 567 0 0 29 1 7 1 16 0 9 0 640481887 889270272 19455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 37 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 868428

[startup+25.5026 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 31841
/proc/meminfo: memFree=1554776/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=25.45
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29456 567 1 0 2506 31 7 1 19 0 9 0 640481882 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19471 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=24.96
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20865 567 1 0 2462 26 7 1 25 0 9 0 640481884 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 16 0 9 0 640481885 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.41
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 1015 567 0 0 32 1 7 1 15 0 9 0 640481887 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 37 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 868428

[startup+51.1027 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 31841
/proc/meminfo: memFree=1554072/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=51.04
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29457 567 1 0 5065 31 7 1 19 0 9 0 640481882 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19471 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=50.54
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20866 567 1 0 5020 26 7 1 25 0 9 0 640481884 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4127146290 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 16 0 9 0 640481885 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.41
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 1015 567 0 0 32 1 7 1 16 0 9 0 640481887 889270272 19471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08

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

/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.41
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 1017 567 0 0 32 1 7 1 16 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 37 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.01
Current children cumulated vsize (KiB) 868428

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 31877
/proc/meminfo: memFree=1604584/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=1535.55
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29459 567 1 0 153515 32 7 1 19 0 9 0 640481882 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19473 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=1535.05
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20866 567 1 0 153470 27 7 1 25 0 9 0 640481884 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4127059539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.41
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 1017 567 0 0 32 1 7 1 16 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 37 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.55
Current children cumulated vsize (KiB) 868428

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 31877
/proc/meminfo: memFree=1604584/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=1595.1
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29459 567 1 0 159470 32 7 1 19 0 9 0 640481882 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19473 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=1594.6
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20866 567 1 0 159425 27 7 1 25 0 9 0 640481884 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4127167980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.41
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 1017 567 0 0 32 1 7 1 16 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 37 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.1
Current children cumulated vsize (KiB) 868428

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 31877
/proc/meminfo: memFree=1604584/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=1654.64
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29459 567 1 0 165424 32 7 1 19 0 9 0 640481882 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19473 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=1654.14
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20866 567 1 0 165379 27 7 1 25 0 9 0 640481884 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4127223200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.41
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 1017 567 0 0 32 1 7 1 16 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 37 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.64
Current children cumulated vsize (KiB) 868428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31877
/proc/meminfo: memFree=1604648/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=1714.18
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29459 567 1 0 171378 32 7 1 19 0 9 0 640481882 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19473 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=1713.68
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20866 567 1 0 171333 27 7 1 25 0 9 0 640481884 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4127148320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.41
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 1017 567 0 0 32 1 7 1 16 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 37 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.18
Current children cumulated vsize (KiB) 868428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31877
/proc/meminfo: memFree=1604584/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=1773.73
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29459 567 1 0 177332 33 7 1 19 0 9 0 640481882 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19473 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=1773.22
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20866 567 1 0 177287 27 7 1 25 0 9 0 640481884 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4127148449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.41
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 1017 567 0 0 32 1 7 1 16 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 37 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.73
Current children cumulated vsize (KiB) 868428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31877
/proc/meminfo: memFree=1604584/2055920 swapFree=4166000/4192956
[pid=31828] ppid=31826 vsize=868428 CPUtime=1800.03
/proc/31828/stat : 31828 (java) S 31826 31828 31296 0 -1 0 29459 567 1 0 179962 33 7 1 19 0 9 0 640481882 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31828/statm: 217107 19473 2637 9 0 211613 0
[pid=31828/tid=31830] ppid=31826 vsize=868428 CPUtime=1799.52
/proc/31828/task/31830/stat : 31830 (java) R 31826 31828 31296 0 -1 64 20866 567 1 0 179917 27 7 1 25 0 9 0 640481884 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4127228538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31831] ppid=31826 vsize=868428 CPUtime=0.2
/proc/31828/task/31831/stat : 31831 (java) S 31826 31828 31296 0 -1 64 6693 567 0 0 11 1 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31832] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31832/stat : 31832 (java) S 31826 31828 31296 0 -1 64 17 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31833] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31833/stat : 31833 (java) S 31826 31828 31296 0 -1 64 13 567 0 0 0 0 7 1 16 0 9 0 640481885 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31834] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31834/stat : 31834 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 18 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31835] ppid=31826 vsize=868428 CPUtime=0.41
/proc/31828/task/31835/stat : 31835 (java) S 31826 31828 31296 0 -1 64 1017 567 0 0 32 1 7 1 16 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31828/tid=31836] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31836/stat : 31836 (java) S 31826 31828 31296 0 -1 64 1 567 0 0 0 0 7 1 19 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31828/tid=31837] ppid=31826 vsize=868428 CPUtime=0.08
/proc/31828/task/31837/stat : 31837 (java) S 31826 31828 31296 0 -1 64 37 567 0 0 0 0 7 1 15 0 9 0 640481887 889270272 19473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868428

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): 1808.87
CPU time (s): 1800.1
CPU user time (s): 1799.75
CPU system time (s): 0.352946
CPU usage (%): 99.5153
Max. virtual memory (cumulated for all children) (KiB): 868472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.352946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30055
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= 38255
involuntary context switches= 42490

runsolver used 2.19167 second user time and 5.05723 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 17:44:01
IDJOB=1090927
IDBENCH=58508
IDSOLVER=363
FILE ID=node77/1090927-1215272641
PBS_JOBID= 7882227
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-2-insertions-5-4.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-1090927-1215272641/watcher-1090927-1215272641 -o /tmp/evaluation-result-1090927-1215272641/solver-1090927-1215272641 -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-1090927-1215272641.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 63aad6b5a5b2006f72e9f222a182abd7
RANDOM SEED=1323594109

node77.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.274
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.274
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:       1623816 kB
Buffers:         61340 kB
Cached:         238536 kB
SwapCached:      20880 kB
Active:         203516 kB
Inactive:       167612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623816 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:          77632 kB
Slab:            46168 kB
Committed_AS:  1200108 kB
PageTables:       1856 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= 66540 MiB
End job on node77 at 2008-07-05 18:14:12