Trace number 1082483

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.12 1817.04

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-11.xml
MD5SUM58b76529f110bf666837f8cb6f5feb85
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.5406
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size675
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1082483-1215222923.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.39	     nbVariables=200  nbDomainTypes=65  minDomainSize=580  maxDomainSize=675  nbTotalValues=124434
0.28/0.39	       =>  wckTime=0.148  cpuTime=0.12  mem=10M819
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
6.01/6.11	     nbConstraints=2810  nbGlobalConstraints=2710  nbConvertedConstraints=100  nbConvertConstraintsChecks=25363088
6.01/6.11	     nbExtensionStructures=65  nbSharedExtensionStructures=35  nbConflictsStructures=65  nbSharedConflictsStructures=35
6.01/6.11	     nbSharedBinaryRepresentations=40564  minDegree=19  maxDegree=38  minArity=2  avgArity=2.03  maxArity=11
6.01/6.11	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.313  symmetryCpuTime=0.25  nbCliques=10
6.01/6.11	       =>  wckTime=5.867  cpuTime=5.56  mem=47M897
6.11/6.25	   
6.11/6.25	   solver IterativeSystematicSolver being built... 
6.21/6.31	   
6.21/6.31	   INFO : Forward propagation technique limited 
6.21/6.37	       =>  wckTime=6.13  cpuTime=5.66  mem=35M171
6.31/6.40	   
6.31/6.40	   preprocessing
6.31/6.40	     nbConstraintChecks=0  nbPropagations=200  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
6.31/6.40	     detectedInconsistency=no
6.31/6.40	       =>  wckTime=0.023  cpuTime=0.01  mem=36M126
12.02/12.11	   
12.02/12.11	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M379)

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-1082483-1215222923/watcher-1082483-1215222923 -o /tmp/evaluation-result-1082483-1215222923/solver-1082483-1215222923 -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-1082483-1215222923.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.91 1.97 1.99 4/81 6800
/proc/meminfo: memFree=1818280/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=18572 CPUtime=0
/proc/6800/stat : 6800 (runsolver) R 6798 6800 2889 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2001259359 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6800/statm: 4643 292 257 25 0 2626 0

[startup+0.0316401 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 6800
/proc/meminfo: memFree=1818280/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=861876 CPUtime=0.01
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 1878 0 1 0 0 1 0 0 18 0 5 0 2001259359 882561024 1565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 215469 1565 695 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.102007 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 6800
/proc/meminfo: memFree=1818280/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=865884 CPUtime=0.08
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 3701 0 1 0 6 2 0 0 18 0 9 0 2001259359 886665216 3174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 216471 3174 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302025 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 6800
/proc/meminfo: memFree=1818280/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=866284 CPUtime=0.28
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 6008 0 1 0 23 5 0 0 18 0 9 0 2001259359 887074816 5382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 216571 5382 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701071 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 6800
/proc/meminfo: memFree=1818280/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=867676 CPUtime=0.67
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 9812 0 1 0 60 7 0 0 18 0 9 0 2001259359 888500224 9172 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 216919 9172 2011 9 0 211425 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867676

[startup+1.50115 s]
/proc/loadavg: 1.91 1.97 1.99 3/90 6809
/proc/meminfo: memFree=1785824/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=867676 CPUtime=1.46
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 11174 0 1 0 137 9 0 0 18 0 9 0 2001259359 888500224 10531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 216919 10531 2014 9 0 211425 0
[pid=6800/tid=6802] ppid=6798 vsize=867676 CPUtime=1.26
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 9792 0 1 0 119 7 0 0 25 0 9 0 2001259360 888500224 10531 996147200 134512640 134550740 4294955968 18446744073709551615 4126873648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6803] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2001259361 888500224 10531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6804] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2001259362 888500224 10531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6805] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001259362 888500224 10531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6806] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001259364 888500224 10531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=867676 CPUtime=0.18
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 685 0 0 0 18 0 0 0 15 0 9 0 2001259364 888500224 10531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6808] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001259364 888500224 10531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001259364 888500224 10531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867676

[startup+3.10233 s]
/proc/loadavg: 1.91 1.97 1.99 3/90 6809
/proc/meminfo: memFree=1781280/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=867676 CPUtime=3.05
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 12705 0 1 0 292 13 0 0 18 0 9 0 2001259359 888500224 12061 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 216919 12061 2014 9 0 211425 0
[pid=6800/tid=6802] ppid=6798 vsize=867676 CPUtime=2.83
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 11313 0 1 0 272 11 0 0 25 0 9 0 2001259360 888500224 12061 996147200 134512640 134550740 4294955968 18446744073709551615 4126892439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6803] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 2001259361 888500224 12061 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6804] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2001259362 888500224 12061 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6805] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001259362 888500224 12061 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6806] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001259364 888500224 12061 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=867676 CPUtime=0.2
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 695 0 0 0 19 1 0 0 15 0 9 0 2001259364 888500224 12061 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6808] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001259364 888500224 12061 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=867676 CPUtime=0
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001259364 888500224 12061 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867676

[startup+6.30269 s]
/proc/loadavg: 1.92 1.97 1.99 3/90 6809
/proc/meminfo: memFree=1767840/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=869024 CPUtime=6.21
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 29803 436 1 0 595 23 2 1 18 0 9 0 2001259359 889880576 19485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 217256 19485 2631 9 0 211762 0
[pid=6800/tid=6802] ppid=6798 vsize=869024 CPUtime=5.79
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 19155 436 1 0 557 19 2 1 24 0 9 0 2001259360 889880576 19485 996147200 134512640 134550740 4294955968 18446744073709551615 4126586281 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6803] ppid=6798 vsize=869024 CPUtime=0.15
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 8923 436 0 0 11 1 2 1 17 0 9 0 2001259361 889880576 19485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6804] ppid=6798 vsize=869024 CPUtime=0.03
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 14 436 0 0 0 0 2 1 16 0 9 0 2001259362 889880576 19485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6805] ppid=6798 vsize=869024 CPUtime=0.03
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 17 436 0 0 0 0 2 1 16 0 9 0 2001259362 889880576 19485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=869024 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889880576 19485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=869024 CPUtime=0.29
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 874 436 0 0 25 1 2 1 15 0 9 0 2001259364 889880576 19485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6808] ppid=6798 vsize=869024 CPUtime=0.03
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 436 0 0 0 0 2 1 19 0 9 0 2001259364 889880576 19485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=869024 CPUtime=0.03
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 11 436 0 0 0 0 2 1 15 0 9 0 2001259364 889880576 19485 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 869024

[startup+12.7024 s]
/proc/loadavg: 1.93 1.97 1.99 3/90 6813
/proc/meminfo: memFree=1731040/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=868936 CPUtime=12.62
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 37964 436 1 0 1232 27 2 1 18 0 9 0 2001259359 889790464 24212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 217234 24212 2615 9 0 211762 0
[pid=6800/tid=6802] ppid=6798 vsize=868936 CPUtime=12.06
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 23386 436 1 0 1182 21 2 1 25 0 9 0 2001259360 889790464 24212 996147200 134512640 134550740 4294955968 18446744073709551615 4127169723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6803] ppid=6798 vsize=868936 CPUtime=0.2
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 12782 436 0 0 14 3 2 1 17 0 9 0 2001259361 889790464 24212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6804] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 14 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6805] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 32 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889790464 24212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=868936 CPUtime=0.38
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 929 436 0 0 34 1 2 1 15 0 9 0 2001259364 889790464 24212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6808] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 436 0 0 0 0 2 1 19 0 9 0 2001259364 889790464 24212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 11 436 0 0 0 0 2 1 15 0 9 0 2001259364 889790464 24212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 868936

[startup+25.5018 s]
/proc/loadavg: 1.94 1.97 1.99 3/90 6813
/proc/meminfo: memFree=1730912/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=868936 CPUtime=25.4
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 38020 436 1 0 2510 27 2 1 18 0 9 0 2001259359 889790464 24254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 217234 24254 2615 9 0 211762 0
[pid=6800/tid=6802] ppid=6798 vsize=868936 CPUtime=24.82
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 23400 436 1 0 2458 21 2 1 25 0 9 0 2001259360 889790464 24254 996147200 134512640 134550740 4294955968 18446744073709551615 4126675160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6803] ppid=6798 vsize=868936 CPUtime=0.23
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 12824 436 0 0 17 3 2 1 17 0 9 0 2001259361 889790464 24254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6804] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 14 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6805] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 32 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889790464 24254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=868936 CPUtime=0.38
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 929 436 0 0 34 1 2 1 16 0 9 0 2001259364 889790464 24254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6808] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 436 0 0 0 0 2 1 19 0 9 0 2001259364 889790464 24254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 11 436 0 0 0 0 2 1 15 0 9 0 2001259364 889790464 24254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 868936

[startup+51.1017 s]
/proc/loadavg: 1.96 1.97 1.99 3/90 6813
/proc/meminfo: memFree=1730784/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=868936 CPUtime=51
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 38055 436 1 0 5069 28 2 1 18 0 9 0 2001259359 889790464 24266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 217234 24266 2615 9 0 211762 0
[pid=6800/tid=6802] ppid=6798 vsize=868936 CPUtime=50.38
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 23423 436 1 0 5014 21 2 1 25 0 9 0 2001259360 889790464 24266 996147200 134512640 134550740 4294955968 18446744073709551615 4127264103 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6803] ppid=6798 vsize=868936 CPUtime=0.26
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 12835 436 0 0 20 3 2 1 16 0 9 0 2001259361 889790464 24266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6804] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 14 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6805] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 32 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889790464 24266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=868936 CPUtime=0.38
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 930 436 0 0 34 1 2 1 16 0 9 0 2001259364 889790464 24266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6808] ppid=6798 vsize=868936 CPUtime=0.03

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

/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 32 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889790464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=868936 CPUtime=0.39
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 933 436 0 0 35 1 2 1 16 0 9 0 2001259364 889790464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6808] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 436 0 0 0 0 2 1 19 0 9 0 2001259364 889790464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 11 436 0 0 0 0 2 1 15 0 9 0 2001259364 889790464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.52
Current children cumulated vsize (KiB) 868936

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7390
/proc/meminfo: memFree=1693024/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=868936 CPUtime=1527.95
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 39613 436 1 0 152746 46 2 1 18 0 9 0 2001259359 889790464 24482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 217234 24482 2615 9 0 211762 0
[pid=6800/tid=6802] ppid=6798 vsize=868936 CPUtime=1525.47
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 24765 436 1 0 152514 30 2 1 25 0 9 0 2001259360 889790464 24482 996147200 134512640 134550740 4294955968 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6803] ppid=6798 vsize=868936 CPUtime=2.1
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 13048 436 0 0 195 12 2 1 16 0 9 0 2001259361 889790464 24482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6804] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 14 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6805] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 32 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889790464 24482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=868936 CPUtime=0.39
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 933 436 0 0 35 1 2 1 16 0 9 0 2001259364 889790464 24482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6808] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 436 0 0 0 0 2 1 19 0 9 0 2001259364 889790464 24482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 11 436 0 0 0 0 2 1 15 0 9 0 2001259364 889790464 24482 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.95
Current children cumulated vsize (KiB) 868936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7390
/proc/meminfo: memFree=1692960/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=868936 CPUtime=1587.39
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 39671 436 1 0 158689 47 2 1 18 0 9 0 2001259359 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 217234 24490 2615 9 0 211762 0
[pid=6800/tid=6802] ppid=6798 vsize=868936 CPUtime=1584.83
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 24815 436 1 0 158450 30 2 1 25 0 9 0 2001259360 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4127241870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6803] ppid=6798 vsize=868936 CPUtime=2.18
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 13056 436 0 0 202 13 2 1 16 0 9 0 2001259361 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6804] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 14 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6805] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 32 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=868936 CPUtime=0.39
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 933 436 0 0 35 1 2 1 16 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6808] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 436 0 0 0 0 2 1 19 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 11 436 0 0 0 0 2 1 15 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.39
Current children cumulated vsize (KiB) 868936

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7390
/proc/meminfo: memFree=1692832/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=868936 CPUtime=1646.82
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 39709 436 1 0 164632 47 2 1 18 0 9 0 2001259359 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 217234 24490 2615 9 0 211762 0
[pid=6800/tid=6802] ppid=6798 vsize=868936 CPUtime=1644.2
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 24853 436 1 0 164387 30 2 1 25 0 9 0 2001259360 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6803] ppid=6798 vsize=868936 CPUtime=2.24
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 13056 436 0 0 208 13 2 1 16 0 9 0 2001259361 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6804] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 14 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6805] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 32 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=868936 CPUtime=0.39
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 933 436 0 0 35 1 2 1 16 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6808] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 436 0 0 0 0 2 1 19 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 11 436 0 0 0 0 2 1 15 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.82
Current children cumulated vsize (KiB) 868936

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7390
/proc/meminfo: memFree=1692768/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=868936 CPUtime=1706.27
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 39746 436 1 0 170576 48 2 1 18 0 9 0 2001259359 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 217234 24490 2615 9 0 211762 0
[pid=6800/tid=6802] ppid=6798 vsize=868936 CPUtime=1703.59
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 24890 436 1 0 170326 30 2 1 25 0 9 0 2001259360 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4127179525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6803] ppid=6798 vsize=868936 CPUtime=2.29
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 13056 436 0 0 213 13 2 1 16 0 9 0 2001259361 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6804] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 14 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6805] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 32 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=868936 CPUtime=0.39
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 933 436 0 0 35 1 2 1 16 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6808] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 436 0 0 0 0 2 1 19 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 11 436 0 0 0 0 2 1 15 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.27
Current children cumulated vsize (KiB) 868936

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7390
/proc/meminfo: memFree=1692640/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=868936 CPUtime=1765.7
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 39785 436 1 0 176519 48 2 1 18 0 9 0 2001259359 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 217234 24490 2615 9 0 211762 0
[pid=6800/tid=6802] ppid=6798 vsize=868936 CPUtime=1762.96
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 24929 436 1 0 176263 30 2 1 25 0 9 0 2001259360 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6803] ppid=6798 vsize=868936 CPUtime=2.35
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 13056 436 0 0 219 13 2 1 16 0 9 0 2001259361 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6804] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 14 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6805] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 32 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=868936 CPUtime=0.39
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 933 436 0 0 35 1 2 1 16 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6808] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 436 0 0 0 0 2 1 19 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 11 436 0 0 0 0 2 1 15 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.7
Current children cumulated vsize (KiB) 868936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7390
/proc/meminfo: memFree=1692704/2055920 swapFree=4176360/4192956
[pid=6800] ppid=6798 vsize=868936 CPUtime=1800.07
/proc/6800/stat : 6800 (java) S 6798 6800 2889 0 -1 0 39808 436 1 0 179956 48 2 1 18 0 9 0 2001259359 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6800/statm: 217234 24490 2615 9 0 211762 0
[pid=6800/tid=6802] ppid=6798 vsize=868936 CPUtime=1797.3
/proc/6800/task/6802/stat : 6802 (java) R 6798 6800 2889 0 -1 64 24952 436 1 0 179697 30 2 1 25 0 9 0 2001259360 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4126873276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6803] ppid=6798 vsize=868936 CPUtime=2.4
/proc/6800/task/6803/stat : 6803 (java) S 6798 6800 2889 0 -1 64 13056 436 0 0 223 14 2 1 16 0 9 0 2001259361 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6804] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6804/stat : 6804 (java) S 6798 6800 2889 0 -1 64 14 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6805] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6805/stat : 6805 (java) S 6798 6800 2889 0 -1 64 32 436 0 0 0 0 2 1 16 0 9 0 2001259362 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6800/tid=6806] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6806/stat : 6806 (java) S 6798 6800 2889 0 -1 64 1 436 0 0 0 0 2 1 18 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6807] ppid=6798 vsize=868936 CPUtime=0.39
/proc/6800/task/6807/stat : 6807 (java) S 6798 6800 2889 0 -1 64 933 436 0 0 35 1 2 1 16 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6808] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6808/stat : 6808 (java) S 6798 6800 2889 0 -1 64 2 436 0 0 0 0 2 1 19 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6800/tid=6809] ppid=6798 vsize=868936 CPUtime=0.03
/proc/6800/task/6809/stat : 6809 (java) S 6798 6800 2889 0 -1 64 11 436 0 0 0 0 2 1 15 0 9 0 2001259364 889790464 24490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868936

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): 1817.04
CPU time (s): 1800.12
CPU user time (s): 1799.61
CPU system time (s): 0.511922
CPU usage (%): 99.0688
Max. virtual memory (cumulated for all children) (KiB): 869672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.511922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40275
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= 48941
involuntary context switches= 78855

runsolver used 2.05469 second user time and 6.24105 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 03:55:23
IDJOB=1082483
IDBENCH=57255
IDSOLVER=363
FILE ID=node91/1082483-1215222923
PBS_JOBID= 7881651
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-10/normalized-super-os-taillard-10-11.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-1082483-1215222923/watcher-1082483-1215222923 -o /tmp/evaluation-result-1082483-1215222923/solver-1082483-1215222923 -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-1082483-1215222923.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58b76529f110bf666837f8cb6f5feb85
RANDOM SEED=1805998124

node91.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.231
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.231
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:       1818760 kB
Buffers:         34084 kB
Cached:         145188 kB
SwapCached:       7456 kB
Active:         141904 kB
Inactive:        49324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818760 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            2388 kB
Writeback:           0 kB
Mapped:          19820 kB
Slab:            30716 kB
Committed_AS: 12411136 kB
PageTables:       2184 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= 66448 MiB
End job on node91 at 2008-07-05 04:25:42