Trace number 1081748

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-43.xml
MD5SUMf2f84342904e22f7d1d97c8f943ceaa0
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 benchmark145.621
Satisfiable
(Un)Satisfiability was proved
Number of variables1849
Number of constraints38871
Maximum constraint arity2
Maximum domain size43
Number of constraints which are defined in extension0
Number of constraints which are defined in intension38871
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1081748-1215218801.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.58/0.68	     nbVariables=1849  nbDomainTypes=1  minDomainSize=43  maxDomainSize=43  nbTotalValues=79507
0.58/0.68	       =>  wckTime=0.434  cpuTime=0.29  mem=13M705
0.58/0.68	   
0.58/0.68	   predicates being loaded...
0.68/0.75	   
0.68/0.75	   constraints being loaded...
41.45/41.91	     nbConstraints=39632  nbGlobalConstraints=761  nbConvertedConstraints=38871  nbConvertConstraintsChecks=33984620
41.45/41.91	     nbExtensionStructures=18380  nbSharedExtensionStructures=38866  nbConflictsStructures=19096
41.45/41.91	     nbSharedConflictsStructures=38866  nbSharedBinaryRepresentations=1580421  minDegree=43  maxDegree=45  minArity=2
41.45/41.91	     avgArity=2.04  maxArity=43  nbGenerators=718  nbFusions=718  symmetryWckTime=28.849  symmetryCpuTime=7.94
41.45/41.91	     nbCliques=43
41.45/41.91	       =>  wckTime=41.666  cpuTime=19.57  mem=55M852
41.85/42.38	   
41.85/42.38	   solver IterativeSystematicSolver being built... 
41.94/42.48	   
41.94/42.48	   INFO : Forward propagation technique limited 
42.14/42.65	       =>  wckTime=42.399  cpuTime=19.78  mem=75M795
42.54/43.09	   
42.54/43.09	   preprocessing
42.54/43.09	     nbConstraintChecks=98234  nbPropagations=2617  nbRevisions=2998  nbUselessRevisions=712  nbRemovedValues=29804
42.54/43.09	     nbRemovedTuples=1806  detectedInconsistency=no
42.54/43.09	       =>  wckTime=0.436  cpuTime=0.4  mem=76M791

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-1081748-1215218801/watcher-1081748-1215218801 -o /tmp/evaluation-result-1081748-1215218801/solver-1081748-1215218801 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1081748-1215218801.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.98 3/74 25201
/proc/meminfo: memFree=1658576/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=18572 CPUtime=0
/proc/25201/stat : 25201 (runsolver) R 25199 25201 21628 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1551550513 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25201/statm: 4643 292 257 25 0 2626 0

[startup+0.0938999 s]
/proc/loadavg: 1.91 1.95 1.98 3/74 25201
/proc/meminfo: memFree=1658576/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=865856 CPUtime=0.07
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 3577 0 1 0 5 2 0 0 18 0 9 0 1551550513 886636544 3066 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 216464 3066 1641 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.101894 s]
/proc/loadavg: 1.91 1.95 1.98 3/74 25201
/proc/meminfo: memFree=1658576/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=865884 CPUtime=0.08
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 3673 0 1 0 6 2 0 0 18 0 9 0 1551550513 886665216 3148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 216471 3148 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301921 s]
/proc/loadavg: 1.91 1.95 1.98 3/74 25201
/proc/meminfo: memFree=1658576/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=866048 CPUtime=0.29
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 5582 0 1 0 25 4 0 0 18 0 9 0 1551550513 886833152 4996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 216512 4996 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866048

[startup+0.701964 s]
/proc/loadavg: 1.91 1.95 1.98 3/74 25201
/proc/meminfo: memFree=1658576/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=867436 CPUtime=0.68
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 8604 0 1 0 62 6 0 0 18 0 9 0 1551550513 888254464 7966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 216859 7966 1979 9 0 211387 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867436

[startup+1.50205 s]
/proc/loadavg: 1.91 1.95 1.98 3/83 25210
/proc/meminfo: memFree=1622600/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=867524 CPUtime=1.47
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 19136 0 1 0 134 13 0 0 18 0 9 0 1551550513 888344576 18494 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 216881 18494 2024 9 0 211387 0
[pid=25201/tid=25203] ppid=25199 vsize=867524 CPUtime=1.18
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 15738 0 1 0 108 10 0 0 25 0 9 0 1551550515 888344576 18494 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=867524 CPUtime=0.09
/proc/25201/task/25204/stat : 25204 (java) R 25199 25201 21628 0 -1 64 2070 0 0 0 8 1 0 0 16 0 9 0 1551550516 888344576 18494 996147200 134512640 134550740 4294955968 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=867524 CPUtime=0
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1551550516 888344576 18494 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=867524 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1551550516 888344576 18494 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=867524 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551550518 888344576 18494 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=867524 CPUtime=0.17
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 635 0 0 0 17 0 0 0 16 0 9 0 1551550518 888344576 18494 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25209] ppid=25199 vsize=867524 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551550519 888344576 18494 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=867524 CPUtime=0
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551550519 888344576 18494 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) 867524

[startup+3.10224 s]
/proc/loadavg: 1.91 1.95 1.98 3/83 25210
/proc/meminfo: memFree=1591304/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=867436 CPUtime=3.05
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 22808 0 1 0 287 18 0 0 18 0 9 0 1551550513 888254464 22140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 216859 22140 2006 9 0 211387 0
[pid=25201/tid=25203] ppid=25199 vsize=867436 CPUtime=2.54
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 15773 0 1 0 240 14 0 0 25 0 9 0 1551550515 888254464 22140 996147200 134512640 134550740 4294955968 18446744073709551615 103882384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=867436 CPUtime=0.26
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 5665 0 0 0 24 2 0 0 17 0 9 0 1551550516 888254464 22140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1551550516 888254464 22140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1551550516 888254464 22140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551550518 888254464 22140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=867436 CPUtime=0.22
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 673 0 0 0 22 0 0 0 16 0 9 0 1551550518 888254464 22140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25209] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551550519 888254464 22140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551550519 888254464 22140 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) 867436

[startup+6.30159 s]
/proc/loadavg: 1.92 1.95 1.98 3/83 25210
/proc/meminfo: memFree=1570248/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=867436 CPUtime=6.22
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 24548 0 1 0 552 70 0 0 18 0 9 0 1551550513 888254464 23877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 216859 23877 2006 9 0 211387 0
[pid=25201/tid=25203] ppid=25199 vsize=867436 CPUtime=5.54
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 15778 0 1 0 490 64 0 0 25 0 9 0 1551550515 888254464 23877 996147200 134512640 134550740 4294955968 18446744073709551615 4126917607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=867436 CPUtime=0.39
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 7373 0 0 0 35 4 0 0 16 0 9 0 1551550516 888254464 23877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1551550516 888254464 23877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1551550516 888254464 23877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551550518 888254464 23877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=867436 CPUtime=0.26
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 700 0 0 0 26 0 0 0 15 0 9 0 1551550518 888254464 23877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25209] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551550519 888254464 23877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551550519 888254464 23877 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867436

[startup+12.7013 s]
/proc/loadavg: 1.93 1.95 1.98 3/83 25210
/proc/meminfo: memFree=1557320/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=867436 CPUtime=12.55
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 29346 0 1 0 1080 175 0 0 18 0 9 0 1551550513 888254464 28672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 216859 28672 2006 9 0 211387 0
[pid=25201/tid=25203] ppid=25199 vsize=867436 CPUtime=11.48
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 15781 0 1 0 981 167 0 0 25 0 9 0 1551550515 888254464 28672 996147200 134512640 134550740 4294955968 18446744073709551615 4127019436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=867436 CPUtime=0.78
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 12167 0 0 0 72 6 0 0 17 0 9 0 1551550516 888254464 28672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1551550516 888254464 28672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1551550516 888254464 28672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551550518 888254464 28672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=867436 CPUtime=0.26
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 701 0 0 0 26 0 0 0 16 0 9 0 1551550518 888254464 28672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25209] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551550519 888254464 28672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=867436 CPUtime=0
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551550519 888254464 28672 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) 867436

[startup+25.5028 s]
/proc/loadavg: 1.94 1.96 1.98 3/85 25212
/proc/meminfo: memFree=1537144/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=867760 CPUtime=13.23
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 30403 0 1 0 1138 185 0 0 18 0 10 0 1551550513 888586240 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 216940 28707 2012 9 0 211468 0
[pid=25212] ppid=25201 vsize=14572 CPUtime=12
/proc/25212/stat : 25212 (saucy) R 25201 25201 21628 0 -1 4194304 2777 0 0 0 1196 4 0 0 25 0 1 0 1551551845 14921728 2733 996147200 134512640 134531332 4294956000 18446744073709551615 134523209 0 4 0 0 0 0 0 17 1 0 0
/proc/25212/statm: 3643 2733 104 4 0 3319 0
[pid=25201/tid=25203] ppid=25199 vsize=867760 CPUtime=12.12
/proc/25201/task/25203/stat : 25203 (java) S 25199 25201 21628 0 -1 64 16663 0 1 0 1036 176 0 0 15 0 10 0 1551550515 888586240 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=867760 CPUtime=0.78
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 12215 0 0 0 72 6 0 0 16 0 10 0 1551550516 888586240 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=867760 CPUtime=0
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 1551550516 888586240 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=867760 CPUtime=0
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1551550516 888586240 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=867760 CPUtime=0
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1551550518 888586240 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=867760 CPUtime=0.28
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 749 0 0 0 28 0 0 0 15 0 10 0 1551550518 888586240 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25209] ppid=25199 vsize=867760 CPUtime=0
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 1551550519 888586240 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=867760 CPUtime=0
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 12 0 0 0 0 0 0 0 15 0 10 0 1551550519 888586240 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25211] ppid=25199 vsize=867760 CPUtime=0
/proc/25201/task/25211/stat : 25211 (java) S 25199 25201 21628 0 -1 64 68 0 0 0 0 0 0 0 25 0 10 0 1551551845 888586240 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 882332

[startup+51.1026 s]
/proc/loadavg: 1.96 1.96 1.98 3/83 25214
/proc/meminfo: memFree=1538168/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=868172 CPUtime=50.57
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 55636 3048 1 0 2820 193 2039 5 18 0 9 0 1551550513 889008128 32233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 217043 32233 2637 9 0 211549 0
[pid=25201/tid=25203] ppid=25199 vsize=868172 CPUtime=48.7
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 25555 3048 1 0 2647 179 2039 5 25 0 9 0 1551550515 889008128 32233 996147200 134512640 134550740 4294955968 18446744073709551615 4127430581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25204] ppid=25199 vsize=868172 CPUtime=21.77
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 28153 3048 0 0 124 9 2039 5 17 0 9 0 1551550516 889008128 32233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 18 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 15 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 15 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 3048 0 0 0 0 2039 5 18 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=868172 CPUtime=20.94
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 1072 3048 0 0 49 1 2039 5 17 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 3048 0 0 0 0 2039 5 19 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 20 3048 0 0 0 0 2039 5 15 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.07
Current children cumulated vsize (KiB) 868172

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 25267
/proc/meminfo: memFree=1501352/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=868172 CPUtime=1599.02
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 55867 3048 1 0 157658 200 2039 5 18 0 9 0 1551550513 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 217043 32234 2637 9 0 211549 0
[pid=25201/tid=25203] ppid=25199 vsize=868172 CPUtime=1597.14
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 25785 3048 1 0 157484 186 2039 5 25 0 9 0 1551550515 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4127488328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25204] ppid=25199 vsize=868172 CPUtime=21.78
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 28153 3048 0 0 124 10 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 18 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 15 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 3048 0 0 0 0 2039 5 18 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=868172 CPUtime=20.94
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 1072 3048 0 0 49 1 2039 5 17 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 3048 0 0 0 0 2039 5 19 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 20 3048 0 0 0 0 2039 5 15 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.02
Current children cumulated vsize (KiB) 868172

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 25267
/proc/meminfo: memFree=1501288/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=868172 CPUtime=1658.98
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 55867 3048 1 0 163654 200 2039 5 18 0 9 0 1551550513 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 217043 32234 2637 9 0 211549 0
[pid=25201/tid=25203] ppid=25199 vsize=868172 CPUtime=1657.1
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 25785 3048 1 0 163480 186 2039 5 25 0 9 0 1551550515 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4127419922 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25204] ppid=25199 vsize=868172 CPUtime=21.78
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 28153 3048 0 0 124 10 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 18 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 15 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 3048 0 0 0 0 2039 5 18 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=868172 CPUtime=20.94
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 1072 3048 0 0 49 1 2039 5 17 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 3048 0 0 0 0 2039 5 19 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 20 3048 0 0 0 0 2039 5 15 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.98
Current children cumulated vsize (KiB) 868172

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 25267
/proc/meminfo: memFree=1501224/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=868172 CPUtime=1718.93
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 55867 3048 1 0 169649 200 2039 5 18 0 9 0 1551550513 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 217043 32234 2637 9 0 211549 0
[pid=25201/tid=25203] ppid=25199 vsize=868172 CPUtime=1717.06
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 25785 3048 1 0 169475 187 2039 5 25 0 9 0 1551550515 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4127430581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25204] ppid=25199 vsize=868172 CPUtime=21.78
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 28153 3048 0 0 124 10 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 18 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 15 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 3048 0 0 0 0 2039 5 18 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=868172 CPUtime=20.94
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 1072 3048 0 0 49 1 2039 5 17 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 3048 0 0 0 0 2039 5 19 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 20 3048 0 0 0 0 2039 5 15 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.93
Current children cumulated vsize (KiB) 868172

[startup+1782.3 s]
/proc/loadavg: 2.05 2.00 1.99 3/93 25267
/proc/meminfo: memFree=1501096/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=868172 CPUtime=1778.88
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 55867 3048 1 0 175644 200 2039 5 18 0 9 0 1551550513 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 217043 32234 2637 9 0 211549 0
[pid=25201/tid=25203] ppid=25199 vsize=868172 CPUtime=1777.01
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 25785 3048 1 0 175470 187 2039 5 25 0 9 0 1551550515 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4127419922 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25204] ppid=25199 vsize=868172 CPUtime=21.78
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 28153 3048 0 0 124 10 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 18 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 15 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 3048 0 0 0 0 2039 5 18 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=868172 CPUtime=20.94
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 1072 3048 0 0 49 1 2039 5 17 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 3048 0 0 0 0 2039 5 19 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 20 3048 0 0 0 0 2039 5 15 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.88
Current children cumulated vsize (KiB) 868172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.03 2.00 1.99 3/93 25267
/proc/meminfo: memFree=1501096/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=868172 CPUtime=1800.06
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 55867 3048 1 0 177762 200 2039 5 18 0 9 0 1551550513 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 217043 32234 2637 9 0 211549 0
[pid=25201/tid=25203] ppid=25199 vsize=868172 CPUtime=1798.19
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 25785 3048 1 0 177588 187 2039 5 25 0 9 0 1551550515 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4127480624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25204] ppid=25199 vsize=868172 CPUtime=21.78
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 28153 3048 0 0 124 10 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 18 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 15 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 3048 0 0 0 0 2039 5 18 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=868172 CPUtime=20.94
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 1072 3048 0 0 49 1 2039 5 17 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 3048 0 0 0 0 2039 5 19 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 20 3048 0 0 0 0 2039 5 15 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868172

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

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

[startup+1803.5 s]
/proc/loadavg: 2.03 2.00 1.99 3/93 25267
/proc/meminfo: memFree=1501096/2055920 swapFree=4112616/4192956
[pid=25201] ppid=25199 vsize=868172 CPUtime=1800.06
/proc/25201/stat : 25201 (java) S 25199 25201 21628 0 -1 0 55867 3048 1 0 177762 200 2039 5 18 0 9 0 1551550513 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25201/statm: 217043 32234 2637 9 0 211549 0
[pid=25201/tid=25203] ppid=25199 vsize=868172 CPUtime=1798.19
/proc/25201/task/25203/stat : 25203 (java) R 25199 25201 21628 0 -1 64 25785 3048 1 0 177588 187 2039 5 25 0 9 0 1551550515 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4127480624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25204] ppid=25199 vsize=868172 CPUtime=21.78
/proc/25201/task/25204/stat : 25204 (java) S 25199 25201 21628 0 -1 64 28153 3048 0 0 124 10 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25205] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25205/stat : 25205 (java) S 25199 25201 21628 0 -1 64 18 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25206] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25206/stat : 25206 (java) S 25199 25201 21628 0 -1 64 15 3048 0 0 0 0 2039 5 16 0 9 0 1551550516 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25207] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25207/stat : 25207 (java) S 25199 25201 21628 0 -1 64 1 3048 0 0 0 0 2039 5 18 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25208] ppid=25199 vsize=868172 CPUtime=20.94
/proc/25201/task/25208/stat : 25208 (java) S 25199 25201 21628 0 -1 64 1072 3048 0 0 49 1 2039 5 17 0 9 0 1551550518 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25201/tid=25209] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25209/stat : 25209 (java) S 25199 25201 21628 0 -1 64 2 3048 0 0 0 0 2039 5 19 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25201/tid=25210] ppid=25199 vsize=868172 CPUtime=20.44
/proc/25201/task/25210/stat : 25210 (java) S 25199 25201 21628 0 -1 64 20 3048 0 0 0 0 2039 5 15 0 9 0 1551550519 889008128 32234 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868172

Child status: 143
Real time (s): 1803.54
CPU time (s): 1800.12
CPU user time (s): 1798.03
CPU system time (s): 2.08668
CPU usage (%): 99.8102
Max. virtual memory (cumulated for all children) (KiB): 882992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.08668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58948
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= 38814
involuntary context switches= 15075

runsolver used 2.99554 second user time and 7.35088 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-05 02:46:41
IDJOB=1081748
IDBENCH=57135
IDSOLVER=363
FILE ID=node38/1081748-1215218801
PBS_JOBID= 7881670
Free space on /tmp= 66428 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f2f84342904e22f7d1d97c8f943ceaa0
RANDOM SEED=1397688824

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:       1659056 kB
Buffers:         32788 kB
Cached:         157632 kB
SwapCached:      74100 kB
Active:         292220 kB
Inactive:        50052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659056 kB
SwapTotal:     4192956 kB
SwapFree:      4112616 kB
Dirty:            6804 kB
Writeback:           0 kB
Mapped:         159204 kB
Slab:            39376 kB
Committed_AS:  3004244 kB
PageTables:       2232 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= 66404 MiB
End job on node38 at 2008-07-05 03:16:47