Trace number 1091935

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.08 1811.96

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-25-25-9-9-3_glb.xml
MD5SUM7cebeb969d1f6f6aa3f29840f791d3da
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.36479
Satisfiable
(Un)Satisfiability was proved
Number of variables8125
Number of constraints7850
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7500
Global constraints used (with number of constraints)weightedsum(350)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1091935-1215263645.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.69/0.77	     nbVariables=8125  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=16250
0.69/0.77	       =>  wckTime=0.524  cpuTime=0.36  mem=29M308
0.69/0.77	   
0.69/0.77	   predicates being loaded...
0.78/0.84	   
0.78/0.84	   constraints being loaded...
5.23/5.30	     nbConstraints=7898  nbGlobalConstraints=398  nbConflictsStructures=1  nbSharedConflictsStructures=7499
5.23/5.30	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=7499  minDegree=4  maxDegree=30
5.23/5.30	     minArity=3  avgArity=9.58  maxArity=1200  nbGenerators=48  nbFusions=0  symmetryWckTime=2.999  symmetryCpuTime=0.58
5.23/5.30	       =>  wckTime=5.057  cpuTime=2.3  mem=66M624
5.43/5.56	   
5.43/5.56	   solver IterativeSystematicSolver being built... 
5.73/5.82	   
5.73/5.83	   INFO : Forward propagation technique limited 
6.02/6.17	       =>  wckTime=5.926  cpuTime=2.83  mem=41M443
29.20/29.51	   
29.20/29.51	   preprocessing
29.20/29.51	     nbConstraintChecks=76616  nbValidityChecks=56031  nbPropagations=34235  nbRevisions=57135  nbUselessRevisions=39566
29.20/29.51	     nbSingletonTests=8529  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
29.20/29.51	     detectedInconsistency=no
29.20/29.51	       =>  wckTime=23.322  cpuTime=23.04  mem=42M425

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091935-1215263645/watcher-1091935-1215263645 -o /tmp/evaluation-result-1091935-1215263645/solver-1091935-1215263645 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1091935-1215263645.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19468
/proc/meminfo: memFree=1635680/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=1616 CPUtime=0
/proc/19468/stat : 19468 (java) D 19466 19468 17174 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 2005339393 1654784 126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19468/statm: 404 126 100 9 0 46 0

[startup+0.093611 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19468
/proc/meminfo: memFree=1635680/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=865856 CPUtime=0.07
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 3580 0 1 0 5 2 0 0 18 0 9 0 2005339393 886636544 3068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 216464 3068 1642 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.102611 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19468
/proc/meminfo: memFree=1635680/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=865884 CPUtime=0.08
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 3678 0 1 0 6 2 0 0 18 0 9 0 2005339393 886665216 3153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 216471 3153 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302638 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19468
/proc/meminfo: memFree=1635680/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=866196 CPUtime=0.28
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 5599 0 1 0 24 4 0 0 18 0 9 0 2005339393 886984704 5013 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 216549 5013 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702682 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19468
/proc/meminfo: memFree=1635680/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=867440 CPUtime=0.69
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 9857 0 1 0 62 7 0 0 18 0 9 0 2005339393 888258560 9227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 216860 9227 1970 9 0 211388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867440

[startup+1.50178 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 19477
/proc/meminfo: memFree=1589464/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=867440 CPUtime=1.47
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 18696 0 1 0 134 13 0 0 18 0 9 0 2005339393 888258560 18031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 216860 18031 2005 9 0 211388 0
[pid=19468/tid=19469] ppid=19466 vsize=867440 CPUtime=1.18
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 15767 0 1 0 107 11 0 0 25 0 9 0 2005339394 888258560 18031 996147200 134512640 134550740 4294955968 18446744073709551615 4125952048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19471] ppid=19466 vsize=867440 CPUtime=0.07
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 1591 0 0 0 7 0 0 0 16 0 9 0 2005339396 888258560 18031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=867440 CPUtime=0
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2005339396 888258560 18031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=867440 CPUtime=0
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005339396 888258560 18031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=867440 CPUtime=0
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005339398 888258560 18031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=867440 CPUtime=0.19
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 642 0 0 0 19 0 0 0 16 0 9 0 2005339398 888258560 18031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=867440 CPUtime=0
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005339398 888258560 18031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=867440 CPUtime=0
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005339398 888258560 18031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867440

[startup+3.10196 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 19477
/proc/meminfo: memFree=1570904/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=867764 CPUtime=2.65
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 25784 0 1 0 217 48 0 0 18 0 10 0 2005339393 888590336 24027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 216941 24027 2010 9 0 211469 0
[pid=19468/tid=19469] ppid=19466 vsize=867764 CPUtime=2.15
/proc/19468/task/19469/stat : 19469 (java) S 19466 19468 17174 0 -1 64 16772 0 1 0 173 42 0 0 17 0 10 0 2005339394 888590336 24027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=19468/tid=19471] ppid=19466 vsize=867764 CPUtime=0.21
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 7514 0 0 0 18 3 0 0 17 0 10 0 2005339396 888590336 24027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=867764 CPUtime=0
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2005339396 888590336 24027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=867764 CPUtime=0
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 2005339396 888590336 24027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=867764 CPUtime=0
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2005339398 888590336 24027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=867764 CPUtime=0.25
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 729 0 0 0 25 0 0 0 15 0 10 0 2005339398 888590336 24027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=867764 CPUtime=0
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2005339398 888590336 24027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=867764 CPUtime=0
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2005339398 888590336 24027 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 867764

[startup+6.30234 s]
/proc/loadavg: 2.15 2.03 2.01 3/90 19481
/proc/meminfo: memFree=1546312/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=868176 CPUtime=6.22
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 51476 1914 1 0 349 55 215 3 18 0 9 0 2005339393 889012224 28087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 217044 28087 2638 9 0 211550 0
[pid=19468/tid=19469] ppid=19466 vsize=868176 CPUtime=5.33
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 32401 1914 1 0 269 46 215 3 16 0 9 0 2005339394 889012224 28087 996147200 134512640 134550740 4294955968 18446744073709551615 4127314642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19471] ppid=19466 vsize=868176 CPUtime=2.68
/proc/19468/task/19471/stat : 19471 (java) R 19466 19468 17174 0 -1 64 17197 1914 0 0 44 6 215 3 18 0 9 0 2005339396 889012224 28087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=868176 CPUtime=2.18
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 18 1914 0 0 0 0 215 3 15 0 9 0 2005339396 889012224 28087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=868176 CPUtime=2.18
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 9 1914 0 0 0 0 215 3 15 0 9 0 2005339396 889012224 28087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868176 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 889012224 28087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868176 CPUtime=2.53
/proc/19468/task/19475/stat : 19475 (java) R 19466 19468 17174 0 -1 64 1007 1914 0 0 35 0 215 3 16 0 9 0 2005339398 889012224 28087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868176 CPUtime=2.18
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 19 0 9 0 2005339398 889012224 28087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=868176 CPUtime=2.18
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 33 1914 0 0 0 0 215 3 15 0 9 0 2005339398 889012224 28087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868176

[startup+12.7011 s]
/proc/loadavg: 2.14 2.03 2.01 3/89 19481
/proc/meminfo: memFree=1532680/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=868088 CPUtime=12.56
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 51519 1914 1 0 983 55 215 3 18 0 9 0 2005339393 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 217022 28088 2616 9 0 211550 0
[pid=19468/tid=19469] ppid=19466 vsize=868088 CPUtime=11.63
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 32411 1914 1 0 899 46 215 3 25 0 9 0 2005339394 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4127376634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19471] ppid=19466 vsize=868088 CPUtime=2.68
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 17197 1914 0 0 44 6 215 3 17 0 9 0 2005339396 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 18 1914 0 0 0 0 215 3 15 0 9 0 2005339396 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 21 1914 0 0 0 0 215 3 16 0 9 0 2005339396 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868088 CPUtime=2.56
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 1028 1914 0 0 38 0 215 3 15 0 9 0 2005339398 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 19 0 9 0 2005339398 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 33 1914 0 0 0 0 215 3 15 0 9 0 2005339398 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868088

[startup+25.5026 s]
/proc/loadavg: 2.12 2.03 2.01 3/89 19481
/proc/meminfo: memFree=1532744/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=868088 CPUtime=25.23
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 51521 1914 1 0 2250 55 215 3 18 0 9 0 2005339393 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 217022 28088 2616 9 0 211550 0
[pid=19468/tid=19469] ppid=19466 vsize=868088 CPUtime=24.3
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 32413 1914 1 0 2166 46 215 3 25 0 9 0 2005339394 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4127376634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19471] ppid=19466 vsize=868088 CPUtime=2.68
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 17197 1914 0 0 44 6 215 3 16 0 9 0 2005339396 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 18 1914 0 0 0 0 215 3 15 0 9 0 2005339396 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 21 1914 0 0 0 0 215 3 16 0 9 0 2005339396 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868088 CPUtime=2.56
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 1028 1914 0 0 38 0 215 3 16 0 9 0 2005339398 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 19 0 9 0 2005339398 888922112 28088 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 33 1914 0 0 0 0 215 3 15 0 9 0 2005339398 888922112 28088 996147200 134512640 134550740 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) 868088

[startup+51.1026 s]
/proc/loadavg: 2.07 2.03 2.01 3/89 19481
/proc/meminfo: memFree=1532552/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=868088 CPUtime=50.6
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 51571 1914 1 0 4786 56 215 3 18 0 9 0 2005339393 888922112 28122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 217022 28122 2616 9 0 211550 0
[pid=19468/tid=19469] ppid=19466 vsize=868088 CPUtime=49.6
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 32424 1914 1 0 4696 46 215 3 25 0 9 0 2005339394 888922112 28122 996147200 134512640 134550740 4294955968 18446744073709551615 4127416475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19471] ppid=19466 vsize=868088 CPUtime=2.68
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 17197 1914 0 0 44 6 215 3 16 0 9 0 2005339396 888922112 28122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 18 1914 0 0 0 0 215 3 15 0 9 0 2005339396 888922112 28122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 21 1914 0 0 0 0 215 3 16 0 9 0 2005339396 888922112 28122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 888922112 28122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868088 CPUtime=2.62
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 1067 1914 0 0 44 0 215 3 16 0 9 0 2005339398 888922112 28122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868088 CPUtime=2.18

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

/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 21 1914 0 0 0 0 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868088 CPUtime=2.64
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 1068 1914 0 0 45 1 215 3 16 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 19 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19477/stat : 19477 (java) R 19466 19468 17174 0 -1 64 33 1914 0 0 0 0 215 3 15 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.52
Current children cumulated vsize (KiB) 868088

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19544
/proc/meminfo: memFree=1678408/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=868088 CPUtime=1590.5
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 51573 1914 1 0 158774 58 215 3 18 0 9 0 2005339393 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 217022 28123 2616 9 0 211550 0
[pid=19468/tid=19469] ppid=19466 vsize=868088 CPUtime=1589.49
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 32425 1914 1 0 158683 48 215 3 25 0 9 0 2005339394 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4127310828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19468/tid=19471] ppid=19466 vsize=868088 CPUtime=2.68
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 17197 1914 0 0 44 6 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 18 1914 0 0 0 0 215 3 15 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 21 1914 0 0 0 0 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868088 CPUtime=2.64
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 1068 1914 0 0 45 1 215 3 16 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 19 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 33 1914 0 0 0 0 215 3 15 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.5
Current children cumulated vsize (KiB) 868088

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19544
/proc/meminfo: memFree=1678408/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=868088 CPUtime=1650.48
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 51573 1914 1 0 164771 59 215 3 18 0 9 0 2005339393 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 217022 28123 2616 9 0 211550 0
[pid=19468/tid=19469] ppid=19466 vsize=868088 CPUtime=1649.48
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 32425 1914 1 0 164681 49 215 3 25 0 9 0 2005339394 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4126803802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19468/tid=19471] ppid=19466 vsize=868088 CPUtime=2.68
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 17197 1914 0 0 44 6 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 18 1914 0 0 0 0 215 3 15 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 21 1914 0 0 0 0 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868088 CPUtime=2.64
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 1068 1914 0 0 45 1 215 3 16 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 19 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 33 1914 0 0 0 0 215 3 15 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.48
Current children cumulated vsize (KiB) 868088

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19544
/proc/meminfo: memFree=1678344/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=868088 CPUtime=1710.45
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 51573 1914 1 0 170768 59 215 3 18 0 9 0 2005339393 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 217022 28123 2616 9 0 211550 0
[pid=19468/tid=19469] ppid=19466 vsize=868088 CPUtime=1709.45
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 32425 1914 1 0 170678 49 215 3 25 0 9 0 2005339394 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4127310885 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19468/tid=19471] ppid=19466 vsize=868088 CPUtime=2.68
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 17197 1914 0 0 44 6 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 18 1914 0 0 0 0 215 3 15 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 21 1914 0 0 0 0 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868088 CPUtime=2.64
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 1068 1914 0 0 45 1 215 3 16 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 19 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 33 1914 0 0 0 0 215 3 15 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.45
Current children cumulated vsize (KiB) 868088

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19546
/proc/meminfo: memFree=1678088/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=868088 CPUtime=1770.43
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 51573 1914 1 0 176766 59 215 3 18 0 9 0 2005339393 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 217022 28123 2616 9 0 211550 0
[pid=19468/tid=19469] ppid=19466 vsize=868088 CPUtime=1769.42
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 32425 1914 1 0 176675 49 215 3 25 0 9 0 2005339394 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4127416510 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19468/tid=19471] ppid=19466 vsize=868088 CPUtime=2.68
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 17197 1914 0 0 44 6 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 18 1914 0 0 0 0 215 3 15 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 21 1914 0 0 0 0 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868088 CPUtime=2.64
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 1068 1914 0 0 45 1 215 3 16 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 19 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 33 1914 0 0 0 0 215 3 15 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.43
Current children cumulated vsize (KiB) 868088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19546
/proc/meminfo: memFree=1678088/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=868088 CPUtime=1800.02
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 51573 1914 1 0 179725 59 215 3 18 0 9 0 2005339393 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 217022 28123 2616 9 0 211550 0
[pid=19468/tid=19469] ppid=19466 vsize=868088 CPUtime=1799.01
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 32425 1914 1 0 179634 49 215 3 25 0 9 0 2005339394 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4127416467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19468/tid=19471] ppid=19466 vsize=868088 CPUtime=2.68
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 17197 1914 0 0 44 6 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 18 1914 0 0 0 0 215 3 15 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 21 1914 0 0 0 0 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868088 CPUtime=2.64
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 1068 1914 0 0 45 1 215 3 16 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 19 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 33 1914 0 0 0 0 215 3 15 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 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) 868088

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

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

[startup+1811.9 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19546
/proc/meminfo: memFree=1678088/2055920 swapFree=4179968/4192956
[pid=19468] ppid=19466 vsize=868088 CPUtime=1800.02
/proc/19468/stat : 19468 (java) S 19466 19468 17174 0 -1 0 51573 1914 1 0 179725 59 215 3 18 0 9 0 2005339393 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19468/statm: 217022 28123 2616 9 0 211550 0
[pid=19468/tid=19469] ppid=19466 vsize=868088 CPUtime=1799.01
/proc/19468/task/19469/stat : 19469 (java) R 19466 19468 17174 0 -1 64 32425 1914 1 0 179634 49 215 3 25 0 9 0 2005339394 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4127416467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19468/tid=19471] ppid=19466 vsize=868088 CPUtime=2.68
/proc/19468/task/19471/stat : 19471 (java) S 19466 19468 17174 0 -1 64 17197 1914 0 0 44 6 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19472] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19472/stat : 19472 (java) S 19466 19468 17174 0 -1 64 18 1914 0 0 0 0 215 3 15 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19473] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19473/stat : 19473 (java) S 19466 19468 17174 0 -1 64 21 1914 0 0 0 0 215 3 16 0 9 0 2005339396 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19474] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19474/stat : 19474 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 18 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19475] ppid=19466 vsize=868088 CPUtime=2.64
/proc/19468/task/19475/stat : 19475 (java) S 19466 19468 17174 0 -1 64 1068 1914 0 0 45 1 215 3 16 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19476] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19476/stat : 19476 (java) S 19466 19468 17174 0 -1 64 1 1914 0 0 0 0 215 3 19 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19468/tid=19477] ppid=19466 vsize=868088 CPUtime=2.18
/proc/19468/task/19477/stat : 19477 (java) S 19466 19468 17174 0 -1 64 33 1914 0 0 0 0 215 3 15 0 9 0 2005339398 888922112 28123 996147200 134512640 134550740 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) 868088

Child status: 143
Real time (s): 1811.96
CPU time (s): 1800.08
CPU user time (s): 1799.44
CPU system time (s): 0.643902
CPU usage (%): 99.3445
Max. virtual memory (cumulated for all children) (KiB): 876832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.643902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53518
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= 38635
involuntary context switches= 54947

runsolver used 2.75658 second user time and 5.42617 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-05 15:14:05
IDJOB=1091935
IDBENCH=58585
IDSOLVER=364
FILE ID=node11/1091935-1215263645
PBS_JOBID= 7882016
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-25-25-9-9-3_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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091935-1215263645/watcher-1091935-1215263645 -o /tmp/evaluation-result-1091935-1215263645/solver-1091935-1215263645 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1091935-1215263645.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7cebeb969d1f6f6aa3f29840f791d3da
RANDOM SEED=737410605

node11.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.224
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.224
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:       1636096 kB
Buffers:         27924 kB
Cached:         179988 kB
SwapCached:       7036 kB
Active:         286852 kB
Inactive:        80104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636096 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            3484 kB
Writeback:           0 kB
Mapped:         175428 kB
Slab:            37776 kB
Committed_AS:  4121316 kB
PageTables:       2156 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= 66552 MiB
End job on node11 at 2008-07-05 15:44:19