Trace number 1077569

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.17 1805.12

General information on the benchmark

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

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1077569-1215193318.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.48/0.50	     nbVariables=800  nbDomainTypes=20  minDomainSize=1  maxDomainSize=45  nbTotalValues=19510
0.48/0.50	       =>  wckTime=0.242  cpuTime=0.16  mem=10M812
0.48/0.50	   
0.48/0.50	   predicates being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
17.49/17.68	     nbConstraints=65197  nbGlobalConstraints=201  nbSingletonDomainVariables=27  nbConflictsStructures=20
17.49/17.68	     nbSharedConflictsStructures=9883  nbUnbuiltConflictsStructures=170  nbSharedBinaryRepresentations=0
17.49/17.68	     nbEvaluationManagers=190  nbSharedEvaluationManagers=64806  minDegree=275  maxDegree=399  minArity=4  avgArity=4.04
17.49/17.68	     maxArity=20  nbGenerators=1  nbFusions=0  symmetryWckTime=3.255  symmetryCpuTime=1.03
17.49/17.68	       =>  wckTime=17.416  cpuTime=12.97  mem=361M48
18.58/18.76	   
18.58/18.76	   solver IterativeSystematicSolver being built... 
22.36/22.51	   
22.36/22.52	   INFO : Forward propagation technique limited 
22.45/22.69	       =>  wckTime=22.433  cpuTime=15.1  mem=578M891
26.05/26.23	   
26.05/26.23	   preprocessing
26.05/26.23	     nbConstraintChecks=5253535  nbValidityChecks=197342  nbPropagations=800  nbRevisions=220372
26.05/26.23	     nbUselessRevisions=220372  nbRemovedValues=0  detectedInconsistency=no
26.05/26.23	       =>  wckTime=3.536  cpuTime=3.5  mem=587M4
123.36/124.07	   
123.36/124.07	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=592M124)

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-1077569-1215193318/watcher-1077569-1215193318 -o /tmp/evaluation-result-1077569-1215193318/solver-1077569-1215193318 -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-1077569-1215193318.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.93 1.98 1.99 4/81 19836
/proc/meminfo: memFree=1657128/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=10616 CPUtime=0
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1998306049 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 2654 472 209 9 0 1184 0
[pid=19836/tid=19837] ppid=19834 vsize=10616 CPUtime=0
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1998306050 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 3342296 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.050386 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 19836
/proc/meminfo: memFree=1657128/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=862200 CPUtime=0.04
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 2377 0 1 0 2 2 0 0 18 0 6 0 1998306049 882892800 1960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 215550 1960 901 9 0 210529 0
[pid=19836/tid=19837] ppid=19834 vsize=862200 CPUtime=0.03
/proc/19836/task/19837/stat : 19837 (java) S 19834 19836 16733 0 -1 64 1683 0 1 0 2 1 0 0 17 0 6 0 1998306050 882892800 1960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 862200

[startup+0.101341 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 19836
/proc/meminfo: memFree=1657128/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=865884 CPUtime=0.09
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 3687 0 1 0 6 3 0 0 18 0 9 0 1998306049 886665216 3162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 216471 3162 1681 9 0 211026 0
[pid=19836/tid=19837] ppid=19834 vsize=865884 CPUtime=0.07
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 2776 0 1 0 5 2 0 0 18 0 9 0 1998306050 886665216 3162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301363 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 19836
/proc/meminfo: memFree=1657128/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=866284 CPUtime=0.28
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 5782 0 1 0 24 4 0 0 18 0 9 0 1998306049 887074816 5156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 216571 5156 1951 9 0 211099 0
[pid=19836/tid=19837] ppid=19834 vsize=866284 CPUtime=0.22
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 4808 0 1 0 19 3 0 0 18 0 9 0 1998306050 887074816 5156 996147200 134512640 134550740 4294955968 18446744073709551615 104177462 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.70141 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 19836
/proc/meminfo: memFree=1657128/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=867680 CPUtime=0.68
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 8892 0 1 0 62 6 0 0 18 0 9 0 1998306049 888504320 8252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 216920 8252 2011 9 0 211426 0
[pid=19836/tid=19837] ppid=19834 vsize=867680 CPUtime=0.5
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 7535 0 1 0 45 5 0 0 19 0 9 0 1998306050 888504320 8252 996147200 134512640 134550740 4294955968 18446744073709551615 4126682460 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867680

[startup+1.5025 s]
/proc/loadavg: 2.02 2.00 2.00 3/90 19845
/proc/meminfo: memFree=1613920/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=867592 CPUtime=1.47
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 18500 0 1 0 137 10 0 0 18 0 9 0 1998306049 888414208 17835 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 216898 17835 2004 9 0 211426 0
[pid=19836/tid=19837] ppid=19834 vsize=867592 CPUtime=1.22
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 15750 0 1 0 114 8 0 0 25 0 9 0 1998306050 888414208 17835 996147200 134512640 134550740 4294955968 18446744073709551615 4126756726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19839] ppid=19834 vsize=867592 CPUtime=0.06
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 1388 0 0 0 6 0 0 0 16 0 9 0 1998306052 888414208 17835 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998306052 888414208 17835 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998306052 888414208 17835 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998306054 888414208 17835 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=867592 CPUtime=0.17
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 666 0 0 0 17 0 0 0 16 0 9 0 1998306054 888414208 17835 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19844] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998306055 888414208 17835 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998306055 888414208 17835 996147200 134512640 134550740 4294955968 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) 867592

[startup+3.10268 s]
/proc/loadavg: 2.02 2.00 2.00 3/90 19845
/proc/meminfo: memFree=1582112/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=867592 CPUtime=3.07
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 22754 0 1 0 294 13 0 0 18 0 9 0 1998306049 888414208 22087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 216898 22087 2004 9 0 211426 0
[pid=19836/tid=19837] ppid=19834 vsize=867592 CPUtime=2.6
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 15753 0 1 0 251 9 0 0 25 0 9 0 1998306050 888414208 22087 996147200 134512640 134550740 4294955968 18446744073709551615 4126684546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19839] ppid=19834 vsize=867592 CPUtime=0.27
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 5638 0 0 0 25 2 0 0 16 0 9 0 1998306052 888414208 22087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998306052 888414208 22087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998306052 888414208 22087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998306054 888414208 22087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=867592 CPUtime=0.17
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 667 0 0 0 17 0 0 0 17 0 9 0 1998306054 888414208 22087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19844] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998306055 888414208 22087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998306055 888414208 22087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867592

[startup+6.30105 s]
/proc/loadavg: 2.02 2.00 2.00 3/90 19845
/proc/meminfo: memFree=1555616/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=867592 CPUtime=6.25
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 33289 0 1 0 581 44 0 0 18 0 9 0 1998306049 888414208 32617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 216898 32617 2005 9 0 211426 0
[pid=19836/tid=19837] ppid=19834 vsize=867592 CPUtime=5.25
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 15780 0 1 0 489 36 0 0 25 0 9 0 1998306050 888414208 32617 996147200 134512640 134550740 4294955968 18446744073709551615 103825425 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19839] ppid=19834 vsize=867592 CPUtime=0.73
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 16095 0 0 0 67 6 0 0 17 0 9 0 1998306052 888414208 32617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998306052 888414208 32617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998306052 888414208 32617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998306054 888414208 32617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=867592 CPUtime=0.24
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 718 0 0 0 24 0 0 0 15 0 9 0 1998306054 888414208 32617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19844] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998306055 888414208 32617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998306055 888414208 32617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867592

[startup+12.7028 s]
/proc/loadavg: 2.02 2.00 2.00 3/90 19845
/proc/meminfo: memFree=1375072/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=867592 CPUtime=12.62
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 78584 0 1 0 1020 242 0 0 18 0 9 0 1998306049 888414208 77904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 216898 77904 2005 9 0 211426 0
[pid=19836/tid=19837] ppid=19834 vsize=867592 CPUtime=10.66
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 15788 0 1 0 850 216 0 0 25 0 9 0 1998306050 888414208 77904 996147200 134512640 134550740 4294955968 18446744073709551615 102307494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19839] ppid=19834 vsize=867592 CPUtime=1.68
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 61379 0 0 0 144 24 0 0 17 0 9 0 1998306052 888414208 77904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998306052 888414208 77904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998306052 888414208 77904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998306054 888414208 77904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=867592 CPUtime=0.25
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 721 0 0 0 25 0 0 0 16 0 9 0 1998306054 888414208 77904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19844] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998306055 888414208 77904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=867592 CPUtime=0
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998306055 888414208 77904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867592

[startup+25.5022 s]
/proc/loadavg: 2.09 2.02 2.00 3/90 19849
/proc/meminfo: memFree=1033296/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=868240 CPUtime=25.35
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 248928 5568 1 0 2003 349 175 8 18 0 9 0 1998306049 889077760 158130 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 217060 158130 2615 9 0 211588 0
[pid=19836/tid=19837] ppid=19834 vsize=868240 CPUtime=19.9
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 29069 5568 1 0 1532 275 175 8 25 0 9 0 1998306050 889077760 158130 996147200 134512640 134550740 4294955968 18446744073709551615 4126919216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19839] ppid=19834 vsize=868240 CPUtime=6.86
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 217974 5568 0 0 435 68 175 8 16 0 9 0 1998306052 889077760 158130 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 17 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158130 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158130 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 18 0 9 0 1998306054 889077760 158130 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=868240 CPUtime=2.18
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 1016 5568 0 0 35 0 175 8 15 0 9 0 1998306054 889077760 158130 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19844] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 19 0 9 0 1998306055 889077760 158130 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 15 0 9 0 1998306055 889077760 158130 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 868240

[startup+51.1022 s]
/proc/loadavg: 2.06 2.01 2.00 3/90 19849
/proc/meminfo: memFree=1033424/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=868240 CPUtime=50.82
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 248957 5568 1 0 4550 349 175 8 18 0 9 0 1998306049 889077760 158149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 217060 158149 2615 9 0 211588 0
[pid=19836/tid=19837] ppid=19834 vsize=868240 CPUtime=45.33
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 29075 5568 1 0 4075 275 175 8 25 0 9 0 1998306050 889077760 158149 996147200 134512640 134550740 4294955968 18446744073709551615 4127337734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19839] ppid=19834 vsize=868240 CPUtime=6.86

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

Current children cumulated CPU time (s) 1477.46
Current children cumulated vsize (KiB) 868240

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 19945
/proc/meminfo: memFree=1261464/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=868240 CPUtime=1537.43
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 249012 5568 1 0 153181 379 175 8 18 0 9 0 1998306049 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 217060 158175 2615 9 0 211588 0
[pid=19836/tid=19837] ppid=19834 vsize=868240 CPUtime=1531.89
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 29090 5568 1 0 152701 305 175 8 25 0 9 0 1998306050 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4127315018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19839] ppid=19834 vsize=868240 CPUtime=6.86
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 217974 5568 0 0 435 68 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 17 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 18 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=868240 CPUtime=2.28
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 1079 5568 0 0 44 1 175 8 16 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19844] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 19 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 15 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.43
Current children cumulated vsize (KiB) 868240

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 19945
/proc/meminfo: memFree=1261464/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=868240 CPUtime=1597.4
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 249012 5568 1 0 159178 379 175 8 18 0 9 0 1998306049 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 217060 158175 2615 9 0 211588 0
[pid=19836/tid=19837] ppid=19834 vsize=868240 CPUtime=1591.86
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 29090 5568 1 0 158698 305 175 8 25 0 9 0 1998306050 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4127319405 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19839] ppid=19834 vsize=868240 CPUtime=6.86
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 217974 5568 0 0 435 68 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 17 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 18 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=868240 CPUtime=2.28
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 1079 5568 0 0 44 1 175 8 16 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19844] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 19 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 15 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.4
Current children cumulated vsize (KiB) 868240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 19945
/proc/meminfo: memFree=1261400/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=868240 CPUtime=1657.38
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 249012 5568 1 0 165176 379 175 8 18 0 9 0 1998306049 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 217060 158175 2615 9 0 211588 0
[pid=19836/tid=19837] ppid=19834 vsize=868240 CPUtime=1651.84
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 29090 5568 1 0 164696 305 175 8 25 0 9 0 1998306050 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4127322512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19839] ppid=19834 vsize=868240 CPUtime=6.86
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 217974 5568 0 0 435 68 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 17 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 18 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=868240 CPUtime=2.28
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 1079 5568 0 0 44 1 175 8 16 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19844] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 19 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 15 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.38
Current children cumulated vsize (KiB) 868240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 19945
/proc/meminfo: memFree=1261336/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=868240 CPUtime=1717.35
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 249012 5568 1 0 171173 379 175 8 18 0 9 0 1998306049 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 217060 158175 2615 9 0 211588 0
[pid=19836/tid=19837] ppid=19834 vsize=868240 CPUtime=1711.81
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 29090 5568 1 0 170693 305 175 8 25 0 9 0 1998306050 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4126928086 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19839] ppid=19834 vsize=868240 CPUtime=6.86
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 217974 5568 0 0 435 68 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 17 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 18 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=868240 CPUtime=2.28
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 1079 5568 0 0 44 1 175 8 16 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19844] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 19 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 15 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.35
Current children cumulated vsize (KiB) 868240

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 19945
/proc/meminfo: memFree=1261208/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=868240 CPUtime=1777.34
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 249012 5568 1 0 177171 380 175 8 18 0 9 0 1998306049 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 217060 158175 2615 9 0 211588 0
[pid=19836/tid=19837] ppid=19834 vsize=868240 CPUtime=1771.79
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 29090 5568 1 0 176690 306 175 8 25 0 9 0 1998306050 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4127315018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19839] ppid=19834 vsize=868240 CPUtime=6.86
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 217974 5568 0 0 435 68 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 17 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 18 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=868240 CPUtime=2.28
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 1079 5568 0 0 44 1 175 8 16 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19844] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 19 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 15 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.34
Current children cumulated vsize (KiB) 868240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 19945
/proc/meminfo: memFree=1261208/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=868240 CPUtime=1800.04
/proc/19836/stat : 19836 (java) S 19834 19836 16733 0 -1 0 249012 5568 1 0 179441 380 175 8 18 0 9 0 1998306049 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 217060 158175 2615 9 0 211588 0
[pid=19836/tid=19837] ppid=19834 vsize=868240 CPUtime=1794.5
/proc/19836/task/19837/stat : 19837 (java) R 19834 19836 16733 0 -1 64 29090 5568 1 0 178961 306 175 8 25 0 9 0 1998306050 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4127334603 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19839] ppid=19834 vsize=868240 CPUtime=6.86
/proc/19836/task/19839/stat : 19839 (java) S 19834 19836 16733 0 -1 64 217974 5568 0 0 435 68 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19840/stat : 19840 (java) S 19834 19836 16733 0 -1 64 17 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19841/stat : 19841 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 16 0 9 0 1998306052 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19842] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19842/stat : 19842 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 18 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19834 vsize=868240 CPUtime=2.28
/proc/19836/task/19843/stat : 19843 (java) S 19834 19836 16733 0 -1 64 1079 5568 0 0 44 1 175 8 16 0 9 0 1998306054 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19844] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19844/stat : 19844 (java) S 19834 19836 16733 0 -1 64 1 5568 0 0 0 0 175 8 19 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19845] ppid=19834 vsize=868240 CPUtime=1.83
/proc/19836/task/19845/stat : 19845 (java) S 19834 19836 16733 0 -1 64 16 5568 0 0 0 0 175 8 15 0 9 0 1998306055 889077760 158175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868240

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

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

[startup+1805.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 19945
/proc/meminfo: memFree=1261208/2055920 swapFree=4180000/4192956
[pid=19836] ppid=19834 vsize=0 CPUtime=1800.14
/proc/19836/stat : 19836 (java) Z 19834 19836 16733 0 -1 1036 249042 5568 1 0 179442 389 175 8 16 0 2 0 1998306049 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1805.12
CPU time (s): 1800.17
CPU user time (s): 1796.18
CPU system time (s): 3.98339
CPU usage (%): 99.7256
Max. virtual memory (cumulated for all children) (KiB): 902480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.18
system time used= 3.98339
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254610
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= 38701
involuntary context switches= 36018

runsolver used 2.09068 second user time and 6.14307 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-04 19:41:59
IDJOB=1077569
IDBENCH=56689
IDSOLVER=363
FILE ID=node23/1077569-1215193318
PBS_JOBID= 7881536
Free space on /tmp= 66532 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-4.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-1077569-1215193318/watcher-1077569-1215193318 -o /tmp/evaluation-result-1077569-1215193318/solver-1077569-1215193318 -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-1077569-1215193318.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 094ea096617f0707c333e4e4098131ca
RANDOM SEED=15769531

node23.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.216
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.216
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:       1657608 kB
Buffers:         44304 kB
Cached:         189660 kB
SwapCached:       6756 kB
Active:         273096 kB
Inactive:        70048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657608 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:           11612 kB
Writeback:           0 kB
Mapped:         125656 kB
Slab:            40252 kB
Committed_AS:  4148020 kB
PageTables:       2032 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= 66524 MiB
End job on node23 at 2008-07-04 20:12:06