Trace number 1081790

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.19 1801.79

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-45.xml
MD5SUMc4567f2420b9c0b07f072179a1cd8341
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 benchmark346.213
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints44594
Maximum constraint arity2
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44594
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1081790-1215219013.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.58/0.66	     nbVariables=2025  nbDomainTypes=1  minDomainSize=45  maxDomainSize=45  nbTotalValues=91125
0.58/0.66	       =>  wckTime=0.43  cpuTime=0.29  mem=14M680
0.58/0.66	   
0.58/0.66	   predicates being loaded...
0.68/0.73	   
0.68/0.73	   constraints being loaded...
43.60/44.05	     nbConstraints=45333  nbGlobalConstraints=739  nbConvertedConstraints=44594  nbConvertConstraintsChecks=42790275
43.60/44.05	     nbExtensionStructures=21131  nbSharedExtensionStructures=44589  nbConflictsStructures=21823
43.60/44.06	     nbSharedConflictsStructures=44589  nbSharedBinaryRepresentations=1901519  minDegree=45  maxDegree=47  minArity=2
43.60/44.06	     avgArity=2.04  maxArity=45  nbGenerators=694  nbFusions=694  symmetryWckTime=29.013  symmetryCpuTime=8.04
43.60/44.06	     nbCliques=45
43.60/44.06	       =>  wckTime=43.822  cpuTime=21.59  mem=75M82
44.09/44.52	   
44.09/44.52	   solver IterativeSystematicSolver being built... 
44.20/44.62	   
44.20/44.62	   INFO : Forward propagation technique limited 
44.29/44.78	       =>  wckTime=44.551  cpuTime=21.8  mem=88M462
44.78/45.27	   
44.78/45.27	   preprocessing
44.78/45.27	     nbConstraintChecks=99056  nbPropagations=2736  nbRevisions=2890  nbUselessRevisions=704  nbRemovedValues=30378
44.78/45.27	     nbRemovedTuples=1980  detectedInconsistency=no
44.78/45.27	       =>  wckTime=0.472  cpuTime=0.43  mem=88M462

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 4800
/proc/meminfo: memFree=1570104/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=272 CPUtime=0
/proc/4800/stat : 4800 (java) D 4798 4800 1657 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 2000875668 278528 37 996147200 134512640 134550740 4294955968 18446744073709551615 7484196 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/4800/statm: 404 126 100 9 0 46 0

[startup+0.0160509 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 4800
/proc/meminfo: memFree=1570104/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=10984 CPUtime=0
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 858 0 1 0 0 0 0 0 18 0 2 0 2000875668 11247616 610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 2783 627 327 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10984

[startup+0.10207 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 4800
/proc/meminfo: memFree=1570104/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=865884 CPUtime=0.08
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 3790 0 1 0 6 2 0 0 18 0 9 0 2000875668 886665216 3241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 216471 3241 1716 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301107 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 4800
/proc/meminfo: memFree=1570104/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=866196 CPUtime=0.29
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 5626 0 1 0 25 4 0 0 18 0 9 0 2000875668 886984704 5040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 216549 5040 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701183 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 4800
/proc/meminfo: memFree=1570104/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=867524 CPUtime=0.68
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 8970 0 1 0 62 6 0 0 18 0 9 0 2000875668 888344576 8331 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 216881 8331 2002 9 0 211387 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867524

[startup+1.50234 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 4809
/proc/meminfo: memFree=1531824/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=867436 CPUtime=1.48
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 19333 0 1 0 135 13 0 0 18 0 9 0 2000875668 888254464 18668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 216859 18668 2004 9 0 211387 0
[pid=4800/tid=4802] ppid=4798 vsize=867436 CPUtime=1.18
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 15737 0 1 0 108 10 0 0 25 0 9 0 2000875669 888254464 18668 996147200 134512640 134550740 4294955968 18446744073709551615 4126624988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4803] ppid=4798 vsize=867436 CPUtime=0.09
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 2261 0 0 0 8 1 0 0 16 0 9 0 2000875670 888254464 18668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000875670 888254464 18668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000875670 888254464 18668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000875672 888254464 18668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=867436 CPUtime=0.17
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 637 0 0 0 17 0 0 0 16 0 9 0 2000875672 888254464 18668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4808] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000875673 888254464 18668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4809/stat : 4809 (java) S 4798 4800 1657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000875673 888254464 18668 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867436

[startup+3.10164 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 4809
/proc/meminfo: memFree=1502768/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=867436 CPUtime=3.06
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 22863 0 1 0 288 18 0 0 18 0 9 0 2000875668 888254464 22195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 216859 22195 2006 9 0 211387 0
[pid=4800/tid=4802] ppid=4798 vsize=867436 CPUtime=2.59
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 15771 0 1 0 246 13 0 0 25 0 9 0 2000875669 888254464 22195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4803] ppid=4798 vsize=867436 CPUtime=0.22
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 5725 0 0 0 20 2 0 0 17 0 9 0 2000875670 888254464 22195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000875670 888254464 22195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000875670 888254464 22195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000875672 888254464 22195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=867436 CPUtime=0.21
/proc/4800/task/4807/stat : 4807 (java) R 4798 4800 1657 0 -1 64 669 0 0 0 21 0 0 0 16 0 9 0 2000875672 888254464 22195 996147200 134512640 134550740 4294955968 18446744073709551615 102196353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4808] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000875673 888254464 22195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4809/stat : 4809 (java) S 4798 4800 1657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000875673 888254464 22195 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867436

[startup+6.30224 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 4809
/proc/meminfo: memFree=1481200/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=867436 CPUtime=6.23
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 24739 0 1 0 560 63 0 0 18 0 9 0 2000875668 888254464 24068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 216859 24068 2006 9 0 211387 0
[pid=4800/tid=4802] ppid=4798 vsize=867436 CPUtime=5.58
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 15776 0 1 0 500 58 0 0 25 0 9 0 2000875669 888254464 24068 996147200 134512640 134550740 4294955968 18446744073709551615 4126899111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4803] ppid=4798 vsize=867436 CPUtime=0.36
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 7562 0 0 0 33 3 0 0 16 0 9 0 2000875670 888254464 24068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000875670 888254464 24068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000875670 888254464 24068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000875672 888254464 24068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=867436 CPUtime=0.26
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 703 0 0 0 26 0 0 0 15 0 9 0 2000875672 888254464 24068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4808] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000875673 888254464 24068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4809/stat : 4809 (java) S 4798 4800 1657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000875673 888254464 24068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867436

[startup+12.7014 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 4809
/proc/meminfo: memFree=1462064/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=867436 CPUtime=12.58
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 29474 0 1 0 1097 161 0 0 18 0 9 0 2000875668 888254464 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 216859 28800 2006 9 0 211387 0
[pid=4800/tid=4802] ppid=4798 vsize=867436 CPUtime=11.55
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 15779 0 1 0 1002 153 0 0 25 0 9 0 2000875669 888254464 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4126897441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4803] ppid=4798 vsize=867436 CPUtime=0.74
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 12293 0 0 0 68 6 0 0 17 0 9 0 2000875670 888254464 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000875670 888254464 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000875670 888254464 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000875672 888254464 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=867436 CPUtime=0.26
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 704 0 0 0 26 0 0 0 16 0 9 0 2000875672 888254464 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4808] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000875673 888254464 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=867436 CPUtime=0
/proc/4800/task/4809/stat : 4809 (java) S 4798 4800 1657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000875673 888254464 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 867436

[startup+25.5029 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 4811
/proc/meminfo: memFree=1440608/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=867760 CPUtime=15.21
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 32040 0 1 0 1322 199 0 0 18 0 10 0 2000875668 888586240 30406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 216940 30406 2012 9 0 211468 0
[pid=4811] ppid=4800 vsize=16148 CPUtime=10.04
/proc/4811/stat : 4811 (saucy) R 4800 4800 1657 0 -1 4194304 3110 0 0 0 1001 3 0 0 25 0 1 0 2000877200 16535552 3022 996147200 134512640 134531332 4294956000 18446744073709551615 134523069 0 4 0 0 0 0 0 17 1 0 0
/proc/4811/statm: 4037 3022 104 4 0 3713 0
[pid=4800/tid=4802] ppid=4798 vsize=867760 CPUtime=14.04
/proc/4800/task/4802/stat : 4802 (java) S 4798 4800 1657 0 -1 64 16600 0 1 0 1214 190 0 0 15 0 10 0 2000875669 888586240 30406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=4800/tid=4803] ppid=4798 vsize=867760 CPUtime=0.86
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 13911 0 0 0 79 7 0 0 16 0 10 0 2000875670 888586240 30406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=867760 CPUtime=0
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000875670 888586240 30406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=867760 CPUtime=0
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 2000875670 888586240 30406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=867760 CPUtime=0
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000875672 888586240 30406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=867760 CPUtime=0.28
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 752 0 0 0 28 0 0 0 15 0 10 0 2000875672 888586240 30406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4808] ppid=4798 vsize=867760 CPUtime=0
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 2000875673 888586240 30406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=867760 CPUtime=0
/proc/4800/task/4809/stat : 4809 (java) R 4798 4800 1657 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 2000875673 888586240 30406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4810] ppid=4798 vsize=867760 CPUtime=0
/proc/4800/task/4810/stat : 4810 (java) S 4798 4800 1657 0 -1 64 67 0 0 0 0 0 0 0 22 0 10 0 2000877200 888586240 30406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 883908

[startup+51.1027 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 4813
/proc/meminfo: memFree=1439776/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=868172 CPUtime=50.64
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 67321 3428 1 0 2805 211 2043 5 18 0 9 0 2000875668 889008128 34954 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 217043 34954 2637 9 0 211549 0
[pid=4800/tid=4802] ppid=4798 vsize=868172 CPUtime=48.66
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 28595 3428 1 0 2623 195 2043 5 25 0 9 0 2000875669 889008128 34954 996147200 134512640 134550740 4294955968 18446744073709551615 4127423475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4803] ppid=4798 vsize=868172 CPUtime=21.95
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 36753 3428 0 0 135 12 2043 5 17 0 9 0 2000875670 889008128 34954 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 24 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34954 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 19 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34954 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 19 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 3428 0 0 0 0 2043 5 18 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=868172 CPUtime=20.96
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 1112 3428 0 0 47 1 2043 5 17 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4808] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 3428 0 0 0 0 2043 5 19 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4809/stat : 4809 (java) S 4798 4800 1657 0 -1 64 16 3428 0 0 0 0 2043 5 15 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.81
Current children cumulated vsize (KiB) 868172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 4847
/proc/meminfo: memFree=1383848/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=868172 CPUtime=1600.79
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 67585 3428 1 0 157815 216 2043 5 18 0 9 0 2000875668 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 217043 34958 2637 9 0 211549 0
[pid=4800/tid=4802] ppid=4798 vsize=868172 CPUtime=1598.79
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 28855 3428 1 0 157632 199 2043 5 25 0 9 0 2000875669 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4127495459 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4803] ppid=4798 vsize=868172 CPUtime=21.95
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 36753 3428 0 0 135 12 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 24 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 19 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 3428 0 0 0 0 2043 5 18 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=868172 CPUtime=20.96
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 1112 3428 0 0 47 1 2043 5 17 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4808] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 3428 0 0 0 0 2043 5 19 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4809/stat : 4809 (java) S 4798 4800 1657 0 -1 64 16 3428 0 0 0 0 2043 5 15 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.79
Current children cumulated vsize (KiB) 868172

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 4847
/proc/meminfo: memFree=1383848/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=868172 CPUtime=1660.76
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 67585 3428 1 0 163812 216 2043 5 18 0 9 0 2000875668 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 217043 34958 2637 9 0 211549 0
[pid=4800/tid=4802] ppid=4798 vsize=868172 CPUtime=1658.76
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 28855 3428 1 0 163629 199 2043 5 25 0 9 0 2000875669 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4127476140 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4803] ppid=4798 vsize=868172 CPUtime=21.95
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 36753 3428 0 0 135 12 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 24 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 19 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 3428 0 0 0 0 2043 5 18 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=868172 CPUtime=20.96
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 1112 3428 0 0 47 1 2043 5 17 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4808] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 3428 0 0 0 0 2043 5 19 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4809/stat : 4809 (java) R 4798 4800 1657 0 -1 64 16 3428 0 0 0 0 2043 5 15 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.76
Current children cumulated vsize (KiB) 868172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 4847
/proc/meminfo: memFree=1383848/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=868172 CPUtime=1720.73
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 67585 3428 1 0 169809 216 2043 5 18 0 9 0 2000875668 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 217043 34958 2637 9 0 211549 0
[pid=4800/tid=4802] ppid=4798 vsize=868172 CPUtime=1718.73
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 28855 3428 1 0 169626 199 2043 5 25 0 9 0 2000875669 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4803] ppid=4798 vsize=868172 CPUtime=21.95
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 36753 3428 0 0 135 12 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 24 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 19 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 3428 0 0 0 0 2043 5 18 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=868172 CPUtime=20.96
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 1112 3428 0 0 47 1 2043 5 17 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4808] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 3428 0 0 0 0 2043 5 19 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4809/stat : 4809 (java) S 4798 4800 1657 0 -1 64 16 3428 0 0 0 0 2043 5 15 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.73
Current children cumulated vsize (KiB) 868172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 4847
/proc/meminfo: memFree=1383848/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=868172 CPUtime=1780.7
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 67585 3428 1 0 175806 216 2043 5 18 0 9 0 2000875668 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 217043 34958 2637 9 0 211549 0
[pid=4800/tid=4802] ppid=4798 vsize=868172 CPUtime=1778.7
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 28855 3428 1 0 175623 199 2043 5 25 0 9 0 2000875669 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4127480798 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4803] ppid=4798 vsize=868172 CPUtime=21.95
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 36753 3428 0 0 135 12 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 24 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 19 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 3428 0 0 0 0 2043 5 18 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=868172 CPUtime=20.96
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 1112 3428 0 0 47 1 2043 5 17 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4808] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 3428 0 0 0 0 2043 5 19 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4809/stat : 4809 (java) S 4798 4800 1657 0 -1 64 16 3428 0 0 0 0 2043 5 15 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.7
Current children cumulated vsize (KiB) 868172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 4847
/proc/meminfo: memFree=1383848/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=868172 CPUtime=1800.1
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 67585 3428 1 0 177746 216 2043 5 18 0 9 0 2000875668 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 217043 34958 2637 9 0 211549 0
[pid=4800/tid=4802] ppid=4798 vsize=868172 CPUtime=1798.1
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 28855 3428 1 0 177563 199 2043 5 25 0 9 0 2000875669 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4127434560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4803] ppid=4798 vsize=868172 CPUtime=21.95
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 36753 3428 0 0 135 12 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 24 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 19 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 3428 0 0 0 0 2043 5 18 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=868172 CPUtime=20.96
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 1112 3428 0 0 47 1 2043 5 17 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4808] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 3428 0 0 0 0 2043 5 19 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4809/stat : 4809 (java) S 4798 4800 1657 0 -1 64 16 3428 0 0 0 0 2043 5 15 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868172

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

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

[startup+1801.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 4847
/proc/meminfo: memFree=1383848/2055920 swapFree=4180456/4192956
[pid=4800] ppid=4798 vsize=868172 CPUtime=1800.1
/proc/4800/stat : 4800 (java) S 4798 4800 1657 0 -1 0 67585 3428 1 0 177746 216 2043 5 18 0 9 0 2000875668 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4800/statm: 217043 34958 2637 9 0 211549 0
[pid=4800/tid=4802] ppid=4798 vsize=868172 CPUtime=1798.1
/proc/4800/task/4802/stat : 4802 (java) R 4798 4800 1657 0 -1 64 28855 3428 1 0 177563 199 2043 5 25 0 9 0 2000875669 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4127434560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4803] ppid=4798 vsize=868172 CPUtime=21.95
/proc/4800/task/4803/stat : 4803 (java) S 4798 4800 1657 0 -1 64 36753 3428 0 0 135 12 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4804] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4804/stat : 4804 (java) S 4798 4800 1657 0 -1 64 24 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4805] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4805/stat : 4805 (java) S 4798 4800 1657 0 -1 64 19 3428 0 0 0 0 2043 5 16 0 9 0 2000875670 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4806] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4806/stat : 4806 (java) S 4798 4800 1657 0 -1 64 1 3428 0 0 0 0 2043 5 18 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4807] ppid=4798 vsize=868172 CPUtime=20.96
/proc/4800/task/4807/stat : 4807 (java) S 4798 4800 1657 0 -1 64 1112 3428 0 0 47 1 2043 5 17 0 9 0 2000875672 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4800/tid=4808] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4808/stat : 4808 (java) S 4798 4800 1657 0 -1 64 2 3428 0 0 0 0 2043 5 19 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4800/tid=4809] ppid=4798 vsize=868172 CPUtime=20.48
/proc/4800/task/4809/stat : 4809 (java) S 4798 4800 1657 0 -1 64 16 3428 0 0 0 0 2043 5 15 0 9 0 2000875673 889008128 34958 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868172

Child status: 143
Real time (s): 1801.79
CPU time (s): 1800.19
CPU user time (s): 1797.95
CPU system time (s): 2.23466
CPU usage (%): 99.9113
Max. virtual memory (cumulated for all children) (KiB): 884700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.95
system time used= 2.23466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71047
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= 38769
involuntary context switches= 11556

runsolver used 2.03269 second user time and 6.17306 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 02:50:13
IDJOB=1081790
IDBENCH=57137
IDSOLVER=363
FILE ID=node19/1081790-1215219013
PBS_JOBID= 7881682
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-45.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-1081790-1215219013/watcher-1081790-1215219013 -o /tmp/evaluation-result-1081790-1215219013/solver-1081790-1215219013 -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-1081790-1215219013.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4567f2420b9c0b07f072179a1cd8341
RANDOM SEED=670876256

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:       1570584 kB
Buffers:        105388 kB
Cached:         294984 kB
SwapCached:       6540 kB
Active:         279700 kB
Inactive:       133536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570584 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            7512 kB
Writeback:           0 kB
Mapped:          20660 kB
Slab:            57416 kB
Committed_AS:  3718372 kB
PageTables:       1828 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= 66544 MiB
End job on node19 at 2008-07-05 03:20:17