Trace number 2098344

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.14 1809.24

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-75-40-8-20_glb.xml
MD5SUMf7470a8c664894812a78068eb633ff7c
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables9000
Number of constraints8070
Maximum constraint arity75
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7875
Global constraints used (with number of constraints)weightedsum(195)

Solver Data

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2098344-1247414398.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.68/0.74	     nbVariables=9000  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=18000
0.68/0.74	       =>  wckTime=0.51  cpuTime=0.38  mem=32M288
0.68/0.74	   
0.68/0.74	   predicates being loaded...
0.68/0.80	   
0.68/0.80	   constraints being loaded...
4.65/4.73	     nbConstraints=8158  nbGlobalConstraints=283  nbConflictsStructures=1  nbSharedConflictsStructures=7874
4.65/4.73	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=7874  minDegree=4  maxDegree=20
4.65/4.73	     minArity=3  avgArity=9.92  maxArity=2100  nbGenerators=88  nbFusions=0  symmetryWckTime=2.43  symmetryCpuTime=0.69
4.65/4.73	       =>  wckTime=4.501  cpuTime=2.34  mem=66M723
4.84/4.96	   
4.84/4.96	   solver IterativeSystematicSolver being built... 
5.14/5.20	   
5.14/5.20	   INFO : Forward propagation technique limited 
5.45/5.55	       =>  wckTime=5.319  cpuTime=2.82  mem=44M996
33.91/34.19	   
33.91/34.19	   preprocessing
33.91/34.19	     nbConstraintChecks=102844  nbValidityChecks=127913  nbPropagations=42242  nbRevisions=103090
33.91/34.19	     nbUselessRevisions=82125  nbSingletonTests=10081  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
33.91/34.19	     nbRemovedValues=0  detectedInconsistency=no
33.91/34.19	       =>  wckTime=28.636  cpuTime=28.43  mem=46M49

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098344-1247414398/watcher-2098344-1247414398 -o /tmp/evaluation-result-2098344-1247414398/solver-2098344-1247414398 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098344-1247414398.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 1820
/proc/meminfo: memFree=1623168/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=18576 CPUtime=0
/proc/1820/stat : 1820 (runsolver) R 1817 1820 31337 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28505233 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1820/statm: 4644 284 249 26 0 2626 0

[startup+0.063865 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 1820
/proc/meminfo: memFree=1623168/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=864024 CPUtime=0.04
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 2811 0 1 0 3 1 0 0 18 0 9 0 28505233 884760576 2348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 216006 2348 1115 9 0 210899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864024

[startup+0.101872 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 1820
/proc/meminfo: memFree=1623168/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=865984 CPUtime=0.08
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 3822 0 1 0 6 2 0 0 18 0 9 0 28505233 886767616 3265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 216496 3265 1721 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.30191 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 1820
/proc/meminfo: memFree=1623168/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=866376 CPUtime=0.28
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 5820 0 1 0 25 3 0 0 18 0 9 0 28505233 887169024 5196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 216594 5196 1976 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866376

[startup+0.701985 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 1820
/proc/meminfo: memFree=1623168/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=867536 CPUtime=0.68
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 11552 0 1 0 62 6 0 0 18 0 9 0 28505233 888356864 10914 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 216884 10914 2000 9 0 211342 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867536

[startup+1.50113 s]
/proc/loadavg: 1.91 1.97 1.99 3/90 1830
/proc/meminfo: memFree=1571064/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=867536 CPUtime=1.47
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 18777 0 1 0 134 13 0 0 18 0 9 0 28505233 888356864 18105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 216884 18105 2029 9 0 211342 0
[pid=1820/tid=1822] ppid=1817 vsize=867536 CPUtime=1.2
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 15814 0 1 0 109 11 0 0 25 0 9 0 28505235 888356864 18105 996147200 134512640 134550932 4294955968 18446744073709551615 7687323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1823] ppid=1817 vsize=867536 CPUtime=0.05
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 1589 0 0 0 5 0 0 0 16 0 9 0 28505236 888356864 18105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=867536 CPUtime=0
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28505236 888356864 18105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=867536 CPUtime=0
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28505236 888356864 18105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=867536 CPUtime=0
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28505238 888356864 18105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=867536 CPUtime=0.19
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 673 0 0 0 19 0 0 0 15 0 9 0 28505238 888356864 18105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1829] ppid=1817 vsize=867536 CPUtime=0
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28505238 888356864 18105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=867536 CPUtime=0
/proc/1820/task/1830/stat : 1830 (java) R 1817 1820 31337 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28505238 888356864 18105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867536

[startup+3.10242 s]
/proc/loadavg: 1.91 1.97 1.99 3/90 1830
/proc/meminfo: memFree=1558264/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=867860 CPUtime=2.48
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 24775 0 1 0 206 42 0 0 18 0 10 0 28505233 888688640 23185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 216965 23185 2034 9 0 211423 0
[pid=1820/tid=1822] ppid=1817 vsize=867860 CPUtime=2.04
/proc/1820/task/1822/stat : 1822 (java) S 1817 1820 31337 0 -1 64 16644 0 1 0 166 38 0 0 16 0 10 0 28505235 888688640 23185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=1820/tid=1823] ppid=1817 vsize=867860 CPUtime=0.18
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 6613 0 0 0 16 2 0 0 18 0 10 0 28505236 888688640 23185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=867860 CPUtime=0
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28505236 888688640 23185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=867860 CPUtime=0
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28505236 888688640 23185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=867860 CPUtime=0
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28505238 888688640 23185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=867860 CPUtime=0.23
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 744 0 0 0 23 0 0 0 15 0 10 0 28505238 888688640 23185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1829] ppid=1817 vsize=867860 CPUtime=0
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28505238 888688640 23185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=867860 CPUtime=0
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 28505238 888688640 23185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 867860
heavy processes:

[startup+6.303 s]
/proc/loadavg: 2.00 1.98 1.99 4/92 1834
/proc/meminfo: memFree=1520360/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=868308 CPUtime=6.24
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 50955 1922 1 0 407 49 166 2 18 0 10 0 28505233 889147392 27801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 217077 27801 2641 9 0 211535 0
[pid=1834] ppid=1820 vsize=144 CPUtime=0
/proc/1834/stat : 1834 (rm) R 1820 1820 31337 0 -1 4194304 44 0 0 0 0 0 0 0 19 0 1 0 28505660 147456 22 996147200 4194304 4227748 548682068720 18446744073709551615 243662910741 0 4 0 0 0 0 0 17 1 0 0
/proc/1834/statm: 36 22 16 8 0 3 0
[pid=1820/tid=1822] ppid=1817 vsize=868308 CPUtime=5.41
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 32131 1922 1 0 331 42 166 2 18 0 10 0 28505235 889147392 27801 996147200 134512640 134550932 4294955968 18446744073709551615 4127364502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1823] ppid=1817 vsize=868308 CPUtime=2.13
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 16894 1922 0 0 41 4 166 2 16 0 10 0 28505236 889147392 27801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=868308 CPUtime=1.68
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 21 1922 0 0 0 0 166 2 16 0 10 0 28505236 889147392 27801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=868308 CPUtime=1.68
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 1922 0 0 0 0 166 2 15 0 10 0 28505236 889147392 27801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=868308 CPUtime=1.68
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 1922 0 0 0 0 166 2 18 0 10 0 28505238 889147392 27801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=868308 CPUtime=2.02
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 1052 1922 0 0 34 0 166 2 16 0 10 0 28505238 889147392 27801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1829] ppid=1817 vsize=868308 CPUtime=1.68
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 1922 0 0 0 0 166 2 19 0 10 0 28505238 889147392 27801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=868308 CPUtime=1.68
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 25 1922 0 0 0 0 166 2 15 0 10 0 28505238 889147392 27801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1833] ppid=1817 vsize=868308 CPUtime=1.68
/proc/1820/task/1833/stat : 1833 (java) S 1817 1820 31337 0 -1 64 43 1922 0 0 0 0 166 2 17 0 10 0 28505660 889147392 27801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868452

[startup+12.7022 s]
/proc/loadavg: 2.00 1.98 1.99 3/90 1834
/proc/meminfo: memFree=1521200/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=868308 CPUtime=12.61
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 50972 2046 1 0 1043 49 166 3 18 0 9 0 28505233 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 217077 27812 2641 9 0 211535 0
[pid=1820/tid=1822] ppid=1817 vsize=868308 CPUtime=11.77
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 32140 2046 1 0 966 42 166 3 25 0 9 0 28505235 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4127364632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1823] ppid=1817 vsize=868308 CPUtime=2.14
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 16894 2046 0 0 41 4 166 3 16 0 9 0 28505236 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 21 2046 0 0 0 0 166 3 16 0 9 0 28505236 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 2046 0 0 0 0 166 3 15 0 9 0 28505236 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 2046 0 0 0 0 166 3 18 0 9 0 28505238 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=868308 CPUtime=2.05
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 1060 2046 0 0 36 0 166 3 15 0 9 0 28505238 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1829] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 2046 0 0 0 0 166 3 19 0 9 0 28505238 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 25 2046 0 0 0 0 166 3 15 0 9 0 28505238 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868308

[startup+25.5015 s]
/proc/loadavg: 2.00 1.98 1.99 3/90 1834
/proc/meminfo: memFree=1521328/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=868308 CPUtime=25.35
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 50973 2046 1 0 2317 49 166 3 18 0 9 0 28505233 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 217077 27812 2641 9 0 211535 0
[pid=1820/tid=1822] ppid=1817 vsize=868308 CPUtime=24.5
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 32141 2046 1 0 2239 42 166 3 25 0 9 0 28505235 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4127430007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1823] ppid=1817 vsize=868308 CPUtime=2.14
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 16894 2046 0 0 41 4 166 3 16 0 9 0 28505236 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 21 2046 0 0 0 0 166 3 16 0 9 0 28505236 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 2046 0 0 0 0 166 3 15 0 9 0 28505236 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 2046 0 0 0 0 166 3 18 0 9 0 28505238 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=868308 CPUtime=2.05
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 1060 2046 0 0 36 0 166 3 16 0 9 0 28505238 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1829] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 2046 0 0 0 0 166 3 19 0 9 0 28505238 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 25 2046 0 0 0 0 166 3 15 0 9 0 28505238 889147392 27812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 868308

[startup+51.1011 s]
/proc/loadavg: 2.00 1.98 1.99 3/90 1834
/proc/meminfo: memFree=1521264/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=868308 CPUtime=50.82
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 51026 2046 1 0 4863 50 166 3 18 0 9 0 28505233 889147392 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 217077 27845 2641 9 0 211535 0
[pid=1820/tid=1822] ppid=1817 vsize=868308 CPUtime=49.91
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 32153 2046 1 0 4780 42 166 3 25 0 9 0 28505235 889147392 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4127471870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1823] ppid=1817 vsize=868308 CPUtime=2.14
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 16894 2046 0 0 41 4 166 3 16 0 9 0 28505236 889147392 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 21 2046 0 0 0 0 166 3 16 0 9 0 28505236 889147392 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 2046 0 0 0 0 166 3 15 0 9 0 28505236 889147392 27845 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 2046 0 0 0 0 166 3 15 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 2046 0 0 0 0 166 3 18 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=868308 CPUtime=2.11
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 1102 2046 0 0 41 1 166 3 17 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1829] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 2046 0 0 0 0 166 3 19 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 25 2046 0 0 0 0 166 3 15 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.83
Current children cumulated vsize (KiB) 868308

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 1883
/proc/meminfo: memFree=1634104/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=868308 CPUtime=1534.53
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 51027 2046 1 0 153231 53 166 3 18 0 9 0 28505233 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 217077 27846 2641 9 0 211535 0
[pid=1820/tid=1822] ppid=1817 vsize=868308 CPUtime=1533.62
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 32153 2046 1 0 153148 45 166 3 25 0 9 0 28505235 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4127471827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1823] ppid=1817 vsize=868308 CPUtime=2.14
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 16894 2046 0 0 41 4 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 21 2046 0 0 0 0 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 2046 0 0 0 0 166 3 15 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 2046 0 0 0 0 166 3 18 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=868308 CPUtime=2.11
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 1102 2046 0 0 41 1 166 3 17 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1829] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 2046 0 0 0 0 166 3 19 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 25 2046 0 0 0 0 166 3 15 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.53
Current children cumulated vsize (KiB) 868308

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 1883
/proc/meminfo: memFree=1634040/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=868308 CPUtime=1594.23
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 51027 2046 1 0 159201 53 166 3 18 0 9 0 28505233 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 217077 27846 2641 9 0 211535 0
[pid=1820/tid=1822] ppid=1817 vsize=868308 CPUtime=1593.32
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 32153 2046 1 0 159118 45 166 3 25 0 9 0 28505235 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4127471817 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1823] ppid=1817 vsize=868308 CPUtime=2.14
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 16894 2046 0 0 41 4 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 21 2046 0 0 0 0 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 2046 0 0 0 0 166 3 15 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 2046 0 0 0 0 166 3 18 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=868308 CPUtime=2.11
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 1102 2046 0 0 41 1 166 3 17 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1829] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 2046 0 0 0 0 166 3 19 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 25 2046 0 0 0 0 166 3 15 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.23
Current children cumulated vsize (KiB) 868308

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 1883
/proc/meminfo: memFree=1634040/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=868308 CPUtime=1653.92
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 51027 2046 1 0 165170 53 166 3 18 0 9 0 28505233 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 217077 27846 2641 9 0 211535 0
[pid=1820/tid=1822] ppid=1817 vsize=868308 CPUtime=1653.01
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 32153 2046 1 0 165087 45 166 3 25 0 9 0 28505235 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4127527296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1823] ppid=1817 vsize=868308 CPUtime=2.14
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 16894 2046 0 0 41 4 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 21 2046 0 0 0 0 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 2046 0 0 0 0 166 3 15 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 2046 0 0 0 0 166 3 18 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=868308 CPUtime=2.11
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 1102 2046 0 0 41 1 166 3 17 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1829] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 2046 0 0 0 0 166 3 19 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 25 2046 0 0 0 0 166 3 15 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.92
Current children cumulated vsize (KiB) 868308

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 1883
/proc/meminfo: memFree=1634040/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=868308 CPUtime=1713.62
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 51027 2046 1 0 171140 53 166 3 18 0 9 0 28505233 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 217077 27846 2641 9 0 211535 0
[pid=1820/tid=1822] ppid=1817 vsize=868308 CPUtime=1712.72
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 32153 2046 1 0 171057 46 166 3 25 0 9 0 28505235 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4127334215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1823] ppid=1817 vsize=868308 CPUtime=2.14
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 16894 2046 0 0 41 4 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 21 2046 0 0 0 0 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 2046 0 0 0 0 166 3 15 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 2046 0 0 0 0 166 3 18 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=868308 CPUtime=2.11
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 1102 2046 0 0 41 1 166 3 17 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1829] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 2046 0 0 0 0 166 3 19 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 25 2046 0 0 0 0 166 3 15 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.62
Current children cumulated vsize (KiB) 868308

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 1883
/proc/meminfo: memFree=1633912/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=868308 CPUtime=1773.31
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 51027 2046 1 0 177109 53 166 3 18 0 9 0 28505233 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 217077 27846 2641 9 0 211535 0
[pid=1820/tid=1822] ppid=1817 vsize=868308 CPUtime=1772.41
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 32153 2046 1 0 177026 46 166 3 25 0 9 0 28505235 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4127471817 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1823] ppid=1817 vsize=868308 CPUtime=2.14
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 16894 2046 0 0 41 4 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 21 2046 0 0 0 0 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 2046 0 0 0 0 166 3 15 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 2046 0 0 0 0 166 3 18 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=868308 CPUtime=2.11
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 1102 2046 0 0 41 1 166 3 17 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1829] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 2046 0 0 0 0 166 3 19 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 25 2046 0 0 0 0 166 3 15 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.31
Current children cumulated vsize (KiB) 868308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 1883
/proc/meminfo: memFree=1633912/2055920 swapFree=4192812/4192956
[pid=1820] ppid=1817 vsize=868308 CPUtime=1800.09
/proc/1820/stat : 1820 (java) S 1817 1820 31337 0 -1 0 51027 2046 1 0 179787 53 166 3 18 0 9 0 28505233 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1820/statm: 217077 27846 2641 9 0 211535 0
[pid=1820/tid=1822] ppid=1817 vsize=868308 CPUtime=1799.19
/proc/1820/task/1822/stat : 1822 (java) R 1817 1820 31337 0 -1 64 32153 2046 1 0 179704 46 166 3 25 0 9 0 28505235 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4127471827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1823] ppid=1817 vsize=868308 CPUtime=2.14
/proc/1820/task/1823/stat : 1823 (java) S 1817 1820 31337 0 -1 64 16894 2046 0 0 41 4 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1824] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1824/stat : 1824 (java) S 1817 1820 31337 0 -1 64 21 2046 0 0 0 0 166 3 16 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1825] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1825/stat : 1825 (java) S 1817 1820 31337 0 -1 64 23 2046 0 0 0 0 166 3 15 0 9 0 28505236 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1826] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1826/stat : 1826 (java) S 1817 1820 31337 0 -1 64 2 2046 0 0 0 0 166 3 18 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1827] ppid=1817 vsize=868308 CPUtime=2.11
/proc/1820/task/1827/stat : 1827 (java) S 1817 1820 31337 0 -1 64 1102 2046 0 0 41 1 166 3 17 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1820/tid=1829] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1829/stat : 1829 (java) S 1817 1820 31337 0 -1 64 0 2046 0 0 0 0 166 3 19 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1820/tid=1830] ppid=1817 vsize=868308 CPUtime=1.69
/proc/1820/task/1830/stat : 1830 (java) S 1817 1820 31337 0 -1 64 25 2046 0 0 0 0 166 3 15 0 9 0 28505238 889147392 27846 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868308

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): 1809.24
CPU time (s): 1800.14
CPU user time (s): 1799.55
CPU system time (s): 0.59091
CPU usage (%): 99.4973
Max. virtual memory (cumulated for all children) (KiB): 877380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.59091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53101
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= 38853
involuntary context switches= 60912

runsolver used 2.25466 second user time and 5.98509 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 17:59:59
IDJOB=2098344
IDBENCH=58581
IDSOLVER=774
FILE ID=node84/2098344-1247414398
PBS_JOBID= 9510483
Free space on /tmp= 66312 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-75-40-8-20_glb.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098344-1247414398/watcher-2098344-1247414398 -o /tmp/evaluation-result-2098344-1247414398/solver-2098344-1247414398 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098344-1247414398.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f7470a8c664894812a78068eb633ff7c
RANDOM SEED=18727230

node84.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1623584 kB
Buffers:         40608 kB
Cached:         126604 kB
SwapCached:          0 kB
Active:         301700 kB
Inactive:        74284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3584 kB
Writeback:           0 kB
Mapped:         227016 kB
Slab:            41284 kB
Committed_AS:  1012488 kB
PageTables:       2128 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= 66312 MiB
End job on node84 at 2009-07-12 18:30:10