Trace number 1060463

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.11 1800.97

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-30.xml
MD5SUMfe8adf55471218122b6eb18c36e532d7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints870
Maximum constraint arity3
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension870
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1060463-1215126880.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.28/0.39	     nbVariables=59  nbDomainTypes=2  minDomainSize=29  maxDomainSize=30  nbTotalValues=1741
0.28/0.39	       =>  wckTime=0.154  cpuTime=0.12  mem=7M919
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
0.88/0.97	     nbConstraints=873  nbGlobalConstraints=3  nbConvertedConstraints=841  nbConvertConstraintsChecks=2641
0.88/0.98	     nbExtensionStructures=3  nbSharedExtensionStructures=838  nbConflictsStructures=3  nbSharedConflictsStructures=838
0.88/0.98	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=59  nbEvaluationManagers=1
0.88/0.98	     nbSharedEvaluationManagers=28  minDegree=30  maxDegree=33  minArity=2  avgArity=2.16  maxArity=58  nbGenerators=1
0.88/0.98	     nbFusions=1  symmetryWckTime=0.104  symmetryCpuTime=0.05  nbCliques=2
0.88/0.98	       =>  wckTime=0.74  cpuTime=0.5  mem=18M733
0.97/1.04	   
0.97/1.04	   solver IterativeSystematicSolver being built... 
1.07/1.11	   
1.07/1.11	   INFO : Forward propagation technique limited 
1.07/1.18	       =>  wckTime=0.946  cpuTime=0.62  mem=21M508
1.86/1.94	   
1.86/1.94	   preprocessing
1.86/1.94	     nbConstraintChecks=2615200  nbValidityChecks=112897  nbPropagations=2887  nbRevisions=7550  nbUselessRevisions=3980
1.86/1.94	     nbSingletonTests=87  nbEffectiveSingletonTests=0  nbACRemovals=2  nbFoundSingletons=0  nbRemovedValues=2
1.86/1.94	     nbRemovedTuples=435  detectedInconsistency=no
1.86/1.94	       =>  wckTime=0.759  cpuTime=0.72  mem=21M508
2.65/2.72	   
2.65/2.72	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M484)

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-1060463-1215126880/watcher-1060463-1215126880 -o /tmp/evaluation-result-1060463-1215126880/solver-1060463-1215126880 -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-1060463-1215126880.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.91 1.95 1.91 4/81 4916
/proc/meminfo: memFree=1467504/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=1616 CPUtime=0
/proc/4916/stat : 4916 (java) R 4914 4916 3410 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1991657597 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/4916/statm: 404 148 122 9 0 46 0

[startup+0.0502801 s]
/proc/loadavg: 1.91 1.95 1.91 4/81 4916
/proc/meminfo: memFree=1467504/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=863688 CPUtime=0.03
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 2414 0 1 0 2 1 0 0 18 0 9 0 1991657597 884416512 1992 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 215922 1992 911 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.101293 s]
/proc/loadavg: 1.91 1.95 1.91 4/81 4916
/proc/meminfo: memFree=1467504/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=865884 CPUtime=0.09
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 3779 0 1 0 7 2 0 0 18 0 9 0 1991657597 886665216 3230 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 216471 3230 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301327 s]
/proc/loadavg: 1.91 1.95 1.91 4/81 4916
/proc/meminfo: memFree=1467504/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=866196 CPUtime=0.28
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 5577 0 1 0 25 3 0 0 18 0 9 0 1991657597 886984704 5000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 216549 5000 1884 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.7014 s]
/proc/loadavg: 1.91 1.95 1.91 4/81 4916
/proc/meminfo: memFree=1467504/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=867688 CPUtime=0.68
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 8061 0 1 0 63 5 0 0 18 0 9 0 1991657597 888512512 7421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 216922 7421 2010 9 0 211428 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867688

[startup+1.50154 s]
/proc/loadavg: 1.91 1.95 1.91 4/90 4929
/proc/meminfo: memFree=1440360/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868012 CPUtime=1.46
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 16901 338 1 0 133 12 1 0 18 0 9 0 1991657597 888844288 10732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217003 10732 2632 9 0 211509 0
[pid=4916/tid=4918] ppid=4914 vsize=868012 CPUtime=1.12
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12364 338 1 0 102 9 1 0 25 0 9 0 1991657598 888844288 10732 996147200 134512640 134550740 4294955968 18446744073709551615 4127062348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868012 CPUtime=0.05
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2788 338 0 0 4 0 1 0 16 0 9 0 1991657600 888844288 10732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868012 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888844288 10732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868012 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888844288 10732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868012 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888844288 10732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868012 CPUtime=0.27
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 910 338 0 0 25 1 1 0 15 0 9 0 1991657602 888844288 10732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868012 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888844288 10732 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868012 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 5 338 0 0 0 0 1 0 15 0 9 0 1991657602 888844288 10732 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) 868012

[startup+3.10283 s]
/proc/loadavg: 1.91 1.95 1.91 3/90 4929
/proc/meminfo: memFree=1433448/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=3.05
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17219 338 1 0 291 13 1 0 18 0 9 0 1991657597 888975360 11045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11045 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=2.67
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12653 338 1 0 256 10 1 0 25 0 9 0 1991657598 888975360 11045 996147200 134512640 134550740 4294955968 18446744073709551615 4126857072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.05
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 4 0 1 0 17 0 9 0 1991657600 888975360 11045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.31
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 938 338 0 0 29 1 1 0 15 0 9 0 1991657602 888975360 11045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 5 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11045 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) 868140

[startup+6.30142 s]
/proc/loadavg: 1.84 1.94 1.90 2/76 4948
/proc/meminfo: memFree=1488600/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=6.25
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17276 338 1 0 610 14 1 0 18 0 9 0 1991657597 888975360 11070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11070 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=5.85
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12662 338 1 0 573 11 1 0 17 0 9 0 1991657598 888975360 11070 996147200 134512640 134550740 4294955968 18446744073709551615 4127060964 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.05
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 4 0 1 0 16 0 9 0 1991657600 888975360 11070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 958 338 0 0 32 1 1 0 16 0 9 0 1991657602 888975360 11070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 33 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868140

[startup+12.7016 s]
/proc/loadavg: 1.85 1.94 1.90 2/76 5035
/proc/meminfo: memFree=1488280/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=12.65
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17282 338 1 0 1249 15 1 0 18 0 9 0 1991657597 888975360 11073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11073 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=12.24
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12667 338 1 0 1212 11 1 0 20 0 9 0 1991657598 888975360 11073 996147200 134512640 134550740 4294955968 18446744073709551615 4126961639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.05
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 4 0 1 0 16 0 9 0 1991657600 888975360 11073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 959 338 0 0 32 1 1 0 15 0 9 0 1991657602 888975360 11073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 33 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11073 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868140

[startup+25.5019 s]
/proc/loadavg: 1.74 1.91 1.89 2/76 5185
/proc/meminfo: memFree=1487896/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=25.45
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17286 338 1 0 2528 16 1 0 18 0 9 0 1991657597 888975360 11076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11076 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=25.03
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12671 338 1 0 2490 12 1 0 25 0 9 0 1991657598 888975360 11076 996147200 134512640 134550740 4294955968 18446744073709551615 4127065481 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.05
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 4 0 1 0 16 0 9 0 1991657600 888975360 11076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 959 338 0 0 32 1 1 0 17 0 9 0 1991657602 888975360 11076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 33 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 868140

[startup+51.1016 s]
/proc/loadavg: 1.83 1.91 1.90 3/81 5222
/proc/meminfo: memFree=1483504/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=51.03
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17291 338 1 0 5086 16 1 0 18 0 9 0 1991657597 888975360 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11080 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=50.62
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12675 338 1 0 5048 13 1 0 25 0 9 0 1991657598 888975360 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4127103111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.05
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 4 0 1 0 16 0 9 0 1991657600 888975360 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 960 338 0 0 32 1 1 0 16 0 9 0 1991657602 888975360 11080 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01

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

/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 962 338 0 0 32 1 1 0 16 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 33 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.54
Current children cumulated vsize (KiB) 868140

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 5387
/proc/meminfo: memFree=1474728/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=1601.52
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17310 338 1 0 160131 20 1 0 18 0 9 0 1991657597 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11096 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=1601.09
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12692 338 1 0 160092 16 1 0 25 0 9 0 1991657598 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4127071810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.06
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 5 0 1 0 16 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 962 338 0 0 32 1 1 0 16 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 33 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.52
Current children cumulated vsize (KiB) 868140

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 5387
/proc/meminfo: memFree=1474536/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=1661.48
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17310 338 1 0 166127 20 1 0 18 0 9 0 1991657597 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11096 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=1661.06
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12692 338 1 0 166089 16 1 0 25 0 9 0 1991657598 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4127072788 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.06
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 5 0 1 0 16 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 962 338 0 0 32 1 1 0 16 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 33 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.48
Current children cumulated vsize (KiB) 868140

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 5387
/proc/meminfo: memFree=1474472/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=1721.46
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17310 338 1 0 172125 20 1 0 18 0 9 0 1991657597 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11096 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=1721.04
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12692 338 1 0 172087 16 1 0 25 0 9 0 1991657598 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4127071949 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.06
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 5 0 1 0 16 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 962 338 0 0 32 1 1 0 16 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 33 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.46
Current children cumulated vsize (KiB) 868140

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 5387
/proc/meminfo: memFree=1474280/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=1781.43
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17310 338 1 0 178122 20 1 0 18 0 9 0 1991657597 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11096 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=1781.01
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12692 338 1 0 178084 16 1 0 25 0 9 0 1991657598 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4127060925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.06
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 5 0 1 0 16 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 962 338 0 0 32 1 1 0 16 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 33 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11096 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (KiB) 868140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 5387
/proc/meminfo: memFree=1474344/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=1800.02
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17312 338 1 0 179981 20 1 0 18 0 9 0 1991657597 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11098 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=1799.6
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12694 338 1 0 179943 16 1 0 25 0 9 0 1991657598 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4127073722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.06
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 5 0 1 0 16 0 9 0 1991657600 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 962 338 0 0 32 1 1 0 16 0 9 0 1991657602 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 33 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868140

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

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

[startup+1800.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 5387
/proc/meminfo: memFree=1474344/2055920 swapFree=4181480/4192956
[pid=4916] ppid=4914 vsize=868140 CPUtime=1800.02
/proc/4916/stat : 4916 (java) S 4914 4916 3410 0 -1 0 17312 338 1 0 179981 20 1 0 18 0 9 0 1991657597 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4916/statm: 217035 11098 2632 9 0 211541 0
[pid=4916/tid=4918] ppid=4914 vsize=868140 CPUtime=1799.6
/proc/4916/task/4918/stat : 4918 (java) R 4914 4916 3410 0 -1 64 12694 338 1 0 179943 16 1 0 25 0 9 0 1991657598 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4127073722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4919] ppid=4914 vsize=868140 CPUtime=0.06
/proc/4916/task/4919/stat : 4919 (java) S 4914 4916 3410 0 -1 64 2789 338 0 0 5 0 1 0 16 0 9 0 1991657600 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4920] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4920/stat : 4920 (java) S 4914 4916 3410 0 -1 64 16 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4921] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4921/stat : 4921 (java) S 4914 4916 3410 0 -1 64 14 338 0 0 0 0 1 0 17 0 9 0 1991657600 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4922] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4922/stat : 4922 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 18 0 9 0 1991657602 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4923] ppid=4914 vsize=868140 CPUtime=0.34
/proc/4916/task/4923/stat : 4923 (java) S 4914 4916 3410 0 -1 64 962 338 0 0 32 1 1 0 16 0 9 0 1991657602 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4916/tid=4924] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4924/stat : 4924 (java) S 4914 4916 3410 0 -1 64 1 338 0 0 0 0 1 0 19 0 9 0 1991657602 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4916/tid=4925] ppid=4914 vsize=868140 CPUtime=0.01
/proc/4916/task/4925/stat : 4925 (java) S 4914 4916 3410 0 -1 64 33 338 0 0 0 0 1 0 15 0 9 0 1991657602 888975360 11098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868140

Child status: 143
Real time (s): 1800.97
CPU time (s): 1800.11
CPU user time (s): 1799.89
CPU system time (s): 0.216967
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 868140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17682
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= 37728
involuntary context switches= 42994

runsolver used 2.13967 second user time and 6.04808 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-04 01:14:40
IDJOB=1060463
IDBENCH=54451
IDSOLVER=364
FILE ID=node67/1060463-1215126880
PBS_JOBID= 7877071
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-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-1060463-1215126880/watcher-1060463-1215126880 -o /tmp/evaluation-result-1060463-1215126880/solver-1060463-1215126880 -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-1060463-1215126880.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fe8adf55471218122b6eb18c36e532d7
RANDOM SEED=151620467

node67.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.281
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.281
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:       1467984 kB
Buffers:         68888 kB
Cached:         391988 kB
SwapCached:       5332 kB
Active:         281580 kB
Inactive:       240216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467984 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            2116 kB
Writeback:           0 kB
Mapped:          74672 kB
Slab:            51212 kB
Committed_AS:  4756696 kB
PageTables:       1988 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= 66532 MiB
End job on node67 at 2008-07-04 01:44:43