Trace number 1064747

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.14 1811.58

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-tag10.xml
MD5SUM0974d400ab58878f22f5c953bc881e0b
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 benchmark17.8023
Satisfiable
(Un)Satisfiability was proved
Number of variables9071
Number of constraints25913
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25913
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=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1064747-1215143800.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.67/0.79	     nbVariables=9071  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=18141
0.67/0.79	       =>  wckTime=0.544  cpuTime=0.39  mem=32M233
0.67/0.79	   
0.67/0.79	   predicates being loaded...
0.78/0.86	   
0.78/0.86	   constraints being loaded...
8.38/8.55	     nbConstraints=25148  nbGlobalConstraints=1  nbMergedConstraints=766  nbSingletonDomainVariables=1
8.38/8.55	     nbConvertedConstraints=16658  nbConvertConstraintsChecks=26650  nbExtensionStructures=3
8.38/8.55	     nbSharedExtensionStructures=16655  nbConflictsStructures=18  nbSharedConflictsStructures=25129
8.38/8.55	     nbSharedBinaryRepresentations=7  nbEvaluationManagers=15  nbSharedEvaluationManagers=8474  minDegree=1
8.38/8.55	     maxDegree=202  minArity=2  avgArity=2.65  maxArity=5012  nbGenerators=1  nbFusions=0  symmetryWckTime=2.95
8.38/8.55	     symmetryCpuTime=0.34
8.38/8.55	       =>  wckTime=8.308  cpuTime=4.81  mem=75M986
8.87/9.01	   
8.87/9.02	   solver IterativeSystematicSolver being built... 
9.18/9.32	   
9.18/9.32	   INFO : Forward propagation technique limited 
9.58/9.70	       =>  wckTime=9.461  cpuTime=5.38  mem=82M386
76.34/77.10	   
76.34/77.10	   INFO : Stopping ESAC
76.34/77.11	   
76.34/77.11	   preprocessing
76.34/77.11	     nbConstraintChecks=83782  nbValidityChecks=48145  nbPropagations=26345  nbRevisions=80255  nbUselessRevisions=71649
76.34/77.11	     nbSingletonTests=8680  nbEffectiveSingletonTests=0  nbACRemovals=12  nbFoundSingletons=0  nbRemovedValues=12
76.34/77.11	     detectedInconsistency=no
76.34/77.11	       =>  wckTime=67.388  cpuTime=66.69  mem=83M402

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-1064747-1215143800/watcher-1064747-1215143800 -o /tmp/evaluation-result-1064747-1215143800/solver-1064747-1215143800 -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-1064747-1215143800.xml 

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


[startup+0 s]
/proc/loadavg: 2.55 2.40 2.19 4/82 19912
/proc/meminfo: memFree=1066736/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=18572 CPUtime=0
/proc/19912/stat : 19912 (runsolver) R 19910 19912 16538 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1993354616 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 240472616231 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19912/statm: 4643 292 257 25 0 2626 0

[startup+0.0790289 s]
/proc/loadavg: 2.55 2.40 2.19 4/82 19912
/proc/meminfo: memFree=1066736/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=865856 CPUtime=0.06
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 3333 0 1 0 4 2 0 0 18 0 9 0 1993354616 886636544 2855 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 216464 2855 1552 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102025 s]
/proc/loadavg: 2.55 2.40 2.19 4/82 19912
/proc/meminfo: memFree=1066736/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=865884 CPUtime=0.08
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 3681 0 1 0 6 2 0 0 18 0 9 0 1993354616 886665216 3155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 216471 3155 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301046 s]
/proc/loadavg: 2.55 2.40 2.19 4/82 19912
/proc/meminfo: memFree=1066736/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=866196 CPUtime=0.28
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 5611 0 1 0 24 4 0 0 18 0 9 0 1993354616 886984704 5025 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 216549 5025 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.70108 s]
/proc/loadavg: 2.55 2.40 2.19 4/82 19912
/proc/meminfo: memFree=1066736/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=867440 CPUtime=0.67
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 9818 0 1 0 61 6 0 0 18 0 9 0 1993354616 888258560 9188 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 216860 9188 1970 9 0 211388 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867440

[startup+1.50216 s]
/proc/loadavg: 2.55 2.40 2.19 4/91 19921
/proc/meminfo: memFree=1018152/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=867440 CPUtime=1.47
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 18873 0 1 0 135 12 0 0 18 0 9 0 1993354616 888258560 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 216860 18208 2004 9 0 211388 0
[pid=19912/tid=19914] ppid=19910 vsize=867440 CPUtime=1.19
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 15745 0 1 0 109 10 0 0 25 0 9 0 1993354617 888258560 18208 996147200 134512640 134550740 4294955968 18446744073709551615 102902844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19915] ppid=19910 vsize=867440 CPUtime=0.07
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 1799 0 0 0 7 0 0 0 16 0 9 0 1993354619 888258560 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=867440 CPUtime=0
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993354619 888258560 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=867440 CPUtime=0
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993354619 888258560 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=867440 CPUtime=0
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993354621 888258560 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=867440 CPUtime=0.17
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 631 0 0 0 17 0 0 0 16 0 9 0 1993354621 888258560 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19920] ppid=19910 vsize=867440 CPUtime=0
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993354621 888258560 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=867440 CPUtime=0
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993354621 888258560 18208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867440

[startup+3.10129 s]
/proc/loadavg: 2.55 2.40 2.19 4/91 19921
/proc/meminfo: memFree=988264/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=867440 CPUtime=3.05
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 22575 0 1 0 256 49 0 0 18 0 9 0 1993354616 888258560 21907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 216860 21907 2006 9 0 211388 0
[pid=19912/tid=19914] ppid=19910 vsize=867440 CPUtime=2.57
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 15778 0 1 0 213 44 0 0 25 0 9 0 1993354617 888258560 21907 996147200 134512640 134550740 4294955968 18446744073709551615 4126889134 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19915] ppid=19910 vsize=867440 CPUtime=0.23
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 5428 0 0 0 20 3 0 0 17 0 9 0 1993354619 888258560 21907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=867440 CPUtime=0
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993354619 888258560 21907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=867440 CPUtime=0
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993354619 888258560 21907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=867440 CPUtime=0
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993354621 888258560 21907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=867440 CPUtime=0.22
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 671 0 0 0 22 0 0 0 16 0 9 0 1993354621 888258560 21907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19920] ppid=19910 vsize=867440 CPUtime=0
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993354621 888258560 21907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=867440 CPUtime=0
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993354621 888258560 21907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867440

[startup+6.30157 s]
/proc/loadavg: 2.51 2.39 2.19 3/91 19921
/proc/meminfo: memFree=964264/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=867764 CPUtime=5.87
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 32442 0 1 0 463 124 0 0 18 0 10 0 1993354616 888590336 31640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 216941 31640 2012 9 0 211469 0
[pid=19912/tid=19914] ppid=19910 vsize=867764 CPUtime=4.87
/proc/19912/task/19914/stat : 19914 (java) S 19910 19912 16538 0 -1 64 15868 0 1 0 373 114 0 0 24 0 10 0 1993354617 888590336 31640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=19912/tid=19915] ppid=19910 vsize=867764 CPUtime=0.69
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 15107 0 0 0 62 7 0 0 17 0 10 0 1993354619 888590336 31640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=867764 CPUtime=0
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993354619 888590336 31640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=867764 CPUtime=0
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1993354619 888590336 31640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=867764 CPUtime=0
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993354621 888590336 31640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=867764 CPUtime=0.27
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 695 0 0 0 26 1 0 0 15 0 10 0 1993354621 888590336 31640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19920] ppid=19910 vsize=867764 CPUtime=0
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 1993354621 888590336 31640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=867764 CPUtime=0
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1993354621 888590336 31640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 867764

[startup+12.7011 s]
/proc/loadavg: 2.55 2.40 2.19 3/91 19925
/proc/meminfo: memFree=941656/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=868088 CPUtime=12.55
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 61346 1913 1 0 883 132 237 3 18 0 9 0 1993354616 888922112 34395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217022 34395 2615 9 0 211550 0
[pid=19912/tid=19914] ppid=19910 vsize=868088 CPUtime=10.91
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 30778 1913 1 0 733 118 237 3 25 0 9 0 1993354617 888922112 34395 996147200 134512640 134550740 4294955968 18446744073709551615 4126814106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19915] ppid=19910 vsize=868088 CPUtime=3.6
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 28703 1913 0 0 110 10 237 3 16 0 9 0 1993354619 888922112 34395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 16 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 26 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 1913 0 0 0 0 237 3 18 0 9 0 1993354621 888922112 34395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=868088 CPUtime=2.79
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 999 1913 0 0 38 1 237 3 15 0 9 0 1993354621 888922112 34395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19920] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 1913 0 0 0 0 237 3 19 0 9 0 1993354621 888922112 34395 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 8 1913 0 0 0 0 237 3 15 0 9 0 1993354621 888922112 34395 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) 868088

[startup+25.5023 s]
/proc/loadavg: 2.65 2.43 2.20 4/91 19925
/proc/meminfo: memFree=1160728/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=868088 CPUtime=25.23
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 61352 1913 1 0 2151 132 237 3 18 0 9 0 1993354616 888922112 34399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217022 34399 2615 9 0 211550 0
[pid=19912/tid=19914] ppid=19910 vsize=868088 CPUtime=23.59
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 30780 1913 1 0 2001 118 237 3 25 0 9 0 1993354617 888922112 34399 996147200 134512640 134550740 4294955968 18446744073709551615 4127379848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19915] ppid=19910 vsize=868088 CPUtime=3.6
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 28703 1913 0 0 110 10 237 3 17 0 9 0 1993354619 888922112 34399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 16 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 26 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 1913 0 0 0 0 237 3 18 0 9 0 1993354621 888922112 34399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=868088 CPUtime=2.8
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 1003 1913 0 0 39 1 237 3 16 0 9 0 1993354621 888922112 34399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19920] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 1913 0 0 0 0 237 3 19 0 9 0 1993354621 888922112 34399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 8 1913 0 0 0 0 237 3 15 0 9 0 1993354621 888922112 34399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868088

[startup+51.1025 s]
/proc/loadavg: 2.48 2.41 2.20 3/91 19925
/proc/meminfo: memFree=938584/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=868088 CPUtime=50.59
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 61364 1913 1 0 4687 132 237 3 18 0 9 0 1993354616 888922112 34404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217022 34404 2615 9 0 211550 0
[pid=19912/tid=19914] ppid=19910 vsize=868088 CPUtime=48.94
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 30785 1913 1 0 4536 118 237 3 25 0 9 0 1993354617 888922112 34404 996147200 134512640 134550740 4294955968 18446744073709551615 4127379848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19915] ppid=19910 vsize=868088 CPUtime=3.6
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 28703 1913 0 0 110 10 237 3 16 0 9 0 1993354619 888922112 34404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 16 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 26 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 1913 0 0 0 0 237 3 18 0 9 0 1993354621 888922112 34404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=868088 CPUtime=2.81
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 1010 1913 0 0 40 1 237 3 16 0 9 0 1993354621 888922112 34404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19920] ppid=19910 vsize=868088 CPUtime=2.4

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

/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 26 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 1913 0 0 0 0 237 3 18 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=868088 CPUtime=2.86
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 1047 1913 0 0 45 1 237 3 16 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19920] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 1913 0 0 0 0 237 3 19 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 8 1913 0 0 0 0 237 3 15 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.92
Current children cumulated vsize (KiB) 868088

[startup+1602.3 s]
/proc/loadavg: 2.00 2.09 2.18 3/81 19961
/proc/meminfo: memFree=1629672/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=868088 CPUtime=1590.91
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 61410 1913 1 0 158715 136 237 3 18 0 9 0 1993354616 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217022 34436 2615 9 0 211550 0
[pid=19912/tid=19914] ppid=19910 vsize=868088 CPUtime=1589.18
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 30794 1913 1 0 158557 121 237 3 25 0 9 0 1993354617 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4127066231 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19915] ppid=19910 vsize=868088 CPUtime=3.6
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 28703 1913 0 0 110 10 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 16 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 26 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 1913 0 0 0 0 237 3 18 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=868088 CPUtime=2.86
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 1047 1913 0 0 45 1 237 3 16 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19920] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 1913 0 0 0 0 237 3 19 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 8 1913 0 0 0 0 237 3 15 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.91
Current children cumulated vsize (KiB) 868088

[startup+1662.3 s]
/proc/loadavg: 2.03 2.08 2.18 3/81 19961
/proc/meminfo: memFree=1629608/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=868088 CPUtime=1650.89
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 61410 1913 1 0 164713 136 237 3 18 0 9 0 1993354616 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217022 34436 2615 9 0 211550 0
[pid=19912/tid=19914] ppid=19910 vsize=868088 CPUtime=1649.16
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 30794 1913 1 0 164555 121 237 3 25 0 9 0 1993354617 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4127376216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19915] ppid=19910 vsize=868088 CPUtime=3.6
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 28703 1913 0 0 110 10 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 16 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 26 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 1913 0 0 0 0 237 3 18 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=868088 CPUtime=2.86
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 1047 1913 0 0 45 1 237 3 16 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19920] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 1913 0 0 0 0 237 3 19 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=868088 CPUtime=2.41
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 8 1913 0 0 1 0 237 3 15 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.89
Current children cumulated vsize (KiB) 868088

[startup+1722.3 s]
/proc/loadavg: 2.20 2.13 2.18 3/81 19961
/proc/meminfo: memFree=1629544/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=868088 CPUtime=1710.87
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 61410 1913 1 0 170711 136 237 3 18 0 9 0 1993354616 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217022 34436 2615 9 0 211550 0
[pid=19912/tid=19914] ppid=19910 vsize=868088 CPUtime=1709.14
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 30794 1913 1 0 170553 121 237 3 25 0 9 0 1993354617 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4126458391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19915] ppid=19910 vsize=868088 CPUtime=3.6
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 28703 1913 0 0 110 10 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 16 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 26 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 1913 0 0 0 0 237 3 18 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=868088 CPUtime=2.86
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 1047 1913 0 0 45 1 237 3 16 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19920] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 1913 0 0 0 0 237 3 19 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=868088 CPUtime=2.41
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 8 1913 0 0 1 0 237 3 15 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.87
Current children cumulated vsize (KiB) 868088

[startup+1782.3 s]
/proc/loadavg: 2.07 2.10 2.17 3/81 19961
/proc/meminfo: memFree=1629416/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=868088 CPUtime=1770.85
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 61410 1913 1 0 176709 136 237 3 18 0 9 0 1993354616 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217022 34436 2615 9 0 211550 0
[pid=19912/tid=19914] ppid=19910 vsize=868088 CPUtime=1769.12
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 30794 1913 1 0 176551 121 237 3 25 0 9 0 1993354617 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4127392315 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19915] ppid=19910 vsize=868088 CPUtime=3.6
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 28703 1913 0 0 110 10 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 16 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 26 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 1913 0 0 0 0 237 3 18 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=868088 CPUtime=2.86
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 1047 1913 0 0 45 1 237 3 16 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19920] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 1913 0 0 0 0 237 3 19 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=868088 CPUtime=2.41
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 8 1913 0 0 1 0 237 3 15 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.85
Current children cumulated vsize (KiB) 868088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 2.04 2.09 2.16 3/81 19961
/proc/meminfo: memFree=1629416/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=868088 CPUtime=1800.04
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 61410 1913 1 0 179628 136 237 3 18 0 9 0 1993354616 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217022 34436 2615 9 0 211550 0
[pid=19912/tid=19914] ppid=19910 vsize=868088 CPUtime=1798.31
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 30794 1913 1 0 179470 121 237 3 25 0 9 0 1993354617 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4127451179 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19915] ppid=19910 vsize=868088 CPUtime=3.6
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 28703 1913 0 0 110 10 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 16 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 26 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 1913 0 0 0 0 237 3 18 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=868088 CPUtime=2.86
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 1047 1913 0 0 45 1 237 3 16 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19920] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 1913 0 0 0 0 237 3 19 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=868088 CPUtime=2.41
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 8 1913 0 0 1 0 237 3 15 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868088

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

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

[startup+1811.5 s]
/proc/loadavg: 2.04 2.09 2.16 3/81 19961
/proc/meminfo: memFree=1629416/2055920 swapFree=4180972/4192956
[pid=19912] ppid=19910 vsize=868088 CPUtime=1800.04
/proc/19912/stat : 19912 (java) S 19910 19912 16538 0 -1 0 61410 1913 1 0 179628 136 237 3 18 0 9 0 1993354616 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19912/statm: 217022 34436 2615 9 0 211550 0
[pid=19912/tid=19914] ppid=19910 vsize=868088 CPUtime=1798.31
/proc/19912/task/19914/stat : 19914 (java) R 19910 19912 16538 0 -1 64 30794 1913 1 0 179470 121 237 3 25 0 9 0 1993354617 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4127451179 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19915] ppid=19910 vsize=868088 CPUtime=3.6
/proc/19912/task/19915/stat : 19915 (java) S 19910 19912 16538 0 -1 64 28703 1913 0 0 110 10 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19916] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19916/stat : 19916 (java) S 19910 19912 16538 0 -1 64 16 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19917] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19917/stat : 19917 (java) S 19910 19912 16538 0 -1 64 26 1913 0 0 0 0 237 3 16 0 9 0 1993354619 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19918] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19918/stat : 19918 (java) S 19910 19912 16538 0 -1 64 1 1913 0 0 0 0 237 3 18 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19919] ppid=19910 vsize=868088 CPUtime=2.86
/proc/19912/task/19919/stat : 19919 (java) S 19910 19912 16538 0 -1 64 1047 1913 0 0 45 1 237 3 16 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19912/tid=19920] ppid=19910 vsize=868088 CPUtime=2.4
/proc/19912/task/19920/stat : 19920 (java) S 19910 19912 16538 0 -1 64 2 1913 0 0 0 0 237 3 19 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19912/tid=19921] ppid=19910 vsize=868088 CPUtime=2.41
/proc/19912/task/19921/stat : 19921 (java) S 19910 19912 16538 0 -1 64 8 1913 0 0 1 0 237 3 15 0 9 0 1993354621 888922112 34436 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868088

Child status: 143
Real time (s): 1811.58
CPU time (s): 1800.14
CPU user time (s): 1798.72
CPU system time (s): 1.41878
CPU usage (%): 99.3683
Max. virtual memory (cumulated for all children) (KiB): 878544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.41878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63354
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= 38589
involuntary context switches= 58486

runsolver used 2.5996 second user time and 5.66014 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 05:56:40
IDJOB=1064747
IDBENCH=54987
IDSOLVER=364
FILE ID=node15/1064747-1215143800
PBS_JOBID= 7877322
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0974d400ab58878f22f5c953bc881e0b
RANDOM SEED=1929166802

node15.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.229
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.229
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:       1067216 kB
Buffers:         17828 kB
Cached:         132416 kB
SwapCached:       6020 kB
Active:         881488 kB
Inactive:        45044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1067216 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            5968 kB
Writeback:           0 kB
Mapped:         792516 kB
Slab:            45868 kB
Committed_AS:  4293628 kB
PageTables:       3496 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 node15 at 2008-07-04 06:26:53