Trace number 1077601

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.19 1810.82

General information on the benchmark

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

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=mac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1077601-1215193811.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.37/0.49	     nbVariables=800  nbDomainTypes=41  minDomainSize=1  maxDomainSize=45  nbTotalValues=19099
0.37/0.49	       =>  wckTime=0.237  cpuTime=0.17  mem=10M812
0.37/0.49	   
0.37/0.49	   predicates being loaded...
0.47/0.55	   
0.47/0.55	   constraints being loaded...
12.45/12.69	     nbConstraints=44967  nbGlobalConstraints=209  nbSingletonDomainVariables=88  nbConflictsStructures=76
12.45/12.69	     nbSharedConflictsStructures=11088  nbUnbuiltConflictsStructures=635  nbSharedBinaryRepresentations=0
12.45/12.69	     nbEvaluationManagers=711  nbSharedEvaluationManagers=44047  minDegree=94  maxDegree=400  minArity=4  avgArity=4.06
12.45/12.69	     maxArity=20  nbGenerators=9  nbFusions=0  symmetryWckTime=2.51  symmetryCpuTime=0.85
12.45/12.69	       =>  wckTime=12.434  cpuTime=9.1  mem=222M718
13.25/13.42	   
13.25/13.43	   solver IterativeSystematicSolver being built... 
15.64/15.86	   
15.64/15.87	   INFO : Forward propagation technique limited 
15.84/16.04	       =>  wckTime=15.79  cpuTime=10.53  mem=400M283
18.14/18.33	   
18.14/18.33	   preprocessing
18.14/18.33	     nbConstraintChecks=3168191  nbValidityChecks=125321  nbPropagations=800  nbRevisions=134376
18.14/18.33	     nbUselessRevisions=134376  nbRemovedValues=0  detectedInconsistency=no
18.14/18.33	       =>  wckTime=2.286  cpuTime=2.26  mem=406M333
62.73/62.96	   
62.73/62.96	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=409M374)

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-1077601-1215193811/watcher-1077601-1215193811 -o /tmp/evaluation-result-1077601-1215193811/solver-1077601-1215193811 -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-1077601-1215193811.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.00 2.04 2.05 4/85 6465
/proc/meminfo: memFree=1449800/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=18572 CPUtime=0
/proc/6465/stat : 6465 (runsolver) R 6463 6465 3861 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 642311534 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/6465/statm: 4643 292 257 25 0 2626 0

[startup+0.017564 s]
/proc/loadavg: 2.00 2.04 2.05 4/85 6465
/proc/meminfo: memFree=1449800/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=10704 CPUtime=0
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 739 0 0 0 0 0 0 0 19 0 2 0 642311534 10960896 519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 2676 519 243 9 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10704

[startup+0.102798 s]
/proc/loadavg: 2.00 2.04 2.05 4/85 6465
/proc/meminfo: memFree=1449800/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=865884 CPUtime=0.08
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 3689 0 1 0 6 2 0 0 19 0 9 0 642311534 886665216 3164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 216471 3164 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302818 s]
/proc/loadavg: 2.00 2.04 2.05 4/85 6465
/proc/meminfo: memFree=1449800/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=866284 CPUtime=0.28
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 5842 0 1 0 25 3 0 0 19 0 9 0 642311534 887074816 5216 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 216571 5216 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701862 s]
/proc/loadavg: 2.00 2.04 2.05 4/85 6465
/proc/meminfo: memFree=1449800/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=867680 CPUtime=0.67
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 9136 0 1 0 62 5 0 0 19 0 9 0 642311534 888504320 8496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 216920 8496 2011 9 0 211426 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867680

[startup+1.50195 s]
/proc/loadavg: 2.00 2.04 2.05 3/94 6474
/proc/meminfo: memFree=1404800/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=867592 CPUtime=1.46
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 18496 0 1 0 135 11 0 0 19 0 9 0 642311534 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 216898 17831 2004 9 0 211426 0
[pid=6465/tid=6467] ppid=6463 vsize=867592 CPUtime=1.21
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 15751 0 1 0 112 9 0 0 25 0 9 0 642311535 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4126380886 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6468] ppid=6463 vsize=867592 CPUtime=0.05
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 1387 0 0 0 5 0 0 0 16 0 9 0 642311537 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6469] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 642311537 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6470] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642311537 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6471] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 642311539 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=867592 CPUtime=0.17
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 661 0 0 0 17 0 0 0 16 0 9 0 642311539 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6473] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 642311539 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642311539 888414208 17831 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867592

[startup+3.10112 s]
/proc/loadavg: 2.00 2.04 2.05 3/94 6474
/proc/meminfo: memFree=1374528/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=867592 CPUtime=3.04
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 22748 0 1 0 291 13 0 0 19 0 9 0 642311534 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 216898 22081 2004 9 0 211426 0
[pid=6465/tid=6467] ppid=6463 vsize=867592 CPUtime=2.56
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 15754 0 1 0 247 9 0 0 25 0 9 0 642311535 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4126398639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6468] ppid=6463 vsize=867592 CPUtime=0.28
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 5636 0 0 0 26 2 0 0 17 0 9 0 642311537 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6469] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 642311537 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6470] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642311537 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6471] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 642311539 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=867592 CPUtime=0.17
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 661 0 0 0 17 0 0 0 17 0 9 0 642311539 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6473] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 642311539 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642311539 888414208 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867592

[startup+6.30244 s]
/proc/loadavg: 2.00 2.04 2.05 3/94 6474
/proc/meminfo: memFree=1323136/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=867592 CPUtime=6.22
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 39544 0 1 0 536 86 0 0 19 0 9 0 642311534 888414208 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 216898 38872 2005 9 0 211426 0
[pid=6465/tid=6467] ppid=6463 vsize=867592 CPUtime=5.19
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 15782 0 1 0 444 75 0 0 25 0 9 0 642311535 888414208 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4126598768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6468] ppid=6463 vsize=867592 CPUtime=0.75
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 22337 0 0 0 66 9 0 0 17 0 9 0 642311537 888414208 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6469] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 642311537 888414208 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6470] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 642311537 888414208 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6471] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 642311539 888414208 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=867592 CPUtime=0.24
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 728 0 0 0 24 0 0 0 15 0 9 0 642311539 888414208 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6473] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 642311539 888414208 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=867592 CPUtime=0
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642311539 888414208 38872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867592

[startup+12.7011 s]
/proc/loadavg: 2.00 2.04 2.05 3/96 6476
/proc/meminfo: memFree=1147256/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=868240 CPUtime=12.54
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 81715 4128 1 0 912 208 128 6 19 0 9 0 642311534 889077760 73001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 217060 73001 2063 9 0 211588 0
[pid=6465/tid=6467] ppid=6463 vsize=868240 CPUtime=10.61
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 20748 4128 1 0 748 179 128 6 19 0 9 0 642311535 889077760 73001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6468] ppid=6463 vsize=868240 CPUtime=2.92
/proc/6465/task/6468/stat : 6468 (java) R 6463 6465 3861 0 -1 64 59156 4128 0 0 134 24 128 6 16 0 9 0 642311537 889077760 73001 996147200 134512640 134550740 4294955968 18446744073709551615 103735913 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6469] ppid=6463 vsize=868240 CPUtime=1.34
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 17 0 9 0 642311537 889077760 73001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6470] ppid=6463 vsize=868240 CPUtime=1.34
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 14 4128 0 0 0 0 128 6 16 0 9 0 642311537 889077760 73001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6471] ppid=6463 vsize=868240 CPUtime=1.34
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 4128 0 0 0 0 128 6 24 0 9 0 642311539 889077760 73001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=868240 CPUtime=1.63
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 953 4128 0 0 29 0 128 6 15 0 9 0 642311539 889077760 73001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6473] ppid=6463 vsize=868240 CPUtime=1.34
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 4128 0 0 0 0 128 6 25 0 9 0 642311539 889077760 73001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=868240 CPUtime=1.34
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 14 4128 0 0 0 0 128 6 15 0 9 0 642311539 889077760 73001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868240

[startup+25.5025 s]
/proc/loadavg: 2.07 2.06 2.06 3/94 6478
/proc/meminfo: memFree=1004096/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=868328 CPUtime=25.34
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 182183 4128 1 0 2162 238 128 6 19 0 9 0 642311534 889167872 113687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 217082 113687 2637 9 0 211588 0
[pid=6465/tid=6467] ppid=6463 vsize=868328 CPUtime=21.44
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 29171 4128 1 0 1828 182 128 6 25 0 9 0 642311535 889167872 113687 996147200 134512640 134550740 4294955968 18446744073709551615 4127340938 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6468] ppid=6463 vsize=868328 CPUtime=4.81
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 151071 4128 0 0 295 52 128 6 16 0 9 0 642311537 889167872 113687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6469] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6470] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6471] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 4128 0 0 0 0 128 6 24 0 9 0 642311539 889167872 113687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=868328 CPUtime=1.73
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 1071 4128 0 0 38 1 128 6 15 0 9 0 642311539 889167872 113687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6473] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 4128 0 0 0 0 128 6 25 0 9 0 642311539 889167872 113687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 14 4128 0 0 0 0 128 6 15 0 9 0 642311539 889167872 113687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868328

[startup+51.1021 s]
/proc/loadavg: 2.05 2.05 2.05 4/94 6478
/proc/meminfo: memFree=1004032/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=868328 CPUtime=50.94
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 182202 4128 1 0 4721 239 128 6 19 0 9 0 642311534 889167872 113697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 217082 113697 2637 9 0 211588 0
[pid=6465/tid=6467] ppid=6463 vsize=868328 CPUtime=47.01
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 29176 4128 1 0 4385 182 128 6 25 0 9 0 642311535 889167872 113697 996147200 134512640 134550740 4294955968 18446744073709551615 4127350367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6468] ppid=6463 vsize=868328 CPUtime=4.81
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 151071 4128 0 0 295 52 128 6 16 0 9 0 642311537 889167872 113697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6469] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6470] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6471] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 4128 0 0 0 0 128 6 24 0 9 0 642311539 889167872 113697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=868328 CPUtime=1.75
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 1085 4128 0 0 40 1 128 6 15 0 9 0 642311539 889167872 113697 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6473] ppid=6463 vsize=868328 CPUtime=1.34

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

Current children cumulated CPU time (s) 1473.28
Current children cumulated vsize (KiB) 868328

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 6718
/proc/meminfo: memFree=464216/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=868328 CPUtime=1532.98
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 182242 4128 1 0 152920 244 128 6 19 0 9 0 642311534 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 217082 113717 2637 9 0 211588 0
[pid=6465/tid=6467] ppid=6463 vsize=868328 CPUtime=1529.01
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 29190 4128 1 0 152580 187 128 6 25 0 9 0 642311535 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4127365543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6468] ppid=6463 vsize=868328 CPUtime=4.81
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 151071 4128 0 0 295 52 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6469] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6470] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6471] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 4128 0 0 0 0 128 6 24 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=868328 CPUtime=1.78
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 1111 4128 0 0 43 1 128 6 16 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6473] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 4128 0 0 0 0 128 6 25 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 14 4128 0 0 0 0 128 6 15 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.98
Current children cumulated vsize (KiB) 868328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 6718
/proc/meminfo: memFree=464216/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=868328 CPUtime=1592.69
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 182242 4128 1 0 158891 244 128 6 19 0 9 0 642311534 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 217082 113717 2637 9 0 211588 0
[pid=6465/tid=6467] ppid=6463 vsize=868328 CPUtime=1588.73
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 29190 4128 1 0 158551 188 128 6 25 0 9 0 642311535 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4127362388 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6468] ppid=6463 vsize=868328 CPUtime=4.81
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 151071 4128 0 0 295 52 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6469] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6470] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6471] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 4128 0 0 0 0 128 6 24 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=868328 CPUtime=1.78
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 1111 4128 0 0 43 1 128 6 16 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6473] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 4128 0 0 0 0 128 6 25 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 14 4128 0 0 0 0 128 6 15 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.69
Current children cumulated vsize (KiB) 868328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 6718
/proc/meminfo: memFree=464216/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=868328 CPUtime=1652.39
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 182242 4128 1 0 164861 244 128 6 19 0 9 0 642311534 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 217082 113717 2637 9 0 211588 0
[pid=6465/tid=6467] ppid=6463 vsize=868328 CPUtime=1648.43
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 29190 4128 1 0 164521 188 128 6 25 0 9 0 642311535 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4127341863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6468] ppid=6463 vsize=868328 CPUtime=4.81
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 151071 4128 0 0 295 52 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6469] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6470] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6471] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 4128 0 0 0 0 128 6 24 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=868328 CPUtime=1.78
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 1111 4128 0 0 43 1 128 6 16 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6473] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 4128 0 0 0 0 128 6 25 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 14 4128 0 0 0 0 128 6 15 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.39
Current children cumulated vsize (KiB) 868328

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 6718
/proc/meminfo: memFree=464152/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=868328 CPUtime=1712.11
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 182242 4128 1 0 170832 245 128 6 19 0 9 0 642311534 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 217082 113717 2637 9 0 211588 0
[pid=6465/tid=6467] ppid=6463 vsize=868328 CPUtime=1708.14
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 29190 4128 1 0 170492 188 128 6 25 0 9 0 642311535 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4127349534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6468] ppid=6463 vsize=868328 CPUtime=4.81
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 151071 4128 0 0 295 52 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6469] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6470] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6471] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 4128 0 0 0 0 128 6 24 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=868328 CPUtime=1.78
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 1111 4128 0 0 43 1 128 6 16 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6473] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 4128 0 0 0 0 128 6 25 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 14 4128 0 0 0 0 128 6 15 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.11
Current children cumulated vsize (KiB) 868328

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 6718
/proc/meminfo: memFree=464280/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=868328 CPUtime=1771.81
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 182242 4128 1 0 176802 245 128 6 19 0 9 0 642311534 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 217082 113717 2637 9 0 211588 0
[pid=6465/tid=6467] ppid=6463 vsize=868328 CPUtime=1767.84
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 29190 4128 1 0 176462 188 128 6 25 0 9 0 642311535 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4127359925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6468] ppid=6463 vsize=868328 CPUtime=4.81
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 151071 4128 0 0 295 52 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6469] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6470] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6471] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 4128 0 0 0 0 128 6 24 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=868328 CPUtime=1.78
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 1111 4128 0 0 43 1 128 6 16 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6473] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 4128 0 0 0 0 128 6 25 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 14 4128 0 0 0 0 128 6 15 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.81
Current children cumulated vsize (KiB) 868328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 6718
/proc/meminfo: memFree=464280/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=868328 CPUtime=1800.06
/proc/6465/stat : 6465 (java) S 6463 6465 3861 0 -1 0 182242 4128 1 0 179627 245 128 6 19 0 9 0 642311534 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6465/statm: 217082 113717 2637 9 0 211588 0
[pid=6465/tid=6467] ppid=6463 vsize=868328 CPUtime=1796.1
/proc/6465/task/6467/stat : 6467 (java) R 6463 6465 3861 0 -1 64 29190 4128 1 0 179288 188 128 6 25 0 9 0 642311535 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4127360048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6468] ppid=6463 vsize=868328 CPUtime=4.81
/proc/6465/task/6468/stat : 6468 (java) S 6463 6465 3861 0 -1 64 151071 4128 0 0 295 52 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6469] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6469/stat : 6469 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6470] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6470/stat : 6470 (java) S 6463 6465 3861 0 -1 64 18 4128 0 0 0 0 128 6 16 0 9 0 642311537 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6465/tid=6471] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6471/stat : 6471 (java) S 6463 6465 3861 0 -1 64 1 4128 0 0 0 0 128 6 24 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6472] ppid=6463 vsize=868328 CPUtime=1.78
/proc/6465/task/6472/stat : 6472 (java) S 6463 6465 3861 0 -1 64 1111 4128 0 0 43 1 128 6 16 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6473] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6473/stat : 6473 (java) S 6463 6465 3861 0 -1 64 2 4128 0 0 0 0 128 6 25 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6465/tid=6474] ppid=6463 vsize=868328 CPUtime=1.34
/proc/6465/task/6474/stat : 6474 (java) S 6463 6465 3861 0 -1 64 14 4128 0 0 0 0 128 6 15 0 9 0 642311539 889167872 113717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868328

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

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

[startup+1810.81 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 6718
/proc/meminfo: memFree=464280/2055920 swapFree=4180580/4192956
[pid=6465] ppid=6463 vsize=0 CPUtime=1800.17
/proc/6465/stat : 6465 (java) Z 6463 6465 3861 0 -1 1036 182273 4128 1 0 179632 251 128 6 16 0 2 0 642311534 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6465/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1810.82
CPU time (s): 1800.19
CPU user time (s): 1797.61
CPU system time (s): 2.57961
CPU usage (%): 99.4132
Max. virtual memory (cumulated for all children) (KiB): 892560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.61
system time used= 2.57961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186401
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= 38970
involuntary context switches= 26473

runsolver used 2.31965 second user time and 5.9181 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 19:50:11
IDJOB=1077601
IDBENCH=56691
IDSOLVER=363
FILE ID=node79/1077601-1215193811
PBS_JOBID= 7881631
Free space on /tmp= 66456 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b160d17227d48e89c0f648593d000571
RANDOM SEED=959844638

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1450152 kB
Buffers:         75756 kB
Cached:         301496 kB
SwapCached:       6948 kB
Active:         385420 kB
Inactive:       161720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1450152 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            8320 kB
Writeback:           0 kB
Mapped:         164844 kB
Slab:            43352 kB
Committed_AS:  1214908 kB
PageTables:       2172 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= 66488 MiB
End job on node79 at 2008-07-04 20:20:24