Trace number 1063864

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.12 1809.05

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-4-accl.xml
MD5SUM61d4fd22729510c40786100f4846d59a
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 benchmark22.6096
Satisfiable
(Un)Satisfiability was proved
Number of variables3939
Number of constraints10411
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10411
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1063864-1215138988.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.48/0.58	     nbVariables=3939  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=7835
0.48/0.58	       =>  wckTime=0.328  cpuTime=0.22  mem=18M729
0.48/0.58	   
0.48/0.58	   predicates being loaded...
0.58/0.65	   
0.58/0.65	   constraints being loaded...
4.04/4.13	     nbConstraints=9878  nbMergedConstraints=533  nbSingletonDomainVariables=43  nbConvertedConstraints=6427
4.04/4.14	     nbConvertConstraintsChecks=75875  nbExtensionStructures=46  nbSharedExtensionStructures=6423
4.04/4.14	     nbConflictsStructures=62  nbSharedConflictsStructures=9858  nbSharedBinaryRepresentations=114
4.04/4.14	     nbEvaluationManagers=16  nbSharedEvaluationManagers=3435  minDegree=1  maxDegree=223  minArity=2  avgArity=2.68
4.04/4.14	     maxArity=13  nbGenerators=0  nbFusions=0  symmetryWckTime=0.858  symmetryCpuTime=0.24
4.04/4.14	       =>  wckTime=3.88  cpuTime=2.81  mem=29M551
4.25/4.32	   
4.25/4.32	   solver IterativeSystematicSolver being built... 
4.64/4.74	       =>  wckTime=4.486  cpuTime=3.15  mem=41M820
4.64/4.78	   
4.64/4.78	   preprocessing
4.64/4.78	     nbConstraintChecks=0  nbPropagations=3939  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
4.64/4.78	     detectedInconsistency=no
4.64/4.78	       =>  wckTime=0.032  cpuTime=0.02  mem=41M820

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-1063864-1215138988/watcher-1063864-1215138988 -o /tmp/evaluation-result-1063864-1215138988/solver-1063864-1215138988 -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-1063864-1215138988.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.16 2.12 2.04 4/80 18144
/proc/meminfo: memFree=1692200/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=18572 CPUtime=0
/proc/18144/stat : 18144 (runsolver) R 18142 18144 16249 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1992874031 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18144/statm: 4643 292 257 25 0 2626 0

[startup+0.0504199 s]
/proc/loadavg: 2.16 2.12 2.04 4/80 18144
/proc/meminfo: memFree=1692200/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=861876 CPUtime=0.03
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 2348 0 1 0 2 1 0 0 19 0 5 0 1992874031 882561024 1938 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 215469 1938 892 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.10142 s]
/proc/loadavg: 2.16 2.12 2.04 4/80 18144
/proc/meminfo: memFree=1692200/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=865884 CPUtime=0.08
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 3683 0 1 0 6 2 0 0 19 0 9 0 1992874031 886665216 3158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216471 3158 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30144 s]
/proc/loadavg: 2.16 2.12 2.04 4/80 18144
/proc/meminfo: memFree=1692200/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=866284 CPUtime=0.28
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 5836 0 1 0 24 4 0 0 19 0 9 0 1992874031 887074816 5210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216571 5210 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701487 s]
/proc/loadavg: 2.16 2.12 2.04 4/80 18144
/proc/meminfo: memFree=1692200/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867520 CPUtime=0.68
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 10358 0 1 0 60 8 0 0 19 0 9 0 1992874031 888340480 9718 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216880 9718 2012 9 0 211386 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867520

[startup+1.50157 s]
/proc/loadavg: 2.16 2.12 2.04 3/89 18153
/proc/meminfo: memFree=1644768/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867432 CPUtime=1.48
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 18947 0 1 0 131 17 0 0 19 0 9 0 1992874031 888250368 18280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216858 18280 2006 9 0 211386 0
[pid=18144/tid=18146] ppid=18142 vsize=867432 CPUtime=1.16
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 15773 0 1 0 102 14 0 0 25 0 9 0 1992874033 888250368 18280 996147200 134512640 134550740 4294955984 18446744073709551615 103882293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867432 CPUtime=0.08
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 1822 0 0 0 8 0 0 0 16 0 9 0 1992874034 888250368 18280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867432 CPUtime=0
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992874035 888250368 18280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867432 CPUtime=0
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992874035 888250368 18280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867432 CPUtime=0
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1992874037 888250368 18280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867432 CPUtime=0.2
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 654 0 0 0 19 1 0 0 16 0 9 0 1992874037 888250368 18280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867432 CPUtime=0
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992874037 888250368 18280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867432 CPUtime=0
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992874037 888250368 18280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867432

[startup+3.10275 s]
/proc/loadavg: 2.16 2.12 2.04 3/89 18153
/proc/meminfo: memFree=1626400/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867432 CPUtime=3.06
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 22489 0 1 0 257 49 0 0 19 0 9 0 1992874031 888250368 21820 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216858 21820 2006 9 0 211386 0
[pid=18144/tid=18146] ppid=18142 vsize=867432 CPUtime=2.58
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 15783 0 1 0 214 44 0 0 25 0 9 0 1992874033 888250368 21820 996147200 134512640 134550740 4294955984 18446744073709551615 103778097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867432 CPUtime=0.21
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 5319 0 0 0 18 3 0 0 17 0 9 0 1992874034 888250368 21820 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867432 CPUtime=0
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992874035 888250368 21820 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867432 CPUtime=0
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992874035 888250368 21820 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867432 CPUtime=0
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1992874037 888250368 21820 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867432 CPUtime=0.25
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 689 0 0 0 24 1 0 0 15 0 9 0 1992874037 888250368 21820 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867432 CPUtime=0
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992874037 888250368 21820 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867432 CPUtime=0
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992874037 888250368 21820 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867432

[startup+6.30107 s]
/proc/loadavg: 2.15 2.12 2.04 3/89 18157
/proc/meminfo: memFree=1596888/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867872 CPUtime=6.24
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 45427 892 1 0 516 60 47 1 19 0 9 0 1992874031 888700928 26185 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216968 26185 2615 9 0 211496 0
[pid=18144/tid=18146] ppid=18142 vsize=867872 CPUtime=5.29
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 28955 892 1 0 432 49 47 1 25 0 9 0 1992874033 888700928 26185 996147200 134512640 134550740 4294955984 18446744073709551615 4127353427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867872 CPUtime=0.98
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 14598 892 0 0 44 6 47 1 17 0 9 0 1992874034 888700928 26185 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 16 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26185 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26185 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26185 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.88
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1000 892 0 0 39 1 47 1 15 0 9 0 1992874037 888700928 26185 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 892 0 0 0 0 47 1 25 0 9 0 1992874037 888700928 26185 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 33 892 0 0 0 0 47 1 15 0 9 0 1992874037 888700928 26185 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867872

[startup+12.7027 s]
/proc/loadavg: 2.14 2.12 2.04 3/89 18157
/proc/meminfo: memFree=1596888/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867872 CPUtime=12.61
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 45446 892 1 0 1153 60 47 1 19 0 9 0 1992874031 888700928 26194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216968 26194 2615 9 0 211496 0
[pid=18144/tid=18146] ppid=18142 vsize=867872 CPUtime=11.64
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 28957 892 1 0 1067 49 47 1 25 0 9 0 1992874033 888700928 26194 996147200 134512640 134550740 4294955984 18446744073709551615 4127327110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867872 CPUtime=0.98
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 14598 892 0 0 44 6 47 1 17 0 9 0 1992874034 888700928 26194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 16 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.9
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1017 892 0 0 41 1 47 1 15 0 9 0 1992874037 888700928 26194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 892 0 0 0 0 47 1 25 0 9 0 1992874037 888700928 26194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 33 892 0 0 0 0 47 1 15 0 9 0 1992874037 888700928 26194 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867872

[startup+25.5011 s]
/proc/loadavg: 2.11 2.11 2.04 3/89 18157
/proc/meminfo: memFree=1595800/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867872 CPUtime=25.35
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 45450 892 1 0 2427 60 47 1 19 0 9 0 1992874031 888700928 26195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216968 26195 2615 9 0 211496 0
[pid=18144/tid=18146] ppid=18142 vsize=867872 CPUtime=24.37
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 28959 892 1 0 2340 49 47 1 25 0 9 0 1992874033 888700928 26195 996147200 134512640 134550740 4294955984 18446744073709551615 4127392188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867872 CPUtime=0.98
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 14598 892 0 0 44 6 47 1 16 0 9 0 1992874034 888700928 26195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 16 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.91
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1019 892 0 0 42 1 47 1 17 0 9 0 1992874037 888700928 26195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 892 0 0 0 0 47 1 25 0 9 0 1992874037 888700928 26195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 33 892 0 0 0 0 47 1 15 0 9 0 1992874037 888700928 26195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 867872

[startup+51.1018 s]
/proc/loadavg: 2.07 2.10 2.04 3/89 18157
/proc/meminfo: memFree=1595736/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867872 CPUtime=50.83
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 45453 892 1 0 4975 60 47 1 19 0 9 0 1992874031 888700928 26196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216968 26196 2615 9 0 211496 0
[pid=18144/tid=18146] ppid=18142 vsize=867872 CPUtime=49.85
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 28960 892 1 0 4888 49 47 1 25 0 9 0 1992874033 888700928 26196 996147200 134512640 134550740 4294955984 18446744073709551615 4127056395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867872 CPUtime=0.98
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 14598 892 0 0 44 6 47 1 16 0 9 0 1992874034 888700928 26196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 16 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.91
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1021 892 0 0 42 1 47 1 15 0 9 0 1992874037 888700928 26196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48

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

/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.91
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1022 892 0 0 42 1 47 1 16 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 892 0 0 0 0 47 1 25 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 33 892 0 0 0 0 47 1 15 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.13
Current children cumulated vsize (KiB) 867872

[startup+1542.3 s]
/proc/loadavg: 2.13 2.04 2.01 4/91 18206
/proc/meminfo: memFree=1728520/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867872 CPUtime=1534.68
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 45454 892 1 0 153357 63 47 1 19 0 9 0 1992874031 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216968 26197 2615 9 0 211496 0
[pid=18144/tid=18146] ppid=18142 vsize=867872 CPUtime=1533.7
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 28960 892 1 0 153270 52 47 1 25 0 9 0 1992874033 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4127059890 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867872 CPUtime=0.98
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 14598 892 0 0 44 6 47 1 16 0 9 0 1992874034 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 16 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.91
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1022 892 0 0 42 1 47 1 16 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 892 0 0 0 0 47 1 25 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 33 892 0 0 0 0 47 1 15 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.68
Current children cumulated vsize (KiB) 867872

[startup+1602.3 s]
/proc/loadavg: 2.11 2.06 2.01 4/90 18207
/proc/meminfo: memFree=1727688/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867872 CPUtime=1594.38
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 45454 892 1 0 159327 63 47 1 19 0 9 0 1992874031 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216968 26197 2615 9 0 211496 0
[pid=18144/tid=18146] ppid=18142 vsize=867872 CPUtime=1593.4
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 28960 892 1 0 159240 52 47 1 25 0 9 0 1992874033 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4127059872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867872 CPUtime=0.98
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 14598 892 0 0 44 6 47 1 16 0 9 0 1992874034 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 16 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.91
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1022 892 0 0 42 1 47 1 16 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 892 0 0 0 0 47 1 25 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 33 892 0 0 0 0 47 1 15 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.38
Current children cumulated vsize (KiB) 867872

[startup+1662.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/90 18207
/proc/meminfo: memFree=1727560/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867872 CPUtime=1654.09
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 45454 892 1 0 165298 63 47 1 19 0 9 0 1992874031 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216968 26197 2615 9 0 211496 0
[pid=18144/tid=18146] ppid=18142 vsize=867872 CPUtime=1653.1
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 28960 892 1 0 165210 52 47 1 25 0 9 0 1992874033 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4127348204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867872 CPUtime=0.98
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 14598 892 0 0 44 6 47 1 16 0 9 0 1992874034 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 16 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.91
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1022 892 0 0 42 1 47 1 16 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 892 0 0 0 0 47 1 25 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 33 892 0 0 0 0 47 1 15 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.09
Current children cumulated vsize (KiB) 867872

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/90 18207
/proc/meminfo: memFree=1727432/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867872 CPUtime=1713.79
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 45454 892 1 0 171268 63 47 1 19 0 9 0 1992874031 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216968 26197 2615 9 0 211496 0
[pid=18144/tid=18146] ppid=18142 vsize=867872 CPUtime=1712.81
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 28960 892 1 0 171181 52 47 1 25 0 9 0 1992874033 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4127348204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867872 CPUtime=0.98
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 14598 892 0 0 44 6 47 1 16 0 9 0 1992874034 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 16 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.91
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1022 892 0 0 42 1 47 1 16 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 892 0 0 0 0 47 1 25 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 33 892 0 0 0 0 47 1 15 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.79
Current children cumulated vsize (KiB) 867872

[startup+1782.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/90 18207
/proc/meminfo: memFree=1727432/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867872 CPUtime=1773.49
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 45454 892 1 0 177238 63 47 1 19 0 9 0 1992874031 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216968 26197 2615 9 0 211496 0
[pid=18144/tid=18146] ppid=18142 vsize=867872 CPUtime=1772.51
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 28960 892 1 0 177151 52 47 1 25 0 9 0 1992874033 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4127356791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867872 CPUtime=0.98
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 14598 892 0 0 44 6 47 1 16 0 9 0 1992874034 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 16 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.91
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1022 892 0 0 42 1 47 1 16 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 892 0 0 0 0 47 1 25 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 33 892 0 0 0 0 47 1 15 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.49
Current children cumulated vsize (KiB) 867872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.10 2.06 2.01 3/90 18207
/proc/meminfo: memFree=1727432/2055920 swapFree=4180052/4192956
[pid=18144] ppid=18142 vsize=867872 CPUtime=1800.06
/proc/18144/stat : 18144 (java) S 18142 18144 16249 0 -1 0 45454 892 1 0 179895 63 47 1 19 0 9 0 1992874031 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18144/statm: 216968 26197 2615 9 0 211496 0
[pid=18144/tid=18146] ppid=18142 vsize=867872 CPUtime=1799.08
/proc/18144/task/18146/stat : 18146 (java) R 18142 18144 16249 0 -1 64 28960 892 1 0 179808 52 47 1 25 0 9 0 1992874033 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4127368039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18147] ppid=18142 vsize=867872 CPUtime=0.98
/proc/18144/task/18147/stat : 18147 (java) S 18142 18144 16249 0 -1 64 14598 892 0 0 44 6 47 1 16 0 9 0 1992874034 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18148] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18148/stat : 18148 (java) S 18142 18144 16249 0 -1 64 16 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18149] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18149/stat : 18149 (java) S 18142 18144 16249 0 -1 64 23 892 0 0 0 0 47 1 16 0 9 0 1992874035 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18150] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18150/stat : 18150 (java) S 18142 18144 16249 0 -1 64 1 892 0 0 0 0 47 1 24 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18151] ppid=18142 vsize=867872 CPUtime=0.91
/proc/18144/task/18151/stat : 18151 (java) S 18142 18144 16249 0 -1 64 1022 892 0 0 42 1 47 1 16 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18144/tid=18152] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18152/stat : 18152 (java) S 18142 18144 16249 0 -1 64 2 892 0 0 0 0 47 1 25 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18144/tid=18153] ppid=18142 vsize=867872 CPUtime=0.48
/proc/18144/task/18153/stat : 18153 (java) S 18142 18144 16249 0 -1 64 33 892 0 0 0 0 47 1 15 0 9 0 1992874037 888700928 26197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867872

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

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

Child status: 143
Real time (s): 1809.05
CPU time (s): 1800.12
CPU user time (s): 1799.45
CPU system time (s): 0.668898
CPU usage (%): 99.5063
Max. virtual memory (cumulated for all children) (KiB): 868148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.668898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46376
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= 38650
involuntary context switches= 54532

runsolver used 2.79757 second user time and 5.08623 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-04 04:36:29
IDJOB=1063864
IDBENCH=54882
IDSOLVER=363
FILE ID=node7/1063864-1215138988
PBS_JOBID= 7877306
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-4-accl.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-1063864-1215138988/watcher-1063864-1215138988 -o /tmp/evaluation-result-1063864-1215138988/solver-1063864-1215138988 -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-1063864-1215138988.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61d4fd22729510c40786100f4846d59a
RANDOM SEED=42033311

node7.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.236
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.236
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:       1692680 kB
Buffers:          9212 kB
Cached:         125108 kB
SwapCached:       6984 kB
Active:         251460 kB
Inactive:        45432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692680 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            3612 kB
Writeback:           0 kB
Mapped:         176252 kB
Slab:            51400 kB
Committed_AS:  4184028 kB
PageTables:       2152 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= 66556 MiB
End job on node7 at 2008-07-04 05:06:40