Trace number 1055933

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.09 1819.67

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-11.xml
MD5SUM910d61ba544cb1eb5e823b3eb305c3f6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark368.848
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints7290
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7290
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1055933-1215060751.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.36	   
0.27/0.37	   variables being loaded...
0.37/0.41	     nbVariables=122  nbDomainTypes=2  minDomainSize=21  maxDomainSize=121  nbTotalValues=14662
0.37/0.41	       =>  wckTime=0.167  cpuTime=0.13  mem=7M886
0.37/0.41	   
0.37/0.41	   predicates being loaded...
0.37/0.48	   
0.37/0.48	   constraints being loaded...
2.23/2.37	     nbConstraints=7291  nbGlobalConstraints=1  nbConvertedConstraints=7290  nbConvertConstraintsChecks=31823
2.23/2.37	     nbExtensionStructures=3  nbSharedExtensionStructures=7287  nbConflictsStructures=3
2.23/2.37	     nbSharedConflictsStructures=7287  nbSharedBinaryRepresentations=273  minDegree=121  maxDegree=122  minArity=2
2.23/2.37	     avgArity=2.02  maxArity=121  nbGenerators=0  nbFusions=0  symmetryWckTime=0.518  symmetryCpuTime=0.25  nbCliques=1
2.23/2.37	       =>  wckTime=2.126  cpuTime=1.62  mem=17M426
2.34/2.48	   
2.34/2.48	   solver IterativeSystematicSolver being built... 
2.43/2.55	   
2.43/2.55	   INFO : Forward propagation technique limited 
2.53/2.62	       =>  wckTime=2.374  cpuTime=1.74  mem=27M306
2.53/2.65	   
2.53/2.65	   preprocessing
2.53/2.65	     nbConstraintChecks=12892  nbPropagations=122  nbRevisions=90  nbUselessRevisions=60  nbRemovedValues=300
2.53/2.65	     detectedInconsistency=no
2.53/2.65	       =>  wckTime=0.025  cpuTime=0.01  mem=27M306
4.30/4.43	   
4.30/4.43	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M317)

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-1055933-1215060751/watcher-1055933-1215060751 -o /tmp/evaluation-result-1055933-1215060751/solver-1055933-1215060751 -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-1055933-1215060751.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.92 1.98 1.99 3/81 23251
/proc/meminfo: memFree=1585072/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=18572 CPUtime=0
/proc/23251/stat : 23251 (runsolver) R 23249 23251 23214 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1985049453 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23251/statm: 4643 292 257 25 0 2626 0

[startup+0.076481 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 23251
/proc/meminfo: memFree=1585072/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=864076 CPUtime=0.05
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 2803 0 1 0 3 2 0 0 18 0 9 0 1985049453 884813824 2341 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 216019 2341 1120 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.102485 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 23251
/proc/meminfo: memFree=1585072/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=865884 CPUtime=0.07
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 3667 0 1 0 5 2 0 0 18 0 9 0 1985049453 886665216 3142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 216471 3142 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.302537 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 23251
/proc/meminfo: memFree=1585072/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=866196 CPUtime=0.27
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 5492 0 1 0 24 3 0 0 18 0 9 0 1985049453 886984704 4915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 216549 4915 1884 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.7016 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 23251
/proc/meminfo: memFree=1585072/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=867688 CPUtime=0.67
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 8065 0 1 0 62 5 0 0 18 0 9 0 1985049453 888512512 7425 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 216922 7425 2010 9 0 211428 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867688

[startup+1.50175 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 23260
/proc/meminfo: memFree=1547496/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=867688 CPUtime=1.46
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 14240 0 1 0 123 23 0 0 18 0 9 0 1985049453 888512512 13597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 216922 13597 2014 9 0 211428 0
[pid=23251/tid=23253] ppid=23249 vsize=867688 CPUtime=1.21
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 12819 0 1 0 100 21 0 0 25 0 9 0 1985049456 888512512 13597 996147200 134512640 134550740 4294955984 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23254] ppid=23249 vsize=867688 CPUtime=0
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1985049457 888512512 13597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=867688 CPUtime=0
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1985049457 888512512 13597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=867688 CPUtime=0
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1985049457 888512512 13597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=867688 CPUtime=0
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1985049459 888512512 13597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=867688 CPUtime=0.22
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 723 0 0 0 22 0 0 0 16 0 9 0 1985049459 888512512 13597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=867688 CPUtime=0
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985049459 888512512 13597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=867688 CPUtime=0
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985049459 888512512 13597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867688

[startup+3.10272 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 23262
/proc/meminfo: memFree=1516184/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=3.02
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30253 606 1 0 248 43 10 1 18 0 9 0 1985049453 888942592 21038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21038 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=2.46
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22084 606 1 0 196 39 10 1 25 0 9 0 1985049456 888942592 21038 996147200 134512640 134550740 4294955984 18446744073709551615 4127181315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6365 606 0 0 18 1 10 1 16 0 9 0 1985049457 888942592 21038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.45
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 960 606 0 0 33 1 10 1 15 0 9 0 1985049459 888942592 21038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 10 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 868108

[startup+6.30165 s]
/proc/loadavg: 1.93 1.98 1.99 4/90 23264
/proc/meminfo: memFree=1510568/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=6.17
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30349 606 1 0 563 43 10 1 18 0 9 0 1985049453 888942592 21046 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21046 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=5.59
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22130 606 1 0 509 39 10 1 25 0 9 0 1985049456 888942592 21046 996147200 134512640 134550740 4294955984 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6366 606 0 0 18 1 10 1 17 0 9 0 1985049457 888942592 21046 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21046 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21046 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21046 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.47
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 978 606 0 0 35 1 10 1 16 0 9 0 1985049459 888942592 21046 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21046 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 41 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21046 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 868108

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.99 4/90 23264
/proc/meminfo: memFree=1510376/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=12.47
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30397 606 1 0 1192 44 10 1 18 0 9 0 1985049453 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21057 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=11.86
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22134 606 1 0 1136 39 10 1 25 0 9 0 1985049456 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4127178655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6366 606 0 0 18 1 10 1 16 0 9 0 1985049457 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.49
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 1022 606 0 0 37 1 10 1 16 0 9 0 1985049459 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 41 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 868108

[startup+25.5023 s]
/proc/loadavg: 1.95 1.98 1.99 3/90 23264
/proc/meminfo: memFree=1510440/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=25.07
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30403 606 1 0 2452 44 10 1 18 0 9 0 1985049453 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21058 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=24.45
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22139 606 1 0 2395 39 10 1 25 0 9 0 1985049456 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4127178288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6366 606 0 0 18 1 10 1 16 0 9 0 1985049457 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.5
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 1023 606 0 0 38 1 10 1 16 0 9 0 1985049459 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 41 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 868108

[startup+51.1031 s]
/proc/loadavg: 1.96 1.98 1.99 3/90 23264
/proc/meminfo: memFree=1510376/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=50.31
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30406 606 1 0 4976 44 10 1 18 0 9 0 1985049453 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21058 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=49.7
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22142 606 1 0 4919 40 10 1 25 0 9 0 1985049456 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4127178285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6366 606 0 0 18 1 10 1 16 0 9 0 1985049457 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.5
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 1023 606 0 0 38 1 10 1 16 0 9 0 1985049459 888942592 21058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11

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

/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.5
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 1024 606 0 0 38 1 10 1 16 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 41 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1462.86
Current children cumulated vsize (KiB) 868108

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 23349
/proc/meminfo: memFree=1603448/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=1522.83
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30418 606 1 0 152223 49 10 1 18 0 9 0 1985049453 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21059 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=1522.22
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22153 606 1 0 152166 45 10 1 25 0 9 0 1985049456 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4127187409 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6366 606 0 0 18 1 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.5
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 1024 606 0 0 38 1 10 1 16 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 41 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1522.83
Current children cumulated vsize (KiB) 868108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 23349
/proc/meminfo: memFree=1602872/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=1582.8
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30418 606 1 0 158220 49 10 1 18 0 9 0 1985049453 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21059 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=1582.19
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22153 606 1 0 158163 45 10 1 25 0 9 0 1985049456 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4127202611 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6366 606 0 0 18 1 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.5
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 1024 606 0 0 38 1 10 1 16 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 41 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1582.8
Current children cumulated vsize (KiB) 868108

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 4/90 23349
/proc/meminfo: memFree=1602232/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=1642.78
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30420 606 1 0 164217 50 10 1 18 0 9 0 1985049453 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21059 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=1642.16
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22155 606 1 0 164160 45 10 1 25 0 9 0 1985049456 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4127176346 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6366 606 0 0 18 1 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.5
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 1024 606 0 0 38 1 10 1 16 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 41 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1642.78
Current children cumulated vsize (KiB) 868108

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/90 23349
/proc/meminfo: memFree=1601464/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=1702.75
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30420 606 1 0 170214 50 10 1 18 0 9 0 1985049453 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21059 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=1702.13
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22155 606 1 0 170157 45 10 1 25 0 9 0 1985049456 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4127244965 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6366 606 0 0 18 1 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.5
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 1024 606 0 0 38 1 10 1 16 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 41 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1702.75
Current children cumulated vsize (KiB) 868108

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 23349
/proc/meminfo: memFree=1600760/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=1762.72
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30420 606 1 0 176211 50 10 1 18 0 9 0 1985049453 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21059 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=1762.1
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22155 606 1 0 176154 45 10 1 25 0 9 0 1985049456 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6366 606 0 0 18 1 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.5
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 1024 606 0 0 38 1 10 1 16 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 41 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1762.72
Current children cumulated vsize (KiB) 868108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 23349
/proc/meminfo: memFree=1600440/2055920 swapFree=4180456/4192956
[pid=23251] ppid=23249 vsize=868108 CPUtime=1800.01
/proc/23251/stat : 23251 (java) S 23249 23251 23214 0 -1 0 30420 606 1 0 179940 50 10 1 18 0 9 0 1985049453 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23251/statm: 217027 21059 2636 9 0 211533 0
[pid=23251/tid=23253] ppid=23249 vsize=868108 CPUtime=1799.38
/proc/23251/task/23253/stat : 23253 (java) R 23249 23251 23214 0 -1 64 22155 606 1 0 179882 45 10 1 25 0 9 0 1985049456 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4127078461 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23251/tid=23254] ppid=23249 vsize=868108 CPUtime=0.3
/proc/23251/task/23254/stat : 23254 (java) S 23249 23251 23214 0 -1 64 6366 606 0 0 18 1 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23255] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23255/stat : 23255 (java) S 23249 23251 23214 0 -1 64 16 606 0 0 0 0 10 1 16 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23256] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23256/stat : 23256 (java) S 23249 23251 23214 0 -1 64 8 606 0 0 0 0 10 1 15 0 9 0 1985049457 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23257] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23257/stat : 23257 (java) S 23249 23251 23214 0 -1 64 0 606 0 0 0 0 10 1 18 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23258] ppid=23249 vsize=868108 CPUtime=0.5
/proc/23251/task/23258/stat : 23258 (java) S 23249 23251 23214 0 -1 64 1024 606 0 0 38 1 10 1 16 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23259] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23259/stat : 23259 (java) S 23249 23251 23214 0 -1 64 2 606 0 0 0 0 10 1 19 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23251/tid=23260] ppid=23249 vsize=868108 CPUtime=0.11
/proc/23251/task/23260/stat : 23260 (java) S 23249 23251 23214 0 -1 64 41 606 0 0 0 0 10 1 15 0 9 0 1985049459 888942592 21059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868108

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): 1819.67
CPU time (s): 1800.09
CPU user time (s): 1799.56
CPU system time (s): 0.530919
CPU usage (%): 98.9241
Max. virtual memory (cumulated for all children) (KiB): 871544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.530919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31059
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= 38331
involuntary context switches= 55514

runsolver used 2.49462 second user time and 7.8858 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 06:52:31
IDJOB=1055933
IDBENCH=57390
IDSOLVER=363
FILE ID=node19/1055933-1215060751
PBS_JOBID= 7875232
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 910d61ba544cb1eb5e823b3eb305c3f6
RANDOM SEED=2049620909

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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:       1585552 kB
Buffers:         39544 kB
Cached:         148124 kB
SwapCached:       6540 kB
Active:         320092 kB
Inactive:        84124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585552 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            2884 kB
Writeback:           0 kB
Mapped:         232692 kB
Slab:            50996 kB
Committed_AS:  3687152 kB
PageTables:       2316 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 node19 at 2008-07-03 07:22:52