Trace number 1094239

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.04 1816.43

General information on the benchmark

Namecsp/os-taillard-7/
normalized-os-taillard-7-95-8.xml
MD5SUM4dcd5adff23a10b18590d338d8ee17e8
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.077987
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size430
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1094239-1215279212.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.37/0.40	     nbVariables=49  nbDomainTypes=49  minDomainSize=341  maxDomainSize=430  nbTotalValues=18620
0.37/0.40	       =>  wckTime=0.16  cpuTime=0.12  mem=7M886
0.37/0.40	   
0.37/0.40	   predicates being loaded...
0.37/0.47	   
0.37/0.47	   constraints being loaded...
0.68/0.78	     nbConstraints=301  nbGlobalConstraints=301  nbSharedBinaryRepresentations=0  minDegree=13  maxDegree=13  minArity=2
0.68/0.78	     avgArity=2.12  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=0.086  symmetryCpuTime=0.05  nbCliques=7
0.68/0.78	       =>  wckTime=0.539  cpuTime=0.38  mem=16M705
0.77/0.84	   
0.77/0.84	   solver IterativeSystematicSolver being built... 
0.87/0.90	   
0.87/0.90	   INFO : Forward propagation technique limited 
0.87/0.97	       =>  wckTime=0.731  cpuTime=0.5  mem=21M106
0.87/0.98	   
0.87/0.98	   preprocessing
0.87/0.98	     nbConstraintChecks=0  nbPropagations=49  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.87/0.98	     detectedInconsistency=no
0.87/0.98	       =>  wckTime=0.0080  cpuTime=0.0  mem=22M85
5.32/5.46	   
5.32/5.46	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=20M639)

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-1094239-1215279212/watcher-1094239-1215279212 -o /tmp/evaluation-result-1094239-1215279212/solver-1094239-1215279212 -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-1094239-1215279212.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.00 2.00 2.00 4/81 5512
/proc/meminfo: memFree=1713248/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=18572 CPUtime=0
/proc/5512/stat : 5512 (runsolver) R 5510 5512 5001 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1557588049 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/5512/statm: 4643 292 257 25 0 2626 0

[startup+0.105793 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5512
/proc/meminfo: memFree=1713248/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=865884 CPUtime=0.08
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 3794 0 1 0 7 1 0 0 18 0 9 0 1557588049 886665216 3245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216471 3245 1720 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.20281 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5512
/proc/meminfo: memFree=1713248/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=866048 CPUtime=0.18
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 4736 0 1 0 16 2 0 0 18 0 9 0 1557588049 886833152 4163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216512 4163 1857 9 0 211060 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.302827 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5512
/proc/meminfo: memFree=1713248/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=866196 CPUtime=0.28
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 5625 0 1 0 25 3 0 0 18 0 9 0 1557588049 886984704 5039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216549 5039 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702893 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5512
/proc/meminfo: memFree=1713248/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867092 CPUtime=0.68
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 8255 0 1 0 62 6 0 0 18 0 9 0 1557588049 887902208 7615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216773 7615 2008 9 0 211279 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867092

[startup+1.50103 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 5525
/proc/meminfo: memFree=1678296/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867868 CPUtime=1.45
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 23143 286 1 0 132 13 0 0 18 0 9 0 1557588049 888696832 17518 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216967 17518 2632 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867868 CPUtime=1.16
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 18924 286 1 0 105 11 0 0 25 0 9 0 1557588051 888696832 17518 996147200 134512640 134550740 4294955968 18446744073709551615 4126859291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867868 CPUtime=0.04
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 2657 286 0 0 4 0 0 0 16 0 9 0 1557588052 888696832 17518 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867868 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888696832 17518 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867868 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888696832 17518 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867868 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888696832 17518 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867868 CPUtime=0.21
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 718 286 0 0 21 0 0 0 15 0 9 0 1557588054 888696832 17518 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867868 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888696832 17518 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867868 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 1557588055 888696832 17518 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) 867868

[startup+3.10131 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5525
/proc/meminfo: memFree=1643160/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=3.04
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 25771 286 1 0 289 15 0 0 18 0 9 0 1557588049 888606720 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 19996 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=2.7
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 19141 286 1 0 258 12 0 0 25 0 9 0 1557588051 888606720 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4126704024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=0.06
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5053 286 0 0 5 1 0 0 16 0 9 0 1557588052 888606720 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.24
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 733 286 0 0 24 0 0 0 16 0 9 0 1557588054 888606720 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 19996 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 9 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 19996 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) 867780

[startup+6.30286 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5525
/proc/meminfo: memFree=1642712/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=6.21
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 25827 286 1 0 606 15 0 0 18 0 9 0 1557588049 888606720 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 20033 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=5.86
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 19147 286 1 0 574 12 0 0 25 0 9 0 1557588051 888606720 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4126703744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=0.07
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5086 286 0 0 6 1 0 0 16 0 9 0 1557588052 888606720 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.24
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 737 286 0 0 24 0 0 0 16 0 9 0 1557588054 888606720 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 20033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 22 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 20033 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) 867780

[startup+12.702 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 5525
/proc/meminfo: memFree=1642712/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=12.55
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 25845 286 1 0 1240 15 0 0 18 0 9 0 1557588049 888606720 20040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 20040 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=12.18
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 19157 286 1 0 1206 12 0 0 25 0 9 0 1557588051 888606720 20040 996147200 134512640 134550740 4294955968 18446744073709551615 4126704024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=0.08
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5092 286 0 0 7 1 0 0 16 0 9 0 1557588052 888606720 20040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 20040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.25
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 739 286 0 0 25 0 0 0 16 0 9 0 1557588054 888606720 20040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 20040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 22 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 20040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867780

[startup+25.5022 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 5525
/proc/meminfo: memFree=1642712/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=25.22
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 25879 286 1 0 2506 16 0 0 18 0 9 0 1557588049 888606720 20050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 20050 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=24.83
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 19177 286 1 0 2471 12 0 0 25 0 9 0 1557588051 888606720 20050 996147200 134512640 134550740 4294955968 18446744073709551615 4126878381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=0.11
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5101 286 0 0 9 2 0 0 16 0 9 0 1557588052 888606720 20050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 20050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.25
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 744 286 0 0 25 0 0 0 16 0 9 0 1557588054 888606720 20050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 20050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 22 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 20050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 867780

[startup+51.1026 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 5525
/proc/meminfo: memFree=1642584/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=50.58
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 25942 286 1 0 5042 16 0 0 18 0 9 0 1557588049 888606720 20069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 20069 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=50.15
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 19218 286 1 0 5003 12 0 0 25 0 9 0 1557588051 888606720 20069 996147200 134512640 134550740 4294955968 18446744073709551615 4126783408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=0.14
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5117 286 0 0 12 2 0 0 16 0 9 0 1557588052 888606720 20069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 20069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.26
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 750 286 0 0 26 0 0 0 15 0 9 0 1557588054 888606720 20069 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0

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

/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.26
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 752 286 0 0 26 0 0 0 16 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 22 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.72
Current children cumulated vsize (KiB) 867780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5525
/proc/meminfo: memFree=1641504/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=1587.16
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 28092 286 1 0 158669 47 0 0 18 0 9 0 1557588049 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 20106 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=1584.87
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 21331 286 1 0 158458 29 0 0 25 0 9 0 1557588051 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4126897957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=1.99
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5152 286 0 0 183 16 0 0 16 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.26
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 752 286 0 0 26 0 0 0 16 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 22 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.16
Current children cumulated vsize (KiB) 867780

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 5531
/proc/meminfo: memFree=1641440/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=1646.57
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 28172 286 1 0 164609 48 0 0 18 0 9 0 1557588049 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 20106 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=1644.2
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 21411 286 1 0 164391 29 0 0 25 0 9 0 1557588051 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4126859291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=2.07
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5152 286 0 0 190 17 0 0 16 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.26
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 752 286 0 0 26 0 0 0 16 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 22 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.57
Current children cumulated vsize (KiB) 867780

[startup+1722.3 s]
/proc/loadavg: 1.94 1.99 1.99 3/90 5582
/proc/meminfo: memFree=1592232/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=1706.04
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 28251 286 1 0 170554 50 0 0 18 0 9 0 1557588049 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 20106 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=1703.61
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 21490 286 1 0 170331 30 0 0 25 0 9 0 1557588051 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4127013348 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=2.13
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5152 286 0 0 196 17 0 0 16 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.26
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 752 286 0 0 26 0 0 0 16 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 22 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.04
Current children cumulated vsize (KiB) 867780

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/90 6319
/proc/meminfo: memFree=1648920/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=1765.91
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 28329 286 1 0 176533 58 0 0 18 0 9 0 1557588049 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 20106 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=1763.41
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 21568 286 1 0 176303 38 0 0 25 0 9 0 1557588051 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4126759584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=2.2
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5152 286 0 0 202 18 0 0 16 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.26
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 752 286 0 0 26 0 0 0 16 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 22 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.91
Current children cumulated vsize (KiB) 867780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.00 1.99 1.99 3/90 6319
/proc/meminfo: memFree=1648984/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=1800
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 28377 286 1 0 179941 59 0 0 18 0 9 0 1557588049 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 20106 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=1797.46
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 21616 286 1 0 179708 38 0 0 25 0 9 0 1557588051 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4126878401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=2.25
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5152 286 0 0 206 19 0 0 17 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.26
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 752 286 0 0 26 0 0 0 16 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 22 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 867780

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

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

[startup+1816.4 s]
/proc/loadavg: 2.00 1.99 1.99 3/90 6319
/proc/meminfo: memFree=1648984/2055920 swapFree=4180408/4192956
[pid=5512] ppid=5510 vsize=867780 CPUtime=1800
/proc/5512/stat : 5512 (java) S 5510 5512 5001 0 -1 0 28377 286 1 0 179941 59 0 0 18 0 9 0 1557588049 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 216945 20106 2614 9 0 211473 0
[pid=5512/tid=5514] ppid=5510 vsize=867780 CPUtime=1797.46
/proc/5512/task/5514/stat : 5514 (java) R 5510 5512 5001 0 -1 64 21616 286 1 0 179708 38 0 0 25 0 9 0 1557588051 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4126878401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=867780 CPUtime=2.25
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5001 0 -1 64 5152 286 0 0 206 19 0 0 17 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5001 0 -1 64 14 286 0 0 0 0 0 0 16 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5517] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5001 0 -1 64 12 286 0 0 0 0 0 0 15 0 9 0 1557588052 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5518] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5001 0 -1 64 1 286 0 0 0 0 0 0 18 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5519] ppid=5510 vsize=867780 CPUtime=0.26
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5001 0 -1 64 752 286 0 0 26 0 0 0 16 0 9 0 1557588054 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5001 0 -1 64 2 286 0 0 0 0 0 0 19 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5512/tid=5521] ppid=5510 vsize=867780 CPUtime=0
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5001 0 -1 64 22 286 0 0 0 0 0 0 15 0 9 0 1557588055 888606720 20106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 867780

Child status: 143
Real time (s): 1816.43
CPU time (s): 1800.04
CPU user time (s): 1799.44
CPU system time (s): 0.608907
CPU usage (%): 99.0979
Max. virtual memory (cumulated for all children) (KiB): 867868

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

runsolver used 2.56661 second user time and 5.71913 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 19:33:32
IDJOB=1094239
IDBENCH=58771
IDSOLVER=363
FILE ID=node55/1094239-1215279212
PBS_JOBID= 7882260
Free space on /tmp= 66428 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4dcd5adff23a10b18590d338d8ee17e8
RANDOM SEED=1576317120

node55.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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1713728 kB
Buffers:         41008 kB
Cached:         208480 kB
SwapCached:       6260 kB
Active:         183892 kB
Inactive:       105860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713728 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          56684 kB
Slab:            37552 kB
Committed_AS:  3192192 kB
PageTables:       1860 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= 66428 MiB
End job on node55 at 2008-07-05 20:03:51