Trace number 1077586

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 ESAC? (TO) 1800.17 1803.35

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-1.xml
MD5SUMb83110eaa48c7b1a0d0e9384b24bced8
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark128.007
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65246
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65046
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=esac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-1077586-1215193528.xml
0.27/0.33	   
0.27/0.33	   domains being loaded...
0.27/0.34	   
0.27/0.34	   variables being loaded...
0.48/0.57	     nbVariables=800  nbDomainTypes=16  minDomainSize=1  maxDomainSize=45  nbTotalValues=19788
0.48/0.57	       =>  wckTime=0.34  cpuTime=0.22  mem=10M878
0.48/0.57	   
0.48/0.57	   predicates being loaded...
0.58/0.62	   
0.58/0.62	   constraints being loaded...
16.40/16.56	     nbConstraints=65246  nbGlobalConstraints=200  nbSingletonDomainVariables=21  nbConflictsStructures=16
16.40/16.56	     nbSharedConflictsStructures=7334  nbUnbuiltConflictsStructures=100  nbSharedBinaryRepresentations=0
16.40/16.56	     nbEvaluationManagers=116  nbSharedEvaluationManagers=64930  minDegree=275  maxDegree=383  minArity=4  avgArity=4.04
16.40/16.56	     maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=3.066  symmetryCpuTime=0.93
16.40/16.56	       =>  wckTime=16.337  cpuTime=12.05  mem=358M31
17.49/17.61	   
17.49/17.61	   solver IterativeSystematicSolver being built... 
20.97/21.17	   
20.97/21.18	   INFO : Forward propagation technique limited 
21.17/21.35	       =>  wckTime=21.125  cpuTime=14.07  mem=586M400
84.05/84.51	   
84.05/84.51	   INFO : Stopping ESAC
84.05/84.51	   
84.05/84.51	   preprocessing
84.05/84.51	     nbConstraintChecks=59640536  nbValidityChecks=152297916  nbPropagations=14531  nbRevisions=7269050
84.05/84.51	     nbUselessRevisions=7264798  nbSingletonTests=620  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
84.05/84.51	     nbRemovedValues=0  detectedInconsistency=no
84.05/84.51	       =>  wckTime=63.153  cpuTime=62.8  mem=595M342
275.21/276.67	   
275.21/276.67	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=599M310)

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-1077586-1215193528/watcher-1077586-1215193528 -o /tmp/evaluation-result-1077586-1215193528/solver-1077586-1215193528 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1077586-1215193528.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.92 1.98 1.99 4/85 8598
/proc/meminfo: memFree=1495968/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=18572 CPUtime=0
/proc/8598/stat : 8598 (runsolver) R 8596 8598 7358 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 253826721 19017728 292 996147200 4194304 4296836 548682068304 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8598/statm: 4643 292 257 25 0 2626 0

[startup+0.0500381 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 8598
/proc/meminfo: memFree=1495968/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=861876 CPUtime=0.03
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 2362 0 1 0 1 2 0 0 18 0 5 0 253826721 882561024 1949 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 215469 1949 898 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.101043 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 8598
/proc/meminfo: memFree=1495968/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=865884 CPUtime=0.08
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 3780 0 1 0 6 2 0 0 18 0 9 0 253826721 886665216 3231 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 216471 3231 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301065 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 8598
/proc/meminfo: memFree=1495968/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=866276 CPUtime=0.27
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 5742 0 1 0 24 3 0 0 18 0 9 0 253826721 887066624 5123 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 216569 5123 1944 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866276

[startup+0.701106 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 8598
/proc/meminfo: memFree=1495968/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=867108 CPUtime=0.67
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 8321 0 1 0 62 5 0 0 18 0 9 0 253826721 887918592 7681 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 216777 7681 2010 9 0 211283 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867108

[startup+1.50219 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 8607
/proc/meminfo: memFree=1455064/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=867608 CPUtime=1.47
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 18505 0 1 0 135 12 0 0 18 0 9 0 253826721 888430592 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 216902 17840 2004 9 0 211430 0
[pid=8598/tid=8600] ppid=8596 vsize=867608 CPUtime=1.23
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 15748 0 1 0 113 10 0 0 25 0 9 0 253826722 888430592 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4126758020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8601] ppid=8596 vsize=867608 CPUtime=0.05
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 1389 0 0 0 5 0 0 0 16 0 9 0 253826724 888430592 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8602] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 253826724 888430592 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8603] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 253826724 888430592 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8604] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 253826726 888430592 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=867608 CPUtime=0.16
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 672 0 0 0 16 0 0 0 16 0 9 0 253826726 888430592 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8606] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 253826726 888430592 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 253826726 888430592 17840 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867608

[startup+3.10237 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 8607
/proc/meminfo: memFree=1420504/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=867608 CPUtime=3.06
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 22759 0 1 0 292 14 0 0 18 0 9 0 253826721 888430592 22092 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 216902 22092 2004 9 0 211430 0
[pid=8598/tid=8600] ppid=8596 vsize=867608 CPUtime=2.62
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 15751 0 1 0 251 11 0 0 25 0 9 0 253826722 888430592 22092 996147200 134512640 134550740 4294955936 18446744073709551615 4126374296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8601] ppid=8596 vsize=867608 CPUtime=0.27
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 5639 0 0 0 25 2 0 0 17 0 9 0 253826724 888430592 22092 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8602] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 253826724 888430592 22092 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8603] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 253826724 888430592 22092 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8604] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 253826726 888430592 22092 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=867608 CPUtime=0.16
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 673 0 0 0 16 0 0 0 17 0 9 0 253826726 888430592 22092 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8606] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 253826726 888430592 22092 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 253826726 888430592 22092 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867608

[startup+6.3017 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 8607
/proc/meminfo: memFree=1394200/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=867608 CPUtime=6.25
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 33398 0 1 0 569 56 0 0 18 0 9 0 253826721 888430592 32726 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 216902 32726 2005 9 0 211430 0
[pid=8598/tid=8600] ppid=8596 vsize=867612 CPUtime=5.29
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 15777 0 1 0 480 49 0 0 25 0 9 0 253826722 888434688 32726 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8601] ppid=8596 vsize=867608 CPUtime=0.72
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 16198 0 0 0 66 6 0 0 17 0 9 0 253826724 888430592 32726 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8602] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 253826724 888430592 32726 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8603] ppid=8596 vsize=867612 CPUtime=0
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 253826724 888434688 32726 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8604] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 253826726 888430592 32726 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=867608 CPUtime=0.22
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 727 0 0 0 22 0 0 0 16 0 9 0 253826726 888430592 32726 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8606] ppid=8596 vsize=867612 CPUtime=0
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 253826726 888434688 32726 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 253826726 888430592 32726 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867608

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 8607
/proc/meminfo: memFree=1190296/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=867608 CPUtime=12.61
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 84462 0 1 0 1007 254 0 0 18 0 9 0 253826721 888430592 83781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 216903 83781 2005 9 0 211431 0
[pid=8598/tid=8600] ppid=8596 vsize=867608 CPUtime=10.63
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 15786 0 1 0 835 228 0 0 25 0 9 0 253826722 888430592 83781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8601] ppid=8596 vsize=867608 CPUtime=1.73
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 67252 0 0 0 149 24 0 0 17 0 9 0 253826724 888430592 83781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8602] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 253826724 888430592 83781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8603] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 253826724 888430592 83781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8604] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 253826726 888430592 83781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=867608 CPUtime=0.22
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 728 0 0 0 22 0 0 0 16 0 9 0 253826726 888430592 83781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8606] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 253826726 888430592 83781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=867608 CPUtime=0
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 253826726 888430592 83781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867608

[startup+25.5068 s]
/proc/loadavg: 2.02 2.00 2.00 3/94 8611
/proc/meminfo: memFree=867600/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=869368 CPUtime=25.35
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 249927 5534 1 0 2030 327 169 9 18 0 9 0 253826721 890232832 159261 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 217342 159261 2637 9 0 211848 0
[pid=8598/tid=8600] ppid=8596 vsize=869368 CPUtime=20.15
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 29016 5534 1 0 1579 258 169 9 25 0 9 0 253826722 890232832 159261 996147200 134512640 134550740 4294955936 18446744073709551615 4127325159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8601] ppid=8596 vsize=869368 CPUtime=6.59
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 218924 5534 0 0 418 63 169 9 17 0 9 0 253826724 890232832 159261 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8602] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 17 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159261 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8603] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 11 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159261 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8604] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 18 0 9 0 253826726 890232832 159261 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=869368 CPUtime=2.12
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 1125 5534 0 0 33 1 169 9 16 0 9 0 253826726 890232832 159261 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8606] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 19 0 9 0 253826726 890232832 159261 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 19 5534 0 0 0 0 169 9 15 0 9 0 253826726 890232832 159261 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 869368

[startup+51.1025 s]
/proc/loadavg: 2.01 2.00 2.00 3/94 8611
/proc/meminfo: memFree=867536/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=869368 CPUtime=50.82
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 249938 5534 1 0 4577 327 169 9 18 0 9 0 253826721 890232832 159266 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 217342 159266 2637 9 0 211848 0
[pid=8598/tid=8600] ppid=8596 vsize=869368 CPUtime=45.61
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 29017 5534 1 0 4124 259 169 9 25 0 9 0 253826722 890232832 159266 996147200 134512640 134550740 4294955936 18446744073709551615 4126095752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8601] ppid=8596 vsize=869368 CPUtime=6.59
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 218924 5534 0 0 418 63 169 9 16 0 9 0 253826724 890232832 159266 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8602] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 17 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159266 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8603] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 11 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159266 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8604] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 18 0 9 0 253826726 890232832 159266 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=869368 CPUtime=2.13
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 1135 5534 0 0 34 1 169 9 16 0 9 0 253826726 890232832 159266 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8606] ppid=8596 vsize=869368 CPUtime=1.78

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

Current children cumulated CPU time (s) 1479.19
Current children cumulated vsize (KiB) 869368

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 8754
/proc/meminfo: memFree=499840/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=869368 CPUtime=1539.17
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 250010 5534 1 0 153410 329 169 9 18 0 9 0 253826721 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 217342 159303 2637 9 0 211848 0
[pid=8598/tid=8600] ppid=8596 vsize=869368 CPUtime=1533.89
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 29043 5534 1 0 152951 260 169 9 25 0 9 0 253826722 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4127291254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8601] ppid=8596 vsize=869368 CPUtime=6.59
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 218924 5534 0 0 418 63 169 9 16 0 9 0 253826724 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8602] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 17 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8603] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 11 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8604] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 18 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=869368 CPUtime=2.19
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 1181 5534 0 0 40 1 169 9 15 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8606] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 19 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 19 5534 0 0 0 0 169 9 15 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.17
Current children cumulated vsize (KiB) 869368

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 8754
/proc/meminfo: memFree=499776/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=869368 CPUtime=1599.15
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 250010 5534 1 0 159408 329 169 9 18 0 9 0 253826721 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 217342 159303 2637 9 0 211848 0
[pid=8598/tid=8600] ppid=8596 vsize=869368 CPUtime=1593.88
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 29043 5534 1 0 158950 260 169 9 25 0 9 0 253826722 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4127299787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8601] ppid=8596 vsize=869368 CPUtime=6.59
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 218924 5534 0 0 418 63 169 9 16 0 9 0 253826724 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8602] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 17 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8603] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 11 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8604] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 18 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=869368 CPUtime=2.19
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 1181 5534 0 0 40 1 169 9 15 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8606] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 19 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 19 5534 0 0 0 0 169 9 15 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.15
Current children cumulated vsize (KiB) 869368

[startup+1662.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 8754
/proc/meminfo: memFree=499776/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=869368 CPUtime=1659.14
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 250010 5534 1 0 165407 329 169 9 18 0 9 0 253826721 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 217342 159303 2637 9 0 211848 0
[pid=8598/tid=8600] ppid=8596 vsize=869368 CPUtime=1653.86
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 29043 5534 1 0 164948 260 169 9 25 0 9 0 253826722 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4127325159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8601] ppid=8596 vsize=869368 CPUtime=6.59
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 218924 5534 0 0 418 63 169 9 16 0 9 0 253826724 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8602] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 17 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8603] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 11 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8604] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 18 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=869368 CPUtime=2.19
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 1181 5534 0 0 40 1 169 9 15 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8606] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 19 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 19 5534 0 0 0 0 169 9 15 0 9 0 253826726 890232832 159303 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.14
Current children cumulated vsize (KiB) 869368

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 8754
/proc/meminfo: memFree=499712/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=869368 CPUtime=1719.12
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 250012 5534 1 0 171405 329 169 9 18 0 9 0 253826721 890232832 159305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 217342 159305 2637 9 0 211848 0
[pid=8598/tid=8600] ppid=8596 vsize=869368 CPUtime=1713.84
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 29043 5534 1 0 170946 260 169 9 25 0 9 0 253826722 890232832 159305 996147200 134512640 134550740 4294955936 18446744073709551615 4126095752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8601] ppid=8596 vsize=869368 CPUtime=6.59
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 218924 5534 0 0 418 63 169 9 16 0 9 0 253826724 890232832 159305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8602] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 17 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8603] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 11 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8604] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 18 0 9 0 253826726 890232832 159305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=869368 CPUtime=2.2
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 1183 5534 0 0 41 1 169 9 16 0 9 0 253826726 890232832 159305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8606] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 19 0 9 0 253826726 890232832 159305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 19 5534 0 0 0 0 169 9 15 0 9 0 253826726 890232832 159305 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.12
Current children cumulated vsize (KiB) 869368

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 8754
/proc/meminfo: memFree=499584/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=869368 CPUtime=1779.11
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 250013 5534 1 0 177404 329 169 9 18 0 9 0 253826721 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 217342 159306 2637 9 0 211848 0
[pid=8598/tid=8600] ppid=8596 vsize=869368 CPUtime=1773.82
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 29043 5534 1 0 176944 260 169 9 25 0 9 0 253826722 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4127304962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8601] ppid=8596 vsize=869368 CPUtime=6.59
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 218924 5534 0 0 418 63 169 9 16 0 9 0 253826724 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8602] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 17 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8603] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 11 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8604] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 18 0 9 0 253826726 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=869368 CPUtime=2.2
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 1184 5534 0 0 41 1 169 9 15 0 9 0 253826726 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8606] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 19 0 9 0 253826726 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 19 5534 0 0 0 0 169 9 15 0 9 0 253826726 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.11
Current children cumulated vsize (KiB) 869368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 8754
/proc/meminfo: memFree=499584/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=869368 CPUtime=1800.01
/proc/8598/stat : 8598 (java) S 8596 8598 7358 0 -1 0 250013 5534 1 0 179494 329 169 9 18 0 9 0 253826721 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 217342 159306 2637 9 0 211848 0
[pid=8598/tid=8600] ppid=8596 vsize=869368 CPUtime=1794.72
/proc/8598/task/8600/stat : 8600 (java) R 8596 8598 7358 0 -1 64 29043 5534 1 0 179034 260 169 9 25 0 9 0 253826722 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4126934192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8601] ppid=8596 vsize=869368 CPUtime=6.59
/proc/8598/task/8601/stat : 8601 (java) S 8596 8598 7358 0 -1 64 218924 5534 0 0 418 63 169 9 16 0 9 0 253826724 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8602] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8602/stat : 8602 (java) S 8596 8598 7358 0 -1 64 17 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8603] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8603/stat : 8603 (java) S 8596 8598 7358 0 -1 64 11 5534 0 0 0 0 169 9 16 0 9 0 253826724 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8598/tid=8604] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8604/stat : 8604 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 18 0 9 0 253826726 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8605] ppid=8596 vsize=869368 CPUtime=2.2
/proc/8598/task/8605/stat : 8605 (java) S 8596 8598 7358 0 -1 64 1184 5534 0 0 41 1 169 9 15 0 9 0 253826726 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8606] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8606/stat : 8606 (java) S 8596 8598 7358 0 -1 64 1 5534 0 0 0 0 169 9 19 0 9 0 253826726 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8598/tid=8607] ppid=8596 vsize=869368 CPUtime=1.78
/proc/8598/task/8607/stat : 8607 (java) S 8596 8598 7358 0 -1 64 19 5534 0 0 0 0 169 9 15 0 9 0 253826726 890232832 159306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 869368

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

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

[startup+1803.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 8754
/proc/meminfo: memFree=499584/2055920 swapFree=4169368/4192956
[pid=8598] ppid=8596 vsize=0 CPUtime=1800.12
/proc/8598/stat : 8598 (java) Z 8596 8598 7358 0 -1 1036 250044 5534 1 0 179499 335 169 9 16 0 2 0 253826721 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8598/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1803.35
CPU time (s): 1800.17
CPU user time (s): 1796.69
CPU system time (s): 3.48047
CPU usage (%): 99.8234
Max. virtual memory (cumulated for all children) (KiB): 902572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.69
system time used= 3.48047
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255578
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= 38342
involuntary context switches= 48524

runsolver used 2.22866 second user time and 5.97909 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-04 19:45:29
IDJOB=1077586
IDBENCH=56690
IDSOLVER=364
FILE ID=node82/1077586-1215193528
PBS_JOBID= 7881627
Free space on /tmp= 66460 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077586-1215193528/watcher-1077586-1215193528 -o /tmp/evaluation-result-1077586-1215193528/solver-1077586-1215193528 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1077586-1215193528.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b83110eaa48c7b1a0d0e9384b24bced8
RANDOM SEED=701863896

node82.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.239
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.239
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:       1496384 kB
Buffers:         73664 kB
Cached:         384380 kB
SwapCached:      17956 kB
Active:         220308 kB
Inactive:       289644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496384 kB
SwapTotal:     4192956 kB
SwapFree:      4169368 kB
Dirty:           11140 kB
Writeback:           0 kB
Mapped:          56864 kB
Slab:            34652 kB
Committed_AS:   633584 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node82 at 2008-07-04 20:15:34