Trace number 1044255

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.1 1804.54

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-6_ext.xml
MD5SUMb99e09050d1e5a990b013139f5dfdb16
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.98824
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-1044255-1215022765.xml
0.28/0.37	   
0.28/0.37	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.38/0.47	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20  nbTotalValues=3953
0.38/0.47	       =>  wckTime=0.225  cpuTime=0.18  mem=8M894
0.38/0.47	   
0.38/0.47	   relations being loaded...
0.38/0.48	   
0.38/0.48	   constraints being loaded...
1.15/1.25	     nbConstraints=5565  nbRelationTypes=21  nbGlobalConstraints=25  nbSingletonDomainVariables=213
1.15/1.25	     nbExtensionStructures=41  nbSharedExtensionStructures=5499  nbConflictsStructures=41
1.15/1.25	     nbSharedConflictsStructures=5499  nbSharedBinaryRepresentations=858  minDegree=18  maxDegree=39  minArity=2
1.15/1.25	     avgArity=2.03  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.296  symmetryCpuTime=0.17  nbCliques=25
1.15/1.25	       =>  wckTime=0.998  cpuTime=0.67  mem=42M158
1.25/1.38	   
1.25/1.39	   solver IterativeSystematicSolver being built... 
1.35/1.46	   
1.35/1.47	   INFO : Forward propagation technique limited 
1.44/1.55	       =>  wckTime=1.302  cpuTime=0.81  mem=25M651
1.54/1.60	   
1.54/1.60	   preprocessing
1.54/1.60	     nbConstraintChecks=45264  nbPropagations=400  nbRevisions=4012  nbUselessRevisions=1087  nbRemovedValues=2925
1.54/1.60	     detectedInconsistency=no
1.54/1.60	       =>  wckTime=0.051  cpuTime=0.04  mem=26M618
1.86/2.00	   
1.86/2.00	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=27M568)

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-1044255-1215022765/watcher-1044255-1215022765 -o /tmp/evaluation-result-1044255-1215022765/solver-1044255-1215022765 -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-1044255-1215022765.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 1.91 3/72 6769
/proc/meminfo: memFree=1788536/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=18572 CPUtime=0
/proc/6769/stat : 6769 (runsolver) R 6767 6769 6439 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1531943363 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6769/statm: 4643 292 257 25 0 2626 0

[startup+0.0563609 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 6769
/proc/meminfo: memFree=1788536/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=862200 CPUtime=0.04
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 2375 0 1 0 2 2 0 0 18 0 6 0 1531943363 882892800 1958 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 215550 1958 901 9 0 210529 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 862200

[startup+0.101834 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 6769
/proc/meminfo: memFree=1788536/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=865884 CPUtime=0.08
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 3673 0 1 0 6 2 0 0 18 0 9 0 1531943363 886665216 3148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 216471 3148 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301874 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 6769
/proc/meminfo: memFree=1788536/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=866048 CPUtime=0.28
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 5579 0 1 0 24 4 0 0 18 0 9 0 1531943363 886833152 4993 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 216512 4993 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866048

[startup+0.701942 s]
/proc/loadavg: 2.00 2.00 1.91 3/72 6769
/proc/meminfo: memFree=1788536/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=867444 CPUtime=0.68
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 7997 0 1 0 61 7 0 0 18 0 9 0 1531943363 888262656 7367 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 216861 7367 1974 9 0 211389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867444

[startup+1.50208 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 6778
/proc/meminfo: memFree=1743600/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868180 CPUtime=1.44
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 25838 466 1 0 124 14 6 0 18 0 10 0 1531943363 889016320 16640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217045 16640 2632 9 0 211551 0
[pid=6769/tid=6771] ppid=6767 vsize=868180 CPUtime=1.04
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 19542 466 1 0 88 10 6 0 16 0 10 0 1531943365 889016320 16640 996147200 134512640 134550740 4294955984 18446744073709551615 4159511351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868180 CPUtime=0.18
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 4598 466 0 0 11 1 6 0 17 0 10 0 1531943367 889016320 16640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868180 CPUtime=0.06
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 466 0 0 0 0 6 0 16 0 10 0 1531943367 889016320 16640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868180 CPUtime=0.06
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 466 0 0 0 0 6 0 16 0 10 0 1531943367 889016320 16640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868180 CPUtime=0.06
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 466 0 0 0 0 6 0 18 0 10 0 1531943369 889016320 16640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868180 CPUtime=0.31
/proc/6769/task/6776/stat : 6776 (java) R 6767 6769 6439 0 -1 64 856 466 0 0 24 1 6 0 16 0 10 0 1531943369 889016320 16640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868180 CPUtime=0.06
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 466 0 0 0 0 6 0 19 0 10 0 1531943369 889016320 16640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868180 CPUtime=0.06
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 12 466 0 0 0 0 6 0 15 0 10 0 1531943369 889016320 16640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 868180

[startup+3.10135 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 6782
/proc/meminfo: memFree=1731632/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868312 CPUtime=3.04
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 26289 590 1 0 282 15 6 1 18 0 9 0 1531943363 889151488 16722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217078 16722 2633 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868312 CPUtime=2.54
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 19935 590 1 0 237 10 6 1 25 0 9 0 1531943365 889151488 16722 996147200 134512640 134550740 4294955984 18446744073709551615 4127160800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868312 CPUtime=0.19
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 4599 590 0 0 11 1 6 1 17 0 9 0 1531943367 889151488 16722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889151488 16722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889151488 16722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889151488 16722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868312 CPUtime=0.41
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 913 590 0 0 33 1 6 1 16 0 9 0 1531943369 889151488 16722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889151488 16722 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 12 590 0 0 0 0 6 1 15 0 9 0 1531943369 889151488 16722 996147200 134512640 134550740 4294955984 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) 868312

[startup+6.3029 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 6782
/proc/meminfo: memFree=1731440/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868312 CPUtime=6.21
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 26884 590 1 0 599 15 6 1 18 0 9 0 1531943363 889151488 16724 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217078 16724 2633 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868312 CPUtime=5.72
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 20505 590 1 0 554 11 6 1 25 0 9 0 1531943365 889151488 16724 996147200 134512640 134550740 4294955984 18446744073709551615 4127089753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868312 CPUtime=0.19
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 4599 590 0 0 11 1 6 1 16 0 9 0 1531943367 889151488 16724 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889151488 16724 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889151488 16724 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889151488 16724 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868312 CPUtime=0.41
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 915 590 0 0 33 1 6 1 17 0 9 0 1531943369 889151488 16724 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889151488 16724 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 35 590 0 0 0 0 6 1 15 0 9 0 1531943369 889151488 16724 996147200 134512640 134550740 4294955984 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) 868312

[startup+12.702 s]
/proc/loadavg: 1.92 1.98 1.90 3/81 6810
/proc/meminfo: memFree=1740720/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868312 CPUtime=12.61
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 30276 590 1 0 1236 18 6 1 18 0 9 0 1531943363 889151488 18550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217078 18550 2633 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868312 CPUtime=12.1
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 23897 590 1 0 1190 13 6 1 25 0 9 0 1531943365 889151488 18550 996147200 134512640 134550740 4294955984 18446744073709551615 4126692716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868312 CPUtime=0.19
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 4599 590 0 0 11 1 6 1 16 0 9 0 1531943367 889151488 18550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889151488 18550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889151488 18550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889151488 18550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868312 CPUtime=0.41
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 915 590 0 0 33 1 6 1 16 0 9 0 1531943369 889151488 18550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889151488 18550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868312 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 35 590 0 0 0 0 6 1 15 0 9 0 1531943369 889151488 18550 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868312

[startup+25.5022 s]
/proc/loadavg: 1.94 1.98 1.91 3/81 6810
/proc/meminfo: memFree=1733040/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868224 CPUtime=25.4
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 31774 590 1 0 2514 19 6 1 18 0 9 0 1531943363 889061376 20018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217056 20018 2615 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868224 CPUtime=24.89
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 24312 590 1 0 2468 14 6 1 25 0 9 0 1531943365 889061376 20018 996147200 134512640 134550740 4294955984 18446744073709551615 4127126435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868224 CPUtime=0.2
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 5681 590 0 0 12 1 6 1 16 0 9 0 1531943367 889061376 20018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 20018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 20018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889061376 20018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868224 CPUtime=0.41
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 916 590 0 0 33 1 6 1 16 0 9 0 1531943369 889061376 20018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889061376 20018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 35 590 0 0 0 0 6 1 15 0 9 0 1531943369 889061376 20018 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 868224

[startup+51.1026 s]
/proc/loadavg: 1.96 1.98 1.91 3/81 6810
/proc/meminfo: memFree=1728688/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868224 CPUtime=50.99
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 32860 590 1 0 5072 20 6 1 18 0 9 0 1531943363 889061376 21099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217056 21099 2615 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868224 CPUtime=50.46
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 24315 590 1 0 5025 14 6 1 25 0 9 0 1531943365 889061376 21099 996147200 134512640 134550740 4294955984 18446744073709551615 4127087810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868224 CPUtime=0.22
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 6763 590 0 0 13 2 6 1 16 0 9 0 1531943367 889061376 21099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889061376 21099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868224 CPUtime=0.41
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 917 590 0 0 33 1 6 1 15 0 9 0 1531943369 889061376 21099 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868224 CPUtime=0.07

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

/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868224 CPUtime=0.42
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 918 590 0 0 34 1 6 1 16 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 35 590 0 0 0 0 6 1 15 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.91
Current children cumulated vsize (KiB) 868224

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 7432
/proc/meminfo: memFree=1668528/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868224 CPUtime=1598.66
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 32954 590 1 0 159824 35 6 1 18 0 9 0 1531943363 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217056 21116 2615 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868224 CPUtime=1597.97
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 24392 590 1 0 159761 29 6 1 25 0 9 0 1531943365 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4127077409 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868224 CPUtime=0.38
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 6779 590 0 0 28 3 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868224 CPUtime=0.42
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 918 590 0 0 34 1 6 1 16 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 35 590 0 0 0 0 6 1 15 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.66
Current children cumulated vsize (KiB) 868224

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 7432
/proc/meminfo: memFree=1668464/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868224 CPUtime=1658.42
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 32957 590 1 0 165800 35 6 1 18 0 9 0 1531943363 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217056 21116 2615 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868224 CPUtime=1657.72
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 24395 590 1 0 165736 29 6 1 25 0 9 0 1531943365 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4127090211 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868224 CPUtime=0.39
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 6779 590 0 0 29 3 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868224 CPUtime=0.42
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 918 590 0 0 34 1 6 1 16 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) R 6767 6769 6439 0 -1 64 35 590 0 0 0 0 6 1 15 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.42
Current children cumulated vsize (KiB) 868224

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 7432
/proc/meminfo: memFree=1668400/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868224 CPUtime=1718.18
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 32960 590 1 0 171775 36 6 1 18 0 9 0 1531943363 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217056 21116 2615 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868224 CPUtime=1717.47
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 24398 590 1 0 171711 29 6 1 25 0 9 0 1531943365 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4127129799 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868224 CPUtime=0.39
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 6779 590 0 0 29 3 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868224 CPUtime=0.42
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 918 590 0 0 34 1 6 1 16 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 35 590 0 0 0 0 6 1 15 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.18
Current children cumulated vsize (KiB) 868224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 7432
/proc/meminfo: memFree=1668272/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868224 CPUtime=1777.93
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 32963 590 1 0 177750 36 6 1 18 0 9 0 1531943363 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217056 21116 2615 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868224 CPUtime=1777.21
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 24401 590 1 0 177685 29 6 1 25 0 9 0 1531943365 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4127101293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868224 CPUtime=0.4
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 6779 590 0 0 30 3 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868224 CPUtime=0.42
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 918 590 0 0 34 1 6 1 16 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 35 590 0 0 0 0 6 1 15 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.93
Current children cumulated vsize (KiB) 868224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 7432
/proc/meminfo: memFree=1668272/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868224 CPUtime=1800.04
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 32964 590 1 0 179961 36 6 1 18 0 9 0 1531943363 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217056 21116 2615 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868224 CPUtime=1799.33
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 24402 590 1 0 179897 29 6 1 25 0 9 0 1531943365 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4127126419 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868224 CPUtime=0.4
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 6779 590 0 0 30 3 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868224 CPUtime=0.42
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 918 590 0 0 34 1 6 1 16 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 35 590 0 0 0 0 6 1 15 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868224

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

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

[startup+1804.5 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 7432
/proc/meminfo: memFree=1668272/2055920 swapFree=4180384/4192956
[pid=6769] ppid=6767 vsize=868224 CPUtime=1800.04
/proc/6769/stat : 6769 (java) S 6767 6769 6439 0 -1 0 32964 590 1 0 179961 36 6 1 18 0 9 0 1531943363 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6769/statm: 217056 21116 2615 9 0 211584 0
[pid=6769/tid=6771] ppid=6767 vsize=868224 CPUtime=1799.33
/proc/6769/task/6771/stat : 6771 (java) R 6767 6769 6439 0 -1 64 24402 590 1 0 179897 29 6 1 25 0 9 0 1531943365 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4127126419 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6772] ppid=6767 vsize=868224 CPUtime=0.4
/proc/6769/task/6772/stat : 6772 (java) S 6767 6769 6439 0 -1 64 6779 590 0 0 30 3 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6773] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6773/stat : 6773 (java) S 6767 6769 6439 0 -1 64 13 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6774] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6774/stat : 6774 (java) S 6767 6769 6439 0 -1 64 8 590 0 0 0 0 6 1 16 0 9 0 1531943367 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6775] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6775/stat : 6775 (java) S 6767 6769 6439 0 -1 64 1 590 0 0 0 0 6 1 18 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6776] ppid=6767 vsize=868224 CPUtime=0.42
/proc/6769/task/6776/stat : 6776 (java) S 6767 6769 6439 0 -1 64 918 590 0 0 34 1 6 1 16 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6769/tid=6777] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6777/stat : 6777 (java) S 6767 6769 6439 0 -1 64 2 590 0 0 0 0 6 1 19 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6769/tid=6778] ppid=6767 vsize=868224 CPUtime=0.07
/proc/6769/task/6778/stat : 6778 (java) S 6767 6769 6439 0 -1 64 35 590 0 0 0 0 6 1 15 0 9 0 1531943369 889061376 21116 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868224

Child status: 143
Real time (s): 1804.54
CPU time (s): 1800.1
CPU user time (s): 1799.7
CPU system time (s): 0.39194
CPU usage (%): 99.7538
Max. virtual memory (cumulated for all children) (KiB): 868312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.39194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33583
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= 38321
involuntary context switches= 20676

runsolver used 2.08968 second user time and 6.12907 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-02 20:19:26
IDJOB=1044255
IDBENCH=53523
IDSOLVER=363
FILE ID=node55/1044255-1215022765
PBS_JOBID= 7874359
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-6_ext.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-1044255-1215022765/watcher-1044255-1215022765 -o /tmp/evaluation-result-1044255-1215022765/solver-1044255-1215022765 -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-1044255-1215022765.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b99e09050d1e5a990b013139f5dfdb16
RANDOM SEED=1449141255

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:       1789016 kB
Buffers:         14852 kB
Cached:         159052 kB
SwapCached:       6432 kB
Active:         117652 kB
Inactive:        87648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789016 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            2456 kB
Writeback:           0 kB
Mapped:          39276 kB
Slab:            47000 kB
Committed_AS:  3005088 kB
PageTables:       1764 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= 66540 MiB
End job on node55 at 2008-07-02 20:49:32