Trace number 1058049

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

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-9.xml
MD5SUM4d24835c800de52d756640e8552cd3e9
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints32974
Maximum constraint arity24
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32474
Global constraints used (with number of constraints)alldifferent(500)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1058049-1215112721.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.39	   
0.28/0.39	   variables being loaded...
0.38/0.49	     nbVariables=800  nbDomainTypes=421  minDomainSize=1  maxDomainSize=33  nbTotalValues=11855
0.38/0.49	       =>  wckTime=0.253  cpuTime=0.16  mem=10M780
0.38/0.49	   
0.38/0.49	   predicates being loaded...
0.48/0.55	   
0.48/0.55	   constraints being loaded...
21.28/21.37	   
21.28/21.37	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 122M31)
38.03/38.17	     nbConstraints=32974  nbGlobalConstraints=500  nbSingletonDomainVariables=94  nbConflictsStructures=17569
38.03/38.17	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=14905  nbSharedBinaryRepresentations=0
38.03/38.17	     nbEvaluationManagers=32474  nbSharedEvaluationManagers=0  minDegree=54  maxDegree=360  minArity=4  avgArity=4.26
38.03/38.17	     maxArity=24  nbGenerators=0  nbFusions=0  symmetryWckTime=1.819  symmetryCpuTime=0.63
38.03/38.17	       =>  wckTime=37.925  cpuTime=35.11  mem=224M983
38.74/38.85	   
38.74/38.85	   solver IterativeSystematicSolver being built... 
40.32/40.47	   
40.32/40.47	   INFO : Forward propagation technique limited 
40.42/40.56	       =>  wckTime=40.323  cpuTime=36.14  mem=296M692
66.86/67.26	   
66.86/67.26	   preprocessing
66.86/67.26	     nbConstraintChecks=11277448  nbValidityChecks=54746593  nbPropagations=27892  nbRevisions=4341803
66.86/67.26	     nbUselessRevisions=4337699  nbSingletonTests=1236  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
66.86/67.26	     nbRemovedValues=0  detectedInconsistency=no
66.86/67.26	       =>  wckTime=26.691  cpuTime=26.21  mem=304M78
82.60/83.19	   
82.60/83.19	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=333M125)

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.94 4/81 19048
/proc/meminfo: memFree=1065176/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=152 CPUtime=0
/proc/19048/stat : 19048 (java) R 19046 19048 18566 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 1990245189 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 11957028 0 0 4096 0 0 0 0 17 0 0 0
/proc/19048/statm: 38 26 19 9 0 4 0

[startup+0.0574139 s]
/proc/loadavg: 1.99 1.97 1.94 4/81 19048
/proc/meminfo: memFree=1065176/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=864076 CPUtime=0.04
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 2779 0 1 0 3 1 0 0 18 0 9 0 1990245189 884813824 2320 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 216019 2320 1106 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.101416 s]
/proc/loadavg: 1.99 1.97 1.94 4/81 19048
/proc/meminfo: memFree=1065176/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=865884 CPUtime=0.08
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 3726 0 1 0 6 2 0 0 18 0 9 0 1990245189 886665216 3192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 216471 3193 1692 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301433 s]
/proc/loadavg: 1.99 1.97 1.94 4/81 19048
/proc/meminfo: memFree=1065176/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=866284 CPUtime=0.28
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 5995 0 1 0 24 4 0 0 18 0 9 0 1990245189 887074816 5369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 216571 5369 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701471 s]
/proc/loadavg: 1.99 1.97 1.94 4/81 19048
/proc/meminfo: memFree=1065176/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=867676 CPUtime=0.69
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 9472 0 1 0 62 7 0 0 18 0 9 0 1990245189 888500224 8832 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 216919 8832 2011 9 0 211425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867676

[startup+1.50254 s]
/proc/loadavg: 2.07 1.99 1.95 3/90 19057
/proc/meminfo: memFree=1017872/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=867588 CPUtime=1.48
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 18466 0 1 0 137 11 0 0 18 0 9 0 1990245189 888410112 17801 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 216897 17801 2004 9 0 211425 0
[pid=19048/tid=19050] ppid=19046 vsize=867588 CPUtime=1.25
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 15755 0 1 0 115 10 0 0 25 0 9 0 1990245190 888410112 17801 996147200 134512640 134550740 4294955968 18446744073709551615 102884491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=867588 CPUtime=0.05
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 1353 0 0 0 5 0 0 0 16 0 9 0 1990245192 888410112 17801 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990245192 888410112 17801 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19053] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990245192 888410112 17801 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19054] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1990245194 888410112 17801 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=867588 CPUtime=0.16
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 660 0 0 0 16 0 0 0 16 0 9 0 1990245194 888410112 17801 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1990245194 888410112 17801 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990245194 888410112 17801 996147200 134512640 134550740 4294955968 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) 867588

[startup+3.10268 s]
/proc/loadavg: 2.07 1.99 1.95 3/90 19057
/proc/meminfo: memFree=990544/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=867588 CPUtime=3.08
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 22782 0 1 0 293 15 0 0 18 0 9 0 1990245189 888410112 22115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 216897 22115 2005 9 0 211425 0
[pid=19048/tid=19050] ppid=19046 vsize=867588 CPUtime=2.59
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 15783 0 1 0 248 11 0 0 25 0 9 0 1990245190 888410112 22115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=867588 CPUtime=0.26
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 5599 0 0 0 23 3 0 0 17 0 9 0 1990245192 888410112 22115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990245192 888410112 22115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19053] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990245192 888410112 22115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19054] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1990245194 888410112 22115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=867588 CPUtime=0.2
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 702 0 0 0 20 0 0 0 16 0 9 0 1990245194 888410112 22115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1990245194 888410112 22115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990245194 888410112 22115 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867588

[startup+6.30197 s]
/proc/loadavg: 2.07 1.99 1.95 3/90 19057
/proc/meminfo: memFree=974928/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=867588 CPUtime=6.29
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 26859 0 1 0 600 29 0 0 18 0 9 0 1990245189 888410112 26188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 216897 26188 2005 9 0 211425 0
[pid=19048/tid=19050] ppid=19046 vsize=867588 CPUtime=5.62
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 15789 0 1 0 539 23 0 0 25 0 9 0 1990245190 888410112 26188 996147200 134512640 134550740 4294955968 18446744073709551615 102689690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=867588 CPUtime=0.4
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 9647 0 0 0 36 4 0 0 16 0 9 0 1990245192 888410112 26188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990245192 888410112 26188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19053] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990245192 888410112 26188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19054] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1990245194 888410112 26188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=867588 CPUtime=0.23
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 725 0 0 0 23 0 0 0 15 0 9 0 1990245194 888410112 26188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1990245194 888410112 26188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990245194 888410112 26188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867588

[startup+12.7015 s]
/proc/loadavg: 2.06 1.99 1.95 3/90 19057
/proc/meminfo: memFree=946256/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=867588 CPUtime=12.68
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 33977 0 1 0 1216 52 0 0 18 0 9 0 1990245189 888410112 33302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 216897 33302 2005 9 0 211425 0
[pid=19048/tid=19050] ppid=19046 vsize=867588 CPUtime=11.8
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 15793 0 1 0 1136 44 0 0 25 0 9 0 1990245190 888410112 33302 996147200 134512640 134550740 4294955968 18446744073709551615 4126921536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=867588 CPUtime=0.61
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 16761 0 0 0 55 6 0 0 16 0 9 0 1990245192 888410112 33302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990245192 888410112 33302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19053] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990245192 888410112 33302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19054] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1990245194 888410112 33302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=867588 CPUtime=0.23
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 725 0 0 0 23 0 0 0 15 0 9 0 1990245194 888410112 33302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1990245194 888410112 33302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990245194 888410112 33302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867588

[startup+25.5027 s]
/proc/loadavg: 2.05 1.99 1.95 3/90 19057
/proc/meminfo: memFree=889424/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=867588 CPUtime=25.47
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 46424 0 1 0 2458 89 0 0 18 0 9 0 1990245189 888410112 45742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 216897 45742 2005 9 0 211425 0
[pid=19048/tid=19050] ppid=19046 vsize=867588 CPUtime=24.21
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 15800 0 1 0 2345 76 0 0 25 0 9 0 1990245190 888410112 45742 996147200 134512640 134550740 4294955968 18446744073709551615 102689695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=867588 CPUtime=0.99
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 29200 0 0 0 88 11 0 0 16 0 9 0 1990245192 888410112 45742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990245192 888410112 45742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19053] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990245192 888410112 45742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19054] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1990245194 888410112 45742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=867588 CPUtime=0.23
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 726 0 0 0 23 0 0 0 16 0 9 0 1990245194 888410112 45742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1990245194 888410112 45742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=867588 CPUtime=0
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990245194 888410112 45742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 867588

[startup+51.1029 s]
/proc/loadavg: 2.03 1.99 1.95 3/90 19061
/proc/meminfo: memFree=720064/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=868236 CPUtime=50.91
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 147607 3113 1 0 4888 122 76 5 18 0 9 0 1990245189 889073664 88577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 217059 88577 2615 9 0 211587 0
[pid=19048/tid=19050] ppid=19046 vsize=868236 CPUtime=47.43
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 29136 3113 1 0 4580 82 76 5 25 0 9 0 1990245190 889073664 88577 996147200 134512640 134550740 4294955968 18446744073709551615 4127350395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19051] ppid=19046 vsize=868236 CPUtime=3.87
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 116648 3113 0 0 270 36 76 5 16 0 9 0 1990245192 889073664 88577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19052] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 16 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 88577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19053] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 18 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 88577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19054] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 3113 0 0 0 0 76 5 23 0 9 0 1990245194 889073664 88577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=868236 CPUtime=1.17
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 961 3113 0 0 36 0 76 5 15 0 9 0 1990245194 889073664 88577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19056] ppid=19046 vsize=868236 CPUtime=0.81

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

/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 18 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19054] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 3113 0 0 0 0 76 5 23 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=868236 CPUtime=1.25
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 1007 3113 0 0 44 0 76 5 16 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 3113 0 0 0 0 76 5 24 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 13 3113 0 0 0 0 76 5 15 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.92
Current children cumulated vsize (KiB) 868236

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/89 19105
/proc/meminfo: memFree=1327120/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=868236 CPUtime=1539.9
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 149292 3113 1 0 153781 128 76 5 18 0 9 0 1990245189 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 217059 90083 2615 9 0 211587 0
[pid=19048/tid=19050] ppid=19046 vsize=868236 CPUtime=1534.1
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 29303 3113 1 0 153244 85 76 5 25 0 9 0 1990245190 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4127363751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=868236 CPUtime=6.11
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 118120 3113 0 0 492 38 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 16 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19053] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 18 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19054] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 3113 0 0 0 0 76 5 23 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=868236 CPUtime=1.25
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 1007 3113 0 0 44 0 76 5 16 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 3113 0 0 0 0 76 5 24 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 13 3113 0 0 0 0 76 5 15 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.9
Current children cumulated vsize (KiB) 868236

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/89 19105
/proc/meminfo: memFree=1327120/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=868236 CPUtime=1599.88
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 149298 3113 1 0 159779 128 76 5 18 0 9 0 1990245189 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 217059 90083 2615 9 0 211587 0
[pid=19048/tid=19050] ppid=19046 vsize=868236 CPUtime=1593.99
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 29309 3113 1 0 159233 85 76 5 25 0 9 0 1990245190 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4127231848 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=868236 CPUtime=6.19
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 118120 3113 0 0 500 38 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 16 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19053] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 18 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19054] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 3113 0 0 0 0 76 5 23 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=868236 CPUtime=1.25
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 1007 3113 0 0 44 0 76 5 16 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 3113 0 0 0 0 76 5 24 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 13 3113 0 0 0 0 76 5 15 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.88
Current children cumulated vsize (KiB) 868236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/89 19105
/proc/meminfo: memFree=1327120/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=868236 CPUtime=1659.85
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 149304 3113 1 0 165776 128 76 5 18 0 9 0 1990245189 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 217059 90083 2615 9 0 211587 0
[pid=19048/tid=19050] ppid=19046 vsize=868236 CPUtime=1653.87
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 29315 3113 1 0 165221 85 76 5 25 0 9 0 1990245190 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4127350395 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=868236 CPUtime=6.29
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 118120 3113 0 0 510 38 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 16 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19053] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 18 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19054] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 3113 0 0 0 0 76 5 23 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=868236 CPUtime=1.25
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 1007 3113 0 0 44 0 76 5 16 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 3113 0 0 0 0 76 5 24 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 13 3113 0 0 0 0 76 5 15 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.85
Current children cumulated vsize (KiB) 868236

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 1.99 3/89 19105
/proc/meminfo: memFree=1327120/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=868236 CPUtime=1719.82
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 149309 3113 1 0 171773 128 76 5 18 0 9 0 1990245189 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 217059 90083 2615 9 0 211587 0
[pid=19048/tid=19050] ppid=19046 vsize=868236 CPUtime=1713.78
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 29320 3113 1 0 171211 86 76 5 25 0 9 0 1990245190 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4127355594 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=868236 CPUtime=6.36
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 118120 3113 0 0 517 38 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 16 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19053] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 18 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19054] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 3113 0 0 0 0 76 5 23 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=868236 CPUtime=1.25
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 1007 3113 0 0 44 0 76 5 16 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 3113 0 0 0 0 76 5 24 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 13 3113 0 0 0 0 76 5 15 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.82
Current children cumulated vsize (KiB) 868236

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 1.99 3/89 19105
/proc/meminfo: memFree=1326992/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=868236 CPUtime=1779.8
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 149315 3113 1 0 177771 128 76 5 18 0 9 0 1990245189 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 217059 90083 2615 9 0 211587 0
[pid=19048/tid=19050] ppid=19046 vsize=868236 CPUtime=1773.7
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 29326 3113 1 0 177203 86 76 5 25 0 9 0 1990245190 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4127344963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=868236 CPUtime=6.43
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 118120 3113 0 0 524 38 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 16 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19053] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 18 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19054] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 3113 0 0 0 0 76 5 23 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=868236 CPUtime=1.25
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 1007 3113 0 0 44 0 76 5 16 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 3113 0 0 0 0 76 5 24 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 13 3113 0 0 0 0 76 5 15 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.8
Current children cumulated vsize (KiB) 868236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 2.10 2.05 2.00 3/89 19105
/proc/meminfo: memFree=1326992/2055920 swapFree=4180688/4192956
[pid=19048] ppid=19046 vsize=868236 CPUtime=1800.1
/proc/19048/stat : 19048 (java) S 19046 19048 18566 0 -1 0 149317 3113 1 0 179801 128 76 5 18 0 9 0 1990245189 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19048/statm: 217059 90083 2615 9 0 211587 0
[pid=19048/tid=19050] ppid=19046 vsize=868236 CPUtime=1793.97
/proc/19048/task/19050/stat : 19050 (java) R 19046 19048 18566 0 -1 64 29328 3113 1 0 179230 86 76 5 25 0 9 0 1990245190 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19051] ppid=19046 vsize=868236 CPUtime=6.45
/proc/19048/task/19051/stat : 19051 (java) S 19046 19048 18566 0 -1 64 118120 3113 0 0 526 38 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19052] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19052/stat : 19052 (java) S 19046 19048 18566 0 -1 64 16 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19053] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19053/stat : 19053 (java) S 19046 19048 18566 0 -1 64 18 3113 0 0 0 0 76 5 16 0 9 0 1990245192 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19048/tid=19054] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19054/stat : 19054 (java) S 19046 19048 18566 0 -1 64 1 3113 0 0 0 0 76 5 23 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19055] ppid=19046 vsize=868236 CPUtime=1.25
/proc/19048/task/19055/stat : 19055 (java) S 19046 19048 18566 0 -1 64 1007 3113 0 0 44 0 76 5 16 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19056] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19056/stat : 19056 (java) S 19046 19048 18566 0 -1 64 2 3113 0 0 0 0 76 5 24 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19048/tid=19057] ppid=19046 vsize=868236 CPUtime=0.81
/proc/19048/task/19057/stat : 19057 (java) S 19046 19048 18566 0 -1 64 13 3113 0 0 0 0 76 5 15 0 9 0 1990245194 889073664 90083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868236

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): 1802.67
CPU time (s): 1800.18
CPU user time (s): 1798.79
CPU system time (s): 1.39079
CPU usage (%): 99.8621
Max. virtual memory (cumulated for all children) (KiB): 873616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.39079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152461
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= 39977
involuntary context switches= 46842

runsolver used 2.36364 second user time and 5.85511 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-03 21:18:42
IDJOB=1058049
IDBENCH=54103
IDSOLVER=364
FILE ID=node41/1058049-1215112721
PBS_JOBID= 7877124
Free space on /tmp= 66192 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-9.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-1058049-1215112721/watcher-1058049-1215112721 -o /tmp/evaluation-result-1058049-1215112721/solver-1058049-1215112721 -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-1058049-1215112721.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d24835c800de52d756640e8552cd3e9
RANDOM SEED=1414151888

node41.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.232
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.232
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:       1065592 kB
Buffers:         29172 kB
Cached:         191572 kB
SwapCached:       6172 kB
Active:         829780 kB
Inactive:       100736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1065592 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            6796 kB
Writeback:           0 kB
Mapped:         725912 kB
Slab:            43612 kB
Committed_AS:  4218932 kB
PageTables:       3264 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= 66188 MiB
End job on node41 at 2008-07-03 21:48:46