Trace number 1064768

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.1 1815.84

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-rf8.xml
MD5SUM2ce4d21cf2d69359655b1bebad60447f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.51086
Satisfiable
(Un)Satisfiability was proved
Number of variables6832
Number of constraints19476
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19476
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1064768-1215143948.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.58/0.69	     nbVariables=6832  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=13663
0.58/0.69	       =>  wckTime=0.445  cpuTime=0.29  mem=26M382
0.58/0.69	   
0.58/0.69	   predicates being loaded...
0.68/0.76	   
0.68/0.76	   constraints being loaded...
5.61/5.75	     nbConstraints=18885  nbMergedConstraints=591  nbSingletonDomainVariables=1  nbConvertedConstraints=12525
5.71/5.89	     nbConvertConstraintsChecks=6682  nbExtensionStructures=3  nbSharedExtensionStructures=12522
5.71/5.89	     nbConflictsStructures=15  nbSharedConflictsStructures=18870  nbSharedBinaryRepresentations=7
5.71/5.89	     nbEvaluationManagers=12  nbSharedEvaluationManagers=6348  minDegree=1  maxDegree=144  minArity=2  avgArity=2.44
5.71/5.89	     maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=1.497  symmetryCpuTime=0.22
5.71/5.89	       =>  wckTime=5.51  cpuTime=3.52  mem=69M610
6.00/6.12	   
6.00/6.13	   solver IterativeSystematicSolver being built... 
6.52/6.67	       =>  wckTime=6.432  cpuTime=3.99  mem=81M612
41.28/41.77	   
41.28/41.77	   preprocessing
41.28/41.77	     nbConstraintChecks=177246  nbValidityChecks=65594  nbPropagations=37907  nbRevisions=152249
41.28/41.77	     nbUselessRevisions=127984  nbSingletonTests=7059  nbEffectiveSingletonTests=0  nbACRemovals=22  nbFoundSingletons=0
41.28/41.77	     nbRemovedValues=22  detectedInconsistency=no
41.28/41.77	       =>  wckTime=35.081  cpuTime=34.7  mem=82M597

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-1064768-1215143948/watcher-1064768-1215143948 -o /tmp/evaluation-result-1064768-1215143948/solver-1064768-1215143948 -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-1064768-1215143948.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.91 1.97 1.99 3/80 9928
/proc/meminfo: memFree=1463488/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=1616 CPUtime=0
/proc/9928/stat : 9928 (java) D 9926 9928 7210 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1993369098 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/9928/statm: 404 145 119 9 0 46 0

[startup+0.00897209 s]
/proc/loadavg: 1.91 1.97 1.99 3/80 9928
/proc/meminfo: memFree=1463488/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=1616 CPUtime=0
/proc/9928/stat : 9928 (java) D 9926 9928 7210 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 1993369098 1654784 126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9928/statm: 404 126 100 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.102309 s]
/proc/loadavg: 1.91 1.97 1.99 3/80 9928
/proc/meminfo: memFree=1463488/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=865884 CPUtime=0.08
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 3682 0 1 0 6 2 0 0 18 0 9 0 1993369098 886665216 3156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 216471 3156 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301349 s]
/proc/loadavg: 1.91 1.97 1.99 3/80 9928
/proc/meminfo: memFree=1463488/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=866196 CPUtime=0.28
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 5617 0 1 0 23 5 0 0 18 0 9 0 1993369098 886984704 5031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 216549 5031 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701422 s]
/proc/loadavg: 1.91 1.97 1.99 3/80 9928
/proc/meminfo: memFree=1463488/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=867436 CPUtime=0.68
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 11548 0 1 0 61 7 0 0 18 0 9 0 1993369098 888254464 10910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 216859 10910 1980 9 0 211387 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867436

[startup+1.50258 s]
/proc/loadavg: 1.91 1.97 1.99 3/89 9937
/proc/meminfo: memFree=1415416/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=867436 CPUtime=1.47
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 18928 0 1 0 137 10 0 0 18 0 9 0 1993369098 888254464 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 216859 18263 2004 9 0 211387 0
[pid=9928/tid=9930] ppid=9926 vsize=867436 CPUtime=1.19
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 15743 0 1 0 110 9 0 0 25 0 9 0 1993369099 888254464 18263 996147200 134512640 134550740 4294955968 18446744073709551615 103214761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9931] ppid=9926 vsize=867436 CPUtime=0.08
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 1853 0 0 0 8 0 0 0 16 0 9 0 1993369100 888254464 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=867436 CPUtime=0
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993369100 888254464 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=867436 CPUtime=0
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993369101 888254464 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=867436 CPUtime=0
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993369103 888254464 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=867436 CPUtime=0.17
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 633 0 0 0 17 0 0 0 16 0 9 0 1993369103 888254464 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=867436 CPUtime=0
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993369103 888254464 18263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=867436 CPUtime=0
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993369103 888254464 18263 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) 867436

[startup+3.10288 s]
/proc/loadavg: 2.00 1.99 1.99 3/89 9937
/proc/meminfo: memFree=1397624/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=867440 CPUtime=3.06
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 22750 0 1 0 243 63 0 0 18 0 9 0 1993369098 888258560 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 216860 22081 2006 9 0 211388 0
[pid=9928/tid=9930] ppid=9926 vsize=867440 CPUtime=2.56
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 15778 0 1 0 196 60 0 0 25 0 9 0 1993369099 888258560 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9931] ppid=9926 vsize=867440 CPUtime=0.24
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 5599 0 0 0 23 1 0 0 18 0 9 0 1993369100 888258560 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=867440 CPUtime=0
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993369100 888258560 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=867440 CPUtime=0
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993369101 888258560 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=867440 CPUtime=0
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993369103 888258560 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=867440 CPUtime=0.22
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 674 0 0 0 22 0 0 0 16 0 9 0 1993369103 888258560 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=867440 CPUtime=0
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993369103 888258560 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=867440 CPUtime=0
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993369103 888258560 22081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867440

[startup+6.30248 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 9939
/proc/meminfo: memFree=1365608/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=868172 CPUtime=6.22
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 48312 1373 1 0 407 94 119 2 18 0 9 0 1993369098 889008128 29014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 217043 29014 2636 9 0 211549 0
[pid=9928/tid=9930] ppid=9926 vsize=868172 CPUtime=5.1
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 26186 1373 1 0 303 86 119 2 17 0 9 0 1993369099 889008128 29014 996147200 134512640 134550740 4294955968 18446744073709551615 104454827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9931] ppid=9926 vsize=868172 CPUtime=1.99
/proc/9928/task/9931/stat : 9931 (java) R 9926 9928 7210 0 -1 64 20368 1373 0 0 73 5 119 2 18 0 9 0 1993369100 889008128 29014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 16 1373 0 0 0 0 119 2 16 0 9 0 1993369100 889008128 29014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 9 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.5
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 856 1373 0 0 29 0 119 2 15 0 9 0 1993369103 889008128 29014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 1373 0 0 0 0 119 2 19 0 9 0 1993369103 889008128 29014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 57 1373 0 0 0 0 119 2 15 0 9 0 1993369103 889008128 29014 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) 868172

[startup+12.7027 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 9941
/proc/meminfo: memFree=1356592/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=868172 CPUtime=12.55
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 51231 1373 1 0 1039 95 119 2 18 0 9 0 1993369098 889008128 29089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 217043 29089 2637 9 0 211549 0
[pid=9928/tid=9930] ppid=9926 vsize=868172 CPUtime=11.34
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 29025 1373 1 0 926 87 119 2 25 0 9 0 1993369099 889008128 29089 996147200 134512640 134550740 4294955968 18446744073709551615 4127360820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9931] ppid=9926 vsize=868172 CPUtime=2.01
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 20369 1373 0 0 75 5 119 2 16 0 9 0 1993369100 889008128 29089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 16 1373 0 0 0 0 119 2 16 0 9 0 1993369100 889008128 29089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 22 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.58
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 922 1373 0 0 36 1 119 2 17 0 9 0 1993369103 889008128 29089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 1373 0 0 0 0 119 2 19 0 9 0 1993369103 889008128 29089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 57 1373 0 0 0 0 119 2 15 0 9 0 1993369103 889008128 29089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868172

[startup+25.5011 s]
/proc/loadavg: 2.06 2.00 2.00 3/89 9941
/proc/meminfo: memFree=1356592/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=868172 CPUtime=25.22
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 51239 1373 1 0 2306 95 119 2 18 0 9 0 1993369098 889008128 29093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 217043 29093 2637 9 0 211549 0
[pid=9928/tid=9930] ppid=9926 vsize=868172 CPUtime=24
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 29028 1373 1 0 2192 87 119 2 25 0 9 0 1993369099 889008128 29093 996147200 134512640 134550740 4294955968 18446744073709551615 4126812904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9931] ppid=9926 vsize=868172 CPUtime=2.01
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 20369 1373 0 0 75 5 119 2 16 0 9 0 1993369100 889008128 29093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 16 1373 0 0 0 0 119 2 16 0 9 0 1993369100 889008128 29093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 22 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.59
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 927 1373 0 0 37 1 119 2 16 0 9 0 1993369103 889008128 29093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 1373 0 0 0 0 119 2 19 0 9 0 1993369103 889008128 29093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 57 1373 0 0 0 0 119 2 15 0 9 0 1993369103 889008128 29093 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868172

[startup+51.1019 s]
/proc/loadavg: 2.04 2.00 2.00 3/89 9941
/proc/meminfo: memFree=1356592/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=868172 CPUtime=50.59
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 51277 1373 1 0 4842 96 119 2 18 0 9 0 1993369098 889008128 29122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 217043 29122 2637 9 0 211549 0
[pid=9928/tid=9930] ppid=9926 vsize=868172 CPUtime=49.31
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 29036 1373 1 0 4722 88 119 2 25 0 9 0 1993369099 889008128 29122 996147200 134512640 134550740 4294955968 18446744073709551615 4126458391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9931] ppid=9926 vsize=868172 CPUtime=2.01
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 20369 1373 0 0 75 5 119 2 16 0 9 0 1993369100 889008128 29122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 16 1373 0 0 0 0 119 2 16 0 9 0 1993369100 889008128 29122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 22 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.64
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 957 1373 0 0 42 1 119 2 16 0 9 0 1993369103 889008128 29122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21

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

/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 22 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.65
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 963 1373 0 0 43 1 119 2 16 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 1373 0 0 0 0 119 2 19 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 57 1373 0 0 0 0 119 2 15 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.24
Current children cumulated vsize (KiB) 868172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9947
/proc/meminfo: memFree=1356080/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=868172 CPUtime=1527.66
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 51286 1373 1 0 152548 97 119 2 18 0 9 0 1993369098 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 217043 29126 2637 9 0 211549 0
[pid=9928/tid=9930] ppid=9926 vsize=868172 CPUtime=1526.38
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 29039 1373 1 0 152428 89 119 2 25 0 9 0 1993369099 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4127335340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9931] ppid=9926 vsize=868172 CPUtime=2.01
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 20369 1373 0 0 75 5 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 16 1373 0 0 0 0 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 22 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.65
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 963 1373 0 0 43 1 119 2 16 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 1373 0 0 0 0 119 2 19 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 57 1373 0 0 0 0 119 2 15 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.66
Current children cumulated vsize (KiB) 868172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9947
/proc/meminfo: memFree=1356016/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=868172 CPUtime=1587.1
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 51286 1373 1 0 158492 97 119 2 18 0 9 0 1993369098 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 217043 29126 2637 9 0 211549 0
[pid=9928/tid=9930] ppid=9926 vsize=868172 CPUtime=1585.81
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 29039 1373 1 0 158371 89 119 2 25 0 9 0 1993369099 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4125952098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9931] ppid=9926 vsize=868172 CPUtime=2.01
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 20369 1373 0 0 75 5 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 16 1373 0 0 0 0 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 22 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.65
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 963 1373 0 0 43 1 119 2 16 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 1373 0 0 0 0 119 2 19 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 57 1373 0 0 0 0 119 2 15 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.1
Current children cumulated vsize (KiB) 868172

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/90 9997
/proc/meminfo: memFree=1409656/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=868172 CPUtime=1646.61
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 51286 1373 1 0 164441 99 119 2 18 0 9 0 1993369098 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 217043 29126 2637 9 0 211549 0
[pid=9928/tid=9930] ppid=9926 vsize=868172 CPUtime=1645.32
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 29039 1373 1 0 164320 91 119 2 25 0 9 0 1993369099 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4127321828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9928/tid=9931] ppid=9926 vsize=868172 CPUtime=2.01
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 20369 1373 0 0 75 5 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 16 1373 0 0 0 0 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 22 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.65
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 963 1373 0 0 43 1 119 2 16 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 1373 0 0 0 0 119 2 19 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 57 1373 0 0 0 0 119 2 15 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.61
Current children cumulated vsize (KiB) 868172

[startup+1722.3 s]
/proc/loadavg: 2.12 2.03 2.01 4/90 9997
/proc/meminfo: memFree=1405560/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=868172 CPUtime=1706.58
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 51286 1373 1 0 170438 99 119 2 18 0 9 0 1993369098 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 217043 29126 2637 9 0 211549 0
[pid=9928/tid=9930] ppid=9926 vsize=868172 CPUtime=1705.29
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 29039 1373 1 0 170317 91 119 2 25 0 9 0 1993369099 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4127415113 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9928/tid=9931] ppid=9926 vsize=868172 CPUtime=2.01
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 20369 1373 0 0 75 5 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 16 1373 0 0 0 0 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 22 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.65
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 963 1373 0 0 43 1 119 2 16 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 1373 0 0 0 0 119 2 19 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 57 1373 0 0 0 0 119 2 15 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.58
Current children cumulated vsize (KiB) 868172

[startup+1782.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/90 9997
/proc/meminfo: memFree=1366392/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=868172 CPUtime=1766.56
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 51286 1373 1 0 176435 100 119 2 18 0 9 0 1993369098 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 217043 29126 2637 9 0 211549 0
[pid=9928/tid=9930] ppid=9926 vsize=868172 CPUtime=1765.26
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 29039 1373 1 0 176314 91 119 2 25 0 9 0 1993369099 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4127415166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9928/tid=9931] ppid=9926 vsize=868172 CPUtime=2.01
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 20369 1373 0 0 75 5 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 16 1373 0 0 0 0 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 22 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.65
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 963 1373 0 0 43 1 119 2 16 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 1373 0 0 0 0 119 2 19 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 57 1373 0 0 0 0 119 2 15 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.56
Current children cumulated vsize (KiB) 868172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.8 s]
/proc/loadavg: 2.06 2.04 2.01 3/90 9997
/proc/meminfo: memFree=1149368/2055920 swapFree=4180412/4192956
[pid=9928] ppid=9926 vsize=868172 CPUtime=1800.05
/proc/9928/stat : 9928 (java) S 9926 9928 7210 0 -1 0 51286 1373 1 0 179784 100 119 2 18 0 9 0 1993369098 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9928/statm: 217043 29126 2637 9 0 211549 0
[pid=9928/tid=9930] ppid=9926 vsize=868172 CPUtime=1798.75
/proc/9928/task/9930/stat : 9930 (java) R 9926 9928 7210 0 -1 64 29039 1373 1 0 179663 91 119 2 25 0 9 0 1993369099 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4127220896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9928/tid=9931] ppid=9926 vsize=868172 CPUtime=2.01
/proc/9928/task/9931/stat : 9931 (java) S 9926 9928 7210 0 -1 64 20369 1373 0 0 75 5 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9932] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9932/stat : 9932 (java) S 9926 9928 7210 0 -1 64 16 1373 0 0 0 0 119 2 16 0 9 0 1993369100 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9933] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9933/stat : 9933 (java) S 9926 9928 7210 0 -1 64 22 1373 0 0 0 0 119 2 16 0 9 0 1993369101 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9934] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9934/stat : 9934 (java) S 9926 9928 7210 0 -1 64 1 1373 0 0 0 0 119 2 18 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9935] ppid=9926 vsize=868172 CPUtime=1.65
/proc/9928/task/9935/stat : 9935 (java) S 9926 9928 7210 0 -1 64 963 1373 0 0 43 1 119 2 16 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9936] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9936/stat : 9936 (java) S 9926 9928 7210 0 -1 64 2 1373 0 0 0 0 119 2 19 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9928/tid=9937] ppid=9926 vsize=868172 CPUtime=1.21
/proc/9928/task/9937/stat : 9937 (java) S 9926 9928 7210 0 -1 64 57 1373 0 0 0 0 119 2 15 0 9 0 1993369103 889008128 29126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868172

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): 1815.84
CPU time (s): 1800.1
CPU user time (s): 1799.06
CPU system time (s): 1.04184
CPU usage (%): 99.1331
Max. virtual memory (cumulated for all children) (KiB): 876248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.04184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52689
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= 38657
involuntary context switches= 74456

runsolver used 2.50462 second user time and 5.76212 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 05:59:08
IDJOB=1064768
IDBENCH=54988
IDSOLVER=364
FILE ID=node21/1064768-1215143948
PBS_JOBID= 7877225
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-rf8.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-1064768-1215143948/watcher-1064768-1215143948 -o /tmp/evaluation-result-1064768-1215143948/solver-1064768-1215143948 -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-1064768-1215143948.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ce4d21cf2d69359655b1bebad60447f
RANDOM SEED=1517464115

node21.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1463968 kB
Buffers:         70432 kB
Cached:         318448 kB
SwapCached:       6608 kB
Active:         337812 kB
Inactive:       188688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1463968 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            4888 kB
Writeback:           0 kB
Mapped:         153772 kB
Slab:            50356 kB
Committed_AS:  4243168 kB
PageTables:       2076 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= 66548 MiB
End job on node21 at 2008-07-04 06:29:26