Trace number 1071601

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.34 1810.85

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-20-20-3.xml
MD5SUM5b42347ce5ad43fb927c93ef35a48a05
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints36100
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1071601-1215169388.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.38/0.40	     nbVariables=400  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3  nbTotalValues=1200
0.38/0.40	       =>  wckTime=0.159  cpuTime=0.13  mem=8M894
0.38/0.40	   
0.38/0.40	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
27.17/27.35	     nbConstraints=36138  nbGlobalConstraints=38  nbConflictsStructures=1  nbSharedConflictsStructures=36099
27.17/27.35	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=36099  minDegree=363
27.17/27.35	     maxDegree=366  minArity=4  avgArity=4.05  maxArity=380  nbGenerators=38  nbFusions=0  symmetryWckTime=10.026
27.17/27.35	     symmetryCpuTime=1.25
27.17/27.35	       =>  wckTime=27.111  cpuTime=16.83  mem=156M580
27.86/28.05	   
27.86/28.05	   solver IterativeSystematicSolver being built... 
28.94/29.19	   
28.94/29.19	   INFO : Forward propagation technique limited 
29.04/29.28	       =>  wckTime=29.036  cpuTime=17.74  mem=218M134
31.52/31.76	   
31.52/31.76	   preprocessing
31.52/31.76	     nbConstraintChecks=12365  nbValidityChecks=3115  nbPropagations=1663  nbRevisions=7864  nbUselessRevisions=7128
31.52/31.76	     nbSingletonTests=423  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
31.52/31.76	     detectedInconsistency=no
31.52/31.76	       =>  wckTime=2.485  cpuTime=2.42  mem=223M62
32.82/33.05	   
32.82/33.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=223M549)

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-1071601-1215169388/watcher-1071601-1215169388 -o /tmp/evaluation-result-1071601-1215169388/solver-1071601-1215169388 -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-1071601-1215169388.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.99 1.98 1.99 4/81 31189
/proc/meminfo: memFree=1667632/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=1616 CPUtime=0
/proc/31189/stat : 31189 (java) D 31187 31189 30101 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1546612840 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31189/statm: 404 148 122 9 0 46 0

[startup+0.0970631 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 31189
/proc/meminfo: memFree=1667632/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=865884 CPUtime=0.08
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 3693 0 1 0 6 2 0 0 18 0 9 0 1546612840 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101061 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 31189
/proc/meminfo: memFree=1667632/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=865884 CPUtime=0.09
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 3733 0 1 0 7 2 0 0 18 0 9 0 1546612840 886665216 3197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 216471 3197 1692 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301095 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 31189
/proc/meminfo: memFree=1667632/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=866408 CPUtime=0.28
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 6022 0 1 0 25 3 0 0 18 0 9 0 1546612840 887201792 5396 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 216602 5397 1956 9 0 211130 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866408

[startup+0.701165 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 31189
/proc/meminfo: memFree=1667632/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=867680 CPUtime=0.68
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 10088 0 1 0 63 5 0 0 18 0 9 0 1546612840 888504320 9449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 216920 9449 2010 9 0 211426 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867680

[startup+1.5013 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 31198
/proc/meminfo: memFree=1615016/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=867592 CPUtime=1.48
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 18058 0 1 0 138 10 0 0 18 0 9 0 1546612840 888414208 17393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 216898 17393 2003 9 0 211426 0
[pid=31189/tid=31191] ppid=31187 vsize=867592 CPUtime=1.28
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 15750 0 1 0 119 9 0 0 25 0 9 0 1546612842 888414208 17393 996147200 134512640 134550740 4294955968 18446744073709551615 103778109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31192] ppid=31187 vsize=867592 CPUtime=0.03
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 952 0 0 0 3 0 0 0 16 0 9 0 1546612843 888414208 17393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31193] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1546612843 888414208 17393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31194] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1546612843 888414208 17393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31195] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1546612845 888414208 17393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=867592 CPUtime=0.15
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 659 0 0 0 15 0 0 0 16 0 9 0 1546612845 888414208 17393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1546612845 888414208 17393 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1546612845 888414208 17393 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) 867592

[startup+3.10258 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 31198
/proc/meminfo: memFree=1597992/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=867592 CPUtime=3.08
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 22021 0 1 0 296 12 0 0 18 0 9 0 1546612840 888414208 21353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 216898 21353 2003 9 0 211426 0
[pid=31189/tid=31191] ppid=31187 vsize=867592 CPUtime=2.69
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 15754 0 1 0 260 9 0 0 25 0 9 0 1546612842 888414208 21353 996147200 134512640 134550740 4294955968 18446744073709551615 102888124 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31192] ppid=31187 vsize=867592 CPUtime=0.21
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 4911 0 0 0 20 1 0 0 16 0 9 0 1546612843 888414208 21353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31193] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1546612843 888414208 21353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31194] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1546612843 888414208 21353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31195] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1546612845 888414208 21353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=867592 CPUtime=0.15
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 659 0 0 0 15 0 0 0 16 0 9 0 1546612845 888414208 21353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1546612845 888414208 21353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1546612845 888414208 21353 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) 867592

[startup+6.30113 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 31198
/proc/meminfo: memFree=1572968/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=867592 CPUtime=6.28
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 27439 0 1 0 601 27 0 0 18 0 9 0 1546612840 888414208 26765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 216898 26765 2005 9 0 211426 0
[pid=31189/tid=31191] ppid=31187 vsize=867592 CPUtime=5.54
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 15781 0 1 0 533 21 0 0 25 0 9 0 1546612842 888414208 26765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31192] ppid=31187 vsize=867592 CPUtime=0.52
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 10258 0 0 0 48 4 0 0 16 0 9 0 1546612843 888414208 26765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31193] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1546612843 888414208 26765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31194] ppid=31187 vsize=867596 CPUtime=0
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1546612843 888418304 26765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31195] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1546612845 888414208 26765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=867592 CPUtime=0.2
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 703 0 0 0 20 0 0 0 16 0 9 0 1546612845 888414208 26765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1546612845 888414208 26765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1546612845 888414208 26765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867592

[startup+12.7012 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 31198
/proc/meminfo: memFree=1518376/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=867592 CPUtime=12.68
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 41146 0 1 0 1167 101 0 0 18 0 9 0 1546612840 888414208 40462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 216898 40462 2005 9 0 211426 0
[pid=31189/tid=31191] ppid=31187 vsize=867592 CPUtime=11.49
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 15791 0 1 0 1059 90 0 0 25 0 9 0 1546612842 888414208 40462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31192] ppid=31187 vsize=867592 CPUtime=0.96
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 23954 0 0 0 87 9 0 0 16 0 9 0 1546612843 888414208 40462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31193] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1546612843 888414208 40462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31194] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1546612843 888414208 40462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31195] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1546612845 888414208 40462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=867592 CPUtime=0.2
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 704 0 0 0 20 0 0 0 16 0 9 0 1546612845 888414208 40462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1546612845 888414208 40462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=867592 CPUtime=0
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1546612845 888414208 40462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867592

[startup+25.5015 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 31200
/proc/meminfo: memFree=1418136/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=867916 CPUtime=17.97
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 70824 0 1 0 1627 170 0 0 18 0 10 0 1546612840 888745984 56140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 216979 56140 2013 9 0 211507 0
[pid=31200] ppid=31189 vsize=34044 CPUtime=7.4
/proc/31200/stat : 31200 (saucy) R 31189 31189 30101 0 -1 4194304 7058 0 0 0 734 6 0 0 25 0 1 0 1546614619 34861056 6941 996147200 134512640 134531332 4294956000 18446744073709551615 134523077 0 4 0 0 0 0 0 17 1 0 0
/proc/31200/statm: 8511 6941 104 4 0 8187 0
[pid=31189/tid=31191] ppid=31187 vsize=867916 CPUtime=16.23
/proc/31189/task/31191/stat : 31191 (java) S 31187 31189 30101 0 -1 64 27690 0 1 0 1473 150 0 0 15 0 10 0 1546612842 888745984 56140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=31189/tid=31192] ppid=31187 vsize=867916 CPUtime=1.47
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 41559 0 0 0 130 17 0 0 16 0 10 0 1546612843 888745984 56140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31193] ppid=31187 vsize=867916 CPUtime=0
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1546612843 888745984 56140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31194] ppid=31187 vsize=867916 CPUtime=0
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1546612843 888745984 56140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31195] ppid=31187 vsize=867916 CPUtime=0
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1546612845 888745984 56140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=867916 CPUtime=0.23
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 803 0 0 0 23 0 0 0 16 0 10 0 1546612845 888745984 56140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31197] ppid=31187 vsize=867916 CPUtime=0
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1546612845 888745984 56140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=867916 CPUtime=0
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 1546612845 888745984 56140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31199] ppid=31187 vsize=867916 CPUtime=0
/proc/31189/task/31199/stat : 31199 (java) S 31187 31189 30101 0 -1 64 68 0 0 0 0 0 0 0 16 0 10 0 1546614619 888745984 56140 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 901960

[startup+51.1019 s]
/proc/loadavg: 2.06 2.00 2.00 3/90 31202
/proc/meminfo: memFree=1428248/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=868328 CPUtime=50.74
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 126548 7949 1 0 4048 183 834 9 18 0 9 0 1546612840 889167872 62194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 217082 62194 2637 9 0 211588 0
[pid=31189/tid=31191] ppid=31187 vsize=868328 CPUtime=47.84
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 40594 7949 1 0 3787 154 834 9 25 0 9 0 1546612842 889167872 62194 996147200 134512640 134550740 4294955968 18446744073709551615 4127278256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31192] ppid=31187 vsize=868328 CPUtime=10.86
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 83976 7949 0 0 219 24 834 9 17 0 9 0 1546612843 889167872 62194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31193] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 20 7949 0 0 0 0 834 9 15 0 9 0 1546612843 889167872 62194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31194] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 13 7949 0 0 0 0 834 9 16 0 9 0 1546612843 889167872 62194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 13 7949 0 0 0 0 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31195] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 23 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=868328 CPUtime=8.85
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 1133 7949 0 0 41 1 834 9 16 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 24 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 9 7949 0 0 0 0 834 9 15 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.23
Current children cumulated vsize (KiB) 868328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31346
/proc/meminfo: memFree=779088/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=868328 CPUtime=1592.89
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 126554 7949 1 0 158257 189 834 9 18 0 9 0 1546612840 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 217082 62196 2637 9 0 211588 0
[pid=31189/tid=31191] ppid=31187 vsize=868328 CPUtime=1589.99
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 40598 7949 1 0 157996 160 834 9 25 0 9 0 1546612842 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31192] ppid=31187 vsize=868328 CPUtime=10.86
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 83976 7949 0 0 219 24 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31193] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 20 7949 0 0 0 0 834 9 15 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31194] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 13 7949 0 0 0 0 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31195] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 23 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=868328 CPUtime=8.85
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 1133 7949 0 0 41 1 834 9 16 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 24 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 9 7949 0 0 0 0 834 9 15 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.89
Current children cumulated vsize (KiB) 868328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31346
/proc/meminfo: memFree=779088/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=868328 CPUtime=1652.57
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 126554 7949 1 0 164225 189 834 9 18 0 9 0 1546612840 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 217082 62196 2637 9 0 211588 0
[pid=31189/tid=31191] ppid=31187 vsize=868328 CPUtime=1649.67
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 40598 7949 1 0 163964 160 834 9 25 0 9 0 1546612842 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4126377239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31192] ppid=31187 vsize=868328 CPUtime=10.86
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 83976 7949 0 0 219 24 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31193] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 20 7949 0 0 0 0 834 9 15 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31194] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 13 7949 0 0 0 0 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31195] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 23 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=868328 CPUtime=8.85
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 1133 7949 0 0 41 1 834 9 16 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 24 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 9 7949 0 0 0 0 834 9 15 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.57
Current children cumulated vsize (KiB) 868328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31346
/proc/meminfo: memFree=779088/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=868328 CPUtime=1712.25
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 126554 7949 1 0 170193 189 834 9 18 0 9 0 1546612840 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 217082 62196 2637 9 0 211588 0
[pid=31189/tid=31191] ppid=31187 vsize=868328 CPUtime=1709.34
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 40598 7949 1 0 169931 160 834 9 25 0 9 0 1546612842 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4127348250 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31192] ppid=31187 vsize=868328 CPUtime=10.86
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 83976 7949 0 0 219 24 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31193] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 20 7949 0 0 0 0 834 9 15 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31194] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 13 7949 0 0 0 0 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31195] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 23 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=868328 CPUtime=8.85
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 1133 7949 0 0 41 1 834 9 16 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 24 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 9 7949 0 0 0 0 834 9 15 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.25
Current children cumulated vsize (KiB) 868328

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31346
/proc/meminfo: memFree=778960/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=868328 CPUtime=1771.92
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 126554 7949 1 0 176160 189 834 9 18 0 9 0 1546612840 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 217082 62196 2637 9 0 211588 0
[pid=31189/tid=31191] ppid=31187 vsize=868328 CPUtime=1769.01
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 40598 7949 1 0 175898 160 834 9 25 0 9 0 1546612842 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4127097054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31192] ppid=31187 vsize=868328 CPUtime=10.86
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 83976 7949 0 0 219 24 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31193] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 20 7949 0 0 0 0 834 9 15 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31194] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 13 7949 0 0 0 0 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31195] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 23 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=868328 CPUtime=8.85
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 1133 7949 0 0 41 1 834 9 16 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 24 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 9 7949 0 0 0 0 834 9 15 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.92
Current children cumulated vsize (KiB) 868328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31346
/proc/meminfo: memFree=778896/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=868328 CPUtime=1800.07
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 126554 7949 1 0 178975 189 834 9 18 0 9 0 1546612840 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31189/statm: 217082 62196 2637 9 0 211588 0
[pid=31189/tid=31191] ppid=31187 vsize=868328 CPUtime=1797.17
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 40598 7949 1 0 178714 160 834 9 25 0 9 0 1546612842 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31192] ppid=31187 vsize=868328 CPUtime=10.86
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 83976 7949 0 0 219 24 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31193] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 20 7949 0 0 0 0 834 9 15 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31194] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 13 7949 0 0 0 0 834 9 16 0 9 0 1546612843 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31195] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 23 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31196] ppid=31187 vsize=868328 CPUtime=8.85
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 1133 7949 0 0 41 1 834 9 16 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 24 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=868328 CPUtime=8.43
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 9 7949 0 0 0 0 834 9 15 0 9 0 1546612845 889167872 62196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868328

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

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

[startup+1810.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 31346
/proc/meminfo: memFree=778896/2055920 swapFree=4121364/4192956
[pid=31189] ppid=31187 vsize=868240 CPUtime=1800.27
/proc/31189/stat : 31189 (java) S 31187 31189 30101 0 -1 0 129056 7949 1 0 178994 190 834 9 16 0 10 0 1546612840 889077760 64477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31189/statm: 217060 64477 2615 9 0 211588 0
[pid=31189/tid=31191] ppid=31187 vsize=868240 CPUtime=1797.26
/proc/31189/task/31191/stat : 31191 (java) R 31187 31189 30101 0 -1 64 40601 7949 1 0 178723 160 834 9 17 0 10 0 1546612842 889077760 64477 996147200 134512640 134550740 4294955968 18446744073709551615 4127278256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31192] ppid=31187 vsize=868240 CPUtime=10.96
/proc/31189/task/31192/stat : 31192 (java) S 31187 31189 30101 0 -1 64 86460 7949 0 0 228 25 834 9 16 0 10 0 1546612843 889077760 64477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31193] ppid=31187 vsize=868240 CPUtime=8.43
/proc/31189/task/31193/stat : 31193 (java) S 31187 31189 30101 0 -1 64 20 7949 0 0 0 0 834 9 16 0 10 0 1546612843 889077760 64477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31194] ppid=31187 vsize=868240 CPUtime=8.43
/proc/31189/task/31194/stat : 31194 (java) S 31187 31189 30101 0 -1 64 18 7949 0 0 0 0 834 9 16 0 10 0 1546612843 889077760 64477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31195] ppid=31187 vsize=868240 CPUtime=8.43
/proc/31189/task/31195/stat : 31195 (java) S 31187 31189 30101 0 -1 64 6 7949 0 0 0 0 834 9 16 0 10 0 1546612845 889077760 64477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31189/tid=31196] ppid=31187 vsize=868240 CPUtime=8.85
/proc/31189/task/31196/stat : 31196 (java) S 31187 31189 30101 0 -1 64 1133 7949 0 0 41 1 834 9 16 0 10 0 1546612845 889077760 64477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31197] ppid=31187 vsize=868240 CPUtime=8.43
/proc/31189/task/31197/stat : 31197 (java) S 31187 31189 30101 0 -1 64 1 7949 0 0 0 0 834 9 24 0 10 0 1546612845 889077760 64477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31189/tid=31198] ppid=31187 vsize=868240 CPUtime=8.43
/proc/31189/task/31198/stat : 31198 (java) S 31187 31189 30101 0 -1 64 9 7949 0 0 0 0 834 9 15 0 10 0 1546612845 889077760 64477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 868240

Child status: 143
Real time (s): 1810.85
CPU time (s): 1800.34
CPU user time (s): 1798.29
CPU system time (s): 2.04569
CPU usage (%): 99.4195
Max. virtual memory (cumulated for all children) (KiB): 904468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 2.04569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137026
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= 41161
involuntary context switches= 60966

runsolver used 2.14567 second user time and 6.10107 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 13:03:08
IDJOB=1071601
IDBENCH=56098
IDSOLVER=364
FILE ID=node14/1071601-1215169388
PBS_JOBID= 7881465
Free space on /tmp= 66520 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-20-20-3.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-1071601-1215169388/watcher-1071601-1215169388 -o /tmp/evaluation-result-1071601-1215169388/solver-1071601-1215169388 -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-1071601-1215169388.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b42347ce5ad43fb927c93ef35a48a05
RANDOM SEED=867091802

node14.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.267
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	: 5931.00
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.267
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:       1668112 kB
Buffers:         34944 kB
Cached:         125952 kB
SwapCached:      65680 kB
Active:         293660 kB
Inactive:        39204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668112 kB
SwapTotal:     4192956 kB
SwapFree:      4121364 kB
Dirty:            8396 kB
Writeback:           0 kB
Mapped:         185924 kB
Slab:            39696 kB
Committed_AS:  3781148 kB
PageTables:       2236 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= 66520 MiB
End job on node14 at 2008-07-04 13:33:21