Trace number 1088891

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 ESAC? (TO) 1800.12 1811.26

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-3-30.xml
MD5SUM908aecc6063b291117788e6ed413a480
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 benchmark0.498923
Satisfiable
(Un)Satisfiability was proved
Number of variables621
Number of constraints13969
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13969
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1088891-1215260426.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.47/0.53	     nbVariables=621  nbDomainTypes=1  minDomainSize=30  maxDomainSize=30  nbTotalValues=18630
0.47/0.53	       =>  wckTime=0.284  cpuTime=0.26  mem=9M870
0.47/0.53	   
0.47/0.53	   predicates being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
7.60/7.76	     nbConstraints=14269  nbGlobalConstraints=300  nbDisconnectedVariables=62  nbConvertedConstraints=13969
7.60/7.76	     nbConvertConstraintsChecks=1800  nbExtensionStructures=2  nbSharedExtensionStructures=13967
7.60/7.76	     nbConflictsStructures=101  nbSharedConflictsStructures=13967  nbSharedBinaryRepresentations=30  minDegree=1
7.60/7.76	     maxDegree=544  minArity=2  avgArity=2.01  maxArity=27  nbGenerators=284  nbFusions=100  symmetryWckTime=4.892
7.60/7.76	     symmetryCpuTime=2.53  nbCliques=16
7.60/7.76	       =>  wckTime=7.51  cpuTime=4.79  mem=53M698
7.90/8.03	   
7.90/8.03	   solver IterativeSystematicSolver being built... 
7.99/8.12	   
7.99/8.12	   INFO : Forward propagation technique limited 
8.09/8.22	       =>  wckTime=7.976  cpuTime=4.93  mem=35M992
8.78/8.95	   
8.78/8.95	   preprocessing
8.78/8.95	     nbConstraintChecks=493733  nbPropagations=14917  nbRevisions=24611  nbUselessRevisions=10393  nbSingletonTests=625
8.78/8.95	     nbEffectiveSingletonTests=0  nbACRemovals=270  nbFoundSingletons=0  nbRemovedValues=270  nbRemovedTuples=435
8.78/8.95	     detectedInconsistency=no
8.78/8.96	       =>  wckTime=0.728  cpuTime=0.69  mem=36M958
14.43/14.68	   
14.43/14.68	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=37M933)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088891-1215260426/watcher-1088891-1215260426 -o /tmp/evaluation-result-1088891-1215260426/solver-1088891-1215260426 -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-1088891-1215260426.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.99 1.98 1.99 3/72 32278
/proc/meminfo: memFree=1756784/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=18572 CPUtime=0
/proc/32278/stat : 32278 (runsolver) R 32276 32278 31496 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2005014859 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 273653755175 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32278/statm: 4643 292 257 25 0 2626 0

[startup+0.0999741 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 32278
/proc/meminfo: memFree=1756784/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=865884 CPUtime=0.08
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 3671 0 1 0 6 2 0 0 18 0 9 0 2005014859 886665216 3146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 216471 3146 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101968 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 32278
/proc/meminfo: memFree=1756784/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=865884 CPUtime=0.08
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 3675 0 1 0 6 2 0 0 18 0 9 0 2005014859 886665216 3150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 216471 3150 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302002 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 32278
/proc/meminfo: memFree=1756784/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=866128 CPUtime=0.29
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 5762 0 1 0 25 4 0 0 18 0 9 0 2005014859 886915072 5136 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 216532 5136 1946 9 0 211060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866128

[startup+0.701063 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 32278
/proc/meminfo: memFree=1756784/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=867064 CPUtime=0.67
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 7919 0 1 0 62 5 0 0 18 0 9 0 2005014859 887873536 7279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 216766 7279 2007 9 0 211272 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867064

[startup+1.50118 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32287
/proc/meminfo: memFree=1726128/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=867700 CPUtime=1.47
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 16654 0 1 0 136 11 0 0 18 0 9 0 2005014859 888524800 16011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 216925 16011 2015 9 0 211431 0
[pid=32278/tid=32280] ppid=32276 vsize=867700 CPUtime=1.27
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 15265 0 1 0 118 9 0 0 25 0 9 0 2005014861 888524800 16011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32281] ppid=32276 vsize=867700 CPUtime=0
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2005014862 888524800 16011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=867700 CPUtime=0
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005014863 888524800 16011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=867700 CPUtime=0
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005014863 888524800 16011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=867700 CPUtime=0
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005014865 888524800 16011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=867700 CPUtime=0.17
/proc/32278/task/32285/stat : 32285 (java) R 32276 32278 31496 0 -1 64 692 0 0 0 17 0 0 0 16 0 9 0 2005014865 888524800 16011 996147200 134512640 134550740 4294955968 18446744073709551615 101998135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=867700 CPUtime=0
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005014865 888524800 16011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=867700 CPUtime=0
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005014865 888524800 16011 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867700

[startup+3.10241 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32287
/proc/meminfo: memFree=1691120/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=867936 CPUtime=3
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 19110 0 1 0 228 72 0 0 18 0 10 0 2005014859 888766464 18314 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 216984 18314 2010 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=867936 CPUtime=2.65
/proc/32278/task/32280/stat : 32280 (java) S 32276 32278 31496 0 -1 64 15849 0 1 0 196 69 0 0 24 0 10 0 2005014861 888766464 18314 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=32278/tid=32281] ppid=32276 vsize=867936 CPUtime=0.09
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 1762 0 0 0 9 0 0 0 16 0 10 0 2005014862 888766464 18314 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=867936 CPUtime=0
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2005014863 888766464 18314 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=867936 CPUtime=0
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 2005014863 888766464 18314 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=867936 CPUtime=0
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2005014865 888766464 18314 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=867936 CPUtime=0.24
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 732 0 0 0 23 1 0 0 16 0 10 0 2005014865 888766464 18314 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=867936 CPUtime=0
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2005014865 888766464 18314 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=867936 CPUtime=0
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 2005014865 888766464 18314 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 867936

[startup+6.3019 s]
/proc/loadavg: 1.99 1.98 1.99 5/83 32291
/proc/meminfo: memFree=1689624/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=867936 CPUtime=6.21
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 20812 1237 1 0 323 73 224 1 18 0 9 0 2005014859 888766464 18325 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 216984 18325 2013 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=867936 CPUtime=5.83
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 16641 1237 1 0 289 69 224 1 24 0 9 0 2005014861 888766464 18325 996147200 134512640 134550740 4294955968 18446744073709551615 4127060592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32281] ppid=32276 vsize=867936 CPUtime=2.34
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 2381 1237 0 0 9 0 224 1 16 0 9 0 2005014862 888766464 18325 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=867936 CPUtime=2.25
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 13 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888766464 18325 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=867936 CPUtime=2.25
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 5 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888766464 18325 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=867936 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888766464 18325 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=867936 CPUtime=2.5
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 904 1237 0 0 24 1 224 1 16 0 9 0 2005014865 888766464 18325 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=867936 CPUtime=2.25
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 19 0 9 0 2005014865 888766464 18325 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=867936 CPUtime=2.25
/proc/32278/task/32287/stat : 32287 (java) R 32276 32278 31496 0 -1 64 63 1237 0 0 0 0 224 1 15 0 9 0 2005014865 888766464 18325 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867936

[startup+12.7028 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32291
/proc/meminfo: memFree=1672672/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=868024 CPUtime=12.54
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 36571 1237 1 0 951 78 224 1 18 0 9 0 2005014859 888856576 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 217006 23430 2637 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=868024 CPUtime=11.75
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 24657 1237 1 0 878 72 224 1 25 0 9 0 2005014861 888856576 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4127259538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32281] ppid=32276 vsize=868024 CPUtime=2.6
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 9971 1237 0 0 33 2 224 1 17 0 9 0 2005014862 888856576 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 17 1237 0 0 0 0 224 1 17 0 9 0 2005014863 888856576 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 11 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888856576 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888856576 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=868024 CPUtime=2.64
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 1047 1237 0 0 38 1 224 1 15 0 9 0 2005014865 888856576 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 19 0 9 0 2005014865 888856576 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 63 1237 0 0 0 0 224 1 15 0 9 0 2005014865 888856576 23430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868024

[startup+25.5017 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32291
/proc/meminfo: memFree=1672672/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=868024 CPUtime=25.23
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 36589 1237 1 0 2220 78 224 1 18 0 9 0 2005014859 888856576 23442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 217006 23442 2637 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=868024 CPUtime=24.4
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 24663 1237 1 0 2143 72 224 1 25 0 9 0 2005014861 888856576 23442 996147200 134512640 134550740 4294955968 18446744073709551615 4127260574 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32281] ppid=32276 vsize=868024 CPUtime=2.6
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 9971 1237 0 0 33 2 224 1 17 0 9 0 2005014862 888856576 23442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 17 1237 0 0 0 0 224 1 17 0 9 0 2005014863 888856576 23442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 11 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888856576 23442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888856576 23442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=868024 CPUtime=2.67
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 1059 1237 0 0 41 1 224 1 17 0 9 0 2005014865 888856576 23442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 19 0 9 0 2005014865 888856576 23442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 63 1237 0 0 0 0 224 1 15 0 9 0 2005014865 888856576 23442 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868024

[startup+51.1015 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 32291
/proc/meminfo: memFree=1672736/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=868024 CPUtime=50.59
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 36591 1237 1 0 4756 78 224 1 18 0 9 0 2005014859 888856576 23443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 217006 23443 2637 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=868024 CPUtime=49.77
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 24664 1237 1 0 4680 72 224 1 25 0 9 0 2005014861 888856576 23443 996147200 134512640 134550740 4294955968 18446744073709551615 4127254109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32281] ppid=32276 vsize=868024 CPUtime=2.6
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 9971 1237 0 0 33 2 224 1 16 0 9 0 2005014862 888856576 23443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 17 1237 0 0 0 0 224 1 17 0 9 0 2005014863 888856576 23443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 11 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888856576 23443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888856576 23443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=868024 CPUtime=2.68
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 1060 1237 0 0 42 1 224 1 16 0 9 0 2005014865 888856576 23443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=868024 CPUtime=2.25

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

/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 11 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=868024 CPUtime=2.68
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 1062 1237 0 0 42 1 224 1 16 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 19 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=868024 CPUtime=2.28
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 63 1237 0 0 1 2 224 1 15 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.28
Current children cumulated vsize (KiB) 868024

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 32333
/proc/meminfo: memFree=1606032/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=868024 CPUtime=1531.25
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 36594 1237 1 0 152815 85 224 1 18 0 9 0 2005014859 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 217006 23445 2637 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=868024 CPUtime=1530.39
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 24665 1237 1 0 152737 77 224 1 25 0 9 0 2005014861 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4127253737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32278/tid=32281] ppid=32276 vsize=868024 CPUtime=2.6
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 9971 1237 0 0 33 2 224 1 16 0 9 0 2005014862 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 17 1237 0 0 0 0 224 1 17 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 11 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=868024 CPUtime=2.68
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 1062 1237 0 0 42 1 224 1 16 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 19 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=868024 CPUtime=2.28
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 63 1237 0 0 1 2 224 1 15 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.25
Current children cumulated vsize (KiB) 868024

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 32333
/proc/meminfo: memFree=1606032/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=868024 CPUtime=1591.22
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 36594 1237 1 0 158812 85 224 1 18 0 9 0 2005014859 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 217006 23445 2637 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=868024 CPUtime=1590.36
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 24665 1237 1 0 158734 77 224 1 25 0 9 0 2005014861 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4127253840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32278/tid=32281] ppid=32276 vsize=868024 CPUtime=2.6
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 9971 1237 0 0 33 2 224 1 16 0 9 0 2005014862 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 17 1237 0 0 0 0 224 1 17 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 11 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=868024 CPUtime=2.68
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 1062 1237 0 0 42 1 224 1 16 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 19 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=868024 CPUtime=2.28
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 63 1237 0 0 1 2 224 1 15 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.22
Current children cumulated vsize (KiB) 868024

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 32333
/proc/meminfo: memFree=1605968/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=868024 CPUtime=1651.21
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 36594 1237 1 0 164810 86 224 1 18 0 9 0 2005014859 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 217006 23445 2637 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=868024 CPUtime=1650.34
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 24665 1237 1 0 164732 77 224 1 25 0 9 0 2005014861 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32278/tid=32281] ppid=32276 vsize=868024 CPUtime=2.6
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 9971 1237 0 0 33 2 224 1 16 0 9 0 2005014862 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 17 1237 0 0 0 0 224 1 17 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 11 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=868024 CPUtime=2.68
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 1062 1237 0 0 42 1 224 1 16 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 19 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=868024 CPUtime=2.28
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 63 1237 0 0 1 2 224 1 15 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.21
Current children cumulated vsize (KiB) 868024

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 32333
/proc/meminfo: memFree=1605904/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=868024 CPUtime=1711.18
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 36594 1237 1 0 170807 86 224 1 18 0 9 0 2005014859 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 217006 23445 2637 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=868024 CPUtime=1710.31
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 24665 1237 1 0 170729 77 224 1 25 0 9 0 2005014861 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4127259538 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32278/tid=32281] ppid=32276 vsize=868024 CPUtime=2.6
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 9971 1237 0 0 33 2 224 1 16 0 9 0 2005014862 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 17 1237 0 0 0 0 224 1 17 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 11 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=868024 CPUtime=2.68
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 1062 1237 0 0 42 1 224 1 16 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 19 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=868024 CPUtime=2.28
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 63 1237 0 0 1 2 224 1 15 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.18
Current children cumulated vsize (KiB) 868024

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 32333
/proc/meminfo: memFree=1605776/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=868024 CPUtime=1771.16
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 36594 1237 1 0 176805 86 224 1 18 0 9 0 2005014859 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 217006 23445 2637 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=868024 CPUtime=1770.29
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 24665 1237 1 0 176727 77 224 1 25 0 9 0 2005014861 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4127254359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32278/tid=32281] ppid=32276 vsize=868024 CPUtime=2.6
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 9971 1237 0 0 33 2 224 1 16 0 9 0 2005014862 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 17 1237 0 0 0 0 224 1 17 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 11 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=868024 CPUtime=2.68
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 1062 1237 0 0 42 1 224 1 16 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 19 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=868024 CPUtime=2.28
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 63 1237 0 0 1 2 224 1 15 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.16
Current children cumulated vsize (KiB) 868024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 32333
/proc/meminfo: memFree=1605776/2055920 swapFree=4180424/4192956
[pid=32278] ppid=32276 vsize=868024 CPUtime=1800.05
/proc/32278/stat : 32278 (java) S 32276 32278 31496 0 -1 0 36594 1237 1 0 179694 86 224 1 18 0 9 0 2005014859 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32278/statm: 217006 23445 2637 9 0 211512 0
[pid=32278/tid=32280] ppid=32276 vsize=868024 CPUtime=1799.18
/proc/32278/task/32280/stat : 32280 (java) R 32276 32278 31496 0 -1 64 24665 1237 1 0 179616 77 224 1 25 0 9 0 2005014861 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4127253875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32278/tid=32281] ppid=32276 vsize=868024 CPUtime=2.6
/proc/32278/task/32281/stat : 32281 (java) S 32276 32278 31496 0 -1 64 9971 1237 0 0 33 2 224 1 16 0 9 0 2005014862 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32282] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32282/stat : 32282 (java) S 32276 32278 31496 0 -1 64 17 1237 0 0 0 0 224 1 17 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32283] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32283/stat : 32283 (java) S 32276 32278 31496 0 -1 64 11 1237 0 0 0 0 224 1 16 0 9 0 2005014863 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32284] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32284/stat : 32284 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 18 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32285] ppid=32276 vsize=868024 CPUtime=2.68
/proc/32278/task/32285/stat : 32285 (java) S 32276 32278 31496 0 -1 64 1062 1237 0 0 42 1 224 1 16 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32286] ppid=32276 vsize=868024 CPUtime=2.25
/proc/32278/task/32286/stat : 32286 (java) S 32276 32278 31496 0 -1 64 1 1237 0 0 0 0 224 1 19 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32278/tid=32287] ppid=32276 vsize=868024 CPUtime=2.28
/proc/32278/task/32287/stat : 32287 (java) S 32276 32278 31496 0 -1 64 63 1237 0 0 1 2 224 1 15 0 9 0 2005014865 888856576 23445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868024

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

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

Child status: 143
Real time (s): 1811.26
CPU time (s): 1800.12
CPU user time (s): 1799.23
CPU system time (s): 0.895863
CPU usage (%): 99.3852
Max. virtual memory (cumulated for all children) (KiB): 874140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.895863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37861
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= 38098
involuntary context switches= 54446

runsolver used 2.27665 second user time and 5.97209 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-05 14:20:26
IDJOB=1088891
IDBENCH=58143
IDSOLVER=364
FILE ID=node52/1088891-1215260426
PBS_JOBID= 7882053
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-3-30.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-1088891-1215260426/watcher-1088891-1215260426 -o /tmp/evaluation-result-1088891-1215260426/solver-1088891-1215260426 -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-1088891-1215260426.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 908aecc6063b291117788e6ed413a480
RANDOM SEED=2052574519

node52.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.265
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.265
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:       1757264 kB
Buffers:         25072 kB
Cached:         193672 kB
SwapCached:       6268 kB
Active:         106972 kB
Inactive:       137312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757264 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:          33612 kB
Slab:            39568 kB
Committed_AS:  4048284 kB
PageTables:       1876 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= 66544 MiB
End job on node52 at 2008-07-05 14:50:39