Trace number 1090970

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.08 1804.46

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-5-4.xml
MD5SUM6b7c438b953fee64c4252b623e50d1a7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1406
Number of constraints9695
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9695
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1090970-1215272935.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.58/0.62	     nbVariables=1406  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4  nbTotalValues=5624
0.58/0.62	       =>  wckTime=0.372  cpuTime=0.29  mem=12M795
0.58/0.62	   
0.58/0.62	   predicates being loaded...
0.67/0.71	   
0.67/0.71	   constraints being loaded...
4.04/4.18	     nbConstraints=9697  nbGlobalConstraints=2  nbConvertedConstraints=9695  nbConvertConstraintsChecks=32
4.04/4.18	     nbExtensionStructures=2  nbSharedExtensionStructures=9693  nbConflictsStructures=2
4.04/4.18	     nbSharedConflictsStructures=9693  nbSharedBinaryRepresentations=4  minDegree=6  maxDegree=281  minArity=2
4.04/4.18	     avgArity=2.26  maxArity=1250  nbGenerators=2  nbFusions=1  symmetryWckTime=1.828  symmetryCpuTime=1.4
4.04/4.18	       =>  wckTime=3.929  cpuTime=3.16  mem=56M750
4.24/4.33	   
4.24/4.33	   solver IterativeSystematicSolver being built... 
4.34/4.41	   
4.34/4.41	   INFO : Forward propagation technique limited 
4.43/4.54	       =>  wckTime=4.288  cpuTime=3.33  mem=34M900
5.72/5.89	   
5.72/5.89	   preprocessing
5.72/5.89	     nbConstraintChecks=63335  nbPropagations=10059  nbRevisions=22663  nbUselessRevisions=15203  nbSingletonTests=1622
5.72/5.89	     nbEffectiveSingletonTests=0  nbACRemovals=3  nbFoundSingletons=0  nbRemovedValues=3  nbRemovedTuples=6
5.72/5.89	     detectedInconsistency=no
5.72/5.89	       =>  wckTime=1.343  cpuTime=1.28  mem=35M873
518.10/521.99	   
518.10/521.99	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=45M632)

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-1090970-1215272935/watcher-1090970-1215272935 -o /tmp/evaluation-result-1090970-1215272935/solver-1090970-1215272935 -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-1090970-1215272935.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.92 1.98 1.99 2/73 9225
/proc/meminfo: memFree=1755800/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=18572 CPUtime=0
/proc/9225/stat : 9225 (runsolver) R 9223 9225 9188 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 2006244617 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 228774702375 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/9225/statm: 4643 292 257 25 0 2626 0

[startup+0.0860901 s]
/proc/loadavg: 1.92 1.98 1.99 2/73 9225
/proc/meminfo: memFree=1755800/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=865856 CPUtime=0.06
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 3389 0 1 0 5 1 0 0 18 0 9 0 2006244617 886636544 2899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 216464 2899 1565 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102276 s]
/proc/loadavg: 1.92 1.98 1.99 2/73 9225
/proc/meminfo: memFree=1755800/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=865884 CPUtime=0.08
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 3666 0 1 0 6 2 0 0 18 0 9 0 2006244617 886665216 3141 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 216471 3141 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.307231 s]
/proc/loadavg: 1.92 1.98 1.99 2/73 9225
/proc/meminfo: memFree=1755800/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=866128 CPUtime=0.28
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 5609 0 1 0 25 3 0 0 18 0 9 0 2006244617 886915072 5016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 216532 5016 1921 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.70221 s]
/proc/loadavg: 1.92 1.98 1.99 2/73 9225
/proc/meminfo: memFree=1755800/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=867040 CPUtime=0.67
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 8409 0 1 0 62 5 0 0 18 0 9 0 2006244617 887848960 7770 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 216760 7770 1998 9 0 211266 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867040

[startup+1.50236 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 9234
/proc/meminfo: memFree=1721680/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=867620 CPUtime=1.46
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 15459 0 1 0 131 15 0 0 18 0 9 0 2006244617 888442880 14816 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 216905 14816 2015 9 0 211411 0
[pid=9225/tid=9227] ppid=9223 vsize=867620 CPUtime=1.24
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 14061 0 1 0 110 14 0 0 25 0 9 0 2006244619 888442880 14816 996147200 134512640 134550740 4294955968 18446744073709551615 104689042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9228] ppid=9223 vsize=867620 CPUtime=0
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2006244620 888442880 14816 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=867620 CPUtime=0
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2006244620 888442880 14816 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=867620 CPUtime=0
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006244620 888442880 14816 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=867620 CPUtime=0
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006244623 888442880 14816 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=867620 CPUtime=0.2
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 701 0 0 0 20 0 0 0 16 0 9 0 2006244623 888442880 14816 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9233] ppid=9223 vsize=867620 CPUtime=0
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006244623 888442880 14816 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=867620 CPUtime=0
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006244623 888442880 14816 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867620

[startup+3.10168 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 9234
/proc/meminfo: memFree=1689616/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=867988 CPUtime=3.05
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 27276 918 1 0 229 51 23 2 18 0 9 0 2006244617 888819712 18489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 216997 18489 2016 9 0 211525 0
[pid=9225/tid=9227] ppid=9223 vsize=867988 CPUtime=2.65
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 23565 918 1 0 192 48 23 2 23 0 9 0 2006244619 888819712 18489 996147200 134512640 134550740 4294955968 18446744073709551615 4127117420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9228] ppid=9223 vsize=867988 CPUtime=0.34
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 1930 918 0 0 9 0 23 2 17 0 9 0 2006244620 888819712 18489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=867988 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 12 918 0 0 0 0 23 2 16 0 9 0 2006244620 888819712 18489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=867988 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 5 918 0 0 0 0 23 2 16 0 9 0 2006244620 888819712 18489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=867988 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888819712 18489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=867988 CPUtime=0.51
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 948 918 0 0 26 0 23 2 16 0 9 0 2006244623 888819712 18489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9233] ppid=9223 vsize=867988 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888819712 18489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=867988 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 11 918 0 0 0 0 23 2 15 0 9 0 2006244623 888819712 18489 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867988

[startup+6.3023 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 9238
/proc/meminfo: memFree=1675088/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=868116 CPUtime=6.21
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 39780 918 1 0 540 56 23 2 18 0 9 0 2006244617 888950784 22654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 217029 22654 2637 9 0 211535 0
[pid=9225/tid=9227] ppid=9223 vsize=868116 CPUtime=5.48
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 29649 918 1 0 473 50 23 2 25 0 9 0 2006244619 888950784 22654 996147200 134512640 134550740 4294955968 18446744073709551615 4127206105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9228] ppid=9223 vsize=868116 CPUtime=0.59
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 8243 918 0 0 31 3 23 2 17 0 9 0 2006244620 888950784 22654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 14 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.61
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1021 918 0 0 35 1 23 2 15 0 9 0 2006244623 888950784 22654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888950784 22654 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 40 918 0 0 0 0 23 2 15 0 9 0 2006244623 888950784 22654 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) 868116

[startup+12.7015 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 9238
/proc/meminfo: memFree=1674832/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=868116 CPUtime=12.56
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 39799 918 1 0 1174 57 23 2 18 0 9 0 2006244617 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 217029 22657 2637 9 0 211535 0
[pid=9225/tid=9227] ppid=9223 vsize=868116 CPUtime=11.81
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 29650 918 1 0 1106 50 23 2 25 0 9 0 2006244619 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4127206113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9228] ppid=9223 vsize=868116 CPUtime=0.59
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 8243 918 0 0 31 3 23 2 16 0 9 0 2006244620 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 14 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.62
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1039 918 0 0 36 1 23 2 15 0 9 0 2006244623 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 40 918 0 0 0 0 23 2 15 0 9 0 2006244623 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868116

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 9238
/proc/meminfo: memFree=1674896/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=868116 CPUtime=25.25
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 39799 918 1 0 2443 57 23 2 18 0 9 0 2006244617 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 217029 22657 2637 9 0 211535 0
[pid=9225/tid=9227] ppid=9223 vsize=868116 CPUtime=24.5
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 29650 918 1 0 2375 50 23 2 25 0 9 0 2006244619 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4127206105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9228] ppid=9223 vsize=868116 CPUtime=0.59
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 8243 918 0 0 31 3 23 2 16 0 9 0 2006244620 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 14 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.62
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1039 918 0 0 36 1 23 2 15 0 9 0 2006244623 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 40 918 0 0 0 0 23 2 15 0 9 0 2006244623 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868116

[startup+51.1021 s]
/proc/loadavg: 1.96 1.98 1.99 4/82 9238
/proc/meminfo: memFree=1674832/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=868116 CPUtime=50.61
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 39801 918 1 0 4979 57 23 2 18 0 9 0 2006244617 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 217029 22657 2637 9 0 211535 0
[pid=9225/tid=9227] ppid=9223 vsize=868116 CPUtime=49.87
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 29652 918 1 0 4912 50 23 2 25 0 9 0 2006244619 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4127206089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9228] ppid=9223 vsize=868116 CPUtime=0.59
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 8243 918 0 0 31 3 23 2 16 0 9 0 2006244620 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 14 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.62
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1039 918 0 0 36 1 23 2 15 0 9 0 2006244623 888950784 22657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25

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

/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.66
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1083 918 0 0 40 1 23 2 16 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 40 918 0 0 0 0 23 2 15 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.06
Current children cumulated vsize (KiB) 868116

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9294
/proc/meminfo: memFree=1632904/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=868116 CPUtime=1538.03
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 39866 918 1 0 153718 60 23 2 18 0 9 0 2006244617 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 217029 22678 2637 9 0 211535 0
[pid=9225/tid=9227] ppid=9223 vsize=868116 CPUtime=1537.25
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 29673 918 1 0 153646 54 23 2 25 0 9 0 2006244619 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4127211656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9228] ppid=9223 vsize=868116 CPUtime=0.59
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 8243 918 0 0 31 3 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 14 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.66
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1083 918 0 0 40 1 23 2 16 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 40 918 0 0 0 0 23 2 15 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.03
Current children cumulated vsize (KiB) 868116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9294
/proc/meminfo: memFree=1631624/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=868116 CPUtime=1598
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 39866 918 1 0 159715 60 23 2 18 0 9 0 2006244617 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 217029 22678 2637 9 0 211535 0
[pid=9225/tid=9227] ppid=9223 vsize=868116 CPUtime=1597.22
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 29673 918 1 0 159643 54 23 2 25 0 9 0 2006244619 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4127205271 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9228] ppid=9223 vsize=868116 CPUtime=0.59
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 8243 918 0 0 31 3 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 14 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.66
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1083 918 0 0 40 1 23 2 16 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 40 918 0 0 0 0 23 2 15 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598
Current children cumulated vsize (KiB) 868116

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9294
/proc/meminfo: memFree=1629576/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=868116 CPUtime=1657.97
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 39866 918 1 0 165712 60 23 2 18 0 9 0 2006244617 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 217029 22678 2637 9 0 211535 0
[pid=9225/tid=9227] ppid=9223 vsize=868116 CPUtime=1657.19
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 29673 918 1 0 165640 54 23 2 25 0 9 0 2006244619 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9228] ppid=9223 vsize=868116 CPUtime=0.59
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 8243 918 0 0 31 3 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 14 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.66
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1083 918 0 0 40 1 23 2 16 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 40 918 0 0 0 0 23 2 15 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.97
Current children cumulated vsize (KiB) 868116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9294
/proc/meminfo: memFree=1626888/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=868116 CPUtime=1717.94
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 39866 918 1 0 171709 60 23 2 18 0 9 0 2006244617 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 217029 22678 2637 9 0 211535 0
[pid=9225/tid=9227] ppid=9223 vsize=868116 CPUtime=1717.16
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 29673 918 1 0 171637 54 23 2 25 0 9 0 2006244619 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4127246081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9228] ppid=9223 vsize=868116 CPUtime=0.59
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 8243 918 0 0 31 3 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 14 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.66
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1083 918 0 0 40 1 23 2 16 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 40 918 0 0 0 0 23 2 15 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.94
Current children cumulated vsize (KiB) 868116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9294
/proc/meminfo: memFree=1626696/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=868116 CPUtime=1777.92
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 39866 918 1 0 177707 60 23 2 18 0 9 0 2006244617 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 217029 22678 2637 9 0 211535 0
[pid=9225/tid=9227] ppid=9223 vsize=868116 CPUtime=1777.14
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 29673 918 1 0 177635 54 23 2 25 0 9 0 2006244619 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4127304915 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9228] ppid=9223 vsize=868116 CPUtime=0.59
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 8243 918 0 0 31 3 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 14 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.66
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1083 918 0 0 40 1 23 2 16 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 40 918 0 0 0 0 23 2 15 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.92
Current children cumulated vsize (KiB) 868116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9294
/proc/meminfo: memFree=1626696/2055920 swapFree=4179604/4192956
[pid=9225] ppid=9223 vsize=868116 CPUtime=1800.01
/proc/9225/stat : 9225 (java) S 9223 9225 9188 0 -1 0 39866 918 1 0 179916 60 23 2 18 0 9 0 2006244617 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9225/statm: 217029 22678 2637 9 0 211535 0
[pid=9225/tid=9227] ppid=9223 vsize=868116 CPUtime=1799.23
/proc/9225/task/9227/stat : 9227 (java) R 9223 9225 9188 0 -1 64 29673 918 1 0 179844 54 23 2 25 0 9 0 2006244619 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9228] ppid=9223 vsize=868116 CPUtime=0.59
/proc/9225/task/9228/stat : 9228 (java) S 9223 9225 9188 0 -1 64 8243 918 0 0 31 3 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9229] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9229/stat : 9229 (java) S 9223 9225 9188 0 -1 64 14 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9230] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9230/stat : 9230 (java) S 9223 9225 9188 0 -1 64 8 918 0 0 0 0 23 2 16 0 9 0 2006244620 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9231] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9231/stat : 9231 (java) S 9223 9225 9188 0 -1 64 1 918 0 0 0 0 23 2 18 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9232] ppid=9223 vsize=868116 CPUtime=0.66
/proc/9225/task/9232/stat : 9232 (java) S 9223 9225 9188 0 -1 64 1083 918 0 0 40 1 23 2 16 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9225/tid=9233] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9233/stat : 9233 (java) S 9223 9225 9188 0 -1 64 2 918 0 0 0 0 23 2 19 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9225/tid=9234] ppid=9223 vsize=868116 CPUtime=0.25
/proc/9225/task/9234/stat : 9234 (java) S 9223 9225 9188 0 -1 64 40 918 0 0 0 0 23 2 15 0 9 0 2006244623 888950784 22678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868116

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): 1804.46
CPU time (s): 1800.08
CPU user time (s): 1799.44
CPU system time (s): 0.644901
CPU usage (%): 99.7574
Max. virtual memory (cumulated for all children) (KiB): 868136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.644901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40814
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= 38139
involuntary context switches= 22090

runsolver used 2.33465 second user time and 5.9241 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-05 17:48:55
IDJOB=1090970
IDBENCH=58514
IDSOLVER=364
FILE ID=node74/1090970-1215272935
PBS_JOBID= 7882257
Free space on /tmp= 103232 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-3-insertions-5-4.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-1090970-1215272935/watcher-1090970-1215272935 -o /tmp/evaluation-result-1090970-1215272935/solver-1090970-1215272935 -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-1090970-1215272935.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b7c438b953fee64c4252b623e50d1a7
RANDOM SEED=1152725696

node74.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.259
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.259
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:       1756280 kB
Buffers:         38032 kB
Cached:         186036 kB
SwapCached:       6520 kB
Active:         174872 kB
Inactive:        71848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756280 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:          30540 kB
Slab:            38032 kB
Committed_AS:  4168700 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103232 MiB
End job on node74 at 2008-07-05 18:19:01