Trace number 1058048

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.09 1804.68

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.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1058048-1215112697.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.39/0.48	   
0.39/0.48	   variables being loaded...
0.58/0.61	     nbVariables=800  nbDomainTypes=421  minDomainSize=1  maxDomainSize=33  nbTotalValues=11855
0.58/0.61	       =>  wckTime=0.367  cpuTime=0.25  mem=10M780
0.58/0.61	   
0.58/0.61	   predicates being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
21.29/21.58	   
21.29/21.58	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 116M838)
40.79/41.22	     nbConstraints=32974  nbGlobalConstraints=500  nbSingletonDomainVariables=94  nbConflictsStructures=17569
40.79/41.22	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=14905  nbSharedBinaryRepresentations=0
40.79/41.22	     nbEvaluationManagers=32474  nbSharedEvaluationManagers=0  minDegree=54  maxDegree=360  minArity=4  avgArity=4.26
40.79/41.22	     maxArity=24  nbGenerators=0  nbFusions=0  symmetryWckTime=1.859  symmetryCpuTime=0.63
40.79/41.22	       =>  wckTime=40.978  cpuTime=37.69  mem=224M984
41.49/41.90	   
41.49/41.90	   solver IterativeSystematicSolver being built... 
43.07/43.51	   
43.07/43.51	   INFO : Forward propagation technique limited 
43.17/43.61	       =>  wckTime=43.366  cpuTime=38.7  mem=296M845
43.96/44.42	   
43.96/44.42	   preprocessing
43.96/44.42	     nbConstraintChecks=925934  nbValidityChecks=51323  nbPropagations=800  nbRevisions=59620  nbUselessRevisions=59620
43.96/44.42	     nbRemovedValues=0  detectedInconsistency=no
43.96/44.42	       =>  wckTime=0.802  cpuTime=0.78  mem=301M956
60.10/60.71	   
60.10/60.71	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=291M491)

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-1058048-1215112697/watcher-1058048-1215112697 -o /tmp/evaluation-result-1058048-1215112697/solver-1058048-1215112697 -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-1058048-1215112697.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.04 1.99 1.91 4/81 12099
/proc/meminfo: memFree=816792/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=18572 CPUtime=0
/proc/12099/stat : 12099 (runsolver) R 12097 12099 11373 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1990242544 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12099/statm: 4643 292 257 25 0 2626 0

[startup+0.069757 s]
/proc/loadavg: 2.04 1.99 1.91 4/81 12099
/proc/meminfo: memFree=816792/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=864076 CPUtime=0.06
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 2803 0 1 0 4 2 0 0 18 0 9 0 1990242544 884813824 2341 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216019 2341 1120 9 0 210976 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864076

[startup+0.102761 s]
/proc/loadavg: 2.04 1.99 1.91 4/81 12099
/proc/meminfo: memFree=816792/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=865884 CPUtime=0.09
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 3683 0 1 0 7 2 0 0 18 0 9 0 1990242544 886665216 3158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216471 3158 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302785 s]
/proc/loadavg: 2.04 1.99 1.91 4/81 12099
/proc/meminfo: memFree=816792/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=866200 CPUtime=0.28
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 5571 0 1 0 25 3 0 0 18 0 9 0 1990242544 886988800 4994 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216550 4994 1884 9 0 211098 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866200

[startup+0.702822 s]
/proc/loadavg: 2.04 1.99 1.91 4/81 12099
/proc/meminfo: memFree=816792/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867068 CPUtime=0.68
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 8199 0 1 0 63 5 0 0 18 0 9 0 1990242544 887877632 7559 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216767 7559 2007 9 0 211273 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867068

[startup+1.50191 s]
/proc/loadavg: 2.04 1.99 1.91 3/90 12108
/proc/meminfo: memFree=779408/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867560 CPUtime=1.47
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 18465 0 1 0 137 10 0 0 18 0 9 0 1990242544 888381440 17800 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216890 17800 2004 9 0 211418 0
[pid=12099/tid=12101] ppid=12097 vsize=867560 CPUtime=1.22
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 15755 0 1 0 113 9 0 0 25 0 9 0 1990242545 888381440 17800 996147200 134512640 134550740 4294955984 18446744073709551615 103778109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867560 CPUtime=0.06
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 1353 0 0 0 6 0 0 0 16 0 9 0 1990242547 888381440 17800 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990242547 888381440 17800 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990242547 888381440 17800 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990242549 888381440 17800 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867560 CPUtime=0.17
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 660 0 0 0 17 0 0 0 16 0 9 0 1990242549 888381440 17800 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990242549 888381440 17800 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990242549 888381440 17800 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867560

[startup+3.10107 s]
/proc/loadavg: 2.04 1.99 1.91 4/90 12108
/proc/meminfo: memFree=750032/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867560 CPUtime=3.06
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 22759 0 1 0 294 12 0 0 18 0 9 0 1990242544 888381440 22092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216890 22092 2005 9 0 211418 0
[pid=12099/tid=12101] ppid=12097 vsize=867560 CPUtime=2.57
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 15782 0 1 0 247 10 0 0 25 0 9 0 1990242545 888381440 22092 996147200 134512640 134550740 4294955984 18446744073709551615 4126925740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867560 CPUtime=0.27
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 5599 0 0 0 26 1 0 0 17 0 9 0 1990242547 888381440 22092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990242547 888381440 22092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990242547 888381440 22092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990242549 888381440 22092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867560 CPUtime=0.19
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 681 0 0 0 19 0 0 0 16 0 9 0 1990242549 888381440 22092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990242549 888381440 22092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990242549 888381440 22092 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867560

[startup+6.3024 s]
/proc/loadavg: 2.03 1.99 1.91 3/90 12108
/proc/meminfo: memFree=726296/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867560 CPUtime=6.23
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 25076 0 1 0 600 23 0 0 18 0 9 0 1990242544 888381440 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216890 24405 2005 9 0 211418 0
[pid=12099/tid=12101] ppid=12097 vsize=867560 CPUtime=5.57
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 15790 0 1 0 538 19 0 0 25 0 9 0 1990242545 888381440 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4126928100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867560 CPUtime=0.36
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 7862 0 0 0 34 2 0 0 16 0 9 0 1990242547 888381440 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990242547 888381440 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990242547 888381440 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990242549 888381440 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867560 CPUtime=0.26
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 727 0 0 0 26 0 0 0 15 0 9 0 1990242549 888381440 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990242549 888381440 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990242549 888381440 24405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867560

[startup+12.7011 s]
/proc/loadavg: 2.03 1.99 1.91 3/90 12108
/proc/meminfo: memFree=697696/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867560 CPUtime=12.57
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 32212 0 1 0 1208 49 0 0 18 0 9 0 1990242544 888381440 31537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216890 31537 2005 9 0 211418 0
[pid=12099/tid=12101] ppid=12097 vsize=867560 CPUtime=11.69
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 15794 0 1 0 1127 42 0 0 25 0 9 0 1990242545 888381440 31537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867560 CPUtime=0.59
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 14994 0 0 0 53 6 0 0 16 0 9 0 1990242547 888381440 31537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990242547 888381440 31537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990242547 888381440 31537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990242549 888381440 31537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867560 CPUtime=0.26
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 727 0 0 0 26 0 0 0 15 0 9 0 1990242549 888381440 31537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990242549 888381440 31537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990242549 888381440 31537 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867560

[startup+25.5024 s]
/proc/loadavg: 2.02 1.99 1.91 3/90 12108
/proc/meminfo: memFree=647904/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867560 CPUtime=25.25
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 44660 0 1 0 2442 83 0 0 18 0 9 0 1990242544 888381440 43978 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216890 43978 2005 9 0 211418 0
[pid=12099/tid=12101] ppid=12097 vsize=867560 CPUtime=23.98
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 15801 0 1 0 2326 72 0 0 25 0 9 0 1990242545 888381440 43978 996147200 134512640 134550740 4294955984 18446744073709551615 4126374182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867560 CPUtime=0.98
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 27434 0 0 0 88 10 0 0 16 0 9 0 1990242547 888381440 43978 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990242547 888381440 43978 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990242547 888381440 43978 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990242549 888381440 43978 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867560 CPUtime=0.26
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 728 0 0 0 26 0 0 0 16 0 9 0 1990242549 888381440 43978 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990242549 888381440 43978 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867560 CPUtime=0
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990242549 888381440 43978 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867560

[startup+51.103 s]
/proc/loadavg: 2.01 1.99 1.91 3/90 12112
/proc/meminfo: memFree=471512/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867884 CPUtime=50.6
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 147667 3111 1 0 4862 116 77 5 18 0 9 0 1990242544 888713216 88585 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216971 88585 2615 9 0 211499 0
[pid=12099/tid=12101] ppid=12097 vsize=867884 CPUtime=46.99
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 29156 3111 1 0 4538 79 77 5 25 0 9 0 1990242545 888713216 88585 996147200 134512640 134550740 4294955984 18446744073709551615 4127339045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867884 CPUtime=3.96
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 116667 3111 0 0 281 33 77 5 16 0 9 0 1990242547 888713216 88585 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 17 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 88585 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 28 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 88585 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 3111 0 0 0 0 77 5 18 0 9 0 1990242549 888713216 88585 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867884 CPUtime=1.24
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 974 3111 0 0 42 0 77 5 15 0 9 0 1990242549 888713216 88585 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867884 CPUtime=0.82

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

/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 28 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 3111 0 0 0 0 77 5 18 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867884 CPUtime=1.29
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 997 3111 0 0 46 1 77 5 16 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 3111 0 0 0 0 77 5 19 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 10 3111 0 0 0 0 77 5 15 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.82
Current children cumulated vsize (KiB) 867884

[startup+1542.3 s]
/proc/loadavg: 1.96 2.00 1.99 3/89 12197
/proc/meminfo: memFree=949544/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867884 CPUtime=1537.79
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 149306 3111 1 0 153572 125 77 5 18 0 9 0 1990242544 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216971 90060 2615 9 0 211499 0
[pid=12099/tid=12101] ppid=12097 vsize=867884 CPUtime=1531.65
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 29315 3111 1 0 152997 86 77 5 25 0 9 0 1990242545 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4127338288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867884 CPUtime=6.45
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 118124 3111 0 0 528 35 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 17 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 28 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 3111 0 0 0 0 77 5 18 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867884 CPUtime=1.29
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 997 3111 0 0 46 1 77 5 16 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 3111 0 0 0 0 77 5 19 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 10 3111 0 0 0 0 77 5 15 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.79
Current children cumulated vsize (KiB) 867884

[startup+1602.3 s]
/proc/loadavg: 1.98 2.00 1.99 3/89 12197
/proc/meminfo: memFree=934120/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867884 CPUtime=1597.77
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 149310 3111 1 0 159570 125 77 5 18 0 9 0 1990242544 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216971 90060 2615 9 0 211499 0
[pid=12099/tid=12101] ppid=12097 vsize=867884 CPUtime=1591.56
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 29319 3111 1 0 158988 86 77 5 25 0 9 0 1990242545 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4127338285 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867884 CPUtime=6.52
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 118124 3111 0 0 535 35 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 17 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 28 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 3111 0 0 0 0 77 5 18 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867884 CPUtime=1.29
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 997 3111 0 0 46 1 77 5 16 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 3111 0 0 0 0 77 5 19 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 10 3111 0 0 0 0 77 5 15 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.77
Current children cumulated vsize (KiB) 867884

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/89 12197
/proc/meminfo: memFree=928744/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867884 CPUtime=1657.74
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 149315 3111 1 0 165567 125 77 5 18 0 9 0 1990242544 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216971 90060 2615 9 0 211499 0
[pid=12099/tid=12101] ppid=12097 vsize=867884 CPUtime=1651.46
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 29324 3111 1 0 164978 86 77 5 25 0 9 0 1990242545 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4126511971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867884 CPUtime=6.58
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 118124 3111 0 0 541 35 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 17 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 28 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 3111 0 0 0 0 77 5 18 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867884 CPUtime=1.29
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 997 3111 0 0 46 1 77 5 16 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 3111 0 0 0 0 77 5 19 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12108/stat : 12108 (java) R 12097 12099 11373 0 -1 64 10 3111 0 0 0 0 77 5 15 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.74
Current children cumulated vsize (KiB) 867884

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 12197
/proc/meminfo: memFree=928680/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867884 CPUtime=1717.72
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 149320 3111 1 0 171565 125 77 5 18 0 9 0 1990242544 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216971 90060 2615 9 0 211499 0
[pid=12099/tid=12101] ppid=12097 vsize=867884 CPUtime=1711.37
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 29329 3111 1 0 170969 86 77 5 25 0 9 0 1990242545 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4127061585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867884 CPUtime=6.66
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 118124 3111 0 0 549 35 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 17 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 28 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 3111 0 0 0 0 77 5 18 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867884 CPUtime=1.29
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 997 3111 0 0 46 1 77 5 16 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 3111 0 0 0 0 77 5 19 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 10 3111 0 0 0 0 77 5 15 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.72
Current children cumulated vsize (KiB) 867884

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 12197
/proc/meminfo: memFree=926952/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867884 CPUtime=1777.7
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 149324 3111 1 0 177562 126 77 5 18 0 9 0 1990242544 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216971 90060 2615 9 0 211499 0
[pid=12099/tid=12101] ppid=12097 vsize=867884 CPUtime=1771.29
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 29333 3111 1 0 176961 86 77 5 25 0 9 0 1990242545 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4127366854 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867884 CPUtime=6.71
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 118124 3111 0 0 554 35 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 17 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 28 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 3111 0 0 0 0 77 5 18 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867884 CPUtime=1.29
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 997 3111 0 0 46 1 77 5 16 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 3111 0 0 0 0 77 5 19 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 10 3111 0 0 0 0 77 5 15 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.7
Current children cumulated vsize (KiB) 867884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.6 s]
/proc/loadavg: 2.08 2.02 2.00 3/89 12197
/proc/meminfo: memFree=926952/2055920 swapFree=4180396/4192956
[pid=12099] ppid=12097 vsize=867884 CPUtime=1800
/proc/12099/stat : 12099 (java) S 12097 12099 11373 0 -1 0 149326 3111 1 0 179792 126 77 5 18 0 9 0 1990242544 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12099/statm: 216971 90060 2615 9 0 211499 0
[pid=12099/tid=12101] ppid=12097 vsize=867884 CPUtime=1793.57
/proc/12099/task/12101/stat : 12101 (java) R 12097 12099 11373 0 -1 64 29335 3111 1 0 179188 87 77 5 25 0 9 0 1990242545 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4127230376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12102] ppid=12097 vsize=867884 CPUtime=6.74
/proc/12099/task/12102/stat : 12102 (java) S 12097 12099 11373 0 -1 64 118124 3111 0 0 557 35 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12103] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12103/stat : 12103 (java) S 12097 12099 11373 0 -1 64 17 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12104] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12104/stat : 12104 (java) S 12097 12099 11373 0 -1 64 28 3111 0 0 0 0 77 5 16 0 9 0 1990242547 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12105] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12105/stat : 12105 (java) S 12097 12099 11373 0 -1 64 0 3111 0 0 0 0 77 5 18 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12106] ppid=12097 vsize=867884 CPUtime=1.29
/proc/12099/task/12106/stat : 12106 (java) S 12097 12099 11373 0 -1 64 997 3111 0 0 46 1 77 5 16 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12107] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12107/stat : 12107 (java) S 12097 12099 11373 0 -1 64 2 3111 0 0 0 0 77 5 19 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12108] ppid=12097 vsize=867884 CPUtime=0.82
/proc/12099/task/12108/stat : 12108 (java) S 12097 12099 11373 0 -1 64 10 3111 0 0 0 0 77 5 15 0 9 0 1990242549 888713216 90060 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 867884

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): 1804.68
CPU time (s): 1800.09
CPU user time (s): 1798.71
CPU system time (s): 1.37379
CPU usage (%): 99.7454
Max. virtual memory (cumulated for all children) (KiB): 886916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 1.37379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152467
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= 39688
involuntary context switches= 44465

runsolver used 2.22566 second user time and 5.99509 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-03 21:18:17
IDJOB=1058048
IDBENCH=54103
IDSOLVER=363
FILE ID=node44/1058048-1215112697
PBS_JOBID= 7877117
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 AC
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 mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058048-1215112697/watcher-1058048-1215112697 -o /tmp/evaluation-result-1058048-1215112697/solver-1058048-1215112697 -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-1058048-1215112697.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d24835c800de52d756640e8552cd3e9
RANDOM SEED=717438959

node44.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.213
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.213
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:        817208 kB
Buffers:         61280 kB
Cached:         379704 kB
SwapCached:       6524 kB
Active:         922204 kB
Inactive:       239720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        817208 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            6756 kB
Writeback:           0 kB
Mapped:         737192 kB
Slab:            60348 kB
Committed_AS:  4174268 kB
PageTables:       3376 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= 66512 MiB
End job on node44 at 2008-07-03 21:48:24