Trace number 1094134

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.13 1803.84

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-95-3.xml
MD5SUMdfb2240ca0f054206c6638f309ef341d
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 benchmark0.25396
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size548
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1094134-1215279040.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.43	     nbVariables=100  nbDomainTypes=100  minDomainSize=451  maxDomainSize=548  nbTotalValues=50124
0.38/0.44	       =>  wckTime=0.199  cpuTime=0.16  mem=8M847
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
0.96/1.09	     nbConstraints=910  nbGlobalConstraints=910  nbSharedBinaryRepresentations=0  minDegree=19  maxDegree=19  minArity=2
0.96/1.09	     avgArity=2.09  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.166  symmetryCpuTime=0.11  nbCliques=10
0.96/1.09	       =>  wckTime=0.852  cpuTime=0.6  mem=22M624
1.06/1.16	   
1.06/1.16	   solver IterativeSystematicSolver being built... 
1.16/1.23	   
1.16/1.23	   INFO : Forward propagation technique limited 
1.16/1.29	       =>  wckTime=1.059  cpuTime=0.71  mem=23M776
1.26/1.32	   
1.26/1.32	   preprocessing
1.26/1.32	     nbConstraintChecks=0  nbPropagations=100  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.26/1.32	     detectedInconsistency=no
1.26/1.32	       =>  wckTime=0.018  cpuTime=0.01  mem=24M752
4.72/4.81	   
4.72/4.81	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=35M699)

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.06 2.01 4/80 13302
/proc/meminfo: memFree=1551616/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=1616 CPUtime=0
/proc/13302/stat : 13302 (java) D 13300 13302 12062 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1557578034 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/13302/statm: 404 145 119 9 0 46 0

[startup+0.0408761 s]
/proc/loadavg: 2.04 2.06 2.01 4/80 13302
/proc/meminfo: memFree=1551616/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=861876 CPUtime=0.03
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 2251 0 1 0 2 1 0 0 18 0 5 0 1557578034 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 215469 1862 854 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102489 s]
/proc/loadavg: 2.04 2.06 2.01 4/80 13302
/proc/meminfo: memFree=1551616/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=866908 CPUtime=0.08
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 3777 0 1 0 7 1 0 0 18 0 9 0 1557578034 887713792 3228 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 216727 3228 1711 9 0 211282 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866908

[startup+0.301526 s]
/proc/loadavg: 2.04 2.06 2.01 4/80 13302
/proc/meminfo: memFree=1551616/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=867220 CPUtime=0.28
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 5623 0 1 0 25 3 0 0 18 0 9 0 1557578034 888033280 5037 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 216805 5037 1903 9 0 211353 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867220

[startup+0.701594 s]
/proc/loadavg: 2.04 2.06 2.01 4/80 13302
/proc/meminfo: memFree=1551616/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=868116 CPUtime=0.68
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 8241 0 1 0 63 5 0 0 18 0 9 0 1557578034 888950784 7601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217029 7601 2009 9 0 211535 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868116

[startup+1.50273 s]
/proc/loadavg: 2.04 2.06 2.01 6/91 13315
/proc/meminfo: memFree=1521384/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869356 CPUtime=1.45
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 19401 320 1 0 133 12 0 0 18 0 9 0 1557578034 890220544 12302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217339 12302 2632 9 0 211845 0
[pid=13302/tid=13304] ppid=13300 vsize=869356 CPUtime=1.1
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 13851 320 1 0 100 10 0 0 24 0 9 0 1557578035 890220544 12302 996147200 134512640 134550740 4294955968 18446744073709551615 4127091982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869356 CPUtime=0.05
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 3789 320 0 0 5 0 0 0 16 0 9 0 1557578036 890220544 12302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869356 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 17 0 9 0 1557578037 890220544 12302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869356 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 16 0 9 0 1557578037 890220544 12302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869356 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890220544 12302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869356 CPUtime=0.27
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 908 320 0 0 27 0 0 0 16 0 9 0 1557578039 890220544 12302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869356 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890220544 12302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869356 CPUtime=0
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 4 320 0 0 0 0 0 0 15 0 9 0 1557578039 890220544 12302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 869356

[startup+3.10201 s]
/proc/loadavg: 2.04 2.06 2.01 3/89 13315
/proc/meminfo: memFree=1482928/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=3.04
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 28445 320 1 0 287 17 0 0 18 0 9 0 1557578034 890265600 21179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21179 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=2.6
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 19851 320 1 0 248 12 0 0 25 0 9 0 1557578035 890265600 21179 996147200 134512640 134550740 4294955968 18446744073709551615 4127064400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=0.08
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 6809 320 0 0 6 2 0 0 16 0 9 0 1557578036 890265600 21179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.31
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 932 320 0 0 31 0 0 0 15 0 9 0 1557578039 890265600 21179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 4 320 0 0 0 0 0 0 15 0 9 0 1557578039 890265600 21179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 869400

[startup+6.30256 s]
/proc/loadavg: 2.04 2.06 2.01 3/89 13315
/proc/meminfo: memFree=1476528/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=6.21
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 28531 320 1 0 604 17 0 0 18 0 9 0 1557578034 890265600 21229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21229 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=5.75
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 19857 320 1 0 563 12 0 0 25 0 9 0 1557578035 890265600 21229 996147200 134512640 134550740 4294955968 18446744073709551615 4127075685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=0.09
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 6854 320 0 0 7 2 0 0 16 0 9 0 1557578036 890265600 21229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.32
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 937 320 0 0 32 0 0 0 16 0 9 0 1557578039 890265600 21229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 34 320 0 0 0 0 0 0 15 0 9 0 1557578039 890265600 21229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 869400

[startup+12.7017 s]
/proc/loadavg: 2.03 2.06 2.00 3/89 13315
/proc/meminfo: memFree=1476336/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=12.54
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 28551 320 1 0 1237 17 0 0 18 0 9 0 1557578034 890265600 21239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21239 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=12.08
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 19867 320 1 0 1195 13 0 0 25 0 9 0 1557578035 890265600 21239 996147200 134512640 134550740 4294955968 18446744073709551615 4127092107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=0.11
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 6863 320 0 0 9 2 0 0 16 0 9 0 1557578036 890265600 21239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.32
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 938 320 0 0 32 0 0 0 16 0 9 0 1557578039 890265600 21239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 34 320 0 0 0 0 0 0 15 0 9 0 1557578039 890265600 21239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 869400

[startup+25.5029 s]
/proc/loadavg: 2.03 2.06 2.00 3/89 13315
/proc/meminfo: memFree=1476208/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=25.23
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 28592 320 1 0 2505 18 0 0 18 0 9 0 1557578034 890265600 21252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21252 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=24.73
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 19888 320 1 0 2460 13 0 0 25 0 9 0 1557578035 890265600 21252 996147200 134512640 134550740 4294955968 18446744073709551615 4126844888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=0.14
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 6875 320 0 0 12 2 0 0 16 0 9 0 1557578036 890265600 21252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.32
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 946 320 0 0 32 0 0 0 17 0 9 0 1557578039 890265600 21252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 34 320 0 0 0 0 0 0 15 0 9 0 1557578039 890265600 21252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 869400

[startup+51.1023 s]
/proc/loadavg: 2.02 2.05 2.00 3/89 13315
/proc/meminfo: memFree=1476080/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=50.58
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 28652 320 1 0 5040 18 0 0 18 0 9 0 1557578034 890265600 21275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21275 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=50.03
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 19925 320 1 0 4990 13 0 0 25 0 9 0 1557578035 890265600 21275 996147200 134512640 134550740 4294955968 18446744073709551615 4127125337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=0.19
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 6897 320 0 0 16 3 0 0 16 0 9 0 1557578036 890265600 21275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.33
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 947 320 0 0 33 0 0 0 16 0 9 0 1557578039 890265600 21275 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0

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

/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.34
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 959 320 0 0 34 0 0 0 16 0 9 0 1557578039 890265600 21480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0.01
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 34 320 0 0 0 1 0 0 15 0 9 0 1557578039 890265600 21480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.85
Current children cumulated vsize (KiB) 869400

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 13346
/proc/meminfo: memFree=1515560/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=1538.8
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 31028 320 1 0 153833 47 0 0 18 0 9 0 1557578034 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21484 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=1535.94
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 22084 320 1 0 153568 26 0 0 25 0 9 0 1557578035 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4127091982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=2.46
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 7102 320 0 0 229 17 0 0 16 0 9 0 1557578036 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.34
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 959 320 0 0 34 0 0 0 16 0 9 0 1557578039 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0.01
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 34 320 0 0 0 1 0 0 15 0 9 0 1557578039 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.8
Current children cumulated vsize (KiB) 869400

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/83 13346
/proc/meminfo: memFree=1515560/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=1598.74
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 31121 320 1 0 159826 48 0 0 18 0 9 0 1557578034 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21484 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=1595.8
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 22177 320 1 0 159553 27 0 0 25 0 9 0 1557578035 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4126973814 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=2.55
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 7102 320 0 0 238 17 0 0 16 0 9 0 1557578036 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.34
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 959 320 0 0 34 0 0 0 16 0 9 0 1557578039 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0.01
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 34 320 0 0 0 1 0 0 15 0 9 0 1557578039 890265600 21484 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.74
Current children cumulated vsize (KiB) 869400

[startup+1662.3 s]
/proc/loadavg: 2.26 2.11 2.03 3/83 13346
/proc/meminfo: memFree=1515496/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=1658.69
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 31231 320 1 0 165820 49 0 0 18 0 9 0 1557578034 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21499 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=1655.64
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 22272 320 1 0 165537 27 0 0 25 0 9 0 1557578035 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4127076564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=2.65
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 7117 320 0 0 247 18 0 0 16 0 9 0 1557578036 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.34
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 959 320 0 0 34 0 0 0 16 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0.01
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 34 320 0 0 0 1 0 0 15 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.69
Current children cumulated vsize (KiB) 869400

[startup+1722.3 s]
/proc/loadavg: 2.10 2.09 2.02 3/83 13346
/proc/meminfo: memFree=1515432/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=1718.63
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 31316 320 1 0 171813 50 0 0 18 0 9 0 1557578034 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21499 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=1715.51
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 22357 320 1 0 171523 28 0 0 25 0 9 0 1557578035 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4127064396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=2.74
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 7117 320 0 0 255 19 0 0 16 0 9 0 1557578036 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.34
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 959 320 0 0 34 0 0 0 16 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0.01
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 34 320 0 0 0 1 0 0 15 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.63
Current children cumulated vsize (KiB) 869400

[startup+1782.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/83 13346
/proc/meminfo: memFree=1515368/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=1778.58
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 31404 320 1 0 177807 51 0 0 18 0 9 0 1557578034 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21499 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=1775.37
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 22445 320 1 0 177509 28 0 0 25 0 9 0 1557578035 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4126968279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=2.82
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 7117 320 0 0 263 19 0 0 16 0 9 0 1557578036 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.34
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 959 320 0 0 34 0 0 0 16 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0.01
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 34 320 0 0 0 1 0 0 15 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.58
Current children cumulated vsize (KiB) 869400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.8 s]
/proc/loadavg: 2.02 2.06 2.02 3/83 13346
/proc/meminfo: memFree=1515368/2055920 swapFree=4121472/4192956
[pid=13302] ppid=13300 vsize=869400 CPUtime=1800.07
/proc/13302/stat : 13302 (java) S 13300 13302 12062 0 -1 0 31436 320 1 0 179955 52 0 0 18 0 9 0 1557578034 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13302/statm: 217350 21499 2614 9 0 211878 0
[pid=13302/tid=13304] ppid=13300 vsize=869400 CPUtime=1796.82
/proc/13302/task/13304/stat : 13304 (java) R 13300 13302 12062 0 -1 64 22477 320 1 0 179654 28 0 0 25 0 9 0 1557578035 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4126687576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13305] ppid=13300 vsize=869400 CPUtime=2.85
/proc/13302/task/13305/stat : 13305 (java) S 13300 13302 12062 0 -1 64 7117 320 0 0 266 19 0 0 16 0 9 0 1557578036 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13302/tid=13306] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13306/stat : 13306 (java) S 13300 13302 12062 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1557578037 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13307] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13307/stat : 13307 (java) S 13300 13302 12062 0 -1 64 13 320 0 0 0 0 0 0 15 0 9 0 1557578037 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13308] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13308/stat : 13308 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13309] ppid=13300 vsize=869400 CPUtime=0.34
/proc/13302/task/13309/stat : 13309 (java) S 13300 13302 12062 0 -1 64 959 320 0 0 34 0 0 0 16 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13310] ppid=13300 vsize=869400 CPUtime=0
/proc/13302/task/13310/stat : 13310 (java) S 13300 13302 12062 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13302/tid=13311] ppid=13300 vsize=869400 CPUtime=0.01
/proc/13302/task/13311/stat : 13311 (java) S 13300 13302 12062 0 -1 64 34 320 0 0 0 1 0 0 15 0 9 0 1557578039 890265600 21499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 869400

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

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

Child status: 143
Real time (s): 1803.84
CPU time (s): 1800.13
CPU user time (s): 1799.58
CPU system time (s): 0.543917
CPU usage (%): 99.7941
Max. virtual memory (cumulated for all children) (KiB): 869488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.543917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31786
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= 54533
involuntary context switches= 34404

runsolver used 2.57961 second user time and 5.2842 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 19:30:40
IDJOB=1094134
IDBENCH=58756
IDSOLVER=363
FILE ID=node14/1094134-1215279040
PBS_JOBID= 7882243
Free space on /tmp= 66444 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-95-3.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-1094134-1215279040/watcher-1094134-1215279040 -o /tmp/evaluation-result-1094134-1215279040/solver-1094134-1215279040 -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-1094134-1215279040.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dfb2240ca0f054206c6638f309ef341d
RANDOM SEED=2017263983

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:       1552096 kB
Buffers:         72456 kB
Cached:         234156 kB
SwapCached:      65620 kB
Active:         324924 kB
Inactive:       122388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1552096 kB
SwapTotal:     4192956 kB
SwapFree:      4121472 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:         157020 kB
Slab:            41444 kB
Committed_AS:  3971912 kB
PageTables:       2108 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= 66444 MiB
End job on node14 at 2008-07-05 20:00:46