Trace number 1088302

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 ACUNSAT 69.3665 69.1016

DiagnosticValue
CHECKS96661500
NODES163338

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-5.xml
MD5SUMdb0f93b84b1192e2e8f64726b7d53b32
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.9686
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.20/0.20	
0.20/0.20	   configuration
0.20/0.20	     name=mac.xml
0.20/0.23	   
0.20/0.23	   instance
0.20/0.23	     name=HOME/instance-1088302-1215246631.xml
0.20/0.26	   
0.20/0.26	   domains being loaded...
0.20/0.27	   
0.20/0.27	   variables being loaded...
0.32/0.31	     nbVariables=191  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=955
0.32/0.31	       =>  wckTime=0.108  cpuTime=0.11  mem=7M919
0.32/0.31	   
0.32/0.31	   predicates being loaded...
0.32/0.36	   
0.32/0.36	   constraints being loaded...
1.07/0.95	     nbConstraints=2362  nbGlobalConstraints=2  nbConvertedConstraints=2360  nbConvertConstraintsChecks=50
1.07/0.95	     nbExtensionStructures=2  nbSharedExtensionStructures=2358  nbConflictsStructures=2
1.07/0.95	     nbSharedConflictsStructures=2358  nbSharedBinaryRepresentations=5  minDegree=8  maxDegree=95  minArity=2
1.07/0.95	     avgArity=2.11  maxArity=128  nbGenerators=2  nbFusions=1  symmetryWckTime=0.157  symmetryCpuTime=0.12
1.07/0.95	       =>  wckTime=0.748  cpuTime=0.7  mem=28M586
1.19/1.03	   
1.19/1.03	   solver IterativeSystematicSolver being built... 
1.19/1.08	   
1.19/1.08	   INFO : Forward propagation technique limited 
1.31/1.14	       =>  wckTime=0.942  cpuTime=0.81  mem=22M259
1.31/1.16	   
1.31/1.16	   preprocessing
1.31/1.16	     nbConstraintChecks=10  nbPropagations=192  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=3
1.31/1.16	     nbRemovedTuples=10  detectedInconsistency=no
1.31/1.16	       =>  wckTime=0.012  cpuTime=0.01  mem=23M212
1.64/1.46	   
1.64/1.46	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M165)
69.25/69.08	   
69.25/69.08	   search
69.25/69.08	     run=19  nbConstraintChecks=96661532  minDepth=0  maxDepth=24  nbPropagations=13694723  nbRevisions=136743634
69.25/69.08	     nbUselessRevisions=97962296  nbAssignments=163338  nbFailedAssignments=56589  nbInferredBacktracks=2355
69.25/69.08	     nbBacktracks=106557  nbVisitedNodes=266122  nbRestartNogoods=117  nbSEliminables=5.26  nbREliminables=2.89
69.25/69.08	     nbIEliminables=2.86  nbDEliminables=0  nbPEliminables=0
69.25/69.08	       =>  wckTime=67.93  cpuTime=67.89  mem=24M165
69.25/69.08	   
69.25/69.08	   global
69.25/69.08	     nbConstraintChecks=96661542  nbPropagations=13694915  nbRevisions=136743636  nbUselessRevisions=97962296
69.25/69.08	     nbRestartNogoods=117  solvingWckTime=67.932  solvingCpuTime=67.89  expiredTime=no  totalExploration=yes
69.25/69.08	     nbFoundSolutions=0  globalCpuTime=68.74
69.25/69.08	       =>  wckTime=68.877  cpuTime=68.7  mem=24M165
69.25/69.08	   
69.25/69.08	s UNSATISFIABLE
69.25/69.08	d NODES 163338
69.25/69.08	d CHECKS 96661542
69.25/69.08	   
69.25/69.08	   totalWckTime=68.919  totalCpuTime=68.74

Verifier Data (download as text)

No possible verification on an UNSAT instance

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 7549
/proc/meminfo: memFree=1934560/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=1620 CPUtime=0
/proc/7549/stat : 7549 (java) R 7547 7549 4292 0 -1 0 175 0 0 0 0 0 0 0 18 0 1 0 2003632865 1658880 146 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/7549/statm: 404 145 119 9 0 46 0

[startup+0.104021 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 7549
/proc/meminfo: memFree=1934560/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=867632 CPUtime=0.09
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 3970 0 1 0 8 1 0 0 18 0 9 0 2003632865 888455168 3410 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 216908 3412 1782 9 0 211463 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 867632

[startup+0.201031 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 7549
/proc/meminfo: memFree=1934560/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=867660 CPUtime=0.2
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 5273 0 1 0 18 2 0 0 18 0 9 0 2003632865 888483840 4700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 216915 4701 1861 9 0 211463 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 867660

[startup+0.301039 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 7549
/proc/meminfo: memFree=1934560/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=867740 CPUtime=0.32
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 6540 0 1 0 29 3 0 0 18 0 9 0 2003632865 888565760 5910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 216935 5911 1966 9 0 211463 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 867740

[startup+0.701072 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 7549
/proc/meminfo: memFree=1934560/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=868980 CPUtime=0.86
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 9976 0 1 0 76 10 0 0 18 0 9 0 2003632865 889835520 9334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217245 9335 2013 9 0 211751 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 868980

[startup+1.50114 s]
/proc/loadavg: 1.08 1.02 1.03 2/73 7562
/proc/meminfo: memFree=1894168/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=1.75
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20263 454 1 0 155 17 3 0 18 0 9 0 2003632865 890167296 12725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12725 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=1.37
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14381 454 1 0 119 15 3 0 20 0 9 0 2003632866 890167296 12725 996147200 134512640 134550740 4294955968 18446744073709551615 104103253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.31
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 959 454 0 0 28 0 3 0 16 0 9 0 2003632870 890167296 12725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 10 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 869304

[startup+3.10127 s]
/proc/loadavg: 1.08 1.02 1.03 2/73 7562
/proc/meminfo: memFree=1893720/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=3.38
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20287 454 1 0 317 18 3 0 18 0 9 0 2003632865 890167296 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12747 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=2.96
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14383 454 1 0 278 15 3 0 17 0 9 0 2003632866 890167296 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4127140448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 981 454 0 0 31 1 3 0 15 0 9 0 2003632870 890167296 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 10 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 869304

[startup+6.30253 s]
/proc/loadavg: 1.07 1.02 1.03 2/73 7562
/proc/meminfo: memFree=1893400/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=6.57
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20325 454 1 0 636 18 3 0 18 0 9 0 2003632865 890167296 12750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12750 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=6.16
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14385 454 1 0 598 15 3 0 17 0 9 0 2003632866 890167296 12750 996147200 134512640 134550740 4294955968 18446744073709551615 4127124096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 985 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 42 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 869304

[startup+12.7021 s]
/proc/loadavg: 1.07 1.02 1.03 2/73 7562
/proc/meminfo: memFree=1893272/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=12.97
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20327 454 1 0 1276 18 3 0 18 0 9 0 2003632865 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12751 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=12.55
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14386 454 1 0 1237 15 3 0 25 0 9 0 2003632866 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4127218552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 986 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 42 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 869304

[startup+25.5011 s]
/proc/loadavg: 1.06 1.01 1.03 2/73 7562
/proc/meminfo: memFree=1893208/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=25.77
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20327 454 1 0 2556 18 3 0 18 0 9 0 2003632865 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12751 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=25.35
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14386 454 1 0 2517 15 3 0 25 0 9 0 2003632866 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4127042227 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 986 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 42 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.77
Current children cumulated vsize (KiB) 869304

[startup+51.1012 s]
/proc/loadavg: 1.03 1.01 1.03 2/73 7562
/proc/meminfo: memFree=1893208/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=51.36
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20328 454 1 0 5115 18 3 0 18 0 9 0 2003632865 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12751 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=50.94
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14387 454 1 0 5076 15 3 0 25 0 9 0 2003632866 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4127124156 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 986 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03

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

/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20328 454 1 0 5125 18 3 0 18 0 9 0 2003632865 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12751 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=51.04
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14387 454 1 0 5086 15 3 0 25 0 9 0 2003632866 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4127124149 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 986 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 42 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.46
Current children cumulated vsize (KiB) 869304

[startup+57.6028 s]
/proc/loadavg: 1.03 1.01 1.03 2/73 7562
/proc/meminfo: memFree=1893208/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=57.86
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20328 454 1 0 5765 18 3 0 18 0 9 0 2003632865 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12751 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=57.44
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14387 454 1 0 5726 15 3 0 25 0 9 0 2003632866 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4127127591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 986 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 42 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 57.86
Current children cumulated vsize (KiB) 869304

[startup+64.0023 s]
/proc/loadavg: 1.03 1.01 1.02 2/73 7562
/proc/meminfo: memFree=1893208/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=64.25
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20328 454 1 0 6404 18 3 0 18 0 9 0 2003632865 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12751 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=63.83
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14387 454 1 0 6365 15 3 0 25 0 9 0 2003632866 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4127027585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 986 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 42 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.25
Current children cumulated vsize (KiB) 869304

[startup+67.2066 s]
/proc/loadavg: 1.02 1.01 1.02 2/73 7562
/proc/meminfo: memFree=1893208/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=67.46
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20328 454 1 0 6725 18 3 0 18 0 9 0 2003632865 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12751 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=67.04
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14387 454 1 0 6686 15 3 0 25 0 9 0 2003632866 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 986 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 42 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 67.46
Current children cumulated vsize (KiB) 869304

[startup+68.0016 s]
/proc/loadavg: 1.02 1.01 1.02 2/73 7562
/proc/meminfo: memFree=1893208/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=68.25
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20328 454 1 0 6804 18 3 0 18 0 9 0 2003632865 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12751 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=67.83
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14387 454 1 0 6765 15 3 0 25 0 9 0 2003632866 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4127129672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 986 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) R 7547 7549 4292 0 -1 64 42 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 68.25
Current children cumulated vsize (KiB) 869304

[startup+68.8017 s]
/proc/loadavg: 1.02 1.01 1.02 2/73 7562
/proc/meminfo: memFree=1893208/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=69.05
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20328 454 1 0 6884 18 3 0 18 0 9 0 2003632865 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12751 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=68.63
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14387 454 1 0 6845 15 3 0 25 0 9 0 2003632866 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 986 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 42 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.05
Current children cumulated vsize (KiB) 869304

[startup+69.0017 s]
/proc/loadavg: 1.02 1.01 1.02 2/73 7562
/proc/meminfo: memFree=1893208/2055920 swapFree=4180808/4192956
[pid=7549] ppid=7547 vsize=869304 CPUtime=69.25
/proc/7549/stat : 7549 (java) S 7547 7549 4292 0 -1 0 20328 454 1 0 6904 18 3 0 18 0 9 0 2003632865 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7549/statm: 217326 12751 2632 9 0 211832 0
[pid=7549/tid=7551] ppid=7547 vsize=869304 CPUtime=68.83
/proc/7549/task/7551/stat : 7551 (java) R 7547 7549 4292 0 -1 64 14387 454 1 0 6865 15 3 0 25 0 9 0 2003632866 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4127128343 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7552] ppid=7547 vsize=869304 CPUtime=0.1
/proc/7549/task/7552/stat : 7552 (java) S 7547 7549 4292 0 -1 64 4067 454 0 0 7 0 3 0 16 0 9 0 2003632867 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7553] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7553/stat : 7553 (java) S 7547 7549 4292 0 -1 64 16 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7554] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7554/stat : 7554 (java) S 7547 7549 4292 0 -1 64 14 454 0 0 0 0 3 0 16 0 9 0 2003632868 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7555] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7555/stat : 7555 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 23 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7556] ppid=7547 vsize=869304 CPUtime=0.35
/proc/7549/task/7556/stat : 7556 (java) S 7547 7549 4292 0 -1 64 986 454 0 0 31 1 3 0 16 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7557] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7557/stat : 7557 (java) S 7547 7549 4292 0 -1 64 1 454 0 0 0 0 3 0 24 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7549/tid=7558] ppid=7547 vsize=869304 CPUtime=0.03
/proc/7549/task/7558/stat : 7558 (java) S 7547 7549 4292 0 -1 64 42 454 0 0 0 0 3 0 15 0 9 0 2003632870 890167296 12751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.25
Current children cumulated vsize (KiB) 869304

Child status: 0
Real time (s): 69.1016
CPU time (s): 69.3665
CPU user time (s): 69.1665
CPU system time (s): 0.199969
CPU usage (%): 100.383
Max. virtual memory (cumulated for all children) (KiB): 869304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.1665
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20807
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= 1896
involuntary context switches= 437

runsolver used 0.084987 second user time and 0.178972 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 10:30:31
IDJOB=1088302
IDBENCH=58076
IDSOLVER=363
FILE ID=node65/1088302-1215246631
PBS_JOBID= 7881879
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-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-1088302-1215246631/watcher-1088302-1215246631 -o /tmp/evaluation-result-1088302-1215246631/solver-1088302-1215246631 -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-1088302-1215246631.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db0f93b84b1192e2e8f64726b7d53b32
RANDOM SEED=752897738

node65.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.231
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.231
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:       1935104 kB
Buffers:          6100 kB
Cached:          56364 kB
SwapCached:       6352 kB
Active:          45896 kB
Inactive:        25332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1935104 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            2296 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            35604 kB
Committed_AS:  3950536 kB
PageTables:       1444 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= 66492 MiB
End job on node65 at 2008-07-05 10:31:40