Trace number 1063571

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 ESACSAT 191.845 193.863

DiagnosticValue
CHECKS21396700
NODES3237

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-fiber.xml
MD5SUM050fcaedec2bdec60bcc496785fb1b05
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark30.4704
Satisfiable
(Un)Satisfiability was proved
Number of variables2574
Number of constraints696
Maximum constraint arity61
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension696
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.23	
0.04/0.23	Abscon 112 (May, 2008)
0.14/0.39	
0.14/0.39	   configuration
0.14/0.40	     name=esac.xml
0.23/0.46	   
0.23/0.46	   instance
0.23/0.46	     name=HOME/instance-1063571-1215138017.xml
0.32/0.50	   
0.32/0.50	   domains being loaded...
0.32/0.51	   
0.32/0.51	   variables being loaded...
0.52/0.75	     nbVariables=2574  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=4693
0.52/0.75	       =>  wckTime=0.355  cpuTime=0.21  mem=14M712
0.52/0.75	   
0.52/0.75	   predicates being loaded...
0.61/0.85	   
0.61/0.85	   constraints being loaded...
1.50/1.71	     nbConstraints=348  nbMergedConstraints=348  nbSingletonDomainVariables=455  nbConvertedConstraints=41
1.50/1.71	     nbConvertConstraintsChecks=2764  nbExtensionStructures=2  nbSharedExtensionStructures=39  nbConflictsStructures=17
1.50/1.71	     nbSharedConflictsStructures=287  nbUnbuiltConflictsStructures=31  nbSharedBinaryRepresentations=6
1.50/1.71	     nbEvaluationManagers=46  nbSharedEvaluationManagers=261  minDegree=1  maxDegree=3  minArity=2  avgArity=12.08
1.50/1.71	     maxArity=61  nbGenerators=0  nbFusions=0  symmetryWckTime=0.199  symmetryCpuTime=0.12
1.50/1.71	       =>  wckTime=1.314  cpuTime=0.94  mem=23M389
1.60/1.80	   
1.60/1.80	   solver IterativeSystematicSolver being built... 
1.69/1.91	   
1.69/1.91	   INFO : Forward propagation technique limited 
1.80/2.08	       =>  wckTime=1.683  cpuTime=1.18  mem=46M609
2.68/2.92	   
2.68/2.92	   preprocessing
2.68/2.92	     nbConstraintChecks=14251  nbValidityChecks=11649  nbPropagations=6063  nbRevisions=6863  nbUselessRevisions=6399
2.68/2.92	     nbSingletonTests=3064  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
2.68/2.92	     detectedInconsistency=no
2.68/2.92	       =>  wckTime=0.831  cpuTime=0.78  mem=48M579
191.79/193.81	   
191.79/193.81	   search
191.79/193.81	     run=2  nbConstraintChecks=21382492  nbValidityChecks=36281  minDepth=383  maxDepth=2574  nbPropagations=24465
191.79/193.81	     nbRevisions=47880  nbUselessRevisions=44286  nbAssignments=3237  nbFailedAssignments=30  nbBacktracks=69
191.79/193.81	     nbVisitedNodes=3293  nbRestartNogoods=7  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
191.79/193.81	     nbDEliminables=?  nbPEliminables=?
191.79/193.81	       =>  wckTime=191.725  cpuTime=189.85  mem=49M581
191.79/193.81	   
191.79/193.81	   global
191.79/193.81	     nbConstraintChecks=21396743  nbValidityChecks=47930  nbPropagations=30528  nbRevisions=54743
191.79/193.81	     nbUselessRevisions=50685  nbRestartNogoods=7  solvingWckTime=191.727  solvingCpuTime=189.85  expiredTime=no
191.79/193.81	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=191.03  globalCpuTime=191.08
191.79/193.81	       =>  wckTime=193.416  cpuTime=191.04  mem=49M581
191.79/193.82	   
191.79/193.82	s SATISFIABLE
191.79/193.82	v 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 1 0 0 1 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 1 0 0 1 1 1 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 1 1 0 0 0 1 1 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 1 1 1 0 0 1 0 0 1 0 1 1 0 0 1 1 1 1 0 1 1 1 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 1 0 0 0 1 1 1 0 0 1 0 1 0 1 1 0 1 1 1 0 0 1 0 1 0 0 0 1 0 0 1 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 1 0 0 1 1 1 1 0 1 1 1 1 1 1 0 1 0 1 1 0 0 0 1 1 0 0 1 1 1 1 0 1 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 0 1 1 0 1 0 0 0 0 1 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 0 1 1 0 1 0 0 0 1 1 1 0 0 1 1 1 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 0 0 1 0 0 0 1 1 1 0 1 1 0 0 0 1 1 0 0 0 0 1 0 1 1 1 1 1 1 0 1 0 1 1 1 0 1 0 0 1 0 1 1 1 0 1 1 0 1 0 
191.79/193.82	d NODES 3237
191.79/193.82	d CHECKS 21396743
191.79/193.82	   
191.79/193.82	   totalWckTime=193.469  totalCpuTime=191.08

Verifier Data (download as text)

OK

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-1063571-1215138017/watcher-1063571-1215138017 -o /tmp/evaluation-result-1063571-1215138017/solver-1063571-1215138017 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1063571-1215138017.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.34 2.14 2.05 4/80 27437
/proc/meminfo: memFree=1805856/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=18572 CPUtime=0
/proc/27437/stat : 27437 (runsolver) D 27435 27437 26196 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 998206355 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 206381313319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/27437/statm: 4643 292 257 25 0 2626 0

[startup+0.0946101 s]
/proc/loadavg: 2.34 2.14 2.05 4/80 27437
/proc/meminfo: memFree=1805856/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=10904 CPUtime=0.01
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 810 0 0 0 0 1 0 0 18 0 2 0 998206355 11165696 563 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 2726 563 276 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10904

[startup+0.102607 s]
/proc/loadavg: 2.34 2.14 2.05 4/80 27437
/proc/meminfo: memFree=1805856/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=10904 CPUtime=0.01
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 810 0 0 0 0 1 0 0 18 0 2 0 998206355 11165696 563 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 2726 563 276 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10904

[startup+0.302635 s]
/proc/loadavg: 2.34 2.14 2.05 4/80 27437
/proc/meminfo: memFree=1805856/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=865884 CPUtime=0.14
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 4194 0 1 0 11 3 0 0 18 0 9 0 998206355 886665216 3629 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 216471 3629 1813 9 0 211026 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 865884

[startup+0.702673 s]
/proc/loadavg: 2.34 2.14 2.05 4/80 27437
/proc/meminfo: memFree=1805856/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=867008 CPUtime=0.52
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 7704 0 1 0 46 6 0 0 18 0 9 0 998206355 887816192 7074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 216752 7074 1968 9 0 211280 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 867008

[startup+1.50175 s]
/proc/loadavg: 2.34 2.14 2.05 3/89 27446
/proc/meminfo: memFree=1768984/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=867436 CPUtime=1.31
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 18788 0 1 0 118 13 0 0 18 0 9 0 998206355 888254464 18121 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 216859 18121 2005 9 0 211387 0
[pid=27437/tid=27439] ppid=27435 vsize=867436 CPUtime=1
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 15773 0 1 0 90 10 0 0 24 0 9 0 998206360 888254464 18121 996147200 134512640 134550740 4294955984 18446744073709551615 4126409432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=867436 CPUtime=0.03
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 1643 0 0 0 3 0 0 0 16 0 9 0 998206370 888254464 18121 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=867436 CPUtime=0
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 998206371 888254464 18121 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=867436 CPUtime=0
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 998206371 888254464 18121 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=867436 CPUtime=0
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998206374 888254464 18121 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=867436 CPUtime=0.24
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 675 0 0 0 24 0 0 0 15 0 9 0 998206374 888254464 18121 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=867436 CPUtime=0
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998206374 888254464 18121 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=867436 CPUtime=0
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998206374 888254464 18121 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 867436

[startup+3.10191 s]
/proc/loadavg: 2.31 2.14 2.05 3/89 27450
/proc/meminfo: memFree=1730968/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=2.89
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34575 399 1 0 268 18 2 1 18 0 9 0 998206355 889102336 20930 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20930 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=2.35
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26119 399 1 0 219 13 2 1 25 0 9 0 998206360 889102336 20930 996147200 134512640 134550740 4294955984 18446744073709551615 4127305939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 17 0 9 0 998206370 889102336 20930 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20930 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20930 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20930 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.4
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 902 399 0 0 37 0 2 1 15 0 9 0 998206374 889102336 20930 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20930 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 6 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20930 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 868264

[startup+6.30221 s]
/proc/loadavg: 2.31 2.14 2.05 3/89 27450
/proc/meminfo: memFree=1730648/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=6.05
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34605 399 1 0 584 18 2 1 18 0 9 0 998206355 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20935 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=5.51
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 535 13 2 1 25 0 9 0 998206360 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4126974451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 907 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 30 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 868264

[startup+12.7018 s]
/proc/loadavg: 2.26 2.14 2.05 3/89 27450
/proc/meminfo: memFree=1730776/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=12.39
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34605 399 1 0 1218 18 2 1 18 0 9 0 998206355 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20935 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=11.85
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 1169 13 2 1 25 0 9 0 998206360 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4126955563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 907 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 30 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 868264

[startup+25.5021 s]
/proc/loadavg: 2.22 2.13 2.05 3/89 27450
/proc/meminfo: memFree=1730968/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=25.07
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34605 399 1 0 2486 18 2 1 18 0 9 0 998206355 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20935 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=24.52
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 2436 13 2 1 25 0 9 0 998206360 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4126961092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 907 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 30 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 868264

[startup+51.1026 s]
/proc/loadavg: 2.15 2.12 2.04 3/89 27450
/proc/meminfo: memFree=1730904/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=50.43
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34606 399 1 0 5022 18 2 1 18 0 9 0 998206355 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20935 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=49.89
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 4972 14 2 1 25 0 9 0 998206360 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4126955535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 908 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03

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

/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34607 399 1 0 18336 19 2 1 18 0 9 0 998206355 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20935 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=183.03
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 18286 14 2 1 25 0 9 0 998206360 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4126954376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 909 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 30 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.58
Current children cumulated vsize (KiB) 868264

[startup+188.702 s]
/proc/loadavg: 2.01 2.07 2.03 3/89 27450
/proc/meminfo: memFree=1730648/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=186.74
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34607 399 1 0 18652 19 2 1 18 0 9 0 998206355 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20935 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=186.2
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 18603 14 2 1 25 0 9 0 998206360 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4126961026 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 909 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 30 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.74
Current children cumulated vsize (KiB) 868264

[startup+191.901 s]
/proc/loadavg: 2.01 2.07 2.03 3/89 27450
/proc/meminfo: memFree=1730648/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=189.91
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34607 399 1 0 18969 19 2 1 18 0 9 0 998206355 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20935 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=189.37
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 18920 14 2 1 25 0 9 0 998206360 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4126955569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 909 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 30 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 189.91
Current children cumulated vsize (KiB) 868264

[startup+192.701 s]
/proc/loadavg: 2.01 2.07 2.03 3/89 27450
/proc/meminfo: memFree=1730648/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=190.7
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34607 399 1 0 19048 19 2 1 18 0 9 0 998206355 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20935 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=190.16
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 18999 14 2 1 25 0 9 0 998206360 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4126973899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 909 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 30 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 190.7
Current children cumulated vsize (KiB) 868264

[startup+193.502 s]
/proc/loadavg: 2.01 2.07 2.03 3/89 27450
/proc/meminfo: memFree=1730648/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=191.5
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34607 399 1 0 19128 19 2 1 18 0 9 0 998206355 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20935 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=190.95
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 19078 14 2 1 25 0 9 0 998206360 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4126976091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 909 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 30 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.5
Current children cumulated vsize (KiB) 868264

[startup+193.702 s]
/proc/loadavg: 2.01 2.07 2.03 3/89 27450
/proc/meminfo: memFree=1730648/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=191.69
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34607 399 1 0 19147 19 2 1 18 0 9 0 998206355 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20935 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=191.14
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 19097 14 2 1 25 0 9 0 998206360 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4126954432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 909 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 30 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20935 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.69
Current children cumulated vsize (KiB) 868264

[startup+193.802 s]
/proc/loadavg: 2.01 2.07 2.03 3/89 27450
/proc/meminfo: memFree=1730648/2055920 swapFree=4180884/4192956
[pid=27437] ppid=27435 vsize=868264 CPUtime=191.79
/proc/27437/stat : 27437 (java) S 27435 27437 26196 0 -1 0 34609 399 1 0 19157 19 2 1 18 0 9 0 998206355 889102336 20936 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27437/statm: 217066 20936 2636 9 0 211572 0
[pid=27437/tid=27439] ppid=27435 vsize=868264 CPUtime=191.24
/proc/27437/task/27439/stat : 27439 (java) R 27435 27437 26196 0 -1 64 26120 399 1 0 19107 14 2 1 25 0 9 0 998206360 889102336 20936 996147200 134512640 134550740 4294955984 18446744073709551615 4126954466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27440] ppid=27435 vsize=868264 CPUtime=0.14
/proc/27437/task/27440/stat : 27440 (java) S 27435 27437 26196 0 -1 64 6708 399 0 0 10 1 2 1 16 0 9 0 998206370 889102336 20936 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27441] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27441/stat : 27441 (java) S 27435 27437 26196 0 -1 64 17 399 0 0 0 0 2 1 16 0 9 0 998206371 889102336 20936 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27442] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27442/stat : 27442 (java) S 27435 27437 26196 0 -1 64 9 399 0 0 0 0 2 1 15 0 9 0 998206371 889102336 20936 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27443] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27443/stat : 27443 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 18 0 9 0 998206374 889102336 20936 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27444] ppid=27435 vsize=868264 CPUtime=0.41
/proc/27437/task/27444/stat : 27444 (java) S 27435 27437 26196 0 -1 64 911 399 0 0 38 0 2 1 16 0 9 0 998206374 889102336 20936 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27445] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27445/stat : 27445 (java) S 27435 27437 26196 0 -1 64 1 399 0 0 0 0 2 1 19 0 9 0 998206374 889102336 20936 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27437/tid=27446] ppid=27435 vsize=868264 CPUtime=0.03
/proc/27437/task/27446/stat : 27446 (java) S 27435 27437 26196 0 -1 64 30 399 0 0 0 0 2 1 15 0 9 0 998206374 889102336 20936 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.79
Current children cumulated vsize (KiB) 868264

Child status: 0
Real time (s): 193.863
CPU time (s): 191.845
CPU user time (s): 191.624
CPU system time (s): 0.220966
CPU usage (%): 98.959
Max. virtual memory (cumulated for all children) (KiB): 868264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.624
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35151
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= 5874
involuntary context switches= 11589

runsolver used 0.200969 second user time and 0.694894 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 04:20:17
IDJOB=1063571
IDBENCH=54779
IDSOLVER=364
FILE ID=node2/1063571-1215138017
PBS_JOBID= 7877359
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-fiber.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063571-1215138017/watcher-1063571-1215138017 -o /tmp/evaluation-result-1063571-1215138017/solver-1063571-1215138017 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1063571-1215138017.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 050fcaedec2bdec60bcc496785fb1b05
RANDOM SEED=167279167

node2.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1806528 kB
Buffers:         21836 kB
Cached:          67048 kB
SwapCached:       5908 kB
Active:         132972 kB
Inactive:        54088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806528 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            2352 kB
Writeback:           0 kB
Mapped:         114492 kB
Slab:            47184 kB
Committed_AS:  2319076 kB
PageTables:       2164 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node2 at 2008-07-04 04:23:31