Trace number 2098762

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.18 1804.27

General information on the benchmark

Namecsp/bibd6/
normalized-bibd-6-50-25-3-10_glb.xml
MD5SUM6ad28c98bd7f8ff553856cd3aea1e63f
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.096985
Satisfiable
(Un)Satisfiability was proved
Number of variables1050
Number of constraints821
Maximum constraint arity50
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension750
Global constraints used (with number of constraints)weightedsum(71)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.27	
0.19/0.27	   configuration
0.19/0.27	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2098762-1247416929.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.48/0.50	     nbVariables=1050  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=2100
0.48/0.50	       =>  wckTime=0.229  cpuTime=0.16  mem=9M843
0.48/0.50	   
0.48/0.50	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
1.55/1.62	     nbConstraints=875  nbGlobalConstraints=125  nbConflictsStructures=1  nbSharedConflictsStructures=749
1.55/1.62	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=749  minDegree=4  maxDegree=11
1.55/1.62	     minArity=3  avgArity=9.32  maxArity=500  nbGenerators=54  nbFusions=0  symmetryWckTime=0.739  symmetryCpuTime=0.54
1.55/1.62	       =>  wckTime=1.349  cpuTime=0.98  mem=11M715
1.55/1.68	   
1.55/1.68	   solver IterativeSystematicSolver being built... 
1.64/1.78	   
1.64/1.78	   INFO : Forward propagation technique limited 
1.85/1.90	       =>  wckTime=1.632  cpuTime=1.17  mem=31M652
2.05/2.14	   
2.05/2.14	   preprocessing
2.05/2.14	     nbConstraintChecks=7964  nbValidityChecks=7811  nbPropagations=3897  nbRevisions=6786  nbUselessRevisions=5254
2.05/2.14	     nbSingletonTests=1147  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
2.05/2.14	     detectedInconsistency=no
2.05/2.14	       =>  wckTime=0.231  cpuTime=0.19  mem=31M652
13.14/13.31	   
13.14/13.31	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=37M503)

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-2098762-1247416929/watcher-2098762-1247416929 -o /tmp/evaluation-result-2098762-1247416929/solver-2098762-1247416929 -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-2098762-1247416929.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.05 2.00 1.97 3/80 32041
/proc/meminfo: memFree=1283704/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=10676 CPUtime=0
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28756034 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 2669 474 207 9 0 1184 0
[pid=32041/tid=32042] ppid=32039 vsize=10676 CPUtime=0
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28756035 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 10133464 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0611451 s]
/proc/loadavg: 2.05 2.00 1.97 3/80 32041
/proc/meminfo: memFree=1283704/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=864024 CPUtime=0.05
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 2735 0 1 0 3 2 0 0 18 0 9 0 28756034 884760576 2285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 216006 2285 1085 9 0 210899 0
[pid=32041/tid=32042] ppid=32039 vsize=864024 CPUtime=0.04
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 1829 0 1 0 3 1 0 0 20 0 9 0 28756035 884760576 2285 996147200 134512640 134550932 4294955968 18446744073709551615 4125954562 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.102151 s]
/proc/loadavg: 2.05 2.00 1.97 3/80 32041
/proc/meminfo: memFree=1283704/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=865984 CPUtime=0.08
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 3729 0 1 0 6 2 0 0 18 0 9 0 28756034 886767616 3197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 216496 3197 1695 9 0 210981 0
[pid=32041/tid=32042] ppid=32039 vsize=865984 CPUtime=0.06
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 2812 0 1 0 5 1 0 0 18 0 9 0 28756035 886767616 3197 996147200 134512640 134550932 4294955968 18446744073709551615 4159634978 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.302192 s]
/proc/loadavg: 2.05 2.00 1.97 3/80 32041
/proc/meminfo: memFree=1283704/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=866300 CPUtime=0.28
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 5699 0 1 0 25 3 0 0 18 0 9 0 28756034 887091200 5106 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 216575 5106 1923 9 0 211053 0
[pid=32041/tid=32042] ppid=32039 vsize=866300 CPUtime=0.23
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 4719 0 1 0 21 2 0 0 18 0 9 0 28756035 887091200 5106 996147200 134512640 134550932 4294955968 18446744073709551615 103682091 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866300

[startup+0.701267 s]
/proc/loadavg: 2.05 2.00 1.97 3/80 32041
/proc/meminfo: memFree=1283704/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=867804 CPUtime=0.68
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 8727 0 1 0 62 6 0 0 18 0 9 0 28756034 888631296 8081 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 216951 8081 2036 9 0 211387 0
[pid=32041/tid=32042] ppid=32039 vsize=867804 CPUtime=0.49
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 7368 0 1 0 45 4 0 0 21 0 9 0 28756035 888631296 8081 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867804

[startup+1.50142 s]
/proc/loadavg: 2.05 2.00 1.97 4/91 32052
/proc/meminfo: memFree=1252064/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868128 CPUtime=1.45
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 19404 452 1 0 121 15 9 0 18 0 9 0 28756034 888963072 16202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217032 16202 2062 9 0 211468 0
[pid=32041/tid=32042] ppid=32039 vsize=868128 CPUtime=1.17
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 17190 452 1 0 96 12 9 0 21 0 9 0 28756035 888963072 16202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32044/stat : 32044 (java) R 32039 32041 31692 0 -1 64 446 452 0 0 0 0 9 0 16 0 9 0 28756036 888963072 16202 996147200 134512640 134550932 4294955968 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 10 452 0 0 0 0 9 0 19 0 9 0 28756037 888963072 16202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 4 452 0 0 0 0 9 0 20 0 9 0 28756037 888963072 16202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 888963072 16202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868128 CPUtime=0.33
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 936 452 0 0 24 0 9 0 15 0 9 0 28756039 888963072 16202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 888963072 16202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 12 452 0 0 0 0 9 0 15 0 9 0 28756039 888963072 16202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868128

[startup+3.10272 s]
/proc/loadavg: 2.05 2.00 1.97 3/89 32054
/proc/meminfo: memFree=1217768/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868128 CPUtime=3.04
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26900 452 1 0 277 18 9 0 18 0 9 0 28756034 888963072 19056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217032 19056 2662 9 0 211468 0
[pid=32041/tid=32042] ppid=32039 vsize=868128 CPUtime=2.57
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20632 452 1 0 234 14 9 0 25 0 9 0 28756035 888963072 19056 996147200 134512640 134550932 4294955968 18446744073709551615 4127161329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868128 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 17 0 9 0 28756036 888963072 19056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 18 452 0 0 0 0 9 0 16 0 9 0 28756037 888963072 19056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 888963072 19056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 888963072 19056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868128 CPUtime=0.45
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1004 452 0 0 35 1 9 0 15 0 9 0 28756039 888963072 19056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 888963072 19056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868128 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 12 452 0 0 0 0 9 0 15 0 9 0 28756039 888963072 19056 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) 868128

[startup+6.30133 s]
/proc/loadavg: 2.12 2.02 1.98 3/89 32054
/proc/meminfo: memFree=1217448/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868260 CPUtime=6.2
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26938 452 1 0 593 18 9 0 18 0 9 0 28756034 889098240 19062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217065 19062 2662 9 0 211501 0
[pid=32041/tid=32042] ppid=32039 vsize=868260 CPUtime=5.72
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20633 452 1 0 549 14 9 0 25 0 9 0 28756035 889098240 19062 996147200 134512640 134550932 4294955968 18446744073709551615 4127161311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868260 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 17 0 9 0 28756036 889098240 19062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 18 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 889098240 19062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868260 CPUtime=0.46
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1012 452 0 0 36 1 9 0 16 0 9 0 28756039 889098240 19062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 889098240 19062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 41 452 0 0 0 0 9 0 15 0 9 0 28756039 889098240 19062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868260

[startup+12.7016 s]
/proc/loadavg: 2.11 2.02 1.98 3/89 32054
/proc/meminfo: memFree=1217256/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868260 CPUtime=12.54
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26970 452 1 0 1227 18 9 0 18 0 9 0 28756034 889098240 19064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217065 19064 2662 9 0 211501 0
[pid=32041/tid=32042] ppid=32039 vsize=868260 CPUtime=12.05
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20635 452 1 0 1182 14 9 0 25 0 9 0 28756035 889098240 19064 996147200 134512640 134550932 4294955968 18446744073709551615 4127161321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868260 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 16 0 9 0 28756036 889098240 19064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 18 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 889098240 19064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868260 CPUtime=0.46
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1042 452 0 0 36 1 9 0 16 0 9 0 28756039 889098240 19064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 889098240 19064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 41 452 0 0 0 0 9 0 15 0 9 0 28756039 889098240 19064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868260

[startup+25.503 s]
/proc/loadavg: 2.09 2.01 1.98 3/89 32054
/proc/meminfo: memFree=1217256/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868260 CPUtime=25.22
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26986 452 1 0 2495 18 9 0 18 0 9 0 28756034 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217065 19073 2662 9 0 211501 0
[pid=32041/tid=32042] ppid=32039 vsize=868260 CPUtime=24.72
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20638 452 1 0 2449 14 9 0 25 0 9 0 28756035 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4127170212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868260 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 16 0 9 0 28756036 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 18 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868260 CPUtime=0.48
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1055 452 0 0 38 1 9 0 16 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 41 452 0 0 0 0 9 0 15 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868260

[startup+51.1019 s]
/proc/loadavg: 2.20 2.04 1.99 3/89 32054
/proc/meminfo: memFree=1217256/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868260 CPUtime=50.58
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26986 452 1 0 5030 19 9 0 18 0 9 0 28756034 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217065 19073 2662 9 0 211501 0
[pid=32041/tid=32042] ppid=32039 vsize=868260 CPUtime=50.07
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20638 452 1 0 4984 14 9 0 25 0 9 0 28756035 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4127171924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868260 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 16 0 9 0 28756036 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868260 CPUtime=0.48
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1055 452 0 0 38 1 9 0 16 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 41 452 0 0 0 0 9 0 15 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.33
Current children cumulated vsize (KiB) 868260

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 32686
/proc/meminfo: memFree=1412456/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868260 CPUtime=1538.3
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26986 452 1 0 153793 28 9 0 18 0 9 0 28756034 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217065 19073 2662 9 0 211501 0
[pid=32041/tid=32042] ppid=32039 vsize=868260 CPUtime=1537.8
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20638 452 1 0 153747 24 9 0 25 0 9 0 28756035 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4127161311 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868260 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 16 0 9 0 28756036 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 18 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868260 CPUtime=0.48
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1055 452 0 0 38 1 9 0 16 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 41 452 0 0 0 0 9 0 15 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.3
Current children cumulated vsize (KiB) 868260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 32686
/proc/meminfo: memFree=1412328/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868260 CPUtime=1598.27
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26986 452 1 0 159790 28 9 0 18 0 9 0 28756034 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217065 19073 2662 9 0 211501 0
[pid=32041/tid=32042] ppid=32039 vsize=868260 CPUtime=1597.76
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20638 452 1 0 159743 24 9 0 25 0 9 0 28756035 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4127274114 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868260 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 16 0 9 0 28756036 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 18 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868260 CPUtime=0.48
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1055 452 0 0 38 1 9 0 16 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 41 452 0 0 0 0 9 0 15 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.27
Current children cumulated vsize (KiB) 868260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 32686
/proc/meminfo: memFree=1412392/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868260 CPUtime=1658.24
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26986 452 1 0 165787 28 9 0 18 0 9 0 28756034 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217065 19073 2662 9 0 211501 0
[pid=32041/tid=32042] ppid=32039 vsize=868260 CPUtime=1657.74
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20638 452 1 0 165741 24 9 0 25 0 9 0 28756035 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4127175018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868260 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 16 0 9 0 28756036 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 18 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868260 CPUtime=0.48
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1055 452 0 0 38 1 9 0 16 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 41 452 0 0 0 0 9 0 15 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.24
Current children cumulated vsize (KiB) 868260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 32686
/proc/meminfo: memFree=1412456/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868260 CPUtime=1718.22
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26986 452 1 0 171784 29 9 0 18 0 9 0 28756034 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217065 19073 2662 9 0 211501 0
[pid=32041/tid=32042] ppid=32039 vsize=868260 CPUtime=1717.71
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20638 452 1 0 171738 24 9 0 25 0 9 0 28756035 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4127191069 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868260 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 16 0 9 0 28756036 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 18 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868260 CPUtime=0.48
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1055 452 0 0 38 1 9 0 16 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 41 452 0 0 0 0 9 0 15 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.22
Current children cumulated vsize (KiB) 868260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 32686
/proc/meminfo: memFree=1412392/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868260 CPUtime=1778.19
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26986 452 1 0 177781 29 9 0 18 0 9 0 28756034 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217065 19073 2662 9 0 211501 0
[pid=32041/tid=32042] ppid=32039 vsize=868260 CPUtime=1777.68
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20638 452 1 0 177735 24 9 0 25 0 9 0 28756035 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4127168135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868260 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 16 0 9 0 28756036 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 18 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868260 CPUtime=0.48
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1055 452 0 0 38 1 9 0 16 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 41 452 0 0 0 0 9 0 15 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.19
Current children cumulated vsize (KiB) 868260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 32686
/proc/meminfo: memFree=1412392/2055920 swapFree=4192812/4192956
[pid=32041] ppid=32039 vsize=868260 CPUtime=1800.09
/proc/32041/stat : 32041 (java) S 32039 32041 31692 0 -1 0 26986 452 1 0 179971 29 9 0 18 0 9 0 28756034 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32041/statm: 217065 19073 2662 9 0 211501 0
[pid=32041/tid=32042] ppid=32039 vsize=868260 CPUtime=1799.58
/proc/32041/task/32042/stat : 32042 (java) R 32039 32041 31692 0 -1 64 20638 452 1 0 179925 24 9 0 25 0 9 0 28756035 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4127180778 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32044] ppid=32039 vsize=868260 CPUtime=0.17
/proc/32041/task/32044/stat : 32044 (java) S 32039 32041 31692 0 -1 64 4414 452 0 0 7 1 9 0 16 0 9 0 28756036 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32045] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32045/stat : 32045 (java) S 32039 32041 31692 0 -1 64 18 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32046] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32046/stat : 32046 (java) S 32039 32041 31692 0 -1 64 14 452 0 0 0 0 9 0 16 0 9 0 28756037 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32047] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32047/stat : 32047 (java) S 32039 32041 31692 0 -1 64 2 452 0 0 0 0 9 0 18 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32048] ppid=32039 vsize=868260 CPUtime=0.48
/proc/32041/task/32048/stat : 32048 (java) S 32039 32041 31692 0 -1 64 1055 452 0 0 38 1 9 0 16 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32041/tid=32049] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32049/stat : 32049 (java) S 32039 32041 31692 0 -1 64 1 452 0 0 0 0 9 0 19 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32041/tid=32050] ppid=32039 vsize=868260 CPUtime=0.09
/proc/32041/task/32050/stat : 32050 (java) S 32039 32041 31692 0 -1 64 41 452 0 0 0 0 9 0 15 0 9 0 28756039 889098240 19073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868260

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

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

Child status: 143
Real time (s): 1804.27
CPU time (s): 1800.18
CPU user time (s): 1799.87
CPU system time (s): 0.312952
CPU usage (%): 99.7732
Max. virtual memory (cumulated for all children) (KiB): 870128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27466
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= 38387
involuntary context switches= 27344

runsolver used 2.34864 second user time and 5.87811 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 18:42:09
IDJOB=2098762
IDBENCH=58943
IDSOLVER=774
FILE ID=node59/2098762-1247416929
PBS_JOBID= 9510806
Free space on /tmp= 66356 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibd6/normalized-bibd-6-50-25-3-10_glb.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098762-1247416929/watcher-2098762-1247416929 -o /tmp/evaluation-result-2098762-1247416929/solver-2098762-1247416929 -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-2098762-1247416929.xml

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

MD5SUM BENCH= 6ad28c98bd7f8ff553856cd3aea1e63f
RANDOM SEED=386561761

node59.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.263
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.263
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:       1284184 kB
Buffers:         92980 kB
Cached:         346912 kB
SwapCached:          0 kB
Active:         469720 kB
Inactive:       214856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1284184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:         265152 kB
Slab:            71812 kB
Committed_AS:  1008560 kB
PageTables:       2332 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= 66384 MiB
End job on node59 at 2009-07-12 19:12:15