Trace number 1044185

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.07 1810.95

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-5_ext.xml
MD5SUM1bdde9be183c86ffbf239f4dbf5cbce7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.68459
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.40	
0.01/0.40	Abscon 112 (May, 2008)
0.17/0.57	
0.17/0.57	   configuration
0.17/0.57	     name=mac.xml
0.26/0.61	   
0.26/0.61	   instance
0.26/0.61	     name=HOME/instance-1044185-1215019287.xml
0.26/0.64	   
0.26/0.64	   domains being loaded...
0.26/0.65	   
0.26/0.65	   variables being loaded...
0.36/0.77	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6265
0.36/0.77	       =>  wckTime=0.199  cpuTime=0.14  mem=9M869
0.36/0.77	   
0.36/0.77	   relations being loaded...
0.36/0.78	   
0.36/0.78	   constraints being loaded...
1.24/1.69	     nbConstraints=9332  nbRelationTypes=26  nbGlobalConstraints=32  nbSingletonDomainVariables=390
1.24/1.69	     nbExtensionStructures=51  nbSharedExtensionStructures=9249  nbConflictsStructures=51
1.24/1.69	     nbSharedConflictsStructures=9249  nbSharedBinaryRepresentations=1323  minDegree=18  maxDegree=49  minArity=2
1.24/1.69	     avgArity=2.02  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.349  symmetryCpuTime=0.18  nbCliques=32
1.24/1.69	       =>  wckTime=1.113  cpuTime=0.68  mem=23M234
1.44/1.80	   
1.44/1.80	   solver IterativeSystematicSolver being built... 
1.44/1.87	   
1.44/1.87	   INFO : Forward propagation technique limited 
1.54/1.96	       =>  wckTime=1.385  cpuTime=0.82  mem=31M101
1.64/2.02	   
1.64/2.02	   preprocessing
1.64/2.02	     nbConstraintChecks=92976  nbPropagations=625  nbRevisions=7416  nbUselessRevisions=2457  nbRemovedValues=4959
1.64/2.02	     detectedInconsistency=no
1.64/2.02	       =>  wckTime=0.063  cpuTime=0.05  mem=31M101
1.94/2.38	   
1.94/2.38	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M156)

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-1044185-1215019287/watcher-1044185-1215019287 -o /tmp/evaluation-result-1044185-1215019287/solver-1044185-1215019287 -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-1044185-1215019287.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: 3.54 1.61 0.61 4/73 19928
/proc/meminfo: memFree=1709624/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=18572 CPUtime=0
/proc/19928/stat : 19928 (runsolver) R 19926 19928 19731 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 624859097 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19928/statm: 4643 292 257 25 0 2626 0

[startup+0.049613 s]
/proc/loadavg: 3.54 1.61 0.61 4/73 19928
/proc/meminfo: memFree=1709624/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=10196 CPUtime=0
/proc/19928/stat : 19928 (java) D 19926 19928 19731 0 -1 0 357 0 0 0 0 0 0 0 20 0 1 0 624859097 10440704 161 996147200 134512640 134550740 4294955984 18446744073709551615 4735908 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/19928/statm: 2549 161 134 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10196

[startup+0.101616 s]
/proc/loadavg: 3.54 1.61 0.61 4/73 19928
/proc/meminfo: memFree=1709624/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=10196 CPUtime=0
/proc/19928/stat : 19928 (java) D 19926 19928 19731 0 -1 0 357 0 0 0 0 0 0 0 20 0 1 0 624859097 10440704 161 996147200 134512640 134550740 4294955984 18446744073709551615 4735908 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/19928/statm: 2549 161 134 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10196

[startup+0.301642 s]
/proc/loadavg: 3.54 1.61 0.61 4/73 19928
/proc/meminfo: memFree=1709624/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=10780 CPUtime=0.01
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 749 0 0 0 0 1 0 0 18 0 2 0 624859097 11038720 529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 2695 529 252 9 0 1196 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10780

[startup+0.701685 s]
/proc/loadavg: 3.54 1.61 0.61 4/73 19928
/proc/meminfo: memFree=1709624/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=866400 CPUtime=0.36
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 6587 0 1 0 31 5 0 0 18 0 9 0 624859097 887193600 5957 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216600 5957 1966 9 0 211128 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 866400

[startup+1.50177 s]
/proc/loadavg: 3.54 1.61 0.61 3/82 19937
/proc/meminfo: memFree=1680688/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867764 CPUtime=1.12
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 19375 0 2 0 100 12 0 0 18 0 10 0 624859097 888590336 18715 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216941 18715 2008 9 0 211469 0
[pid=19928/tid=19930] ppid=19926 vsize=867764 CPUtime=0.81
/proc/19928/task/19930/stat : 19930 (java) S 19926 19928 19731 0 -1 64 15755 0 1 0 72 9 0 0 25 0 10 0 624859127 888590336 18715 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867764 CPUtime=0.08
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 2264 0 0 0 7 1 0 0 17 0 10 0 624859131 888590336 18715 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867764 CPUtime=0
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 624859131 888590336 18715 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867764 CPUtime=0
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 624859131 888590336 18715 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867764 CPUtime=0
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 0 0 0 0 0 0 0 22 0 10 0 624859133 888590336 18715 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867764 CPUtime=0.19
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 646 0 1 0 19 0 0 0 15 0 10 0 624859133 888590336 18715 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867764 CPUtime=0
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 0 0 0 0 0 0 0 23 0 10 0 624859133 888590336 18715 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867764 CPUtime=0
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 624859133 888590336 18715 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 867764

[startup+3.10294 s]
/proc/loadavg: 3.54 1.61 0.61 3/82 19941
/proc/meminfo: memFree=1632176/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867908 CPUtime=2.74
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 31852 704 2 0 246 16 11 1 18 0 9 0 624859097 888737792 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216977 21390 2636 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867908 CPUtime=2.19
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 22567 704 1 0 196 11 11 1 25 0 9 0 624859127 888737792 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4127186166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867908 CPUtime=0.31
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 7546 704 0 0 17 2 11 1 16 0 9 0 624859131 888737792 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888737792 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 9 704 0 0 0 0 11 1 15 0 9 0 624859131 888737792 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888737792 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867908 CPUtime=0.44
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 896 704 1 0 31 1 11 1 16 0 9 0 624859133 888737792 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888737792 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 9 704 0 0 0 0 11 1 15 0 9 0 624859133 888737792 21390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 867908

[startup+6.30227 s]
/proc/loadavg: 3.49 1.63 0.63 3/82 19941
/proc/meminfo: memFree=1687472/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867908 CPUtime=5.92
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 33662 704 2 0 563 17 11 1 18 0 9 0 624859097 888737792 21392 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216977 21392 2636 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867908 CPUtime=5.36
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 24350 704 1 0 512 12 11 1 25 0 9 0 624859127 888737792 21392 996147200 134512640 134550740 4294955984 18446744073709551615 4127094505 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867908 CPUtime=0.31
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 7546 704 0 0 17 2 11 1 17 0 9 0 624859131 888737792 21392 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888737792 21392 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 9 704 0 0 0 0 11 1 15 0 9 0 624859131 888737792 21392 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888737792 21392 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867908 CPUtime=0.44
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 899 704 1 0 31 1 11 1 16 0 9 0 624859133 888737792 21392 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888737792 21392 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 33 704 0 0 0 0 11 1 15 0 9 0 624859133 888737792 21392 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 867908

[startup+12.7029 s]
/proc/loadavg: 3.37 1.64 0.63 3/82 19941
/proc/meminfo: memFree=1667056/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867908 CPUtime=12.28
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 37371 704 2 0 1198 18 11 1 18 0 9 0 624859097 888737792 21393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216977 21393 2636 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867908 CPUtime=11.73
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 28058 704 1 0 1148 13 11 1 25 0 9 0 624859127 888737792 21393 996147200 134512640 134550740 4294955984 18446744073709551615 4127095816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867908 CPUtime=0.31
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 7546 704 0 0 17 2 11 1 16 0 9 0 624859131 888737792 21393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888737792 21393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 9 704 0 0 0 0 11 1 15 0 9 0 624859131 888737792 21393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888737792 21393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867908 CPUtime=0.45
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 900 704 1 0 32 1 11 1 16 0 9 0 624859133 888737792 21393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888737792 21393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867908 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 33 704 0 0 0 0 11 1 15 0 9 0 624859133 888737792 21393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 867908

[startup+25.5013 s]
/proc/loadavg: 3.07 1.66 0.65 3/82 19941
/proc/meminfo: memFree=1663088/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867820 CPUtime=25.01
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 39048 704 2 0 2470 19 11 1 18 0 9 0 624859097 888647680 22472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216955 22472 2615 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867820 CPUtime=24.43
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 28631 704 1 0 2418 13 11 1 25 0 9 0 624859127 888647680 22472 996147200 134512640 134550740 4294955984 18446744073709551615 4125952187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867820 CPUtime=0.32
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 8648 704 0 0 18 2 11 1 16 0 9 0 624859131 888647680 22472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 22472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 11 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 22472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888647680 22472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867820 CPUtime=0.45
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 900 704 1 0 32 1 11 1 16 0 9 0 624859133 888647680 22472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888647680 22472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 33 704 0 0 0 0 11 1 15 0 9 0 624859133 888647680 22472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 867820

[startup+51.102 s]
/proc/loadavg: 3.00 1.75 0.71 3/79 20430
/proc/meminfo: memFree=1771880/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867820 CPUtime=50.11
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 40154 704 2 0 4979 20 11 1 18 0 9 0 624859097 888647680 23574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216955 23574 2615 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867820 CPUtime=49.53
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 28632 704 1 0 4927 14 11 1 25 0 9 0 624859127 888647680 23574 996147200 134512640 134550740 4294955984 18446744073709551615 4127094556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867820 CPUtime=0.34
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 9753 704 0 0 19 3 11 1 16 0 9 0 624859131 888647680 23574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 11 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888647680 23574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867820 CPUtime=0.45
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 900 704 1 0 32 1 11 1 16 0 9 0 624859133 888647680 23574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867820 CPUtime=0.12

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

/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 11 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867820 CPUtime=0.45
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 902 704 1 0 32 1 11 1 16 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 33 704 0 0 0 0 11 1 15 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.11
Current children cumulated vsize (KiB) 867820

[startup+1602.3 s]
/proc/loadavg: 2.34 2.25 1.85 3/79 21694
/proc/meminfo: memFree=901040/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867820 CPUtime=1592.08
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 40242 704 2 0 159153 43 11 1 18 0 9 0 624859097 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216955 23584 2615 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867820 CPUtime=1591.36
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 28707 704 1 0 159087 37 11 1 25 0 9 0 624859127 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4127088188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867820 CPUtime=0.47
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 9764 704 0 0 32 3 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 11 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867820 CPUtime=0.45
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 902 704 1 0 32 1 11 1 16 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 33 704 0 0 0 0 11 1 15 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.08
Current children cumulated vsize (KiB) 867820

[startup+1662.3 s]
/proc/loadavg: 2.42 2.28 1.88 3/79 21728
/proc/meminfo: memFree=1447280/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867820 CPUtime=1651.91
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 40245 704 2 0 165129 50 11 1 18 0 9 0 624859097 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216955 23584 2615 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867820 CPUtime=1651.17
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 28710 704 1 0 165062 43 11 1 25 0 9 0 624859127 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4127094467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867820 CPUtime=0.48
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 9764 704 0 0 33 3 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 11 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867820 CPUtime=0.45
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 902 704 1 0 32 1 11 1 16 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 33 704 0 0 0 0 11 1 15 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.91
Current children cumulated vsize (KiB) 867820

[startup+1722.3 s]
/proc/loadavg: 2.15 2.23 1.89 3/90 21764
/proc/meminfo: memFree=1704792/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867820 CPUtime=1711.61
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 40248 704 2 0 171098 51 11 1 18 0 9 0 624859097 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216955 23584 2615 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867820 CPUtime=1710.87
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 28713 704 1 0 171031 44 11 1 25 0 9 0 624859127 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4127186166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867820 CPUtime=0.48
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 9764 704 0 0 33 3 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 11 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867820 CPUtime=0.45
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 902 704 1 0 32 1 11 1 16 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 33 704 0 0 0 0 11 1 15 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.61
Current children cumulated vsize (KiB) 867820

[startup+1782.3 s]
/proc/loadavg: 2.05 2.18 1.89 3/90 21803
/proc/meminfo: memFree=1704344/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867820 CPUtime=1771.42
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 40252 704 2 0 177079 51 11 1 18 0 9 0 624859097 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216955 23584 2615 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867820 CPUtime=1770.67
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 28717 704 1 0 177011 44 11 1 25 0 9 0 624859127 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4127091440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867820 CPUtime=0.49
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 9764 704 0 0 34 3 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 11 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867820 CPUtime=0.45
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 902 704 1 0 32 1 11 1 16 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 33 704 0 0 0 0 11 1 15 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.42
Current children cumulated vsize (KiB) 867820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.9 s]
/proc/loadavg: 2.03 2.16 1.89 3/90 21803
/proc/meminfo: memFree=1704344/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867820 CPUtime=1800.01
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 40253 704 2 0 179938 51 11 1 18 0 9 0 624859097 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216955 23584 2615 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867820 CPUtime=1799.27
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 28718 704 1 0 179870 45 11 1 25 0 9 0 624859127 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867820 CPUtime=0.49
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 9764 704 0 0 34 3 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 11 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867820 CPUtime=0.45
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 902 704 1 0 32 1 11 1 16 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 33 704 0 0 0 0 11 1 15 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867820

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

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

[startup+1810.9 s]
/proc/loadavg: 2.03 2.16 1.89 3/90 21803
/proc/meminfo: memFree=1704344/2055920 swapFree=4180532/4192956
[pid=19928] ppid=19926 vsize=867820 CPUtime=1800.01
/proc/19928/stat : 19928 (java) S 19926 19928 19731 0 -1 0 40253 704 2 0 179938 51 11 1 18 0 9 0 624859097 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19928/statm: 216955 23584 2615 9 0 211483 0
[pid=19928/tid=19930] ppid=19926 vsize=867820 CPUtime=1799.27
/proc/19928/task/19930/stat : 19930 (java) R 19926 19928 19731 0 -1 64 28718 704 1 0 179870 45 11 1 25 0 9 0 624859127 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19931] ppid=19926 vsize=867820 CPUtime=0.49
/proc/19928/task/19931/stat : 19931 (java) S 19926 19928 19731 0 -1 64 9764 704 0 0 34 3 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19932] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19932/stat : 19932 (java) S 19926 19928 19731 0 -1 64 16 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19933] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19933/stat : 19933 (java) S 19926 19928 19731 0 -1 64 11 704 0 0 0 0 11 1 16 0 9 0 624859131 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19934] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19934/stat : 19934 (java) S 19926 19928 19731 0 -1 64 1 704 0 0 0 0 11 1 22 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19935] ppid=19926 vsize=867820 CPUtime=0.45
/proc/19928/task/19935/stat : 19935 (java) S 19926 19928 19731 0 -1 64 902 704 1 0 32 1 11 1 16 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19928/tid=19936] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19936/stat : 19936 (java) S 19926 19928 19731 0 -1 64 2 704 0 0 0 0 11 1 23 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19928/tid=19937] ppid=19926 vsize=867820 CPUtime=0.12
/proc/19928/task/19937/stat : 19937 (java) S 19926 19928 19731 0 -1 64 33 704 0 0 0 0 11 1 15 0 9 0 624859133 888647680 23584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867820

Child status: 143
Real time (s): 1810.95
CPU time (s): 1800.07
CPU user time (s): 1799.52
CPU system time (s): 0.548916
CPU usage (%): 99.3995
Max. virtual memory (cumulated for all children) (KiB): 867908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40987
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39072
involuntary context switches= 55258

runsolver used 2.14967 second user time and 4.94625 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-02 19:21:27
IDJOB=1044185
IDBENCH=53453
IDSOLVER=363
FILE ID=node79/1044185-1215019287
PBS_JOBID= 7874313
Free space on /tmp= 66532 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044185-1215019287/watcher-1044185-1215019287 -o /tmp/evaluation-result-1044185-1215019287/solver-1044185-1215019287 -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-1044185-1215019287.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1bdde9be183c86ffbf239f4dbf5cbce7
RANDOM SEED=159477577

node79.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1710168 kB
Buffers:         12272 kB
Cached:         100420 kB
SwapCached:       6580 kB
Active:         187016 kB
Inactive:        94276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710168 kB
SwapTotal:     4192956 kB
SwapFree:      4180532 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:         176376 kB
Slab:            49504 kB
Committed_AS:  1190020 kB
PageTables:       2084 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= 66528 MiB
End job on node79 at 2008-07-02 19:51:40