Trace number 2096113

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 AC? (TO) 1800.06 1808.53

General information on the benchmark

Namecsp/os-taillard-5/
normalized-os-taillard-5-100-4.xml
MD5SUMb35da8accbfe388fd4812ebf09632dd3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.449931
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size325
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.27	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2096113-1247409948.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.38	     nbVariables=25  nbDomainTypes=25  minDomainSize=235  maxDomainSize=325  nbTotalValues=6703
0.28/0.38	       =>  wckTime=0.115  cpuTime=0.11  mem=7M892
0.28/0.38	   
0.28/0.38	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
2.17/2.27	     nbConstraints=105  nbGlobalConstraints=20  nbConvertedConstraints=85  nbConvertConstraintsChecks=5926027
2.17/2.27	     nbExtensionStructures=85  nbSharedExtensionStructures=2  nbConflictsStructures=85  nbSharedConflictsStructures=2
2.17/2.27	     nbSharedBinaryRepresentations=20000  minDegree=9  maxDegree=9  minArity=2  avgArity=2.14  maxArity=5
2.17/2.27	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.051  symmetryCpuTime=0.02  nbCliques=5
2.17/2.27	       =>  wckTime=1.998  cpuTime=1.88  mem=19M606
2.25/2.33	   
2.25/2.33	   solver IterativeSystematicSolver being built... 
2.25/2.39	   
2.25/2.39	   INFO : Forward propagation technique limited 
2.35/2.46	       =>  wckTime=2.191  cpuTime=1.99  mem=21M634
2.35/2.46	   
2.35/2.46	   preprocessing
2.35/2.46	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.35/2.46	     detectedInconsistency=no
2.35/2.46	       =>  wckTime=0.0050  cpuTime=0.0  mem=22M625
3.54/3.62	   
3.54/3.62	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=16M598)

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-2096113-1247409948/watcher-2096113-1247409948 -o /tmp/evaluation-result-2096113-1247409948/solver-2096113-1247409948 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096113-1247409948.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.99 1.97 1.99 4/80 30576
/proc/meminfo: memFree=1794088/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=10676 CPUtime=0
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28061635 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 2669 474 207 9 0 1184 0
[pid=30576/tid=30577] ppid=30574 vsize=10676 CPUtime=0
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28061636 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8359896 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.079571 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 30576
/proc/meminfo: memFree=1794088/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=864148 CPUtime=0.06
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 3080 0 1 0 4 2 0 0 18 0 9 0 28061635 884887552 2565 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216037 2565 1226 9 0 210930 0
[pid=30576/tid=30577] ppid=30574 vsize=864148 CPUtime=0.05
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 2165 0 1 0 4 1 0 0 20 0 9 0 28061636 884887552 2565 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.102571 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 30576
/proc/meminfo: memFree=1794088/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=865984 CPUtime=0.08
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 3733 0 1 0 6 2 0 0 18 0 9 0 28061635 886767616 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216496 3201 1700 9 0 210981 0
[pid=30576/tid=30577] ppid=30574 vsize=865984 CPUtime=0.06
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 2810 0 1 0 5 1 0 0 20 0 9 0 28061636 886767616 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301603 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 30576
/proc/meminfo: memFree=1794088/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=866380 CPUtime=0.28
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 5758 0 1 0 24 4 0 0 18 0 9 0 28061635 887173120 5151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216595 5151 1952 9 0 211053 0
[pid=30576/tid=30577] ppid=30574 vsize=866380 CPUtime=0.22
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 4776 0 1 0 19 3 0 0 21 0 9 0 28061636 887173120 5151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701622 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 30576
/proc/meminfo: memFree=1794088/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=866720 CPUtime=0.68
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 7804 0 1 0 62 6 0 0 18 0 9 0 28061635 887521280 7156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216680 7156 2036 9 0 211116 0
[pid=30576/tid=30577] ppid=30574 vsize=866720 CPUtime=0.56
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 6752 0 1 0 52 4 0 0 24 0 9 0 28061636 887521280 7156 996147200 134512640 134550932 4294955968 18446744073709551615 4126664880 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866720

[startup+1.50269 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 30585
/proc/meminfo: memFree=1772384/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=866720 CPUtime=1.46
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 8421 0 1 0 140 6 0 0 18 0 9 0 28061635 887521280 7772 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216680 7772 2038 9 0 211116 0
[pid=30576/tid=30577] ppid=30574 vsize=866720 CPUtime=1.34
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 7363 0 1 0 129 5 0 0 25 0 9 0 28061636 887521280 7772 996147200 134512640 134550932 4294955968 18446744073709551615 4126667353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30579] ppid=30574 vsize=866720 CPUtime=0
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28061638 887521280 7772 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30580] ppid=30574 vsize=866720 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28061638 887521280 7772 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=866720 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28061638 887521280 7772 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=866720 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28061640 887521280 7772 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=866720 CPUtime=0.1
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 360 0 0 0 10 0 0 0 15 0 9 0 28061640 887521280 7772 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=866720 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28061640 887521280 7772 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=866720 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28061640 887521280 7772 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866720

[startup+3.10184 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 30585
/proc/meminfo: memFree=1768928/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867044 CPUtime=3.04
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 22038 270 1 0 293 11 0 0 18 0 9 0 28061635 887853056 15558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216761 15558 2656 9 0 211197 0
[pid=30576/tid=30577] ppid=30574 vsize=867044 CPUtime=2.76
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 17179 270 1 0 267 9 0 0 25 0 9 0 28061636 887853056 15558 996147200 134512640 134550932 4294955968 18446744073709551615 4126851788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867044 CPUtime=0.04
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 3432 270 0 0 4 0 0 0 16 0 9 0 28061638 887853056 15558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30580] ppid=30574 vsize=867044 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 28061638 887853056 15558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=867044 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887853056 15558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867044 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887853056 15558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867044 CPUtime=0.22
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 585 270 0 0 21 1 0 0 15 0 9 0 28061640 887853056 15558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867044 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887853056 15558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867044 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887853056 15558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867044

[startup+6.30211 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 30589
/proc/meminfo: memFree=1723680/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867088 CPUtime=6.21
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 26691 270 1 0 608 13 0 0 18 0 9 0 28061635 887898112 20046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216772 20046 2637 9 0 211230 0
[pid=30576/tid=30577] ppid=30574 vsize=867088 CPUtime=5.87
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 19649 270 1 0 577 10 0 0 25 0 9 0 28061636 887898112 20046 996147200 134512640 134550932 4294955968 18446744073709551615 4126844825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867088 CPUtime=0.07
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 5596 270 0 0 6 1 0 0 16 0 9 0 28061638 887898112 20046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30580] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887898112 20046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867088 CPUtime=0.25
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 604 270 0 0 24 1 0 0 16 0 9 0 28061640 887898112 20046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887898112 20046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887898112 20046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867088

[startup+12.7017 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 30589
/proc/meminfo: memFree=1723488/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867088 CPUtime=12.55
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 26709 270 1 0 1242 13 0 0 18 0 9 0 28061635 887898112 20058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216772 20058 2637 9 0 211230 0
[pid=30576/tid=30577] ppid=30574 vsize=867088 CPUtime=12.2
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 19655 270 1 0 1210 10 0 0 25 0 9 0 28061636 887898112 20058 996147200 134512640 134550932 4294955968 18446744073709551615 4126095863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867088 CPUtime=0.07
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 5606 270 0 0 6 1 0 0 16 0 9 0 28061638 887898112 20058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30580] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887898112 20058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867088 CPUtime=0.25
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 606 270 0 0 24 1 0 0 17 0 9 0 28061640 887898112 20058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887898112 20058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887898112 20058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867088

[startup+25.5028 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 30589
/proc/meminfo: memFree=1723488/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867088 CPUtime=25.23
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 26728 270 1 0 2510 13 0 0 18 0 9 0 28061635 887898112 20067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216772 20067 2637 9 0 211230 0
[pid=30576/tid=30577] ppid=30574 vsize=867088 CPUtime=24.87
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 19664 270 1 0 2477 10 0 0 25 0 9 0 28061636 887898112 20067 996147200 134512640 134550932 4294955968 18446744073709551615 4126843387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867088 CPUtime=0.08
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 5613 270 0 0 7 1 0 0 16 0 9 0 28061638 887898112 20067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30580] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887898112 20067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867088 CPUtime=0.26
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 609 270 0 0 25 1 0 0 15 0 9 0 28061640 887898112 20067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887898112 20067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887898112 20067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867088

[startup+51.102 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 30589
/proc/meminfo: memFree=1723424/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867088 CPUtime=50.59
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 26768 270 1 0 5045 14 0 0 18 0 9 0 28061635 887898112 20086 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216772 20086 2637 9 0 211230 0
[pid=30576/tid=30577] ppid=30574 vsize=867088 CPUtime=50.2
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 19685 270 1 0 5010 10 0 0 25 0 9 0 28061636 887898112 20086 996147200 134512640 134550932 4294955968 18446744073709551615 4126836512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867088 CPUtime=0.1
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 5631 270 0 0 9 1 0 0 16 0 9 0 28061638 887898112 20086 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867088 CPUtime=0.26
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 610 270 0 0 25 1 0 0 16 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.9
Current children cumulated vsize (KiB) 867088

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 30636
/proc/meminfo: memFree=1118096/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867088 CPUtime=1593.88
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 27869 270 1 0 159358 30 0 0 18 0 9 0 28061635 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216772 20108 2637 9 0 211230 0
[pid=30576/tid=30577] ppid=30574 vsize=867088 CPUtime=1592.76
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 20764 270 1 0 159257 19 0 0 25 0 9 0 28061636 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4126680664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867088 CPUtime=0.84
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 5653 270 0 0 75 9 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30580] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867088 CPUtime=0.26
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 610 270 0 0 25 1 0 0 16 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.88
Current children cumulated vsize (KiB) 867088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 30636
/proc/meminfo: memFree=1118096/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867088 CPUtime=1653.87
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 27909 270 1 0 165356 31 0 0 18 0 9 0 28061635 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216772 20108 2637 9 0 211230 0
[pid=30576/tid=30577] ppid=30574 vsize=867088 CPUtime=1652.71
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 20804 270 1 0 165252 19 0 0 25 0 9 0 28061636 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4126829100 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867088 CPUtime=0.86
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 5653 270 0 0 77 9 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30580] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867088 CPUtime=0.26
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 610 270 0 0 25 1 0 0 16 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.87
Current children cumulated vsize (KiB) 867088

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30636
/proc/meminfo: memFree=1118096/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867088 CPUtime=1713.84
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 27949 270 1 0 171353 31 0 0 18 0 9 0 28061635 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216772 20108 2637 9 0 211230 0
[pid=30576/tid=30577] ppid=30574 vsize=867088 CPUtime=1712.66
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 20844 270 1 0 171247 19 0 0 25 0 9 0 28061636 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4126680664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867088 CPUtime=0.88
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 5653 270 0 0 79 9 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30580] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867088 CPUtime=0.26
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 610 270 0 0 25 1 0 0 16 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.84
Current children cumulated vsize (KiB) 867088

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30636
/proc/meminfo: memFree=1118032/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867088 CPUtime=1773.81
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 27998 270 1 0 177350 31 0 0 18 0 9 0 28061635 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216772 20108 2637 9 0 211230 0
[pid=30576/tid=30577] ppid=30574 vsize=867088 CPUtime=1772.61
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 20893 270 1 0 177242 19 0 0 25 0 9 0 28061636 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4126680664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867088 CPUtime=0.91
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 5653 270 0 0 82 9 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30580] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867088 CPUtime=0.26
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 610 270 0 0 25 1 0 0 16 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.81
Current children cumulated vsize (KiB) 867088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30636
/proc/meminfo: memFree=1118032/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867088 CPUtime=1800.02
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 28017 270 1 0 179970 32 0 0 18 0 9 0 28061635 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216772 20108 2637 9 0 211230 0
[pid=30576/tid=30577] ppid=30574 vsize=867088 CPUtime=1798.8
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 20912 270 1 0 179860 20 0 0 25 0 9 0 28061636 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4126829022 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867088 CPUtime=0.93
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 5653 270 0 0 83 10 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30580] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867088 CPUtime=0.26
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 610 270 0 0 25 1 0 0 16 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867088

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

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

[startup+1808.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30636
/proc/meminfo: memFree=1118032/2055920 swapFree=4191900/4192956
[pid=30576] ppid=30574 vsize=867088 CPUtime=1800.02
/proc/30576/stat : 30576 (java) S 30574 30576 29458 0 -1 0 28017 270 1 0 179970 32 0 0 18 0 9 0 28061635 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30576/statm: 216772 20108 2637 9 0 211230 0
[pid=30576/tid=30577] ppid=30574 vsize=867088 CPUtime=1798.8
/proc/30576/task/30577/stat : 30577 (java) R 30574 30576 29458 0 -1 64 20912 270 1 0 179860 20 0 0 25 0 9 0 28061636 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4126829022 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30579] ppid=30574 vsize=867088 CPUtime=0.93
/proc/30576/task/30579/stat : 30579 (java) S 30574 30576 29458 0 -1 64 5653 270 0 0 83 10 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30576/tid=30580] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30580/stat : 30580 (java) S 30574 30576 29458 0 -1 64 17 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30581] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30581/stat : 30581 (java) S 30574 30576 29458 0 -1 64 11 270 0 0 0 0 0 0 16 0 9 0 28061638 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30582] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30582/stat : 30582 (java) S 30574 30576 29458 0 -1 64 2 270 0 0 0 0 0 0 18 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30583] ppid=30574 vsize=867088 CPUtime=0.26
/proc/30576/task/30583/stat : 30583 (java) S 30574 30576 29458 0 -1 64 610 270 0 0 25 1 0 0 16 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30584] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30584/stat : 30584 (java) S 30574 30576 29458 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30576/tid=30585] ppid=30574 vsize=867088 CPUtime=0
/proc/30576/task/30585/stat : 30585 (java) S 30574 30576 29458 0 -1 64 7 270 0 0 0 0 0 0 15 0 9 0 28061640 887898112 20108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867088

Child status: 143
Real time (s): 1808.53
CPU time (s): 1800.06
CPU user time (s): 1799.72
CPU system time (s): 0.342947
CPU usage (%): 99.5316
Max. virtual memory (cumulated for all children) (KiB): 867176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28315
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= 48742
involuntary context switches= 75235

runsolver used 2.6246 second user time and 5.61215 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 16:45:48
IDJOB=2096113
IDBENCH=56045
IDSOLVER=773
FILE ID=node15/2096113-1247409948
PBS_JOBID= 9510614
Free space on /tmp= 66376 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/os-taillard-5/normalized-os-taillard-5-100-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096113-1247409948/watcher-2096113-1247409948 -o /tmp/evaluation-result-2096113-1247409948/solver-2096113-1247409948 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096113-1247409948.xml

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

MD5SUM BENCH= b35da8accbfe388fd4812ebf09632dd3
RANDOM SEED=697440292

node15.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:       1794568 kB
Buffers:         37652 kB
Cached:         119420 kB
SwapCached:        416 kB
Active:         136020 kB
Inactive:        69948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794568 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2296 kB
Writeback:           0 kB
Mapped:          68576 kB
Slab:            40552 kB
Committed_AS:   998884 kB
PageTables:       1964 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= 66364 MiB
End job on node15 at 2009-07-12 17:15:58