Trace number 1058384

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.21 1817.04

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-19.xml
MD5SUM88348dabf1de3aab78e1de9f2b35d337
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark121.312
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64077
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63777
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1058384-1215114790.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.48/0.59	     nbVariables=800  nbDomainTypes=28  minDomainSize=1  maxDomainSize=45  nbTotalValues=19577
0.48/0.59	       =>  wckTime=0.346  cpuTime=0.24  mem=10M812
0.48/0.59	   
0.48/0.59	   predicates being loaded...
0.58/0.65	   
0.58/0.65	   constraints being loaded...
17.68/17.99	     nbConstraints=64077  nbGlobalConstraints=300  nbSingletonDomainVariables=18  nbConflictsStructures=17
17.68/17.99	     nbSharedConflictsStructures=6208  nbUnbuiltConflictsStructures=360  nbSharedBinaryRepresentations=0
17.68/17.99	     nbEvaluationManagers=377  nbSharedEvaluationManagers=63400  minDegree=243  maxDegree=399  minArity=4  avgArity=4.06
17.68/17.99	     maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=3.277  symmetryCpuTime=1.01
17.68/17.99	       =>  wckTime=17.746  cpuTime=13.06  mem=343M748
18.79/19.09	   
18.89/19.10	   solver IterativeSystematicSolver being built... 
22.56/22.89	   
22.66/22.91	   INFO : Forward propagation technique limited 
22.66/22.99	       =>  wckTime=22.75  cpuTime=15.18  mem=597M659
26.52/26.86	   
26.52/26.86	   preprocessing
26.52/26.86	     nbConstraintChecks=5497149  nbValidityChecks=204378  nbPropagations=800  nbRevisions=230208
26.52/26.86	     nbUselessRevisions=230208  nbRemovedValues=0  detectedInconsistency=no
26.52/26.86	       =>  wckTime=3.867  cpuTime=3.69  mem=573M494
97.15/98.11	   
97.15/98.11	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=577M464)

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-1058384-1215114790/watcher-1058384-1215114790 -o /tmp/evaluation-result-1058384-1215114790/solver-1058384-1215114790 -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-1058384-1215114790.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.07 2.02 4/80 16898
/proc/meminfo: memFree=1297596/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=1616 CPUtime=0
/proc/16898/stat : 16898 (java) R 16896 16898 15999 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1990451959 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/16898/statm: 404 145 119 9 0 46 0

[startup+0.029553 s]
/proc/loadavg: 2.06 2.07 2.02 4/80 16898
/proc/meminfo: memFree=1297596/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=861876 CPUtime=0.02
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 2249 0 1 0 1 1 0 0 18 0 5 0 1990451959 882561024 1860 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 215469 1860 854 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.114317 s]
/proc/loadavg: 2.06 2.07 2.02 4/80 16898
/proc/meminfo: memFree=1297596/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=865884 CPUtime=0.1
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 3934 0 1 0 8 2 0 0 18 0 9 0 1990451959 886665216 3374 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 216471 3374 1767 9 0 211026 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865884

[startup+0.301337 s]
/proc/loadavg: 2.06 2.07 2.02 4/80 16898
/proc/meminfo: memFree=1297596/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=866196 CPUtime=0.28
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 5617 0 1 0 25 3 0 0 18 0 9 0 1990451959 886984704 5031 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 216549 5031 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701374 s]
/proc/loadavg: 2.06 2.07 2.02 4/80 16898
/proc/meminfo: memFree=1297596/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=867104 CPUtime=0.68
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 8172 0 1 0 63 5 0 0 18 0 9 0 1990451959 887914496 7532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 216776 7532 2007 9 0 211282 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867104

[startup+1.50246 s]
/proc/loadavg: 2.06 2.07 2.02 3/89 16907
/proc/meminfo: memFree=1260212/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=867604 CPUtime=1.46
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 18501 0 1 0 135 11 0 0 18 0 9 0 1990451959 888426496 17836 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 216901 17836 2004 9 0 211429 0
[pid=16898/tid=16900] ppid=16896 vsize=867604 CPUtime=1.21
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 15747 0 1 0 111 10 0 0 25 0 9 0 1990451960 888426496 17836 996147200 134512640 134550740 4294955984 18446744073709551615 4126681948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=867604 CPUtime=0.06
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 1388 0 0 0 6 0 0 0 16 0 9 0 1990451962 888426496 17836 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990451962 888426496 17836 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990451962 888426496 17836 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990451964 888426496 17836 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=867604 CPUtime=0.17
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 669 0 0 0 17 0 0 0 16 0 9 0 1990451964 888426496 17836 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990451964 888426496 17836 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990451964 888426496 17836 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867604

[startup+3.10262 s]
/proc/loadavg: 2.06 2.07 2.02 4/89 16907
/proc/meminfo: memFree=1231604/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=867604 CPUtime=3.05
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 22755 0 1 0 291 14 0 0 18 0 9 0 1990451959 888426496 22088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 216901 22088 2004 9 0 211429 0
[pid=16898/tid=16900] ppid=16896 vsize=867604 CPUtime=2.58
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 15751 0 1 0 247 11 0 0 25 0 9 0 1990451960 888426496 22088 996147200 134512640 134550740 4294955984 18446744073709551615 4126775106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=867604 CPUtime=0.28
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 5638 0 0 0 26 2 0 0 17 0 9 0 1990451962 888426496 22088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990451962 888426496 22088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990451962 888426496 22088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990451964 888426496 22088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=867604 CPUtime=0.17
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 669 0 0 0 17 0 0 0 16 0 9 0 1990451964 888426496 22088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990451964 888426496 22088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990451964 888426496 22088 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867604

[startup+6.30194 s]
/proc/loadavg: 2.14 2.08 2.02 4/89 16907
/proc/meminfo: memFree=1203700/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=867604 CPUtime=6.22
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 28272 0 1 0 577 45 0 0 18 0 9 0 1990451959 888426496 27601 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 216901 27601 2005 9 0 211429 0
[pid=16898/tid=16900] ppid=16896 vsize=867604 CPUtime=5.3
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 15776 0 1 0 492 38 0 0 25 0 9 0 1990451960 888426496 27601 996147200 134512640 134550740 4294955984 18446744073709551615 103825770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=867604 CPUtime=0.64
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 11070 0 0 0 59 5 0 0 17 0 9 0 1990451962 888426496 27601 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990451962 888426496 27601 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990451962 888426496 27601 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990451964 888426496 27601 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=867604 CPUtime=0.25
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 729 0 0 0 25 0 0 0 16 0 9 0 1990451964 888426496 27601 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990451964 888426496 27601 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990451964 888426496 27601 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867604

[startup+12.7016 s]
/proc/loadavg: 2.13 2.08 2.02 3/89 16907
/proc/meminfo: memFree=1038196/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=867604 CPUtime=12.56
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 72946 0 1 0 1019 237 0 0 18 0 9 0 1990451959 888426496 72267 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 216901 72267 2005 9 0 211429 0
[pid=16898/tid=16900] ppid=16896 vsize=867604 CPUtime=10.64
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 15784 0 1 0 854 210 0 0 25 0 9 0 1990451960 888426496 72267 996147200 134512640 134550740 4294955984 18446744073709551615 102057877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=867604 CPUtime=1.63
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 55734 0 0 0 139 24 0 0 17 0 9 0 1990451962 888426496 72267 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990451962 888426496 72267 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990451962 888426496 72267 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990451964 888426496 72267 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=867604 CPUtime=0.26
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 731 0 0 0 26 0 0 0 15 0 9 0 1990451964 888426496 72267 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990451964 888426496 72267 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=867604 CPUtime=0
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990451964 888426496 72267 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867604

[startup+25.5029 s]
/proc/loadavg: 2.18 2.09 2.03 3/89 16911
/proc/meminfo: memFree=673956/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=868252 CPUtime=25.23
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 247551 5465 1 0 1991 345 178 9 18 0 9 0 1990451959 889090048 158072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 217063 158072 2615 9 0 211591 0
[pid=16898/tid=16900] ppid=16896 vsize=868252 CPUtime=19.61
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 29024 5465 1 0 1504 270 178 9 25 0 9 0 1990451960 889090048 158072 996147200 134512640 134550740 4294955984 18446744073709551615 4127330808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=868252 CPUtime=7.07
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 216722 5465 0 0 450 70 178 9 16 0 9 0 1990451962 889090048 158072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 18 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 13 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 5465 0 0 0 0 178 9 18 0 9 0 1990451964 889090048 158072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=868252 CPUtime=2.23
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 943 5465 0 0 36 0 178 9 15 0 9 0 1990451964 889090048 158072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 5465 0 0 0 0 178 9 19 0 9 0 1990451964 889090048 158072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 16 5465 0 0 0 0 178 9 15 0 9 0 1990451964 889090048 158072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868252

[startup+51.1024 s]
/proc/loadavg: 2.12 2.08 2.03 3/89 16911
/proc/meminfo: memFree=673956/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=868252 CPUtime=50.6
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 247585 5465 1 0 4527 346 178 9 18 0 9 0 1990451959 889090048 158095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 217063 158095 2615 9 0 211591 0
[pid=16898/tid=16900] ppid=16896 vsize=868252 CPUtime=44.92
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 29032 5465 1 0 4035 270 178 9 25 0 9 0 1990451960 889090048 158095 996147200 134512640 134550740 4294955984 18446744073709551615 4127338211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=868252 CPUtime=7.07
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 216722 5465 0 0 450 70 178 9 17 0 9 0 1990451962 889090048 158095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 18 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 13 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 5465 0 0 0 0 178 9 18 0 9 0 1990451964 889090048 158095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=868252 CPUtime=2.28
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 969 5465 0 0 41 0 178 9 16 0 9 0 1990451964 889090048 158095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=868252 CPUtime=1.87

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

Current children cumulated CPU time (s) 1468.36
Current children cumulated vsize (KiB) 868252

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16917
/proc/meminfo: memFree=672996/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=868252 CPUtime=1527.8
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 247623 5465 1 0 152245 348 178 9 18 0 9 0 1990451959 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 217063 158113 2615 9 0 211591 0
[pid=16898/tid=16900] ppid=16896 vsize=868252 CPUtime=1522.09
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 29045 5465 1 0 151749 273 178 9 25 0 9 0 1990451960 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4127343520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=868252 CPUtime=7.07
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 216722 5465 0 0 450 70 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 18 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 13 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 5465 0 0 0 0 178 9 18 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=868252 CPUtime=2.33
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 994 5465 0 0 45 1 178 9 16 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 5465 0 0 0 0 178 9 19 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 16 5465 0 0 0 0 178 9 15 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.8
Current children cumulated vsize (KiB) 868252

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16917
/proc/meminfo: memFree=672996/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=868252 CPUtime=1587.24
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 247623 5465 1 0 158189 348 178 9 18 0 9 0 1990451959 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 217063 158113 2615 9 0 211591 0
[pid=16898/tid=16900] ppid=16896 vsize=868252 CPUtime=1581.52
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 29045 5465 1 0 157692 273 178 9 25 0 9 0 1990451960 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4127325068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=868252 CPUtime=7.07
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 216722 5465 0 0 450 70 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 18 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 13 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 5465 0 0 0 0 178 9 18 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=868252 CPUtime=2.33
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 994 5465 0 0 45 1 178 9 16 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 5465 0 0 0 0 178 9 19 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 16 5465 0 0 0 0 178 9 15 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.24
Current children cumulated vsize (KiB) 868252

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16917
/proc/meminfo: memFree=672932/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=868252 CPUtime=1646.68
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 247623 5465 1 0 164133 348 178 9 18 0 9 0 1990451959 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 217063 158113 2615 9 0 211591 0
[pid=16898/tid=16900] ppid=16896 vsize=868252 CPUtime=1640.96
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 29045 5465 1 0 163636 273 178 9 25 0 9 0 1990451960 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4127411882 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=868252 CPUtime=7.07
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 216722 5465 0 0 450 70 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 18 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 13 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 5465 0 0 0 0 178 9 18 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=868252 CPUtime=2.33
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 994 5465 0 0 45 1 178 9 16 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 5465 0 0 0 0 178 9 19 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 16 5465 0 0 0 0 178 9 15 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.68
Current children cumulated vsize (KiB) 868252

[startup+1722.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 16960
/proc/meminfo: memFree=1001060/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=868252 CPUtime=1706.14
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 247623 5465 1 0 170077 350 178 9 18 0 9 0 1990451959 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 217063 158113 2615 9 0 211591 0
[pid=16898/tid=16900] ppid=16896 vsize=868252 CPUtime=1700.42
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 29045 5465 1 0 169581 274 178 9 25 0 9 0 1990451960 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4127333136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=868252 CPUtime=7.07
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 216722 5465 0 0 450 70 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 18 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 13 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 5465 0 0 0 0 178 9 18 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=868252 CPUtime=2.33
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 994 5465 0 0 45 1 178 9 16 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 5465 0 0 0 0 178 9 19 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 16 5465 0 0 0 0 178 9 15 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.14
Current children cumulated vsize (KiB) 868252

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 16967
/proc/meminfo: memFree=635116/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=868252 CPUtime=1765.56
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 247623 5465 1 0 176019 350 178 9 18 0 9 0 1990451959 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 217063 158113 2615 9 0 211591 0
[pid=16898/tid=16900] ppid=16896 vsize=868252 CPUtime=1759.84
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 29045 5465 1 0 175523 274 178 9 25 0 9 0 1990451960 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4127338132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16901] ppid=16896 vsize=868252 CPUtime=7.07
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 216722 5465 0 0 450 70 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 18 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 13 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 5465 0 0 0 0 178 9 18 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=868252 CPUtime=2.33
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 994 5465 0 0 45 1 178 9 16 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 5465 0 0 0 0 178 9 19 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 16 5465 0 0 0 0 178 9 15 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.56
Current children cumulated vsize (KiB) 868252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16968
/proc/meminfo: memFree=588972/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=868252 CPUtime=1800.06
/proc/16898/stat : 16898 (java) S 16896 16898 15999 0 -1 0 247623 5465 1 0 179468 351 178 9 18 0 9 0 1990451959 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 217063 158113 2615 9 0 211591 0
[pid=16898/tid=16900] ppid=16896 vsize=868252 CPUtime=1794.34
/proc/16898/task/16900/stat : 16900 (java) R 16896 16898 15999 0 -1 64 29045 5465 1 0 178972 275 178 9 25 0 9 0 1990451960 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4127330699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16898/tid=16901] ppid=16896 vsize=868252 CPUtime=7.07
/proc/16898/task/16901/stat : 16901 (java) S 16896 16898 15999 0 -1 64 216722 5465 0 0 450 70 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16902] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16902/stat : 16902 (java) S 16896 16898 15999 0 -1 64 18 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16903] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16903/stat : 16903 (java) S 16896 16898 15999 0 -1 64 13 5465 0 0 0 0 178 9 16 0 9 0 1990451962 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16904] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16904/stat : 16904 (java) S 16896 16898 15999 0 -1 64 0 5465 0 0 0 0 178 9 18 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16905] ppid=16896 vsize=868252 CPUtime=2.33
/proc/16898/task/16905/stat : 16905 (java) S 16896 16898 15999 0 -1 64 994 5465 0 0 45 1 178 9 16 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16906] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16906/stat : 16906 (java) S 16896 16898 15999 0 -1 64 2 5465 0 0 0 0 178 9 19 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16898/tid=16907] ppid=16896 vsize=868252 CPUtime=1.87
/proc/16898/task/16907/stat : 16907 (java) S 16896 16898 15999 0 -1 64 16 5465 0 0 0 0 178 9 15 0 9 0 1990451964 889090048 158113 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868252

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

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

[startup+1817.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16968
/proc/meminfo: memFree=588972/2055920 swapFree=4179028/4192956
[pid=16898] ppid=16896 vsize=0 CPUtime=1800.16
/proc/16898/stat : 16898 (java) Z 16896 16898 15999 0 -1 1036 247652 5465 1 0 179472 357 178 9 16 0 2 0 1990451959 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16898/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1817.04
CPU time (s): 1800.21
CPU user time (s): 1796.51
CPU system time (s): 3.69744
CPU usage (%): 99.0733
Max. virtual memory (cumulated for all children) (KiB): 902080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.51
system time used= 3.69744
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253117
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= 38713
involuntary context switches= 77884

runsolver used 2.14667 second user time and 6.13207 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-03 21:53:11
IDJOB=1058384
IDBENCH=54124
IDSOLVER=363
FILE ID=node36/1058384-1215114790
PBS_JOBID= 7877131
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-19.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-1058384-1215114790/watcher-1058384-1215114790 -o /tmp/evaluation-result-1058384-1215114790/solver-1058384-1215114790 -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-1058384-1215114790.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 88348dabf1de3aab78e1de9f2b35d337
RANDOM SEED=210373462

node36.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.240
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.240
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:       1298076 kB
Buffers:         45568 kB
Cached:         299556 kB
SwapCached:       7932 kB
Active:         506476 kB
Inactive:       184348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1298076 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:           10984 kB
Writeback:           0 kB
Mapped:         362012 kB
Slab:            51588 kB
Committed_AS:  3993660 kB
PageTables:       2380 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= 66496 MiB
End job on node36 at 2008-07-03 22:23:30