Trace number 1064956

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.18 1816.39

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-rf10.xml
MD5SUMbdc9dae3766ae8d08071d7aa1b585934
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.254
Satisfiable
(Un)Satisfiability was proved
Number of variables18069
Number of constraints52474
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension52474
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1064956-1215144998.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.89/0.99	     nbVariables=18069  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=36137
0.89/0.99	       =>  wckTime=0.747  cpuTime=0.52  mem=16M172
0.89/0.99	   
0.89/0.99	   predicates being loaded...
0.98/1.06	   
0.98/1.06	   constraints being loaded...
17.58/17.82	     nbConstraints=51320  nbMergedConstraints=1154  nbSingletonDomainVariables=1  nbConvertedConstraints=34138
17.58/17.88	     nbConvertConstraintsChecks=26650  nbExtensionStructures=3  nbSharedExtensionStructures=34135
17.58/17.88	     nbConflictsStructures=18  nbSharedConflictsStructures=51302  nbSharedBinaryRepresentations=7
17.58/17.88	     nbEvaluationManagers=15  nbSharedEvaluationManagers=17167  minDegree=1  maxDegree=212  minArity=2  avgArity=2.41
17.58/17.88	     maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=8.096  symmetryCpuTime=0.51
17.58/17.88	       =>  wckTime=17.582  cpuTime=8.34  mem=158M340
18.41/18.64	   
18.41/18.64	   solver IterativeSystematicSolver being built... 
19.49/19.80	       =>  wckTime=19.563  cpuTime=9.24  mem=148M626
19.68/19.92	   
19.68/19.92	   preprocessing
19.68/19.92	     nbConstraintChecks=156  nbValidityChecks=9  nbPropagations=18097  nbRevisions=104  nbUselessRevisions=76
19.68/19.92	     nbRemovedValues=28  detectedInconsistency=no
19.68/19.92	       =>  wckTime=0.094  cpuTime=0.09  mem=150M651

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.11 2.14 3/81 15921
/proc/meminfo: memFree=1739800/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=1616 CPUtime=0
/proc/15921/stat : 15921 (java) R 15919 15921 14372 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 1993471817 1654784 147 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15921/statm: 404 148 122 9 0 46 0

[startup+0.0791949 s]
/proc/loadavg: 2.00 2.11 2.14 3/81 15921
/proc/meminfo: memFree=1739800/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=865856 CPUtime=0.06
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 3394 0 1 0 4 2 0 0 18 0 9 0 1993471817 886636544 2904 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 216464 2904 1565 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101202 s]
/proc/loadavg: 2.00 2.11 2.14 3/81 15921
/proc/meminfo: memFree=1739800/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=865884 CPUtime=0.08
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 3721 0 1 0 6 2 0 0 18 0 9 0 1993471817 886665216 3184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 216471 3184 1687 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301231 s]
/proc/loadavg: 2.00 2.11 2.14 3/81 15921
/proc/meminfo: memFree=1739800/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=866196 CPUtime=0.28
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 5620 0 1 0 24 4 0 0 18 0 9 0 1993471817 886984704 5034 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 216549 5034 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701302 s]
/proc/loadavg: 2.00 2.11 2.14 3/81 15921
/proc/meminfo: memFree=1739800/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=867440 CPUtime=0.68
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 10272 0 1 0 61 7 0 0 18 0 9 0 1993471817 888258560 9642 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 216860 9642 1970 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50243 s]
/proc/loadavg: 2.00 2.11 2.14 3/90 15930
/proc/meminfo: memFree=1674896/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=867528 CPUtime=1.48
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 18853 0 1 0 134 14 0 0 18 0 9 0 1993471817 888348672 18211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 216882 18211 2025 9 0 211388 0
[pid=15921/tid=15923] ppid=15919 vsize=867528 CPUtime=1.2
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 15746 0 1 0 109 11 0 0 25 0 9 0 1993471818 888348672 18211 996147200 134512640 134550740 4294955984 18446744073709551615 103778109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15924] ppid=15919 vsize=867528 CPUtime=0.08
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 1777 0 0 0 7 1 0 0 16 0 9 0 1993471820 888348672 18211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=867528 CPUtime=0
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1993471820 888348672 18211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=867528 CPUtime=0
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993471820 888348672 18211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=867528 CPUtime=0
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993471822 888348672 18211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=867528 CPUtime=0.17
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 633 0 0 0 17 0 0 0 16 0 9 0 1993471822 888348672 18211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=867528 CPUtime=0
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993471822 888348672 18211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=867528 CPUtime=0
/proc/15921/task/15930/stat : 15930 (java) S 15919 15921 14372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993471822 888348672 18211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867528

[startup+3.1017 s]
/proc/loadavg: 2.00 2.11 2.14 3/90 15930
/proc/meminfo: memFree=1659856/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=867440 CPUtime=3.06
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 24753 0 1 0 288 18 0 0 18 0 9 0 1993471817 888258560 24087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 216860 24087 2004 9 0 211388 0
[pid=15921/tid=15923] ppid=15919 vsize=867440 CPUtime=2.46
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 15748 0 1 0 234 12 0 0 25 0 9 0 1993471818 888258560 24087 996147200 134512640 134550740 4294955984 18446744073709551615 103214749 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15924] ppid=15919 vsize=867440 CPUtime=0.39
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 7675 0 0 0 35 4 0 0 17 0 9 0 1993471820 888258560 24087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=867440 CPUtime=0
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1993471820 888258560 24087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=867440 CPUtime=0
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993471820 888258560 24087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=867440 CPUtime=0
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993471822 888258560 24087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=867440 CPUtime=0.17
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 633 0 0 0 17 0 0 0 17 0 9 0 1993471822 888258560 24087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=867440 CPUtime=0
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993471822 888258560 24087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=867440 CPUtime=0
/proc/15921/task/15930/stat : 15930 (java) S 15919 15921 14372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993471822 888258560 24087 996147200 134512640 134550740 4294955984 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) 867440

[startup+6.30224 s]
/proc/loadavg: 2.00 2.11 2.14 3/90 15930
/proc/meminfo: memFree=1629584/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=867440 CPUtime=6.23
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 29972 0 1 0 495 128 0 0 18 0 9 0 1993471817 888258560 29301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 216860 29301 2006 9 0 211388 0
[pid=15921/tid=15923] ppid=15919 vsize=867440 CPUtime=5.21
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 15782 0 1 0 402 119 0 0 25 0 9 0 1993471818 888258560 29301 996147200 134512640 134550740 4294955984 18446744073709551615 8241291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15924] ppid=15919 vsize=867440 CPUtime=0.75
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 12817 0 0 0 68 7 0 0 18 0 9 0 1993471820 888258560 29301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=867440 CPUtime=0
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1993471820 888258560 29301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=867440 CPUtime=0
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993471820 888258560 29301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=867440 CPUtime=0
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993471822 888258560 29301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=867440 CPUtime=0.23
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 676 0 0 0 23 0 0 0 16 0 9 0 1993471822 888258560 29301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=867440 CPUtime=0
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993471822 888258560 29301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=867440 CPUtime=0
/proc/15921/task/15930/stat : 15930 (java) S 15919 15921 14372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993471822 888258560 29301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867440

[startup+12.7013 s]
/proc/loadavg: 2.00 2.11 2.14 3/92 15932
/proc/meminfo: memFree=1544128/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=867764 CPUtime=10.19
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 47918 0 1 0 782 237 0 0 18 0 10 0 1993471817 888590336 47054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 216941 47054 2012 9 0 211469 0
[pid=15932] ppid=15921 vsize=20404 CPUtime=2.37
/proc/15932/stat : 15932 (saucy) R 15921 15921 14372 0 -1 4194304 2546 0 0 0 235 2 0 0 25 0 1 0 1993472846 20893696 2431 996147200 134512640 134531332 4294956000 18446744073709551615 134523067 0 4 0 0 0 0 0 17 1 0 0
/proc/15932/statm: 5101 2431 95 4 0 4777 0
[pid=15921/tid=15923] ppid=15919 vsize=867764 CPUtime=8.42
/proc/15921/task/15923/stat : 15923 (java) S 15919 15921 14372 0 -1 64 15872 0 1 0 623 219 0 0 24 0 10 0 1993471818 888590336 47054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=15921/tid=15924] ppid=15919 vsize=867764 CPUtime=1.45
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 30558 0 0 0 131 14 0 0 16 0 10 0 1993471820 888590336 47054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=867764 CPUtime=0
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 1993471820 888590336 47054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=867764 CPUtime=0
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1993471820 888590336 47054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=867764 CPUtime=0
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993471822 888590336 47054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=867764 CPUtime=0.27
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 701 0 0 0 27 0 0 0 16 0 10 0 1993471822 888590336 47054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=867764 CPUtime=0
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 1993471822 888590336 47054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=867764 CPUtime=0
/proc/15921/task/15930/stat : 15930 (java) S 15919 15921 14372 0 -1 64 22 0 0 0 0 0 0 0 15 0 10 0 1993471822 888590336 47054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15931] ppid=15919 vsize=867764 CPUtime=0
/proc/15921/task/15931/stat : 15931 (java) S 15919 15921 14372 0 -1 64 69 0 0 0 0 0 0 0 24 0 10 0 1993472846 888590336 47054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 888168

[startup+25.5025 s]
/proc/loadavg: 2.07 2.12 2.14 3/90 15934
/proc/meminfo: memFree=1539136/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=868088 CPUtime=25.23
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 88255 3299 1 0 1546 248 725 4 18 0 9 0 1993471817 888922112 52080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 217022 52080 2615 9 0 211550 0
[pid=15921/tid=15923] ppid=15919 vsize=868088 CPUtime=22.32
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 30899 3299 1 0 1280 223 725 4 25 0 9 0 1993471818 888922112 52080 996147200 134512640 134550740 4294955984 18446744073709551615 4127460873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15924] ppid=15919 vsize=868088 CPUtime=9.71
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 55506 3299 0 0 222 20 725 4 16 0 9 0 1993471820 888922112 52080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 14 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 20 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 3299 0 0 0 0 725 4 18 0 9 0 1993471822 888922112 52080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=868088 CPUtime=7.72
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 973 3299 0 0 42 1 725 4 15 0 9 0 1993471822 888922112 52080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 3299 0 0 0 0 725 4 19 0 9 0 1993471822 888922112 52080 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15930/stat : 15930 (java) S 15919 15921 14372 0 -1 64 24 3299 0 0 0 0 725 4 15 0 9 0 1993471822 888922112 52080 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) 868088

[startup+51.1028 s]
/proc/loadavg: 2.11 2.12 2.14 3/90 15934
/proc/meminfo: memFree=1537216/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=868088 CPUtime=50.59
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 88279 3299 1 0 4082 248 725 4 18 0 9 0 1993471817 888922112 52095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 217022 52095 2615 9 0 211550 0
[pid=15921/tid=15923] ppid=15919 vsize=868088 CPUtime=47.64
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 30902 3299 1 0 3812 223 725 4 25 0 9 0 1993471818 888922112 52095 996147200 134512640 134550740 4294955984 18446744073709551615 4127460873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15924] ppid=15919 vsize=868088 CPUtime=9.71
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 55506 3299 0 0 222 20 725 4 16 0 9 0 1993471820 888922112 52095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 14 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 20 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 20 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 3299 0 0 0 0 725 4 18 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=868088 CPUtime=7.77
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 1000 3299 0 0 47 1 725 4 16 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 3299 0 0 0 0 725 4 19 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15930/stat : 15930 (java) S 15919 15921 14372 0 -1 64 24 3299 0 0 0 0 725 4 15 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.73
Current children cumulated vsize (KiB) 868088

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/90 15938
/proc/meminfo: memFree=1410288/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=868088 CPUtime=1587.17
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 88287 3299 1 0 157738 250 725 4 18 0 9 0 1993471817 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 217022 52098 2615 9 0 211550 0
[pid=15921/tid=15923] ppid=15919 vsize=868088 CPUtime=1584.21
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 30904 3299 1 0 157467 225 725 4 25 0 9 0 1993471818 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4126458391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15924] ppid=15919 vsize=868088 CPUtime=9.71
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 55506 3299 0 0 222 20 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 14 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 20 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 3299 0 0 0 0 725 4 18 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=868088 CPUtime=7.77
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 1000 3299 0 0 47 1 725 4 16 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 3299 0 0 0 0 725 4 19 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15930/stat : 15930 (java) S 15919 15921 14372 0 -1 64 24 3299 0 0 0 0 725 4 15 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.17
Current children cumulated vsize (KiB) 868088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15938
/proc/meminfo: memFree=1410160/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=868088 CPUtime=1646.6
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 88287 3299 1 0 163681 250 725 4 18 0 9 0 1993471817 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 217022 52098 2615 9 0 211550 0
[pid=15921/tid=15923] ppid=15919 vsize=868088 CPUtime=1643.64
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 30904 3299 1 0 163410 225 725 4 25 0 9 0 1993471818 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4127455646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15924] ppid=15919 vsize=868088 CPUtime=9.71
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 55506 3299 0 0 222 20 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 14 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 20 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 3299 0 0 0 0 725 4 18 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=868088 CPUtime=7.77
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 1000 3299 0 0 47 1 725 4 16 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 3299 0 0 0 0 725 4 19 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15930/stat : 15930 (java) S 15919 15921 14372 0 -1 64 24 3299 0 0 0 0 725 4 15 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.6
Current children cumulated vsize (KiB) 868088

[startup+1722.3 s]
/proc/loadavg: 2.23 2.06 2.02 3/92 15979
/proc/meminfo: memFree=1475768/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=868088 CPUtime=1706.36
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 88287 3299 1 0 169655 252 725 4 18 0 9 0 1993471817 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 217022 52098 2615 9 0 211550 0
[pid=15921/tid=15923] ppid=15919 vsize=868088 CPUtime=1703.41
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 30904 3299 1 0 169385 227 725 4 25 0 9 0 1993471818 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4127507369 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15921/tid=15924] ppid=15919 vsize=868088 CPUtime=9.71
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 55506 3299 0 0 222 20 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 14 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 20 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 3299 0 0 0 0 725 4 18 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=868088 CPUtime=7.77
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 1000 3299 0 0 47 1 725 4 16 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 3299 0 0 0 0 725 4 19 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15930/stat : 15930 (java) S 15919 15921 14372 0 -1 64 24 3299 0 0 0 0 725 4 15 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.36
Current children cumulated vsize (KiB) 868088

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.02 3/81 16008
/proc/meminfo: memFree=1579736/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=868088 CPUtime=1766.21
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 88287 3299 1 0 175640 252 725 4 18 0 9 0 1993471817 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 217022 52098 2615 9 0 211550 0
[pid=15921/tid=15923] ppid=15919 vsize=868088 CPUtime=1763.25
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 30904 3299 1 0 175369 227 725 4 25 0 9 0 1993471818 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4126458391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15921/tid=15924] ppid=15919 vsize=868088 CPUtime=9.71
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 55506 3299 0 0 222 20 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 14 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 20 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 3299 0 0 0 0 725 4 18 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=868088 CPUtime=7.77
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 1000 3299 0 0 47 1 725 4 16 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 3299 0 0 0 0 725 4 19 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15930/stat : 15930 (java) S 15919 15921 14372 0 -1 64 24 3299 0 0 0 0 725 4 15 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.21
Current children cumulated vsize (KiB) 868088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/81 16008
/proc/meminfo: memFree=1579736/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=868088 CPUtime=1800.07
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 88287 3299 1 0 179026 252 725 4 18 0 9 0 1993471817 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 217022 52098 2615 9 0 211550 0
[pid=15921/tid=15923] ppid=15919 vsize=868088 CPUtime=1797.12
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 30904 3299 1 0 178756 227 725 4 25 0 9 0 1993471818 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4127460873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15921/tid=15924] ppid=15919 vsize=868088 CPUtime=9.71
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 55506 3299 0 0 222 20 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 14 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 20 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 3299 0 0 0 0 725 4 18 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=868088 CPUtime=7.77
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 1000 3299 0 0 47 1 725 4 16 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 3299 0 0 0 0 725 4 19 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15930/stat : 15930 (java) R 15919 15921 14372 0 -1 64 24 3299 0 0 0 0 725 4 15 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868088

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

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

[startup+1816.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/81 16008
/proc/meminfo: memFree=1579736/2055920 swapFree=4180240/4192956
[pid=15921] ppid=15919 vsize=868088 CPUtime=1800.07
/proc/15921/stat : 15921 (java) S 15919 15921 14372 0 -1 0 88287 3299 1 0 179026 252 725 4 18 0 9 0 1993471817 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 217022 52098 2615 9 0 211550 0
[pid=15921/tid=15923] ppid=15919 vsize=868088 CPUtime=1797.12
/proc/15921/task/15923/stat : 15923 (java) R 15919 15921 14372 0 -1 64 30904 3299 1 0 178756 227 725 4 25 0 9 0 1993471818 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4127460873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15921/tid=15924] ppid=15919 vsize=868088 CPUtime=9.71
/proc/15921/task/15924/stat : 15924 (java) S 15919 15921 14372 0 -1 64 55506 3299 0 0 222 20 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15925/stat : 15925 (java) S 15919 15921 14372 0 -1 64 14 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15926/stat : 15926 (java) S 15919 15921 14372 0 -1 64 20 3299 0 0 0 0 725 4 16 0 9 0 1993471820 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15927/stat : 15927 (java) S 15919 15921 14372 0 -1 64 1 3299 0 0 0 0 725 4 18 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15919 vsize=868088 CPUtime=7.77
/proc/15921/task/15928/stat : 15928 (java) S 15919 15921 14372 0 -1 64 1000 3299 0 0 47 1 725 4 16 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15929/stat : 15929 (java) S 15919 15921 14372 0 -1 64 2 3299 0 0 0 0 725 4 19 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15930] ppid=15919 vsize=868088 CPUtime=7.29
/proc/15921/task/15930/stat : 15930 (java) R 15919 15921 14372 0 -1 64 24 3299 0 0 0 0 725 4 15 0 9 0 1993471822 888922112 52098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868088

Child status: 143
Real time (s): 1816.39
CPU time (s): 1800.18
CPU user time (s): 1797.57
CPU system time (s): 2.6066
CPU usage (%): 99.1075
Max. virtual memory (cumulated for all children) (KiB): 888168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.57
system time used= 2.6066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91617
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= 38692
involuntary context switches= 72998

runsolver used 2.28965 second user time and 6.01109 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-04 06:16:38
IDJOB=1064956
IDBENCH=55013
IDSOLVER=363
FILE ID=node50/1064956-1215144998
PBS_JOBID= 7877357
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-rf10.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-1064956-1215144998/watcher-1064956-1215144998 -o /tmp/evaluation-result-1064956-1215144998/solver-1064956-1215144998 -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-1064956-1215144998.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bdc9dae3766ae8d08071d7aa1b585934
RANDOM SEED=756913453

node50.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.261
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.261
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:       1740280 kB
Buffers:         42432 kB
Cached:         156680 kB
SwapCached:       6724 kB
Active:         173456 kB
Inactive:        73316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740280 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            9956 kB
Writeback:           0 kB
Mapped:          63800 kB
Slab:            53972 kB
Committed_AS:  3909588 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node50 at 2008-07-04 06:46:57