Trace number 1093655

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.13 1814.83

General information on the benchmark

Namecsp/bibd9/
normalized-bibd-9-84-28-3-7_glb.xml
MD5SUM6923553a6500be755d54fce4604b94ff
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.79373
Satisfiable
(Un)Satisfiability was proved
Number of variables3780
Number of constraints3153
Maximum constraint arity84
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3024
Global constraints used (with number of constraints)weightedsum(129)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.29	     name=HOME/instance-1093655-1215265749.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.47/0.56	     nbVariables=3780  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=7560
0.47/0.56	       =>  wckTime=0.315  cpuTime=0.21  mem=17M605
0.47/0.56	   
0.47/0.56	   predicates being loaded...
0.57/0.62	   
0.57/0.62	   constraints being loaded...
6.95/7.00	     nbConstraints=3244  nbGlobalConstraints=220  nbConflictsStructures=1  nbSharedConflictsStructures=3023
6.95/7.00	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=3023  minDegree=4  maxDegree=14
6.95/7.00	     minArity=3  avgArity=9.81  maxArity=1344  nbGenerators=91  nbFusions=0  symmetryWckTime=5.725  symmetryCpuTime=4.91
6.95/7.00	       =>  wckTime=6.754  cpuTime=5.75  mem=45M43
7.05/7.10	   
7.05/7.10	   solver IterativeSystematicSolver being built... 
7.15/7.22	   
7.15/7.22	   INFO : Forward propagation technique limited 
7.35/7.42	       =>  wckTime=7.176  cpuTime=6.02  mem=19M172
9.15/9.21	   
9.15/9.21	   preprocessing
9.15/9.21	     nbConstraintChecks=28486  nbValidityChecks=19828  nbPropagations=14578  nbRevisions=21576  nbUselessRevisions=14904
9.15/9.21	     nbSingletonTests=4015  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
9.15/9.21	     detectedInconsistency=no
9.15/9.21	       =>  wckTime=1.776  cpuTime=1.73  mem=20M165

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-1093655-1215265749/watcher-1093655-1215265749 -o /tmp/evaluation-result-1093655-1215265749/solver-1093655-1215265749 -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-1093655-1215265749.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: 1.99 1.98 1.99 4/81 11525
/proc/meminfo: memFree=1787240/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=18572 CPUtime=0
/proc/11525/stat : 11525 (runsolver) R 11523 11525 11246 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2005542039 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11525/statm: 4643 292 257 25 0 2626 0

[startup+0.0361189 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 11525
/proc/meminfo: memFree=1787240/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=861876 CPUtime=0.02
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 2067 0 1 0 1 1 0 0 20 0 5 0 2005542039 882561024 1725 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 215469 1725 796 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101127 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 11525
/proc/meminfo: memFree=1787240/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=865884 CPUtime=0.08
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 3693 0 1 0 7 1 0 0 20 0 9 0 2005542039 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301149 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 11525
/proc/meminfo: memFree=1787240/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=866284 CPUtime=0.27
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 5846 0 1 0 24 3 0 0 20 0 9 0 2005542039 887074816 5220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 216571 5220 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.7012 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 11525
/proc/meminfo: memFree=1787240/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=867516 CPUtime=0.67
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 10301 0 1 0 61 6 0 0 20 0 9 0 2005542039 888336384 9661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 216879 9661 2009 9 0 211385 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867516

[startup+1.50228 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 11534
/proc/meminfo: memFree=1742496/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=867752 CPUtime=1.44
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 19431 0 1 0 122 22 0 0 20 0 10 0 2005542039 888578048 18747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 216938 18747 2010 9 0 211466 0
[pid=11525/tid=11527] ppid=11523 vsize=867752 CPUtime=1.12
/proc/11525/task/11527/stat : 11527 (java) S 11523 11525 11246 0 -1 64 15804 0 1 0 92 20 0 0 25 0 10 0 2005542041 888578048 18747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11528] ppid=11523 vsize=867752 CPUtime=0.07
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 2237 0 0 0 6 1 0 0 16 0 10 0 2005542042 888578048 18747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11529] ppid=11523 vsize=867752 CPUtime=0
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2005542042 888578048 18747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11530] ppid=11523 vsize=867752 CPUtime=0
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 2005542042 888578048 18747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11531] ppid=11523 vsize=867752 CPUtime=0
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2005542044 888578048 18747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=867752 CPUtime=0.23
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 681 0 0 0 23 0 0 0 15 0 10 0 2005542044 888578048 18747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11533] ppid=11523 vsize=867752 CPUtime=0
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2005542044 888578048 18747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=867752 CPUtime=0
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 2005542044 888578048 18747 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 867752

[startup+3.10246 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 11536
/proc/meminfo: memFree=1719064/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=3.05
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 37004 965 1 0 220 26 58 1 20 0 9 0 2005542039 888909824 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 20798 2016 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=2.65
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29398 965 1 0 184 22 58 1 21 0 9 0 2005542041 888909824 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4126835303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.7
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 5838 965 0 0 10 1 58 1 16 0 9 0 2005542042 888909824 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 17 0 9 0 2005542042 888909824 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 9 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 919 965 0 0 25 0 58 1 15 0 9 0 2005542044 888909824 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 7 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 20798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868076

[startup+6.30182 s]
/proc/loadavg: 2.07 2.00 2.00 3/90 11538
/proc/meminfo: memFree=1707992/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=6.25
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 38120 965 1 0 539 27 58 1 20 0 9 0 2005542039 888909824 21606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 21606 2016 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=5.82
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29405 965 1 0 501 22 58 1 25 0 9 0 2005542041 888909824 21606 996147200 134512640 134550740 4294955968 18446744073709551615 4127121152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.73
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 6926 965 0 0 12 2 58 1 16 0 9 0 2005542042 888909824 21606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 17 0 9 0 2005542042 888909824 21606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 9 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 21606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 21606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 919 965 0 0 25 0 58 1 16 0 9 0 2005542044 888909824 21606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 21606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 28 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 21606 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868076

[startup+12.7025 s]
/proc/loadavg: 2.07 2.00 2.00 3/90 11538
/proc/meminfo: memFree=1706336/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=12.65
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 40183 965 1 0 1177 29 58 1 20 0 9 0 2005542039 888909824 22597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 22597 2616 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=11.96
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29607 965 1 0 1113 24 58 1 25 0 9 0 2005542041 888909824 22597 996147200 134512640 134550740 4294955968 18446744073709551615 4127385831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 8636 965 0 0 23 2 58 1 17 0 9 0 2005542042 888909824 22597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 22597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 24 965 0 0 0 0 58 1 15 0 9 0 2005542042 888909824 22597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.99
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 1055 965 0 0 40 0 58 1 16 0 9 0 2005542044 888909824 22597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 28 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 22597 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868076

[startup+25.502 s]
/proc/loadavg: 2.05 2.00 2.00 3/90 11538
/proc/meminfo: memFree=1706272/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=25.44
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 40188 965 1 0 2456 29 58 1 20 0 9 0 2005542039 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 22599 2616 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=24.75
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29609 965 1 0 2392 24 58 1 25 0 9 0 2005542041 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4127354835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 8636 965 0 0 23 2 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 24 965 0 0 0 0 58 1 15 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.99
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 1058 965 0 0 40 0 58 1 17 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 28 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 868076

[startup+51.1018 s]
/proc/loadavg: 2.03 2.00 2.00 4/90 11538
/proc/meminfo: memFree=1706272/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=51.04
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 40188 965 1 0 5016 29 58 1 20 0 9 0 2005542039 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 22599 2616 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=50.35
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29609 965 1 0 4952 24 58 1 25 0 9 0 2005542041 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4127289377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 8636 965 0 0 23 2 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 24 965 0 0 0 0 58 1 15 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.99
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 1058 965 0 0 40 0 58 1 17 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59

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

/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 24 965 0 0 0 0 58 1 15 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.99
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 1058 965 0 0 40 0 58 1 16 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 28 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.73
Current children cumulated vsize (KiB) 868076

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 11605
/proc/meminfo: memFree=1708256/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=1530.16
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 40188 965 1 0 152926 31 58 1 20 0 9 0 2005542039 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 22599 2616 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=1529.47
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29609 965 1 0 152862 26 58 1 25 0 9 0 2005542041 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4127284541 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 8636 965 0 0 23 2 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 24 965 0 0 0 0 58 1 15 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.99
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 1058 965 0 0 40 0 58 1 16 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 28 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.16
Current children cumulated vsize (KiB) 868076

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 11605
/proc/meminfo: memFree=1708192/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=1589.6
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 40188 965 1 0 158870 31 58 1 20 0 9 0 2005542039 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 22599 2616 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=1588.9
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29609 965 1 0 158805 26 58 1 25 0 9 0 2005542041 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4127385875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 8636 965 0 0 23 2 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 24 965 0 0 0 0 58 1 15 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.99
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 1058 965 0 0 40 0 58 1 16 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 28 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.6
Current children cumulated vsize (KiB) 868076

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 11605
/proc/meminfo: memFree=1708192/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=1649.02
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 40188 965 1 0 164812 31 58 1 20 0 9 0 2005542039 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 22599 2616 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=1648.33
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29609 965 1 0 164748 26 58 1 25 0 9 0 2005542041 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4127385875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 8636 965 0 0 23 2 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 24 965 0 0 0 0 58 1 15 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.99
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 1058 965 0 0 40 0 58 1 16 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 28 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.02
Current children cumulated vsize (KiB) 868076

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 11605
/proc/meminfo: memFree=1708128/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=1708.46
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 40188 965 1 0 170756 31 58 1 20 0 9 0 2005542039 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 22599 2616 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=1707.77
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29609 965 1 0 170692 26 58 1 25 0 9 0 2005542041 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4127274592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 8636 965 0 0 23 2 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 24 965 0 0 0 0 58 1 15 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.99
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 1058 965 0 0 40 0 58 1 16 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 28 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.46
Current children cumulated vsize (KiB) 868076

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 11605
/proc/meminfo: memFree=1708128/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=1767.89
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 40188 965 1 0 176699 31 58 1 20 0 9 0 2005542039 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 22599 2616 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=1767.19
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29609 965 1 0 176634 26 58 1 25 0 9 0 2005542041 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4127274596 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 8636 965 0 0 23 2 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 24 965 0 0 0 0 58 1 15 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.99
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 1058 965 0 0 40 0 58 1 16 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 28 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.89
Current children cumulated vsize (KiB) 868076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 11605
/proc/meminfo: memFree=1708064/2055920 swapFree=4176360/4192956
[pid=11525] ppid=11523 vsize=868076 CPUtime=1800.08
/proc/11525/stat : 11525 (java) S 11523 11525 11246 0 -1 0 40188 965 1 0 179918 31 58 1 20 0 9 0 2005542039 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11525/statm: 217019 22599 2616 9 0 211547 0
[pid=11525/tid=11527] ppid=11523 vsize=868076 CPUtime=1799.39
/proc/11525/task/11527/stat : 11527 (java) R 11523 11525 11246 0 -1 64 29609 965 1 0 179854 26 58 1 25 0 9 0 2005542041 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4127385922 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11528] ppid=11523 vsize=868076 CPUtime=0.84
/proc/11525/task/11528/stat : 11528 (java) S 11523 11525 11246 0 -1 64 8636 965 0 0 23 2 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11529] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11529/stat : 11529 (java) S 11523 11525 11246 0 -1 64 18 965 0 0 0 0 58 1 16 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11530] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11530/stat : 11530 (java) S 11523 11525 11246 0 -1 64 24 965 0 0 0 0 58 1 15 0 9 0 2005542042 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11525/tid=11531] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11531/stat : 11531 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11532] ppid=11523 vsize=868076 CPUtime=0.99
/proc/11525/task/11532/stat : 11532 (java) S 11523 11525 11246 0 -1 64 1058 965 0 0 40 0 58 1 16 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11533] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11533/stat : 11533 (java) S 11523 11525 11246 0 -1 64 1 965 0 0 0 0 58 1 25 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11525/tid=11534] ppid=11523 vsize=868076 CPUtime=0.59
/proc/11525/task/11534/stat : 11534 (java) S 11523 11525 11246 0 -1 64 28 965 0 0 0 0 58 1 15 0 9 0 2005542044 888909824 22599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868076

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): 1814.83
CPU time (s): 1800.13
CPU user time (s): 1799.78
CPU system time (s): 0.346947
CPU usage (%): 99.1897
Max. virtual memory (cumulated for all children) (KiB): 868164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41184
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= 39055
involuntary context switches= 67797

runsolver used 2.20766 second user time and 6.06008 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 15:49:09
IDJOB=1093655
IDBENCH=58717
IDSOLVER=364
FILE ID=node91/1093655-1215265749
PBS_JOBID= 7882164
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibd9/normalized-bibd-9-84-28-3-7_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-1093655-1215265749/watcher-1093655-1215265749 -o /tmp/evaluation-result-1093655-1215265749/solver-1093655-1215265749 -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-1093655-1215265749.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6923553a6500be755d54fce4604b94ff
RANDOM SEED=1195763298

node91.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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1787592 kB
Buffers:         21828 kB
Cached:         184992 kB
SwapCached:       7788 kB
Active:         127016 kB
Inactive:        97128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787592 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            2752 kB
Writeback:           0 kB
Mapped:          24756 kB
Slab:            28836 kB
Committed_AS: 12442876 kB
PageTables:       2196 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= 66448 MiB
End job on node91 at 2008-07-05 16:19:26