Trace number 2098114

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.16 1813.28

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25c-25.xml
MD5SUM915d2b8095a8d52ae5acbb8e68bb744f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints17343
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17343
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2098114-1247414223.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.39/0.42	     nbVariables=450  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25  nbTotalValues=11250
0.39/0.42	       =>  wckTime=0.175  cpuTime=0.14  mem=9M843
0.39/0.42	   
0.39/0.42	   predicates being loaded...
0.39/0.47	   
0.39/0.47	   constraints being loaded...
3.77/3.86	     nbConstraints=17372  nbGlobalConstraints=29  nbConvertedConstraints=17343  nbConvertConstraintsChecks=625
3.77/3.86	     nbExtensionStructures=1  nbSharedExtensionStructures=17342  nbConflictsStructures=1
3.77/3.86	     nbSharedConflictsStructures=17342  nbSharedBinaryRepresentations=25  minDegree=7  maxDegree=180  minArity=2
3.77/3.86	     avgArity=2.02  maxArity=25  nbGenerators=0  nbFusions=0  symmetryWckTime=1.018  symmetryCpuTime=0.37  nbCliques=29
3.77/3.86	       =>  wckTime=3.621  cpuTime=2.72  mem=34M866
3.97/4.05	   
3.97/4.06	   solver IterativeSystematicSolver being built... 
4.06/4.15	   
4.06/4.16	   INFO : Forward propagation technique limited 
4.16/4.25	       =>  wckTime=4.009  cpuTime=2.87  mem=38M539
5.75/5.80	   
5.75/5.80	   preprocessing
5.75/5.80	     nbConstraintChecks=436798  nbPropagations=17918  nbRevisions=28241  nbUselessRevisions=11053  nbSingletonTests=464
5.75/5.80	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
5.75/5.80	       =>  wckTime=1.548  cpuTime=1.49  mem=38M539
8.12/8.21	   
8.12/8.21	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=40M540)

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-2098114-1247414223/watcher-2098114-1247414223 -o /tmp/evaluation-result-2098114-1247414223/solver-2098114-1247414223 -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-2098114-1247414223.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: 2.03 2.02 2.00 4/80 31124
/proc/meminfo: memFree=1721768/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=152 CPUtime=0
/proc/31124/stat : 31124 (java) R 31122 31124 27423 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28486214 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 8106283 0 0 4096 0 0 0 0 17 0 0 0
/proc/31124/statm: 38 26 19 9 0 4 0

[startup+0.0483089 s]
/proc/loadavg: 2.03 2.02 2.00 4/80 31124
/proc/meminfo: memFree=1721768/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=863836 CPUtime=0.03
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 2530 0 1 0 2 1 0 0 18 0 9 0 28486214 884568064 2082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 215959 2086 968 9 0 210852 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863836

[startup+0.102318 s]
/proc/loadavg: 2.03 2.02 2.00 4/80 31124
/proc/meminfo: memFree=1721768/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=865980 CPUtime=0.09
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 3805 0 1 0 7 2 0 0 18 0 9 0 28486214 886763520 3256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 216495 3256 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.302341 s]
/proc/loadavg: 2.03 2.02 2.00 4/80 31124
/proc/meminfo: memFree=1721768/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=866380 CPUtime=0.29
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 6083 0 1 0 26 3 0 0 18 0 9 0 28486214 887173120 5449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 216595 5449 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701388 s]
/proc/loadavg: 2.03 2.02 2.00 4/80 31124
/proc/meminfo: memFree=1721768/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=867808 CPUtime=0.69
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 9276 0 1 0 64 5 0 0 18 0 9 0 28486214 888635392 8630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 216952 8631 2037 9 0 211388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867808

[startup+1.50148 s]
/proc/loadavg: 2.03 2.02 2.00 3/89 31133
/proc/meminfo: memFree=1677344/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=867720 CPUtime=1.48
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 18903 0 1 0 136 12 0 0 18 0 9 0 28486214 888545280 18229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 216930 18229 2029 9 0 211388 0
[pid=31124/tid=31126] ppid=31122 vsize=867724 CPUtime=1.2
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 15818 0 1 0 110 10 0 0 25 0 9 0 28486215 888549376 18229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=867720 CPUtime=0.07
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 1685 0 0 0 7 0 0 0 16 0 9 0 28486217 888545280 18229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31128] ppid=31122 vsize=867720 CPUtime=0
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28486217 888545280 18229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31129] ppid=31122 vsize=867720 CPUtime=0
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28486217 888545280 18229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31130] ppid=31122 vsize=867720 CPUtime=0
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28486219 888545280 18229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=867720 CPUtime=0.17
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 699 0 0 0 17 0 0 0 16 0 9 0 28486219 888545280 18229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31132] ppid=31122 vsize=867720 CPUtime=0
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28486219 888545280 18229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=867724 CPUtime=0
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28486219 888549376 18229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867720

[startup+3.10166 s]
/proc/loadavg: 2.11 2.04 2.01 3/89 31133
/proc/meminfo: memFree=1656352/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=867720 CPUtime=3.08
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 23894 0 1 0 234 74 0 0 18 0 9 0 28486214 888545280 23218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 216930 23218 2030 9 0 211388 0
[pid=31124/tid=31126] ppid=31122 vsize=867720 CPUtime=2.6
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 15832 0 1 0 190 70 0 0 25 0 9 0 28486215 888545280 23218 996147200 134512640 134550932 4294955968 18446744073709551615 4127069453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=867720 CPUtime=0.24
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 6636 0 0 0 22 2 0 0 17 0 9 0 28486217 888545280 23218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31128] ppid=31122 vsize=867720 CPUtime=0
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28486217 888545280 23218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31129] ppid=31122 vsize=867720 CPUtime=0
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28486217 888545280 23218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31130] ppid=31122 vsize=867720 CPUtime=0
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28486219 888545280 23218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=867720 CPUtime=0.21
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 725 0 0 0 21 0 0 0 16 0 9 0 28486219 888545280 23218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31132] ppid=31122 vsize=867720 CPUtime=0
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28486219 888545280 23218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=867720 CPUtime=0
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28486219 888545280 23218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867720

[startup+6.30203 s]
/proc/loadavg: 2.11 2.04 2.01 3/89 31137
/proc/meminfo: memFree=1631456/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=868200 CPUtime=6.24
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 37183 1076 1 0 505 78 40 1 18 0 9 0 28486214 889036800 25057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 217050 25057 2663 9 0 211486 0
[pid=31124/tid=31126] ppid=31122 vsize=868200 CPUtime=5.43
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 23629 1076 1 0 430 72 40 1 25 0 9 0 28486215 889036800 25057 996147200 134512640 134550932 4294955968 18446744073709551615 4127279941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31127] ppid=31122 vsize=868200 CPUtime=0.83
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 11573 1076 0 0 39 3 40 1 17 0 9 0 28486217 889036800 25057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31128] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 21 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31129] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.76
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1125 1076 0 0 34 1 40 1 16 0 9 0 28486219 889036800 25057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 20 1076 0 0 0 0 40 1 15 0 9 0 28486219 889036800 25057 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868200

[startup+12.7028 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 31137
/proc/meminfo: memFree=1631136/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=868200 CPUtime=12.57
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 37345 1076 1 0 1138 78 40 1 18 0 9 0 28486214 889036800 25077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 217050 25077 2663 9 0 211486 0
[pid=31124/tid=31126] ppid=31122 vsize=868200 CPUtime=11.72
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 23768 1076 1 0 1059 72 40 1 25 0 9 0 28486215 889036800 25077 996147200 134512640 134550932 4294955968 18446744073709551615 4127273955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31127] ppid=31122 vsize=868200 CPUtime=0.83
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 11573 1076 0 0 39 3 40 1 16 0 9 0 28486217 889036800 25077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31128] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 21 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31129] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.8
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1148 1076 0 0 38 1 40 1 16 0 9 0 28486219 889036800 25077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 20 1076 0 0 0 0 40 1 15 0 9 0 28486219 889036800 25077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868200

[startup+25.5022 s]
/proc/loadavg: 2.08 2.03 2.00 3/89 31137
/proc/meminfo: memFree=1631200/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=868200 CPUtime=25.25
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 37356 1076 1 0 2406 78 40 1 18 0 9 0 28486214 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 217050 25079 2663 9 0 211486 0
[pid=31124/tid=31126] ppid=31122 vsize=868200 CPUtime=24.4
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 23777 1076 1 0 2327 72 40 1 25 0 9 0 28486215 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4127279941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31127] ppid=31122 vsize=868200 CPUtime=0.83
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 11573 1076 0 0 39 3 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31128] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 21 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31129] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.81
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1150 1076 0 0 39 1 40 1 16 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 20 1076 0 0 0 0 40 1 15 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868200

[startup+51.1022 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 31137
/proc/meminfo: memFree=1631264/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=868200 CPUtime=50.61
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 37358 1076 1 0 4942 78 40 1 18 0 9 0 28486214 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 217050 25079 2663 9 0 211486 0
[pid=31124/tid=31126] ppid=31122 vsize=868200 CPUtime=49.75
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 23779 1076 1 0 4862 72 40 1 25 0 9 0 28486215 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4127309773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31127] ppid=31122 vsize=868200 CPUtime=0.83
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 11573 1076 0 0 39 3 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31128] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 21 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31129] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.81
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1150 1076 0 0 39 1 40 1 16 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.81
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1150 1076 0 0 39 1 40 1 16 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 20 1076 0 0 0 0 40 1 15 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.28
Current children cumulated vsize (KiB) 868200

[startup+1542.3 s]
/proc/loadavg: 2.58 2.29 2.10 4/89 31217
/proc/meminfo: memFree=1657960/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=868200 CPUtime=1529.25
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 37376 1076 1 0 152803 81 40 1 18 0 9 0 28486214 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 217050 25079 2663 9 0 211486 0
[pid=31124/tid=31126] ppid=31122 vsize=868200 CPUtime=1528.38
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 23797 1076 1 0 152723 74 40 1 25 0 9 0 28486215 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4127273874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=868200 CPUtime=0.83
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 11573 1076 0 0 39 3 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31128] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 21 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31129] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.81
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1150 1076 0 0 39 1 40 1 16 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 20 1076 0 0 0 0 40 1 15 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.25
Current children cumulated vsize (KiB) 868200

[startup+1602.3 s]
/proc/loadavg: 2.72 2.36 2.13 4/89 31217
/proc/meminfo: memFree=1657960/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=868200 CPUtime=1589.23
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 37376 1076 1 0 158801 81 40 1 18 0 9 0 28486214 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 217050 25079 2663 9 0 211486 0
[pid=31124/tid=31126] ppid=31122 vsize=868200 CPUtime=1588.36
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 23797 1076 1 0 158721 74 40 1 25 0 9 0 28486215 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4126383021 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=868200 CPUtime=0.83
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 11573 1076 0 0 39 3 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31128] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 21 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31129] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.81
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1150 1076 0 0 39 1 40 1 16 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 20 1076 0 0 0 0 40 1 15 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.23
Current children cumulated vsize (KiB) 868200

[startup+1662.31 s]
/proc/loadavg: 2.75 2.44 2.17 4/89 31217
/proc/meminfo: memFree=1657960/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=868200 CPUtime=1649.21
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 37376 1076 1 0 164799 81 40 1 18 0 9 0 28486214 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 217050 25079 2663 9 0 211486 0
[pid=31124/tid=31126] ppid=31122 vsize=868200 CPUtime=1648.34
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 23797 1076 1 0 164719 74 40 1 25 0 9 0 28486215 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4127280048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=868200 CPUtime=0.83
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 11573 1076 0 0 39 3 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31128] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 21 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31129] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.81
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1150 1076 0 0 39 1 40 1 16 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 20 1076 0 0 0 0 40 1 15 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.21
Current children cumulated vsize (KiB) 868200

[startup+1722.3 s]
/proc/loadavg: 2.75 2.50 2.20 3/89 31217
/proc/meminfo: memFree=1657960/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=868200 CPUtime=1709.17
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 37378 1076 1 0 170795 81 40 1 18 0 9 0 28486214 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 217050 25079 2663 9 0 211486 0
[pid=31124/tid=31126] ppid=31122 vsize=868200 CPUtime=1708.31
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 23799 1076 1 0 170716 74 40 1 25 0 9 0 28486215 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4127273908 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=868200 CPUtime=0.83
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 11573 1076 0 0 39 3 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31128] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 21 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31129] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.81
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1150 1076 0 0 39 1 40 1 16 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 20 1076 0 0 0 0 40 1 15 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.17
Current children cumulated vsize (KiB) 868200

[startup+1782.3 s]
/proc/loadavg: 2.94 2.61 2.26 3/89 31217
/proc/meminfo: memFree=1657896/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=868200 CPUtime=1769.15
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 37378 1076 1 0 176793 81 40 1 18 0 9 0 28486214 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 217050 25079 2663 9 0 211486 0
[pid=31124/tid=31126] ppid=31122 vsize=868200 CPUtime=1768.29
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 23799 1076 1 0 176713 75 40 1 25 0 9 0 28486215 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4127280395 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=868200 CPUtime=0.83
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 11573 1076 0 0 39 3 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31128] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 21 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31129] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.81
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1150 1076 0 0 39 1 40 1 16 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 20 1076 0 0 0 0 40 1 15 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.15
Current children cumulated vsize (KiB) 868200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 3.12 2.68 2.29 4/89 31217
/proc/meminfo: memFree=1657896/2055920 swapFree=4192812/4192956
[pid=31124] ppid=31122 vsize=868200 CPUtime=1800.06
/proc/31124/stat : 31124 (java) S 31122 31124 27423 0 -1 0 37378 1076 1 0 179883 82 40 1 18 0 9 0 28486214 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31124/statm: 217050 25079 2663 9 0 211486 0
[pid=31124/tid=31126] ppid=31122 vsize=868200 CPUtime=1799.18
/proc/31124/task/31126/stat : 31126 (java) R 31122 31124 27423 0 -1 64 23799 1076 1 0 179802 75 40 1 25 0 9 0 28486215 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4127318279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31127] ppid=31122 vsize=868200 CPUtime=0.83
/proc/31124/task/31127/stat : 31127 (java) S 31122 31124 27423 0 -1 64 11573 1076 0 0 39 3 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31128] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31128/stat : 31128 (java) S 31122 31124 27423 0 -1 64 21 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31129] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31129/stat : 31129 (java) S 31122 31124 27423 0 -1 64 9 1076 0 0 0 0 40 1 16 0 9 0 28486217 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31130] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31130/stat : 31130 (java) S 31122 31124 27423 0 -1 64 2 1076 0 0 0 0 40 1 24 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31131] ppid=31122 vsize=868200 CPUtime=0.81
/proc/31124/task/31131/stat : 31131 (java) S 31122 31124 27423 0 -1 64 1150 1076 0 0 39 1 40 1 16 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31124/tid=31132] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31132/stat : 31132 (java) S 31122 31124 27423 0 -1 64 0 1076 0 0 0 0 40 1 25 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31124/tid=31133] ppid=31122 vsize=868200 CPUtime=0.41
/proc/31124/task/31133/stat : 31133 (java) S 31122 31124 27423 0 -1 64 20 1076 0 0 0 0 40 1 15 0 9 0 28486219 889036800 25079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868200

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): 1813.28
CPU time (s): 1800.16
CPU user time (s): 1799.3
CPU system time (s): 0.856869
CPU usage (%): 99.2761
Max. virtual memory (cumulated for all children) (KiB): 868220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.856869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38491
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= 38345
involuntary context switches= 59824

runsolver used 2.6106 second user time and 6.21105 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 17:57:03
IDJOB=2098114
IDBENCH=58279
IDSOLVER=774
FILE ID=node62/2098114-1247414223
PBS_JOBID= 9510522
Free space on /tmp= 66344 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25c-25.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-2098114-1247414223/watcher-2098114-1247414223 -o /tmp/evaluation-result-2098114-1247414223/solver-2098114-1247414223 -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-2098114-1247414223.xml

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

MD5SUM BENCH= 915d2b8095a8d52ae5acbb8e68bb744f
RANDOM SEED=1053378000

node62.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.220
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.220
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:       1722248 kB
Buffers:         41612 kB
Cached:         143144 kB
SwapCached:          0 kB
Active:         190332 kB
Inactive:        84260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4428 kB
Writeback:           0 kB
Mapped:         110304 kB
Slab:            44068 kB
Committed_AS:  1005168 kB
PageTables:       2044 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node62 at 2009-07-12 18:27:18