Trace number 1063738

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.09 1809.45

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran16x16.xml
MD5SUM9f054a6207937b9747ad5269dca29ec3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.75673
Satisfiable
(Un)Satisfiability was proved
Number of variables7936
Number of constraints320
Maximum constraint arity480
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension320
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.15	
0.03/0.15	Abscon 112 (May, 2008)
0.19/0.38	
0.19/0.38	   configuration
0.19/0.38	     name=mac.xml
0.29/0.44	   
0.29/0.44	   instance
0.29/0.44	     name=HOME/instance-1063738-1215138630.xml
0.29/0.48	   
0.29/0.48	   domains being loaded...
0.29/0.49	   
0.29/0.49	   variables being loaded...
0.66/0.85	     nbVariables=7936  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=12178
0.66/0.85	       =>  wckTime=0.47  cpuTime=0.32  mem=33M208
0.66/0.85	   
0.66/0.85	   predicates being loaded...
1.05/1.21	   
1.05/1.21	   constraints being loaded...
6.40/6.68	     nbConstraints=288  nbMergedConstraints=32  nbSingletonDomainVariables=3694  nbUnbuiltConflictsStructures=21
6.40/6.68	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=21  nbSharedEvaluationManagers=267  minDegree=1  maxDegree=3
6.40/6.68	     minArity=31  avgArity=80.89  maxArity=480  nbGenerators=0  nbFusions=0  symmetryWckTime=0.358  symmetryCpuTime=0.13
6.40/6.68	       =>  wckTime=6.301  cpuTime=5.58  mem=36M106
6.60/6.81	   
6.60/6.81	   solver IterativeSystematicSolver being built... 
6.90/7.17	   
6.90/7.17	   INFO : Forward propagation technique limited 
7.20/7.49	       =>  wckTime=7.11  cpuTime=6.06  mem=79M640
26.54/26.96	   
26.54/26.96	   preprocessing
26.54/26.96	     nbConstraintChecks=6996174  nbValidityChecks=7936  nbPropagations=7936  nbRevisions=7936  nbUselessRevisions=7936
26.54/26.96	     nbRemovedValues=0  detectedInconsistency=no
26.54/26.96	       =>  wckTime=19.456  cpuTime=19.27  mem=110M667

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-1063738-1215138630/watcher-1063738-1215138630 -o /tmp/evaluation-result-1063738-1215138630/solver-1063738-1215138630 -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-1063738-1215138630.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.97 2.06 2.13 4/72 8239
/proc/meminfo: memFree=1869432/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=1472 CPUtime=0
/proc/8239/stat : 8239 (java) R 8237 8239 6354 0 -1 0 104 0 0 0 0 0 0 0 18 0 1 0 998317956 1507328 77 996147200 134512640 134550740 4294956144 18446744073709551615 13672078 0 0 4096 0 0 0 0 17 0 0 0
/proc/8239/statm: 368 84 62 9 0 10 0

[startup+0.0957861 s]
/proc/loadavg: 1.97 2.06 2.13 4/72 8239
/proc/meminfo: memFree=1869432/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=861876 CPUtime=0.02
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 2081 0 1 0 1 1 0 0 18 0 5 0 998317956 882561024 1734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 215469 1734 798 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101783 s]
/proc/loadavg: 1.97 2.06 2.13 4/72 8239
/proc/meminfo: memFree=1869432/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=861876 CPUtime=0.03
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 2208 0 1 0 2 1 0 0 18 0 5 0 998317956 882561024 1833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 215469 1833 842 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.301801 s]
/proc/loadavg: 1.97 2.06 2.13 4/72 8239
/proc/meminfo: memFree=1869432/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=866044 CPUtime=0.19
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 4488 0 8 0 15 4 0 0 18 0 9 0 998317956 886829056 3927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216511 3927 1855 9 0 211059 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866044

[startup+0.701833 s]
/proc/loadavg: 1.97 2.06 2.13 4/72 8239
/proc/meminfo: memFree=1869432/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867004 CPUtime=0.56
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 7821 0 15 0 49 7 0 0 18 0 9 0 998317956 887812096 7205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216751 7205 1972 9 0 211279 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 867004

[startup+1.5029 s]
/proc/loadavg: 1.97 2.06 2.13 3/81 8248
/proc/meminfo: memFree=1816624/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867432 CPUtime=1.35
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 18179 0 15 0 123 12 0 0 18 0 9 0 998317956 888250368 17529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216858 17529 2004 9 0 211386 0
[pid=8239/tid=8241] ppid=8237 vsize=867432 CPUtime=1.11
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 15736 0 15 0 100 11 0 0 25 0 9 0 998317958 888250368 17529 996147200 134512640 134550740 4294955984 18446744073709551615 103813005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867432 CPUtime=0.04
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 1117 0 0 0 4 0 0 0 17 0 9 0 998317964 888250368 17529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 998317964 888250368 17529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 998317964 888250368 17529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998317968 888250368 17529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867432 CPUtime=0.18
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 629 0 0 0 18 0 0 0 15 0 9 0 998317968 888250368 17529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998317968 888250368 17529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998317968 888250368 17529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 867432

[startup+3.10202 s]
/proc/loadavg: 1.97 2.06 2.13 4/81 8248
/proc/meminfo: memFree=1793648/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867432 CPUtime=2.95
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 23862 0 15 0 278 17 0 0 18 0 9 0 998317956 888250368 23209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216858 23209 2005 9 0 211386 0
[pid=8239/tid=8241] ppid=8237 vsize=867432 CPUtime=2.54
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 15768 0 15 0 242 12 0 0 25 0 9 0 998317958 888250368 23209 996147200 134512640 134550740 4294955984 18446744073709551615 4126894636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867432 CPUtime=0.15
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 6746 0 0 0 12 3 0 0 16 0 9 0 998317964 888250368 23209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 998317964 888250368 23209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 998317964 888250368 23209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998317968 888250368 23209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867432 CPUtime=0.21
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 651 0 0 0 21 0 0 0 15 0 9 0 998317968 888250368 23209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998317968 888250368 23209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998317968 888250368 23209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 867432

[startup+6.30128 s]
/proc/loadavg: 1.97 2.06 2.12 3/81 8248
/proc/meminfo: memFree=1778416/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867432 CPUtime=6.11
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 24008 0 15 0 594 17 0 0 18 0 9 0 998317956 888250368 23347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216858 23347 2005 9 0 211386 0
[pid=8239/tid=8241] ppid=8237 vsize=867432 CPUtime=5.65
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 15776 0 15 0 553 12 0 0 25 0 9 0 998317958 888250368 23347 996147200 134512640 134550740 4294955984 18446744073709551615 102689657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867432 CPUtime=0.22
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 6884 0 0 0 19 3 0 0 16 0 9 0 998317964 888250368 23347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 998317964 888250368 23347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 998317964 888250368 23347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998317968 888250368 23347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867432 CPUtime=0.21
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 651 0 0 0 21 0 0 0 15 0 9 0 998317968 888250368 23347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998317968 888250368 23347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867432 CPUtime=0
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998317968 888250368 23347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 867432

[startup+12.7018 s]
/proc/loadavg: 1.97 2.06 2.12 3/81 8252
/proc/meminfo: memFree=1721640/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867756 CPUtime=12.45
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 57419 722 15 0 1200 29 14 2 18 0 9 0 998317956 888582144 37920 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216939 37920 2615 9 0 211467 0
[pid=8239/tid=8241] ppid=8237 vsize=867756 CPUtime=11.58
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 28591 722 15 0 1126 16 14 2 25 0 9 0 998317958 888582144 37920 996147200 134512640 134550740 4294955984 18446744073709551615 4127183620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867756 CPUtime=0.66
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 27068 722 0 0 41 9 14 2 17 0 9 0 998317964 888582144 37920 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 998317964 888582144 37920 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 30 722 0 0 0 0 14 2 15 0 9 0 998317964 888582144 37920 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 998317968 888582144 37920 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867756 CPUtime=0.48
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 892 722 0 0 31 1 14 2 16 0 9 0 998317968 888582144 37920 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 998317968 888582144 37920 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 11 722 0 0 0 0 14 2 15 0 9 0 998317968 888582144 37920 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 867756

[startup+25.5018 s]
/proc/loadavg: 1.98 2.05 2.12 3/81 8252
/proc/meminfo: memFree=1721704/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867756 CPUtime=25.15
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 57424 722 15 0 2470 29 14 2 18 0 9 0 998317956 888582144 37923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216939 37923 2615 9 0 211467 0
[pid=8239/tid=8241] ppid=8237 vsize=867756 CPUtime=24.28
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 28592 722 15 0 2396 16 14 2 25 0 9 0 998317958 888582144 37923 996147200 134512640 134550740 4294955984 18446744073709551615 4127184096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867756 CPUtime=0.66
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 27068 722 0 0 41 9 14 2 16 0 9 0 998317964 888582144 37923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 998317964 888582144 37923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 30 722 0 0 0 0 14 2 15 0 9 0 998317964 888582144 37923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 998317968 888582144 37923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867756 CPUtime=0.49
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 896 722 0 0 32 1 14 2 17 0 9 0 998317968 888582144 37923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 998317968 888582144 37923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 11 722 0 0 0 0 14 2 15 0 9 0 998317968 888582144 37923 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 867756

[startup+51.1028 s]
/proc/loadavg: 1.98 2.05 2.12 3/81 8252
/proc/meminfo: memFree=1721704/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867756 CPUtime=50.53
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 57449 722 15 0 5008 29 14 2 18 0 9 0 998317956 888582144 37939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216939 37939 2615 9 0 211467 0
[pid=8239/tid=8241] ppid=8237 vsize=867756 CPUtime=49.63
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 28600 722 15 0 4931 16 14 2 25 0 9 0 998317958 888582144 37939 996147200 134512640 134550740 4294955984 18446744073709551615 4127167969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867756 CPUtime=0.66
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 27068 722 0 0 41 9 14 2 17 0 9 0 998317964 888582144 37939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 998317964 888582144 37939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 30 722 0 0 0 0 14 2 15 0 9 0 998317964 888582144 37939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 998317968 888582144 37939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867756 CPUtime=0.51
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 913 722 0 0 34 1 14 2 17 0 9 0 998317968 888582144 37939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867756 CPUtime=0.16

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

/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 30 722 0 0 0 0 14 2 15 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867756 CPUtime=0.54
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 936 722 0 0 37 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867756 CPUtime=0.17
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 11 722 0 0 0 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.13
Current children cumulated vsize (KiB) 867756

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 8303
/proc/meminfo: memFree=1646952/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867756 CPUtime=1533.09
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 57478 722 15 0 153252 41 14 2 18 0 9 0 998317956 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216939 37952 2615 9 0 211467 0
[pid=8239/tid=8241] ppid=8237 vsize=867756 CPUtime=1532.13
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 28606 722 15 0 153171 26 14 2 25 0 9 0 998317958 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4127179560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867756 CPUtime=0.66
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 27068 722 0 0 41 9 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 30 722 0 0 0 0 14 2 15 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867756 CPUtime=0.54
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 936 722 0 0 37 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867756 CPUtime=0.17
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 11 722 0 0 0 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.09
Current children cumulated vsize (KiB) 867756

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 8303
/proc/meminfo: memFree=1646952/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867756 CPUtime=1593.05
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 57478 722 15 0 159248 41 14 2 18 0 9 0 998317956 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216939 37952 2615 9 0 211467 0
[pid=8239/tid=8241] ppid=8237 vsize=867756 CPUtime=1592.09
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 28606 722 15 0 159167 26 14 2 25 0 9 0 998317958 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4127184152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867756 CPUtime=0.66
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 27068 722 0 0 41 9 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 30 722 0 0 0 0 14 2 15 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867756 CPUtime=0.54
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 936 722 0 0 37 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867756 CPUtime=0.17
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 11 722 0 0 0 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.05
Current children cumulated vsize (KiB) 867756

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 8303
/proc/meminfo: memFree=1646888/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867756 CPUtime=1653.01
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 57478 722 15 0 165244 41 14 2 18 0 9 0 998317956 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216939 37952 2615 9 0 211467 0
[pid=8239/tid=8241] ppid=8237 vsize=867756 CPUtime=1652.05
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 28606 722 15 0 165162 27 14 2 25 0 9 0 998317958 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4127185299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867756 CPUtime=0.66
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 27068 722 0 0 41 9 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 30 722 0 0 0 0 14 2 15 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867756 CPUtime=0.54
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 936 722 0 0 37 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867756 CPUtime=0.17
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 11 722 0 0 0 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.01
Current children cumulated vsize (KiB) 867756

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 8303
/proc/meminfo: memFree=1646824/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867756 CPUtime=1712.97
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 57478 722 15 0 171240 41 14 2 18 0 9 0 998317956 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216939 37952 2615 9 0 211467 0
[pid=8239/tid=8241] ppid=8237 vsize=867756 CPUtime=1712.01
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 28606 722 15 0 171158 27 14 2 25 0 9 0 998317958 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4127179560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867756 CPUtime=0.66
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 27068 722 0 0 41 9 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 30 722 0 0 0 0 14 2 15 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867756 CPUtime=0.54
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 936 722 0 0 37 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867756 CPUtime=0.17
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 11 722 0 0 0 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.97
Current children cumulated vsize (KiB) 867756

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 8303
/proc/meminfo: memFree=1646504/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867756 CPUtime=1772.94
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 57478 722 15 0 177236 42 14 2 18 0 9 0 998317956 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216939 37952 2615 9 0 211467 0
[pid=8239/tid=8241] ppid=8237 vsize=867756 CPUtime=1771.97
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 28606 722 15 0 177154 27 14 2 25 0 9 0 998317958 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4127179618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867756 CPUtime=0.66
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 27068 722 0 0 41 9 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 30 722 0 0 0 0 14 2 15 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867756 CPUtime=0.54
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 936 722 0 0 37 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867756 CPUtime=0.18
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 11 722 0 0 1 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.94
Current children cumulated vsize (KiB) 867756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 1.99 2.00 2.00 3/90 8303
/proc/meminfo: memFree=1646504/2055920 swapFree=4137092/4192956
[pid=8239] ppid=8237 vsize=867756 CPUtime=1800.03
/proc/8239/stat : 8239 (java) S 8237 8239 6354 0 -1 0 57478 722 15 0 179945 42 14 2 18 0 9 0 998317956 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8239/statm: 216939 37952 2615 9 0 211467 0
[pid=8239/tid=8241] ppid=8237 vsize=867756 CPUtime=1799.07
/proc/8239/task/8241/stat : 8241 (java) R 8237 8239 6354 0 -1 64 28606 722 15 0 179864 27 14 2 25 0 9 0 998317958 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4127181495 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8239/tid=8242] ppid=8237 vsize=867756 CPUtime=0.66
/proc/8239/task/8242/stat : 8242 (java) S 8237 8239 6354 0 -1 64 27068 722 0 0 41 9 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8243] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8243/stat : 8243 (java) S 8237 8239 6354 0 -1 64 17 722 0 0 0 0 14 2 16 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8244] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8244/stat : 8244 (java) S 8237 8239 6354 0 -1 64 30 722 0 0 0 0 14 2 15 0 9 0 998317964 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8245] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8245/stat : 8245 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 18 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8246] ppid=8237 vsize=867756 CPUtime=0.54
/proc/8239/task/8246/stat : 8246 (java) S 8237 8239 6354 0 -1 64 936 722 0 0 37 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8247] ppid=8237 vsize=867756 CPUtime=0.16
/proc/8239/task/8247/stat : 8247 (java) S 8237 8239 6354 0 -1 64 1 722 0 0 0 0 14 2 19 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8239/tid=8248] ppid=8237 vsize=867756 CPUtime=0.18
/proc/8239/task/8248/stat : 8248 (java) S 8237 8239 6354 0 -1 64 11 722 0 0 1 1 14 2 15 0 9 0 998317968 888582144 37952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867756

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): 1809.45
CPU time (s): 1800.09
CPU user time (s): 1799.62
CPU system time (s): 0.466929
CPU usage (%): 99.4826
Max. virtual memory (cumulated for all children) (KiB): 872360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.466929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58232
page faults= 15
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39026
involuntary context switches= 50950

runsolver used 2.48262 second user time and 5.00724 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 04:30:30
IDJOB=1063738
IDBENCH=54837
IDSOLVER=363
FILE ID=node26/1063738-1215138630
PBS_JOBID= 7877333
Free space on /tmp= 66560 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran16x16.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-1063738-1215138630/watcher-1063738-1215138630 -o /tmp/evaluation-result-1063738-1215138630/solver-1063738-1215138630 -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-1063738-1215138630.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f054a6207937b9747ad5269dca29ec3
RANDOM SEED=962920629

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1869976 kB
Buffers:          3680 kB
Cached:          45644 kB
SwapCached:      49344 kB
Active:         109204 kB
Inactive:        23540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869976 kB
SwapTotal:     4192956 kB
SwapFree:      4137092 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:          91252 kB
Slab:            38700 kB
Committed_AS:  1651228 kB
PageTables:       1824 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= 66552 MiB
End job on node26 at 2008-07-04 05:00:42