Trace number 1061281

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.12 1817.17

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32a1.xml
MD5SUM72ae0cb88dda6e556de340f4a34c407f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.11792
Satisfiable
(Un)Satisfiability was proved
Number of variables918
Number of constraints9671
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9671
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1061281-1215131889.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.48/0.56	     nbVariables=918  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1836
0.48/0.56	       =>  wckTime=0.325  cpuTime=0.23  mem=9M804
0.48/0.56	   
0.48/0.56	   predicates being loaded...
0.58/0.63	   
0.58/0.63	   constraints being loaded...
3.44/3.56	     nbConstraints=9673  nbGlobalConstraints=2  nbConvertedConstraints=9099  nbConvertConstraintsChecks=16
3.44/3.56	     nbExtensionStructures=2  nbSharedExtensionStructures=9097  nbConflictsStructures=3
3.44/3.56	     nbSharedConflictsStructures=9185  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=5
3.44/3.56	     nbEvaluationManagers=2  nbSharedEvaluationManagers=570  minDegree=3  maxDegree=111  minArity=2  avgArity=3.63
3.44/3.56	     maxArity=612  nbGenerators=2  nbFusions=0  symmetryWckTime=1.053  symmetryCpuTime=0.57
3.44/3.56	       =>  wckTime=3.323  cpuTime=2.52  mem=58M197
3.63/3.73	   
3.63/3.73	   solver IterativeSystematicSolver being built... 
3.83/3.91	   
3.83/3.91	   INFO : Forward propagation technique limited 
3.93/4.04	       =>  wckTime=3.802  cpuTime=2.77  mem=32M910
3.93/4.08	   
3.93/4.08	   preprocessing
3.93/4.08	     nbConstraintChecks=0  nbPropagations=918  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.93/4.08	     detectedInconsistency=no
3.93/4.08	       =>  wckTime=0.033  cpuTime=0.03  mem=35M799
5.51/5.67	   
5.51/5.67	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=36M795)

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-1061281-1215131889/watcher-1061281-1215131889 -o /tmp/evaluation-result-1061281-1215131889/solver-1061281-1215131889 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1061281-1215131889.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.84 1.94 1.91 4/80 19913
/proc/meminfo: memFree=1488640/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=1616 CPUtime=0
/proc/19913/stat : 19913 (java) R 19911 19913 19876 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1992157673 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/19913/statm: 404 148 122 9 0 46 0

[startup+0.083646 s]
/proc/loadavg: 1.84 1.94 1.91 4/80 19913
/proc/meminfo: memFree=1488640/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=865856 CPUtime=0.06
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 3485 0 1 0 5 1 0 0 18 0 9 0 1992157673 886636544 2975 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 216464 2975 1608 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102266 s]
/proc/loadavg: 1.84 1.94 1.91 4/80 19913
/proc/meminfo: memFree=1488640/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=865884 CPUtime=0.08
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 3708 0 1 0 7 1 0 0 18 0 9 0 1992157673 886665216 3174 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 216471 3174 1683 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301294 s]
/proc/loadavg: 1.84 1.94 1.91 4/80 19913
/proc/meminfo: memFree=1488640/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=866196 CPUtime=0.28
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 5620 0 1 0 25 3 0 0 18 0 9 0 1992157673 886984704 5034 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 216549 5034 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701347 s]
/proc/loadavg: 1.84 1.94 1.91 4/80 19913
/proc/meminfo: memFree=1488640/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=867100 CPUtime=0.68
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 7969 0 1 0 63 5 0 0 18 0 9 0 1992157673 887910400 7329 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 216775 7329 2006 9 0 211281 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867100

[startup+1.50245 s]
/proc/loadavg: 1.84 1.94 1.91 3/89 19922
/proc/meminfo: memFree=1452152/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=867600 CPUtime=1.48
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 18716 0 1 0 136 12 0 0 18 0 9 0 1992157673 888422400 18049 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 216900 18049 2006 9 0 211428 0
[pid=19913/tid=19915] ppid=19911 vsize=867600 CPUtime=1.19
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 15780 0 1 0 109 10 0 0 25 0 9 0 1992157674 888422400 18049 996147200 134512640 134550740 4294955984 18446744073709551615 4126733502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=867600 CPUtime=0.06
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 1557 0 0 0 6 0 0 0 16 0 9 0 1992157675 888422400 18049 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19917] ppid=19911 vsize=867600 CPUtime=0
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1992157676 888422400 18049 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=867600 CPUtime=0
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992157676 888422400 18049 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=867600 CPUtime=0
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992157678 888422400 18049 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=867600 CPUtime=0.18
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 682 0 0 0 18 0 0 0 16 0 9 0 1992157678 888422400 18049 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=867600 CPUtime=0
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992157678 888422400 18049 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=867600 CPUtime=0
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992157678 888422400 18049 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867600

[startup+3.10267 s]
/proc/loadavg: 1.85 1.94 1.91 3/89 19922
/proc/meminfo: memFree=1423736/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=868948 CPUtime=2.81
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 23125 0 1 0 231 50 0 0 18 0 10 0 1992157673 889802752 22198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217237 22198 2010 9 0 211765 0
[pid=19913/tid=19915] ppid=19911 vsize=868948 CPUtime=2.34
/proc/19913/task/19915/stat : 19915 (java) S 19911 19913 19876 0 -1 64 15999 0 1 0 188 46 0 0 23 0 10 0 1992157674 889802752 22198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=868948 CPUtime=0.19
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 5643 0 0 0 18 1 0 0 17 0 10 0 1992157675 889802752 22198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19917] ppid=19911 vsize=868948 CPUtime=0
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 1992157676 889802752 22198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=868948 CPUtime=0
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1992157676 889802752 22198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=868948 CPUtime=0
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1992157678 889802752 22198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=868948 CPUtime=0.23
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 713 0 0 0 23 0 0 0 16 0 10 0 1992157678 889802752 22198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=868948 CPUtime=0
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 1992157678 889802752 22198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=868948 CPUtime=0
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1992157678 889802752 22198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 868948

[startup+6.30111 s]
/proc/loadavg: 1.85 1.94 1.91 3/89 19926
/proc/meminfo: memFree=1400184/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=869052 CPUtime=6.21
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 44963 1163 1 0 537 56 27 1 18 0 9 0 1992157673 889909248 24479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217263 24479 2615 9 0 211791 0
[pid=19913/tid=19915] ppid=19911 vsize=869052 CPUtime=5.43
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 30452 1163 1 0 465 50 27 1 17 0 9 0 1992157674 889909248 24479 996147200 134512640 134550740 4294955984 18446744073709551615 4127265018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=869052 CPUtime=0.66
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 12653 1163 0 0 35 3 27 1 16 0 9 0 1992157675 889909248 24479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19913/tid=19917] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 14 1163 0 0 0 0 27 1 16 0 9 0 1992157676 889909248 24479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.64
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 986 1163 0 0 36 0 27 1 15 0 9 0 1992157678 889909248 24479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 1163 0 0 0 0 27 1 19 0 9 0 1992157678 889909248 24479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 37 1163 0 0 0 0 27 1 15 0 9 0 1992157678 889909248 24479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 869052

[startup+12.702 s]
/proc/loadavg: 1.88 1.94 1.91 3/89 19926
/proc/meminfo: memFree=1400120/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=869052 CPUtime=12.55
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 44994 1163 1 0 1171 56 27 1 18 0 9 0 1992157673 889909248 24487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217263 24487 2615 9 0 211791 0
[pid=19913/tid=19915] ppid=19911 vsize=869052 CPUtime=11.75
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 30455 1163 1 0 1097 50 27 1 20 0 9 0 1992157674 889909248 24487 996147200 134512640 134550740 4294955984 18446744073709551615 4127264404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=869052 CPUtime=0.66
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 12653 1163 0 0 35 3 27 1 16 0 9 0 1992157675 889909248 24487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19913/tid=19917] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 14 1163 0 0 0 0 27 1 16 0 9 0 1992157676 889909248 24487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.67
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 1014 1163 0 0 38 1 27 1 16 0 9 0 1992157678 889909248 24487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 1163 0 0 0 0 27 1 19 0 9 0 1992157678 889909248 24487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 37 1163 0 0 0 0 27 1 15 0 9 0 1992157678 889909248 24487 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 869052

[startup+25.5027 s]
/proc/loadavg: 1.89 1.94 1.91 3/89 19926
/proc/meminfo: memFree=1400184/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=869052 CPUtime=25.23
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 45022 1163 1 0 2438 57 27 1 18 0 9 0 1992157673 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217263 24495 2615 9 0 211791 0
[pid=19913/tid=19915] ppid=19911 vsize=869052 CPUtime=24.41
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 30457 1163 1 0 2362 51 27 1 18 0 9 0 1992157674 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4127262332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=869052 CPUtime=0.66
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 12653 1163 0 0 35 3 27 1 16 0 9 0 1992157675 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19913/tid=19917] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 14 1163 0 0 0 0 27 1 16 0 9 0 1992157676 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.68
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 1040 1163 0 0 39 1 27 1 16 0 9 0 1992157678 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 1163 0 0 0 0 27 1 19 0 9 0 1992157678 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 37 1163 0 0 0 0 27 1 15 0 9 0 1992157678 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 869052

[startup+51.1022 s]
/proc/loadavg: 1.93 1.94 1.91 3/89 19926
/proc/meminfo: memFree=1400184/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=869052 CPUtime=50.59
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 45025 1163 1 0 4974 57 27 1 18 0 9 0 1992157673 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217263 24495 2615 9 0 211791 0
[pid=19913/tid=19915] ppid=19911 vsize=869052 CPUtime=49.77
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 30458 1163 1 0 4898 51 27 1 25 0 9 0 1992157674 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4127264343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=869052 CPUtime=0.66
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 12653 1163 0 0 35 3 27 1 16 0 9 0 1992157675 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19913/tid=19917] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 14 1163 0 0 0 0 27 1 16 0 9 0 1992157676 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.69
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 1042 1163 0 0 40 1 27 1 16 0 9 0 1992157678 889909248 24495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28

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

/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.69
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 1050 1163 0 0 40 1 27 1 16 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 1163 0 0 0 0 27 1 19 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 37 1163 0 0 0 0 27 1 15 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.81
Current children cumulated vsize (KiB) 869052

[startup+1602.3 s]
/proc/loadavg: 2.39 2.10 1.96 3/90 19975
/proc/meminfo: memFree=1400808/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=869052 CPUtime=1587.25
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 45036 1163 1 0 158636 61 27 1 18 0 9 0 1992157673 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217263 24499 2615 9 0 211791 0
[pid=19913/tid=19915] ppid=19911 vsize=869052 CPUtime=1586.42
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 30461 1163 1 0 158559 55 27 1 25 0 9 0 1992157674 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4127220528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=869052 CPUtime=0.66
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 12653 1163 0 0 35 3 27 1 16 0 9 0 1992157675 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19913/tid=19917] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 14 1163 0 0 0 0 27 1 16 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.69
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 1050 1163 0 0 40 1 27 1 16 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 1163 0 0 0 0 27 1 19 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 37 1163 0 0 0 0 27 1 15 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.25
Current children cumulated vsize (KiB) 869052

[startup+1662.3 s]
/proc/loadavg: 2.20 2.10 1.97 3/90 19975
/proc/meminfo: memFree=1400744/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=869052 CPUtime=1646.68
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 45036 1163 1 0 164579 61 27 1 18 0 9 0 1992157673 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217263 24499 2615 9 0 211791 0
[pid=19913/tid=19915] ppid=19911 vsize=869052 CPUtime=1645.85
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 30461 1163 1 0 164502 55 27 1 25 0 9 0 1992157674 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4127262357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=869052 CPUtime=0.66
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 12653 1163 0 0 35 3 27 1 16 0 9 0 1992157675 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19913/tid=19917] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 14 1163 0 0 0 0 27 1 16 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.69
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 1050 1163 0 0 40 1 27 1 16 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 1163 0 0 0 0 27 1 19 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 37 1163 0 0 0 0 27 1 15 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.68
Current children cumulated vsize (KiB) 869052

[startup+1722.3 s]
/proc/loadavg: 2.21 2.11 1.98 3/90 19975
/proc/meminfo: memFree=1399784/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=869052 CPUtime=1706.12
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 45036 1163 1 0 170523 61 27 1 18 0 9 0 1992157673 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217263 24499 2615 9 0 211791 0
[pid=19913/tid=19915] ppid=19911 vsize=869052 CPUtime=1705.29
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 30461 1163 1 0 170446 55 27 1 25 0 9 0 1992157674 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4127262332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=869052 CPUtime=0.66
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 12653 1163 0 0 35 3 27 1 16 0 9 0 1992157675 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19913/tid=19917] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 14 1163 0 0 0 0 27 1 16 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.69
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 1050 1163 0 0 40 1 27 1 16 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 1163 0 0 0 0 27 1 19 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 37 1163 0 0 0 0 27 1 15 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.12
Current children cumulated vsize (KiB) 869052

[startup+1782.3 s]
/proc/loadavg: 2.13 2.10 1.98 3/90 19975
/proc/meminfo: memFree=1399656/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=869052 CPUtime=1765.56
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 45036 1163 1 0 176467 61 27 1 18 0 9 0 1992157673 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217263 24499 2615 9 0 211791 0
[pid=19913/tid=19915] ppid=19911 vsize=869052 CPUtime=1764.73
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 30461 1163 1 0 176390 55 27 1 25 0 9 0 1992157674 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4127275228 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=869052 CPUtime=0.66
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 12653 1163 0 0 35 3 27 1 16 0 9 0 1992157675 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19913/tid=19917] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 14 1163 0 0 0 0 27 1 16 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.69
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 1050 1163 0 0 40 1 27 1 16 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 1163 0 0 0 0 27 1 19 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 37 1163 0 0 0 0 27 1 15 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.56
Current children cumulated vsize (KiB) 869052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 2.15 2.10 1.99 3/90 19975
/proc/meminfo: memFree=1399528/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=869052 CPUtime=1800.03
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 45036 1163 1 0 179914 61 27 1 18 0 9 0 1992157673 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217263 24499 2615 9 0 211791 0
[pid=19913/tid=19915] ppid=19911 vsize=869052 CPUtime=1799.21
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 30461 1163 1 0 179838 55 27 1 25 0 9 0 1992157674 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4127262343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=869052 CPUtime=0.66
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 12653 1163 0 0 35 3 27 1 16 0 9 0 1992157675 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19913/tid=19917] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 14 1163 0 0 0 0 27 1 16 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.69
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 1050 1163 0 0 40 1 27 1 16 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 1163 0 0 0 0 27 1 19 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 37 1163 0 0 0 0 27 1 15 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 869052

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

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

[startup+1817.1 s]
/proc/loadavg: 2.15 2.10 1.99 3/90 19975
/proc/meminfo: memFree=1399528/2055920 swapFree=4180436/4192956
[pid=19913] ppid=19911 vsize=869052 CPUtime=1800.03
/proc/19913/stat : 19913 (java) S 19911 19913 19876 0 -1 0 45036 1163 1 0 179914 61 27 1 18 0 9 0 1992157673 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19913/statm: 217263 24499 2615 9 0 211791 0
[pid=19913/tid=19915] ppid=19911 vsize=869052 CPUtime=1799.21
/proc/19913/task/19915/stat : 19915 (java) R 19911 19913 19876 0 -1 64 30461 1163 1 0 179838 55 27 1 25 0 9 0 1992157674 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4127262343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19916] ppid=19911 vsize=869052 CPUtime=0.66
/proc/19913/task/19916/stat : 19916 (java) S 19911 19913 19876 0 -1 64 12653 1163 0 0 35 3 27 1 16 0 9 0 1992157675 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19913/tid=19917] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19917/stat : 19917 (java) S 19911 19913 19876 0 -1 64 14 1163 0 0 0 0 27 1 16 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19918] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19918/stat : 19918 (java) S 19911 19913 19876 0 -1 64 10 1163 0 0 0 0 27 1 15 0 9 0 1992157676 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19919] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19919/stat : 19919 (java) S 19911 19913 19876 0 -1 64 1 1163 0 0 0 0 27 1 18 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19920] ppid=19911 vsize=869052 CPUtime=0.69
/proc/19913/task/19920/stat : 19920 (java) S 19911 19913 19876 0 -1 64 1050 1163 0 0 40 1 27 1 16 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19921] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19921/stat : 19921 (java) S 19911 19913 19876 0 -1 64 2 1163 0 0 0 0 27 1 19 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19913/tid=19922] ppid=19911 vsize=869052 CPUtime=0.28
/proc/19913/task/19922/stat : 19922 (java) S 19911 19913 19876 0 -1 64 37 1163 0 0 0 0 27 1 15 0 9 0 1992157678 889909248 24499 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 869052

Child status: 143
Real time (s): 1817.17
CPU time (s): 1800.12
CPU user time (s): 1799.47
CPU system time (s): 0.650901
CPU usage (%): 99.0614
Max. virtual memory (cumulated for all children) (KiB): 869284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.650901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46230
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= 38523
involuntary context switches= 64701

runsolver used 2.40463 second user time and 5.87011 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-04 02:38:09
IDJOB=1061281
IDBENCH=54535
IDSOLVER=363
FILE ID=node71/1061281-1215131889
PBS_JOBID= 7877347
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32a1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1061281-1215131889/watcher-1061281-1215131889 -o /tmp/evaluation-result-1061281-1215131889/solver-1061281-1215131889 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1061281-1215131889.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72ae0cb88dda6e556de340f4a34c407f
RANDOM SEED=27123256

node71.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.209
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.209
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:       1489120 kB
Buffers:         41656 kB
Cached:         385024 kB
SwapCached:       6480 kB
Active:         163300 kB
Inactive:       342900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489120 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3624 kB
Writeback:           0 kB
Mapped:          95808 kB
Slab:            45792 kB
Committed_AS:  4971504 kB
PageTables:       2016 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= 66544 MiB
End job on node71 at 2008-07-04 03:08:28