Trace number 1056017

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.13 1809.65

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-10.xml
MD5SUM4767daf10c71e50004bb1bec7a8e5909
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints4975
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1056017-1215061036.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.29/0.39	     nbVariables=101  nbDomainTypes=2  minDomainSize=15  maxDomainSize=100  nbTotalValues=10015
0.29/0.39	       =>  wckTime=0.16  cpuTime=0.12  mem=7M886
0.29/0.39	   
0.29/0.39	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
1.76/1.81	     nbConstraints=4976  nbGlobalConstraints=1  nbConvertedConstraints=4975  nbConvertConstraintsChecks=21500
1.76/1.81	     nbExtensionStructures=3  nbSharedExtensionStructures=4972  nbConflictsStructures=3
1.76/1.81	     nbSharedConflictsStructures=4972  nbSharedBinaryRepresentations=233  minDegree=100  maxDegree=101  minArity=2
1.76/1.81	     avgArity=2.02  maxArity=100  nbGenerators=0  nbFusions=0  symmetryWckTime=0.296  symmetryCpuTime=0.18  nbCliques=1
1.76/1.81	       =>  wckTime=1.577  cpuTime=1.21  mem=42M139
1.86/1.94	   
1.86/1.94	   solver IterativeSystematicSolver being built... 
1.96/2.01	   
1.96/2.01	   INFO : Forward propagation technique limited 
1.96/2.07	       =>  wckTime=1.842  cpuTime=1.31  mem=25M246
2.05/2.10	   
2.05/2.10	   preprocessing
2.05/2.10	     nbConstraintChecks=8216  nbPropagations=101  nbRevisions=75  nbUselessRevisions=50  nbRemovedValues=250
2.05/2.10	     detectedInconsistency=no
2.05/2.10	       =>  wckTime=0.021  cpuTime=0.01  mem=25M246
3.25/3.34	   
3.25/3.35	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=27M163)

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 18585
/proc/meminfo: memFree=1688000/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=1616 CPUtime=0
/proc/18585/stat : 18585 (java) D 18583 18585 18548 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1535775800 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/18585/statm: 404 145 119 9 0 46 0

[startup+0.0781431 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 18585
/proc/meminfo: memFree=1688000/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=865856 CPUtime=0.06
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 3436 0 1 0 4 2 0 0 18 0 9 0 1535775800 886636544 2934 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 216464 2934 1578 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101144 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 18585
/proc/meminfo: memFree=1688000/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=865884 CPUtime=0.09
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 3777 0 1 0 7 2 0 0 18 0 9 0 1535775800 886665216 3228 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 216471 3228 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301169 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 18585
/proc/meminfo: memFree=1688000/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=866196 CPUtime=0.29
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 5628 0 1 0 26 3 0 0 18 0 9 0 1535775800 886984704 5042 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 216549 5042 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701213 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 18585
/proc/meminfo: memFree=1688000/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=867688 CPUtime=0.68
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 8144 0 1 0 64 4 0 0 18 0 9 0 1535775800 888512512 7504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 216922 7504 2010 9 0 211428 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867688

[startup+1.50131 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 18594
/proc/meminfo: memFree=1654008/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=867688 CPUtime=1.47
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 13637 0 1 0 119 28 0 0 18 0 9 0 1535775800 888512512 12994 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 216922 12994 2014 9 0 211428 0
[pid=18585/tid=18587] ppid=18583 vsize=867688 CPUtime=1.23
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 12222 0 1 0 96 27 0 0 25 0 9 0 1535775801 888512512 12994 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18588] ppid=18583 vsize=867688 CPUtime=0
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1535775803 888512512 12994 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=867688 CPUtime=0
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1535775803 888512512 12994 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=867688 CPUtime=0
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535775803 888512512 12994 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=867688 CPUtime=0
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535775805 888512512 12994 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=867688 CPUtime=0.22
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 718 0 0 0 22 0 0 0 16 0 9 0 1535775805 888512512 12994 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18593] ppid=18583 vsize=867688 CPUtime=0
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1535775805 888512512 12994 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=867688 CPUtime=0
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535775805 888512512 12994 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867688

[startup+3.10249 s]
/proc/loadavg: 1.85 1.97 1.99 3/82 18598
/proc/meminfo: memFree=1630776/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=3.05
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27316 529 1 0 264 34 6 1 18 0 9 0 1535775800 888954880 16850 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16850 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=2.56
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19006 529 1 0 219 30 6 1 25 0 9 0 1535775801 888954880 16850 996147200 134512640 134550740 4294955984 18446744073709551615 4127237258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 16 0 9 0 1535775803 888954880 16850 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16850 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16850 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16850 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.41
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 959 529 0 0 34 0 6 1 15 0 9 0 1535775805 888954880 16850 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16850 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 10 529 0 0 0 0 6 1 15 0 9 0 1535775805 888954880 16850 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868120

[startup+6.30285 s]
/proc/loadavg: 1.86 1.97 1.99 3/82 18598
/proc/meminfo: memFree=1630456/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=6.22
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27393 529 1 0 581 34 6 1 18 0 9 0 1535775800 888954880 16864 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16864 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=5.7
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19008 529 1 0 533 30 6 1 25 0 9 0 1535775801 888954880 16864 996147200 134512640 134550740 4294955984 18446744073709551615 4127169644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 17 0 9 0 1535775803 888954880 16864 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16864 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16864 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16864 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.44
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1003 529 0 0 36 1 6 1 16 0 9 0 1535775805 888954880 16864 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16864 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 41 529 0 0 0 0 6 1 15 0 9 0 1535775805 888954880 16864 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868120

[startup+12.7026 s]
/proc/loadavg: 1.87 1.97 1.99 3/82 18598
/proc/meminfo: memFree=1630272/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=12.56
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27403 529 1 0 1215 34 6 1 18 0 9 0 1535775800 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16868 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=12.04
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19011 529 1 0 1167 30 6 1 25 0 9 0 1535775801 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4127171445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 16 0 9 0 1535775803 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.45
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1010 529 0 0 37 1 6 1 17 0 9 0 1535775805 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 41 529 0 0 0 0 6 1 15 0 9 0 1535775805 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868120

[startup+25.502 s]
/proc/loadavg: 1.90 1.97 1.99 3/82 18598
/proc/meminfo: memFree=1630272/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=25.25
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27403 529 1 0 2484 34 6 1 18 0 9 0 1535775800 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16868 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=24.72
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19011 529 1 0 2435 30 6 1 25 0 9 0 1535775801 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4127162522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 16 0 9 0 1535775803 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.45
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1010 529 0 0 37 1 6 1 17 0 9 0 1535775805 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 41 529 0 0 0 0 6 1 15 0 9 0 1535775805 888954880 16868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868120

[startup+51.1019 s]
/proc/loadavg: 1.93 1.97 1.99 3/82 18598
/proc/meminfo: memFree=1630144/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=50.63
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27404 529 1 0 5021 35 6 1 18 0 9 0 1535775800 888954880 16869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16869 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=50.1
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19011 529 1 0 4973 30 6 1 25 0 9 0 1535775801 888954880 16869 996147200 134512640 134550740 4294955984 18446744073709551615 4127175944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 16 0 9 0 1535775803 888954880 16869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.45
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1011 529 0 0 37 1 6 1 16 0 9 0 1535775805 888954880 16869 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07

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

/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.45
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1012 529 0 0 37 1 6 1 16 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.1
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 41 529 0 0 2 1 6 1 15 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.08
Current children cumulated vsize (KiB) 868120

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 18642
/proc/meminfo: memFree=1566720/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=1533.02
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27407 529 1 0 153254 41 6 1 18 0 9 0 1535775800 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16870 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=1532.44
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19013 529 1 0 153202 35 6 1 25 0 9 0 1535775801 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4127173863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.45
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1012 529 0 0 37 1 6 1 16 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.1
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 41 529 0 0 2 1 6 1 15 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.02
Current children cumulated vsize (KiB) 868120

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 18642
/proc/meminfo: memFree=1563776/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=1592.96
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27407 529 1 0 159248 41 6 1 18 0 9 0 1535775800 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16870 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=1592.38
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19013 529 1 0 159196 35 6 1 25 0 9 0 1535775801 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4127171445 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.45
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1012 529 0 0 37 1 6 1 16 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.1
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 41 529 0 0 2 1 6 1 15 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.96
Current children cumulated vsize (KiB) 868120

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 18642
/proc/meminfo: memFree=1561472/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=1652.9
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27407 529 1 0 165242 41 6 1 18 0 9 0 1535775800 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16870 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=1652.32
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19013 529 1 0 165190 35 6 1 25 0 9 0 1535775801 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4127171967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.45
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1012 529 0 0 37 1 6 1 16 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.1
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 41 529 0 0 2 1 6 1 15 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.9
Current children cumulated vsize (KiB) 868120

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 18642
/proc/meminfo: memFree=1559232/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=1712.84
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27407 529 1 0 171236 41 6 1 18 0 9 0 1535775800 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16870 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=1712.27
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19013 529 1 0 171185 35 6 1 25 0 9 0 1535775801 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4127174595 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.45
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1012 529 0 0 37 1 6 1 16 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.1
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 41 529 0 0 2 1 6 1 15 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.84
Current children cumulated vsize (KiB) 868120

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 18642
/proc/meminfo: memFree=1554944/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=1772.79
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27407 529 1 0 177231 41 6 1 18 0 9 0 1535775800 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16870 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=1772.21
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19013 529 1 0 177179 35 6 1 25 0 9 0 1535775801 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.45
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1012 529 0 0 37 1 6 1 16 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.1
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 41 529 0 0 2 1 6 1 15 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.79
Current children cumulated vsize (KiB) 868120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 18642
/proc/meminfo: memFree=1554112/2055920 swapFree=4097724/4192956
[pid=18585] ppid=18583 vsize=868120 CPUtime=1800.06
/proc/18585/stat : 18585 (java) S 18583 18585 18548 0 -1 0 27407 529 1 0 179958 41 6 1 18 0 9 0 1535775800 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18585/statm: 217030 16870 2632 9 0 211536 0
[pid=18585/tid=18587] ppid=18583 vsize=868120 CPUtime=1799.49
/proc/18585/task/18587/stat : 18587 (java) R 18583 18585 18548 0 -1 64 19013 529 1 0 179907 35 6 1 25 0 9 0 1535775801 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4127175944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18588] ppid=18583 vsize=868120 CPUtime=0.18
/proc/18585/task/18588/stat : 18588 (java) S 18583 18585 18548 0 -1 64 6510 529 0 0 10 1 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18589] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18589/stat : 18589 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18590] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18590/stat : 18590 (java) S 18583 18585 18548 0 -1 64 13 529 0 0 0 0 6 1 16 0 9 0 1535775803 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18591] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18591/stat : 18591 (java) S 18583 18585 18548 0 -1 64 1 529 0 0 0 0 6 1 18 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18592] ppid=18583 vsize=868120 CPUtime=0.45
/proc/18585/task/18592/stat : 18592 (java) S 18583 18585 18548 0 -1 64 1012 529 0 0 37 1 6 1 16 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18585/tid=18593] ppid=18583 vsize=868120 CPUtime=0.07
/proc/18585/task/18593/stat : 18593 (java) S 18583 18585 18548 0 -1 64 2 529 0 0 0 0 6 1 19 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18585/tid=18594] ppid=18583 vsize=868120 CPUtime=0.1
/proc/18585/task/18594/stat : 18594 (java) S 18583 18585 18548 0 -1 64 41 529 0 0 2 1 6 1 15 0 9 0 1535775805 888954880 16870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868120

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

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

Child status: 143
Real time (s): 1809.65
CPU time (s): 1800.13
CPU user time (s): 1799.68
CPU system time (s): 0.445932
CPU usage (%): 99.474
Max. virtual memory (cumulated for all children) (KiB): 868156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.445932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27967
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= 38081
involuntary context switches= 46306

runsolver used 2.14267 second user time and 6.13907 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-03 06:57:16
IDJOB=1056017
IDBENCH=57394
IDSOLVER=363
FILE ID=node32/1056017-1215061036
PBS_JOBID= 7875235
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-10.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-1056017-1215061036/watcher-1056017-1215061036 -o /tmp/evaluation-result-1056017-1215061036/solver-1056017-1215061036 -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-1056017-1215061036.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4767daf10c71e50004bb1bec7a8e5909
RANDOM SEED=1272368994

node32.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.218
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.218
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:       1688480 kB
Buffers:         31896 kB
Cached:         144464 kB
SwapCached:      88228 kB
Active:         239920 kB
Inactive:        65628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688480 kB
SwapTotal:     4192956 kB
SwapFree:      4097724 kB
Dirty:            2832 kB
Writeback:           0 kB
Mapped:         136904 kB
Slab:            46488 kB
Committed_AS:  3287116 kB
PageTables:       2284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node32 at 2008-07-03 07:27:28