Trace number 1082442

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.13 1810.59

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-24.xml
MD5SUM9306ef7954ddac95b00e0f57746494c3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.66675
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size548
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1082442-1215222670.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.39	     nbVariables=200  nbDomainTypes=65  minDomainSize=451  maxDomainSize=548  nbTotalValues=100248
0.28/0.39	       =>  wckTime=0.148  cpuTime=0.12  mem=10M818
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.38/0.44	   
0.38/0.44	   constraints being loaded...
4.26/4.40	     nbConstraints=2810  nbGlobalConstraints=2710  nbConvertedConstraints=100  nbConvertConstraintsChecks=16437502
4.26/4.40	     nbExtensionStructures=65  nbSharedExtensionStructures=35  nbConflictsStructures=65  nbSharedConflictsStructures=35
4.26/4.40	     nbSharedBinaryRepresentations=32636  minDegree=19  maxDegree=38  minArity=2  avgArity=2.03  maxArity=11
4.26/4.40	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.318  symmetryCpuTime=0.24  nbCliques=10
4.26/4.40	       =>  wckTime=4.159  cpuTime=3.89  mem=44M238
4.45/4.54	   
4.45/4.54	   solver IterativeSystematicSolver being built... 
4.56/4.61	   
4.56/4.61	   INFO : Forward propagation technique limited 
4.56/4.68	       =>  wckTime=4.443  cpuTime=4.01  mem=32M525
4.66/4.71	   
4.66/4.71	   preprocessing
4.66/4.72	     nbConstraintChecks=0  nbPropagations=200  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
4.66/4.72	     detectedInconsistency=no
4.66/4.72	       =>  wckTime=0.026  cpuTime=0.01  mem=33M475
9.81/9.91	   
9.81/9.91	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M713)

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-1082442-1215222670/watcher-1082442-1215222670 -o /tmp/evaluation-result-1082442-1215222670/solver-1082442-1215222670 -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-1082442-1215222670.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.92 2.03 2.06 4/74 25841
/proc/meminfo: memFree=1718616/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=0 CPUtime=0
/proc/25841/stat : 25841 (java) R 25839 25841 21923 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1551937370 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25841/statm: 35 3 0 0 0 1 0

[startup+0.0682941 s]
/proc/loadavg: 1.92 2.03 2.06 4/74 25841
/proc/meminfo: memFree=1718616/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=865856 CPUtime=0.05
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 3153 0 1 0 4 1 0 0 18 0 9 0 1551937370 886636544 2679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 216464 2685 1400 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101299 s]
/proc/loadavg: 1.92 2.03 2.06 4/74 25841
/proc/meminfo: memFree=1718616/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=865884 CPUtime=0.09
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 3736 0 1 0 7 2 0 0 18 0 9 0 1551937370 886665216 3199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 216471 3200 1695 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301321 s]
/proc/loadavg: 1.92 2.03 2.06 4/74 25841
/proc/meminfo: memFree=1718616/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=866408 CPUtime=0.28
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 6025 0 1 0 24 4 0 0 18 0 9 0 1551937370 887201792 5399 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 216602 5399 1956 9 0 211130 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866408

[startup+0.701365 s]
/proc/loadavg: 1.92 2.03 2.06 4/74 25841
/proc/meminfo: memFree=1718616/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=867676 CPUtime=0.68
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 9914 0 1 0 61 7 0 0 18 0 9 0 1551937370 888500224 9274 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 216919 9275 2011 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50245 s]
/proc/loadavg: 1.92 2.03 2.06 3/83 25850
/proc/meminfo: memFree=1686224/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=867676 CPUtime=1.48
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 11260 0 1 0 138 10 0 0 18 0 9 0 1551937370 888500224 10617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 216919 10617 2014 9 0 211425 0
[pid=25841/tid=25843] ppid=25839 vsize=867676 CPUtime=1.27
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 9874 0 1 0 119 8 0 0 25 0 9 0 1551937371 888500224 10617 996147200 134512640 134550740 4294955968 18446744073709551615 4126871992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25844] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1551937373 888500224 10617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25845] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 1551937373 888500224 10617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25846] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 1551937373 888500224 10617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25847] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1551937375 888500224 10617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=867676 CPUtime=0.18
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 689 0 0 0 18 0 0 0 15 0 9 0 1551937375 888500224 10617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25849] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1551937375 888500224 10617 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551937375 888500224 10617 996147200 134512640 134550740 4294955968 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) 867676

[startup+3.10163 s]
/proc/loadavg: 1.92 2.03 2.06 3/83 25850
/proc/meminfo: memFree=1680592/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=867676 CPUtime=3.08
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 13266 0 1 0 292 16 0 0 18 0 9 0 1551937370 888500224 12621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 216919 12621 2014 9 0 211425 0
[pid=25841/tid=25843] ppid=25839 vsize=867676 CPUtime=2.85
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 11860 0 1 0 271 14 0 0 25 0 9 0 1551937371 888500224 12621 996147200 134512640 134550740 4294955968 18446744073709551615 4126898589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25844] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1551937373 888500224 12621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25845] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 9 0 0 0 0 0 0 0 21 0 9 0 1551937373 888500224 12621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25846] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 1551937373 888500224 12621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25847] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1551937375 888500224 12621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=867676 CPUtime=0.2
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 709 0 0 0 20 0 0 0 15 0 9 0 1551937375 888500224 12621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25849] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1551937375 888500224 12621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=867676 CPUtime=0
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551937375 888500224 12621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867676

[startup+6.303 s]
/proc/loadavg: 1.93 2.03 2.06 3/83 25854
/proc/meminfo: memFree=1653384/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=868112 CPUtime=6.25
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 35039 434 1 0 596 26 2 1 18 0 9 0 1551937370 888946688 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 217028 21899 2637 9 0 211534 0
[pid=25841/tid=25843] ppid=25839 vsize=868112 CPUtime=5.74
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 22975 434 1 0 550 21 2 1 25 0 9 0 1551937371 888946688 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4127221454 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25844] ppid=25839 vsize=868112 CPUtime=0.18
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 10240 434 0 0 13 2 2 1 17 0 9 0 1551937373 888946688 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25845] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 13 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.35
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 942 434 0 0 31 1 2 1 15 0 9 0 1551937375 888946688 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 434 0 0 0 0 2 1 24 0 9 0 1551937375 888946688 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 47 434 0 0 0 0 2 1 15 0 9 0 1551937375 888946688 21899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868112

[startup+12.7017 s]
/proc/loadavg: 2.01 2.05 2.07 3/83 25854
/proc/meminfo: memFree=1633800/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=868112 CPUtime=12.6
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 36747 434 1 0 1229 28 2 1 18 0 9 0 1551937370 888946688 23572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 217028 23572 2637 9 0 211534 0
[pid=25841/tid=25843] ppid=25839 vsize=868112 CPUtime=12.03
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 22985 434 1 0 1178 22 2 1 25 0 9 0 1551937371 888946688 23572 996147200 134512640 134550740 4294955968 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25844] ppid=25839 vsize=868112 CPUtime=0.2
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 11899 434 0 0 14 3 2 1 16 0 9 0 1551937373 888946688 23572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25845] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 13 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 23572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.39
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 981 434 0 0 35 1 2 1 16 0 9 0 1551937375 888946688 23572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 434 0 0 0 0 2 1 24 0 9 0 1551937375 888946688 23572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 47 434 0 0 0 0 2 1 15 0 9 0 1551937375 888946688 23572 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 868112

[startup+25.5022 s]
/proc/loadavg: 2.08 2.06 2.07 3/83 25854
/proc/meminfo: memFree=1633736/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=868112 CPUtime=25.27
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 36778 434 1 0 2496 28 2 1 18 0 9 0 1551937370 888946688 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 217028 23590 2637 9 0 211534 0
[pid=25841/tid=25843] ppid=25839 vsize=868112 CPUtime=24.68
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 22998 434 1 0 2443 22 2 1 25 0 9 0 1551937371 888946688 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4127222186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25844] ppid=25839 vsize=868112 CPUtime=0.23
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 11917 434 0 0 17 3 2 1 16 0 9 0 1551937373 888946688 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25845] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 13 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.39
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 981 434 0 0 35 1 2 1 16 0 9 0 1551937375 888946688 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 434 0 0 0 0 2 1 24 0 9 0 1551937375 888946688 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 47 434 0 0 0 0 2 1 15 0 9 0 1551937375 888946688 23590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 868112

[startup+51.1021 s]
/proc/loadavg: 2.13 2.07 2.07 3/83 25854
/proc/meminfo: memFree=1633608/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=868112 CPUtime=50.64
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 36817 434 1 0 5033 28 2 1 18 0 9 0 1551937370 888946688 23605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 217028 23605 2637 9 0 211534 0
[pid=25841/tid=25843] ppid=25839 vsize=868112 CPUtime=50.01
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 23022 434 1 0 4976 22 2 1 25 0 9 0 1551937371 888946688 23605 996147200 134512640 134550740 4294955968 18446744073709551615 4127183514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25844] ppid=25839 vsize=868112 CPUtime=0.26
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 11929 434 0 0 20 3 2 1 16 0 9 0 1551937373 888946688 23605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25845] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 13 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 23605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.39
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 984 434 0 0 35 1 2 1 16 0 9 0 1551937375 888946688 23605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03

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

/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.4
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 986 434 0 0 36 1 2 1 16 0 9 0 1551937375 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 434 0 0 0 0 2 1 24 0 9 0 1551937375 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 47 434 0 0 0 0 2 1 15 0 9 0 1551937375 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.04
Current children cumulated vsize (KiB) 868112

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/81 26461
/proc/meminfo: memFree=1599896/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=868112 CPUtime=1592
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 38334 434 1 0 159142 55 2 1 18 0 9 0 1551937370 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 217028 23750 2637 9 0 211534 0
[pid=25841/tid=25843] ppid=25839 vsize=868112 CPUtime=1589.56
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 24394 434 1 0 158913 40 2 1 25 0 9 0 1551937371 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4127196321 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25844] ppid=25839 vsize=868112 CPUtime=2.06
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 12072 434 0 0 191 12 2 1 16 0 9 0 1551937373 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25845] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 13 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.4
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 986 434 0 0 36 1 2 1 16 0 9 0 1551937375 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 434 0 0 0 0 2 1 24 0 9 0 1551937375 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 47 434 0 0 0 0 2 1 15 0 9 0 1551937375 888946688 23750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592
Current children cumulated vsize (KiB) 868112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/81 26461
/proc/meminfo: memFree=1599896/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=868112 CPUtime=1651.95
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 38404 434 1 0 165136 56 2 1 18 0 9 0 1551937370 888946688 23755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 217028 23755 2637 9 0 211534 0
[pid=25841/tid=25843] ppid=25839 vsize=868112 CPUtime=1649.45
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 24459 434 1 0 164901 41 2 1 25 0 9 0 1551937371 888946688 23755 996147200 134512640 134550740 4294955968 18446744073709551615 4127222260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25844] ppid=25839 vsize=868112 CPUtime=2.12
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 12077 434 0 0 197 12 2 1 17 0 9 0 1551937373 888946688 23755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25845] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 13 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 23755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.4
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 986 434 0 0 36 1 2 1 16 0 9 0 1551937375 888946688 23755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 434 0 0 0 0 2 1 24 0 9 0 1551937375 888946688 23755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 47 434 0 0 0 0 2 1 15 0 9 0 1551937375 888946688 23755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.95
Current children cumulated vsize (KiB) 868112

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/81 26461
/proc/meminfo: memFree=1599896/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=868112 CPUtime=1711.9
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 38471 434 1 0 171130 57 2 1 18 0 9 0 1551937370 888946688 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 217028 23758 2637 9 0 211534 0
[pid=25841/tid=25843] ppid=25839 vsize=868112 CPUtime=1709.32
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 24523 434 1 0 170888 41 2 1 25 0 9 0 1551937371 888946688 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4127078002 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25844] ppid=25839 vsize=868112 CPUtime=2.2
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 12080 434 0 0 204 13 2 1 16 0 9 0 1551937373 888946688 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25845] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 13 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.4
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 986 434 0 0 36 1 2 1 16 0 9 0 1551937375 888946688 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 434 0 0 0 0 2 1 24 0 9 0 1551937375 888946688 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 47 434 0 0 0 0 2 1 15 0 9 0 1551937375 888946688 23758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.9
Current children cumulated vsize (KiB) 868112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/81 26461
/proc/meminfo: memFree=1599832/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=868112 CPUtime=1771.84
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 38534 434 1 0 177124 57 2 1 18 0 9 0 1551937370 888946688 23762 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 217028 23762 2637 9 0 211534 0
[pid=25841/tid=25843] ppid=25839 vsize=868112 CPUtime=1769.2
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 24582 434 1 0 176876 41 2 1 25 0 9 0 1551937371 888946688 23762 996147200 134512640 134550740 4294955968 18446744073709551615 4127200718 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25844] ppid=25839 vsize=868112 CPUtime=2.27
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 12084 434 0 0 211 13 2 1 17 0 9 0 1551937373 888946688 23762 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25845] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 13 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23762 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23762 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 23762 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.4
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 986 434 0 0 36 1 2 1 16 0 9 0 1551937375 888946688 23762 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 434 0 0 0 0 2 1 24 0 9 0 1551937375 888946688 23762 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 47 434 0 0 0 0 2 1 15 0 9 0 1551937375 888946688 23762 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.84
Current children cumulated vsize (KiB) 868112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.5 s]
/proc/loadavg: 2.00 2.00 2.02 3/81 26461
/proc/meminfo: memFree=1599768/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=868112 CPUtime=1800.04
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 38581 434 1 0 179943 58 2 1 18 0 9 0 1551937370 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 217028 23777 2637 9 0 211534 0
[pid=25841/tid=25843] ppid=25839 vsize=868112 CPUtime=1797.35
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 24614 434 1 0 179691 41 2 1 25 0 9 0 1551937371 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4126871989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25844] ppid=25839 vsize=868112 CPUtime=2.31
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 12099 434 0 0 215 13 2 1 16 0 9 0 1551937373 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25845] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 13 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.4
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 986 434 0 0 36 1 2 1 16 0 9 0 1551937375 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 434 0 0 0 0 2 1 24 0 9 0 1551937375 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 47 434 0 0 0 0 2 1 15 0 9 0 1551937375 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868112

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

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

[startup+1810.5 s]
/proc/loadavg: 2.00 2.00 2.02 3/81 26461
/proc/meminfo: memFree=1599768/2055920 swapFree=4112696/4192956
[pid=25841] ppid=25839 vsize=868112 CPUtime=1800.04
/proc/25841/stat : 25841 (java) S 25839 25841 21923 0 -1 0 38581 434 1 0 179943 58 2 1 18 0 9 0 1551937370 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25841/statm: 217028 23777 2637 9 0 211534 0
[pid=25841/tid=25843] ppid=25839 vsize=868112 CPUtime=1797.35
/proc/25841/task/25843/stat : 25843 (java) R 25839 25841 21923 0 -1 64 24614 434 1 0 179691 41 2 1 25 0 9 0 1551937371 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4126871989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25844] ppid=25839 vsize=868112 CPUtime=2.31
/proc/25841/task/25844/stat : 25844 (java) S 25839 25841 21923 0 -1 64 12099 434 0 0 215 13 2 1 16 0 9 0 1551937373 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25845] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25845/stat : 25845 (java) S 25839 25841 21923 0 -1 64 13 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25846/stat : 25846 (java) S 25839 25841 21923 0 -1 64 18 434 0 0 0 0 2 1 16 0 9 0 1551937373 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25847/stat : 25847 (java) S 25839 25841 21923 0 -1 64 1 434 0 0 0 0 2 1 23 0 9 0 1551937375 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25848] ppid=25839 vsize=868112 CPUtime=0.4
/proc/25841/task/25848/stat : 25848 (java) S 25839 25841 21923 0 -1 64 986 434 0 0 36 1 2 1 16 0 9 0 1551937375 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25841/tid=25849] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25849/stat : 25849 (java) S 25839 25841 21923 0 -1 64 2 434 0 0 0 0 2 1 24 0 9 0 1551937375 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25841/tid=25850] ppid=25839 vsize=868112 CPUtime=0.03
/proc/25841/task/25850/stat : 25850 (java) S 25839 25841 21923 0 -1 64 47 434 0 0 0 0 2 1 15 0 9 0 1551937375 888946688 23777 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868112

Child status: 143
Real time (s): 1810.59
CPU time (s): 1800.13
CPU user time (s): 1799.52
CPU system time (s): 0.608907
CPU usage (%): 99.4226
Max. virtual memory (cumulated for all children) (KiB): 871920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.608907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39045
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= 49099
involuntary context switches= 58356

runsolver used 2.19067 second user time and 6.24005 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-05 03:51:10
IDJOB=1082442
IDBENCH=57251
IDSOLVER=364
FILE ID=node38/1082442-1215222670
PBS_JOBID= 7881695
Free space on /tmp= 66440 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-10/normalized-super-os-taillard-10-24.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-1082442-1215222670/watcher-1082442-1215222670 -o /tmp/evaluation-result-1082442-1215222670/solver-1082442-1215222670 -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-1082442-1215222670.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9306ef7954ddac95b00e0f57746494c3
RANDOM SEED=946787279

node38.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.223
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.223
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:       1719096 kB
Buffers:         36372 kB
Cached:         149028 kB
SwapCached:      74020 kB
Active:         230824 kB
Inactive:        51684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719096 kB
SwapTotal:     4192956 kB
SwapFree:      4112696 kB
Dirty:            2392 kB
Writeback:           0 kB
Mapped:         103912 kB
Slab:            39440 kB
Committed_AS:  3032036 kB
PageTables:       2052 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= 66436 MiB
End job on node38 at 2008-07-05 04:21:22