Trace number 1077634

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.19 2080.01

General information on the benchmark

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

Solver Data (download as text)

0.04/0.27	
0.04/0.27	Abscon 112 (May, 2008)
0.20/0.43	
0.20/0.43	   configuration
0.20/0.43	     name=esac.xml
0.20/0.46	   
0.20/0.46	   instance
0.20/0.46	     name=HOME/instance-1077634-1215194058.xml
0.20/0.49	   
0.20/0.49	   domains being loaded...
0.30/0.51	   
0.30/0.51	   variables being loaded...
0.44/0.76	     nbVariables=800  nbDomainTypes=35  minDomainSize=1  maxDomainSize=45  nbTotalValues=19530
0.44/0.76	       =>  wckTime=0.328  cpuTime=0.15  mem=10M812
0.44/0.76	   
0.44/0.76	   predicates being loaded...
0.50/0.81	   
0.50/0.81	   constraints being loaded...
16.68/29.71	     nbConstraints=64022  nbGlobalConstraints=202  nbSingletonDomainVariables=21  nbConflictsStructures=23
16.68/29.71	     nbSharedConflictsStructures=6404  nbUnbuiltConflictsStructures=563  nbSharedBinaryRepresentations=0
16.68/29.71	     nbEvaluationManagers=586  nbSharedEvaluationManagers=63234  minDegree=255  maxDegree=400  minArity=4  avgArity=4.04
16.68/29.71	     maxArity=20  nbGenerators=2  nbFusions=0  symmetryWckTime=5.309  symmetryCpuTime=1.03
16.68/29.71	       =>  wckTime=29.279  cpuTime=12.31  mem=348M441
17.68/31.46	   
17.68/31.46	   solver IterativeSystematicSolver being built... 
21.28/36.63	   
21.28/36.64	   INFO : Forward propagation technique limited 
21.38/36.71	       =>  wckTime=36.287  cpuTime=14.31  mem=596M884
66.13/127.08	   
66.13/127.08	   INFO : Stopping ESAC
66.13/127.08	   
66.13/127.08	   preprocessing
66.13/127.08	     nbConstraintChecks=27340627  nbValidityChecks=144308192  nbPropagations=13802  nbRevisions=6568762
66.13/127.08	     nbUselessRevisions=6564648  nbSingletonTests=565  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
66.13/127.08	     nbRemovedValues=0  detectedInconsistency=no
66.13/127.08	       =>  wckTime=90.363  cpuTime=44.59  mem=572M771
165.10/328.42	   
165.10/328.42	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=576M745)

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-1077634-1215194058/watcher-1077634-1215194058 -o /tmp/evaluation-result-1077634-1215194058/solver-1077634-1215194058 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1077634-1215194058.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: 4.00 4.00 3.94 7/92 28154
/proc/meminfo: memFree=1461760/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=863172 CPUtime=0.03
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 2405 0 1 0 2 1 0 0 18 0 8 0 642331757 883888128 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 215793 1984 911 9 0 210772 0
[pid=28154/tid=28155] ppid=28152 vsize=863172 CPUtime=0.02
/proc/28154/task/28155/stat : 28155 (java) S 28152 28154 26441 0 -1 64 1690 0 1 0 2 0 0 0 18 0 8 0 642331759 883888128 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=863172 CPUtime=0
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 642331760 883888128 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=863172 CPUtime=0
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 642331760 883888128 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=863172 CPUtime=0
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 642331760 883888128 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=863172 CPUtime=0
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 642331762 883888128 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=863172 CPUtime=0
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 23 0 0 0 0 0 0 0 19 0 8 0 642331762 883888128 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=863172 CPUtime=0
/proc/28154/task/28161/stat : 28161 (java) R 28152 28154 26441 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 642331770 883888128 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4890584 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.227264 s]
/proc/loadavg: 4.00 4.00 3.94 7/92 28154
/proc/meminfo: memFree=1461760/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=864076 CPUtime=0.04
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 2734 0 1 0 3 1 0 0 18 0 9 0 642331757 884813824 2286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 216019 2286 1092 9 0 210976 0
[pid=28154/tid=28155] ppid=28152 vsize=864076 CPUtime=0.03
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 1836 0 1 0 2 1 0 0 19 0 9 0 642331759 884813824 2286 996147200 134512640 134550740 4294955968 18446744073709551615 103782258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=864076 CPUtime=0
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 642331760 884813824 2286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=864076 CPUtime=0
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 642331760 884813824 2286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=864076 CPUtime=0
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 642331760 884813824 2286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=864076 CPUtime=0
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 642331762 884813824 2286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=864076 CPUtime=0
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 203 0 0 0 0 0 0 0 16 0 9 0 642331762 884813824 2286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=864076 CPUtime=0
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 642331770 884813824 2286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.302279 s]
/proc/loadavg: 4.00 4.00 3.94 7/92 28154
/proc/meminfo: memFree=1461760/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=865884 CPUtime=0.1
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 3965 0 1 0 8 2 0 0 18 0 9 0 642331757 886665216 3405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 216471 3405 1782 9 0 211026 0
[pid=28154/tid=28155] ppid=28152 vsize=865884 CPUtime=0.08
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 3046 0 1 0 6 2 0 0 18 0 9 0 642331759 886665216 3405 996147200 134512640 134550740 4294955968 18446744073709551615 104251755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=865884 CPUtime=0
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 642331760 886665216 3405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=865884 CPUtime=0
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 642331760 886665216 3405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=865884 CPUtime=0
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 642331760 886665216 3405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=865884 CPUtime=0
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 642331762 886665216 3405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=865884 CPUtime=0.01
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 224 0 0 0 1 0 0 0 16 0 9 0 642331762 886665216 3405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=865884 CPUtime=0
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 642331770 886665216 3405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865884

[startup+0.402294 s]
/proc/loadavg: 4.00 4.00 3.94 7/92 28154
/proc/meminfo: memFree=1461760/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=866044 CPUtime=0.2
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 5064 0 1 0 17 3 0 0 18 0 9 0 642331757 886829056 4491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 216511 4491 1861 9 0 211059 0
[pid=28154/tid=28155] ppid=28152 vsize=866044 CPUtime=0.16
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 4140 0 1 0 14 2 0 0 18 0 9 0 642331759 886829056 4491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=866044 CPUtime=0
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 642331760 886829056 4491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=866044 CPUtime=0
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 642331760 886829056 4491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=866044 CPUtime=0
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 642331760 886829056 4491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=866044 CPUtime=0
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 642331762 886829056 4491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=866044 CPUtime=0.02
/proc/28154/task/28160/stat : 28160 (java) R 28152 28154 26441 0 -1 64 229 0 0 0 2 0 0 0 16 0 9 0 642331762 886829056 4491 996147200 134512640 134550740 4294955968 18446744073709551615 104256482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=866044 CPUtime=0
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 642331770 886829056 4491 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 866044

[startup+0.701328 s]
/proc/loadavg: 4.00 4.00 3.94 7/92 28154
/proc/meminfo: memFree=1461760/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=867004 CPUtime=0.44
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 7258 0 1 0 39 5 0 0 18 0 9 0 642331757 887812096 6628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 216751 6628 1968 9 0 211279 0
[pid=28154/tid=28155] ppid=28152 vsize=867004 CPUtime=0.32
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 6100 0 1 0 28 4 0 0 19 0 9 0 642331759 887812096 6628 996147200 134512640 134550740 4294955968 18446744073709551615 4126100544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=867004 CPUtime=0
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 642331760 887812096 6628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=867004 CPUtime=0
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 642331760 887812096 6628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=867004 CPUtime=0
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 642331760 887812096 6628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=867004 CPUtime=0
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 642331762 887812096 6628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=867004 CPUtime=0.09
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 463 0 0 0 9 0 0 0 16 0 9 0 642331762 887812096 6628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=867004 CPUtime=0
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 642331770 887812096 6628 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 867004

[startup+1.50243 s]
/proc/loadavg: 4.00 4.00 3.94 6/101 28163
/proc/meminfo: memFree=1433400/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=867680 CPUtime=0.99
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 14383 0 1 0 89 10 0 0 18 0 9 0 642331757 888504320 13742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 216920 13742 2013 9 0 211426 0
[pid=28154/tid=28155] ppid=28152 vsize=867680 CPUtime=0.81
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 13018 0 1 0 72 9 0 0 18 0 9 0 642331759 888504320 13742 996147200 134512640 134550740 4294955968 18446744073709551615 4126867049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=867680 CPUtime=0
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 642331760 888504320 13742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=867680 CPUtime=0
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 642331760 888504320 13742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=867680 CPUtime=0
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 642331760 888504320 13742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=867680 CPUtime=0
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 642331762 888504320 13742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=867680 CPUtime=0.16
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 668 0 0 0 16 0 0 0 15 0 9 0 642331762 888504320 13742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=867680 CPUtime=0
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 642331770 888504320 13742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28163] ppid=28152 vsize=867680 CPUtime=0
/proc/28154/task/28163/stat : 28163 (java) S 28152 28154 26441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642331770 888504320 13742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 867680

[startup+3.10263 s]
/proc/loadavg: 4.00 4.00 3.94 5/101 28163
/proc/meminfo: memFree=1397368/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=867592 CPUtime=1.78
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 18503 0 1 0 166 12 0 0 18 0 9 0 642331757 888414208 17838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 216898 17838 2004 9 0 211426 0
[pid=28154/tid=28155] ppid=28152 vsize=867592 CPUtime=1.53
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 15748 0 1 0 143 10 0 0 25 0 9 0 642331759 888414208 17838 996147200 134512640 134550740 4294955968 18446744073709551615 102689605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=867592 CPUtime=0.05
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 1390 0 0 0 5 0 0 0 16 0 9 0 642331760 888414208 17838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=867592 CPUtime=0
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 642331760 888414208 17838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=867592 CPUtime=0
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642331760 888414208 17838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=867592 CPUtime=0
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 642331762 888414208 17838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=867592 CPUtime=0.16
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 668 0 0 0 16 0 0 0 15 0 9 0 642331762 888414208 17838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=867592 CPUtime=0
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 642331770 888414208 17838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28163] ppid=28152 vsize=867592 CPUtime=0
/proc/28154/task/28163/stat : 28163 (java) S 28152 28154 26441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642331770 888414208 17838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 867592

[startup+6.30103 s]
/proc/loadavg: 4.00 4.00 3.94 5/101 28163
/proc/meminfo: memFree=1380536/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=867592 CPUtime=3.77
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 24241 0 1 0 362 15 0 0 18 0 9 0 642331757 888414208 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 216898 23570 2004 9 0 211426 0
[pid=28154/tid=28155] ppid=28152 vsize=867592 CPUtime=3.19
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 15755 0 1 0 308 11 0 0 17 0 9 0 642331759 888414208 23570 996147200 134512640 134550740 4294955968 18446744073709551615 102605508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=867592 CPUtime=0.38
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 7120 0 0 0 36 2 0 0 17 0 9 0 642331760 888414208 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=867592 CPUtime=0
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 642331760 888414208 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=867592 CPUtime=0
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642331760 888414208 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=867592 CPUtime=0
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 642331762 888414208 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=867592 CPUtime=0.17
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 669 0 0 0 17 0 0 0 15 0 9 0 642331762 888414208 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=867592 CPUtime=0
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 642331770 888414208 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28163] ppid=28152 vsize=867592 CPUtime=0
/proc/28154/task/28163/stat : 28163 (java) S 28152 28154 26441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642331770 888414208 23570 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 867592

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

/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 14 5525 0 0 0 0 160 7 15 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 5525 0 0 0 0 160 7 18 0 9 0 642331762 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=868240 CPUtime=2.11
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 1077 5525 0 0 44 0 160 7 17 0 9 0 642331762 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 5525 0 0 0 0 160 7 19 0 9 0 642331770 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28163] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28163/stat : 28163 (java) S 28152 28154 26441 0 -1 64 17 5525 0 0 0 0 160 7 15 0 9 0 642331770 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.91
Current children cumulated vsize (KiB) 868240

[startup+1842.3 s]
/proc/loadavg: 3.00 3.00 3.18 4/91 28175
/proc/meminfo: memFree=921664/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=868240 CPUtime=1595.63
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 247534 5525 1 0 159070 326 160 7 18 0 9 0 642331757 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 217060 157948 2615 9 0 211588 0
[pid=28154/tid=28155] ppid=28152 vsize=868240 CPUtime=1590.18
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 29167 5525 1 0 158598 253 160 7 25 0 9 0 642331759 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4127349365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=868240 CPUtime=6.62
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 216437 5525 0 0 426 69 160 7 16 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 18 5525 0 0 0 0 160 7 16 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 14 5525 0 0 0 0 160 7 15 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 5525 0 0 0 0 160 7 18 0 9 0 642331762 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=868240 CPUtime=2.11
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 1077 5525 0 0 44 0 160 7 17 0 9 0 642331762 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 5525 0 0 0 0 160 7 19 0 9 0 642331770 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28163] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28163/stat : 28163 (java) S 28152 28154 26441 0 -1 64 17 5525 0 0 0 0 160 7 15 0 9 0 642331770 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.63
Current children cumulated vsize (KiB) 868240

[startup+1902.3 s]
/proc/loadavg: 3.00 3.00 3.17 4/91 28175
/proc/meminfo: memFree=921664/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=868240 CPUtime=1655.34
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 247534 5525 1 0 165041 326 160 7 18 0 9 0 642331757 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 217060 157948 2615 9 0 211588 0
[pid=28154/tid=28155] ppid=28152 vsize=868240 CPUtime=1649.88
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 29167 5525 1 0 164568 253 160 7 25 0 9 0 642331759 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4126984715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=868240 CPUtime=6.62
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 216437 5525 0 0 426 69 160 7 16 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 18 5525 0 0 0 0 160 7 16 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 14 5525 0 0 0 0 160 7 15 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 5525 0 0 0 0 160 7 18 0 9 0 642331762 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=868240 CPUtime=2.11
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 1077 5525 0 0 44 0 160 7 17 0 9 0 642331762 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 5525 0 0 0 0 160 7 19 0 9 0 642331770 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28163] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28163/stat : 28163 (java) S 28152 28154 26441 0 -1 64 17 5525 0 0 0 0 160 7 15 0 9 0 642331770 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.34
Current children cumulated vsize (KiB) 868240

[startup+1962.3 s]
/proc/loadavg: 3.00 3.00 3.16 4/91 28175
/proc/meminfo: memFree=921728/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=868240 CPUtime=1715.05
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 247534 5525 1 0 171012 326 160 7 18 0 9 0 642331757 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 217060 157948 2615 9 0 211588 0
[pid=28154/tid=28155] ppid=28152 vsize=868240 CPUtime=1709.6
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 29167 5525 1 0 170540 253 160 7 25 0 9 0 642331759 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4127162792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=868240 CPUtime=6.62
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 216437 5525 0 0 426 69 160 7 16 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 18 5525 0 0 0 0 160 7 16 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 14 5525 0 0 0 0 160 7 15 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 5525 0 0 0 0 160 7 18 0 9 0 642331762 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=868240 CPUtime=2.11
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 1077 5525 0 0 44 0 160 7 17 0 9 0 642331762 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 5525 0 0 0 0 160 7 19 0 9 0 642331770 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28163] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28163/stat : 28163 (java) S 28152 28154 26441 0 -1 64 17 5525 0 0 0 0 160 7 15 0 9 0 642331770 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.05
Current children cumulated vsize (KiB) 868240

[startup+2022.3 s]
/proc/loadavg: 3.14 3.03 3.16 4/102 28221
/proc/meminfo: memFree=904120/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=868240 CPUtime=1768.32
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 247534 5525 1 0 176339 326 160 7 18 0 9 0 642331757 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 217060 157948 2615 9 0 211588 0
[pid=28154/tid=28155] ppid=28152 vsize=868240 CPUtime=1762.87
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 29167 5525 1 0 175867 253 160 7 25 0 9 0 642331759 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4127350231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=868240 CPUtime=6.62
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 216437 5525 0 0 426 69 160 7 16 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 18 5525 0 0 0 0 160 7 16 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 14 5525 0 0 0 0 160 7 15 0 9 0 642331760 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 5525 0 0 0 0 160 7 18 0 9 0 642331762 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=868240 CPUtime=2.11
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 1077 5525 0 0 44 0 160 7 17 0 9 0 642331762 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 5525 0 0 0 0 160 7 19 0 9 0 642331770 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28163] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28163/stat : 28163 (java) S 28152 28154 26441 0 -1 64 17 5525 0 0 0 0 160 7 15 0 9 0 642331770 889077760 157948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.32
Current children cumulated vsize (KiB) 868240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2079.9 s]
/proc/loadavg: 3.05 3.02 3.15 4/100 28269
/proc/meminfo: memFree=909128/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=868240 CPUtime=1800.08
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 247535 5525 1 0 179514 327 160 7 18 0 9 0 642331757 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 217060 157949 2615 9 0 211588 0
[pid=28154/tid=28155] ppid=28152 vsize=868240 CPUtime=1794.61
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 29167 5525 1 0 179041 253 160 7 25 0 9 0 642331759 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4127368432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=868240 CPUtime=6.62
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 216437 5525 0 0 426 69 160 7 16 0 9 0 642331760 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 18 5525 0 0 0 0 160 7 16 0 9 0 642331760 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 14 5525 0 0 0 0 160 7 15 0 9 0 642331760 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 5525 0 0 0 0 160 7 18 0 9 0 642331762 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=868240 CPUtime=2.11
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 1078 5525 0 0 44 0 160 7 16 0 9 0 642331762 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 5525 0 0 0 0 160 7 19 0 9 0 642331770 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28163] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28163/stat : 28163 (java) S 28152 28154 26441 0 -1 64 17 5525 0 0 0 0 160 7 15 0 9 0 642331770 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868240

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

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

[startup+2079.9 s]
/proc/loadavg: 3.05 3.02 3.15 4/100 28269
/proc/meminfo: memFree=909128/2055920 swapFree=3921008/4192956
[pid=28154] ppid=28152 vsize=868240 CPUtime=1800.08
/proc/28154/stat : 28154 (java) S 28152 28154 26441 0 -1 0 247535 5525 1 0 179514 327 160 7 18 0 9 0 642331757 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28154/statm: 217060 157949 2615 9 0 211588 0
[pid=28154/tid=28155] ppid=28152 vsize=868240 CPUtime=1794.61
/proc/28154/task/28155/stat : 28155 (java) R 28152 28154 26441 0 -1 64 29167 5525 1 0 179041 253 160 7 25 0 9 0 642331759 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4127368432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28156] ppid=28152 vsize=868240 CPUtime=6.62
/proc/28154/task/28156/stat : 28156 (java) S 28152 28154 26441 0 -1 64 216437 5525 0 0 426 69 160 7 16 0 9 0 642331760 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28157] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28157/stat : 28157 (java) S 28152 28154 26441 0 -1 64 18 5525 0 0 0 0 160 7 16 0 9 0 642331760 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28158] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28158/stat : 28158 (java) S 28152 28154 26441 0 -1 64 14 5525 0 0 0 0 160 7 15 0 9 0 642331760 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28159] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28159/stat : 28159 (java) S 28152 28154 26441 0 -1 64 0 5525 0 0 0 0 160 7 18 0 9 0 642331762 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28160] ppid=28152 vsize=868240 CPUtime=2.11
/proc/28154/task/28160/stat : 28160 (java) S 28152 28154 26441 0 -1 64 1078 5525 0 0 44 0 160 7 16 0 9 0 642331762 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28161] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28161/stat : 28161 (java) S 28152 28154 26441 0 -1 64 2 5525 0 0 0 0 160 7 19 0 9 0 642331770 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28154/tid=28163] ppid=28152 vsize=868240 CPUtime=1.67
/proc/28154/task/28163/stat : 28163 (java) S 28152 28154 26441 0 -1 64 17 5525 0 0 0 0 160 7 15 0 9 0 642331770 889077760 157949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868240

Child status: 143
Real time (s): 2080.01
CPU time (s): 1800.19
CPU user time (s): 1796.76
CPU system time (s): 3.43048
CPU usage (%): 86.547
Max. virtual memory (cumulated for all children) (KiB): 901948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.76
system time used= 3.43048
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253094
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= 44352
involuntary context switches= 63280

runsolver used 2.48262 second user time and 6.98994 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-04 19:54:19
IDJOB=1077634
IDBENCH=56693
IDSOLVER=364
FILE ID=node92/1077634-1215194058
PBS_JOBID= 7881595
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3f95c8d29be0573ddfe6516241da88fb
RANDOM SEED=1992488391

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1462240 kB
Buffers:         39432 kB
Cached:         355596 kB
SwapCached:       7124 kB
Active:         307556 kB
Inactive:       222840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462240 kB
SwapTotal:     4192956 kB
SwapFree:      3921008 kB
Dirty:           10932 kB
Writeback:           0 kB
Mapped:         150432 kB
Slab:            46760 kB
Committed_AS:  2069652 kB
PageTables:       3284 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= 66412 MiB
End job on node92 at 2008-07-04 20:29:01