Trace number 1044274

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.08 1815.53

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-9_ext.xml
MD5SUM38b9a03a664d7db0da8e03d924bebc38
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 benchmark26.164
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1044274-1215022932.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.34	   variables being loaded...
0.38/0.46	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.38/0.46	       =>  wckTime=0.201  cpuTime=0.14  mem=9M869
0.38/0.46	   
0.38/0.46	   relations being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
1.36/1.48	     nbConstraints=10168  nbRelationTypes=26  nbGlobalConstraints=26  nbSingletonDomainVariables=361
1.36/1.48	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.36/1.48	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.36/1.48	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.393  symmetryCpuTime=0.21  nbCliques=26
1.36/1.48	       =>  wckTime=1.224  cpuTime=0.74  mem=27M825
1.56/1.62	   
1.56/1.62	   solver IterativeSystematicSolver being built... 
1.56/1.69	   
1.56/1.69	   INFO : Forward propagation technique limited 
1.66/1.78	       =>  wckTime=1.528  cpuTime=0.88  mem=31M898
1.76/1.85	   
1.76/1.85	   preprocessing
1.76/1.85	     nbConstraintChecks=101754  nbPropagations=625  nbRevisions=7756  nbUselessRevisions=2327  nbRemovedValues=5433
1.76/1.85	     detectedInconsistency=no
1.76/1.85	       =>  wckTime=0.066  cpuTime=0.06  mem=31M898
2.15/2.20	   
2.15/2.20	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M920)

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-1044274-1215022932/watcher-1044274-1215022932 -o /tmp/evaluation-result-1044274-1215022932/solver-1044274-1215022932 -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-1044274-1215022932.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.05 2.01 1.92 4/73 21979
/proc/meminfo: memFree=1806744/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=18572 CPUtime=0
/proc/21979/stat : 21979 (runsolver) R 21977 21979 19748 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 625223615 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21979/statm: 4643 292 257 25 0 2626 0

[startup+0.0232231 s]
/proc/loadavg: 2.05 2.01 1.92 4/73 21979
/proc/meminfo: memFree=1806744/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=859112 CPUtime=0.01
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 958 0 1 0 0 1 0 0 20 0 2 0 625223615 879730688 707 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 214778 707 370 9 0 213176 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 859112

[startup+0.10123 s]
/proc/loadavg: 2.05 2.01 1.92 4/73 21979
/proc/meminfo: memFree=1806744/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=865884 CPUtime=0.08
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 3684 0 1 0 6 2 0 0 20 0 9 0 625223615 886665216 3159 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216471 3159 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301252 s]
/proc/loadavg: 2.05 2.01 1.92 4/73 21979
/proc/meminfo: memFree=1806744/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=866284 CPUtime=0.28
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 5824 0 1 0 23 5 0 0 20 0 9 0 625223615 887074816 5198 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216571 5198 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701301 s]
/proc/loadavg: 2.05 2.01 1.92 4/73 21979
/proc/meminfo: memFree=1806744/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867440 CPUtime=0.67
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 9493 0 1 0 59 8 0 0 20 0 9 0 625223615 888258560 8863 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216860 8863 1975 9 0 211388 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867440

[startup+1.50139 s]
/proc/loadavg: 2.05 2.01 1.92 4/82 21988
/proc/meminfo: memFree=1741200/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867924 CPUtime=1.46
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 22722 742 1 0 115 17 13 1 20 0 9 0 625223615 888754176 19059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216981 19059 2060 9 0 211509 0
[pid=21979/tid=21981] ppid=21977 vsize=867924 CPUtime=1.08
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 17327 742 1 0 81 13 13 1 24 0 9 0 625223616 888754176 19059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867924 CPUtime=0.26
/proc/21979/task/21982/stat : 21982 (java) R 21977 21979 19748 0 -1 64 3775 742 0 0 11 1 13 1 16 0 9 0 625223618 888754176 19059 996147200 134512640 134550740 4294955984 18446744073709551615 103735913 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867924 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 13 742 0 0 0 0 13 1 16 0 9 0 625223618 888754176 19059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867924 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 5 742 0 0 0 0 13 1 16 0 9 0 625223618 888754176 19059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867924 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888754176 19059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867924 CPUtime=0.35
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 785 742 0 0 21 0 13 1 15 0 9 0 625223620 888754176 19059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867924 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888754176 19059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867924 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 10 742 0 0 0 0 13 1 15 0 9 0 625223620 888754176 19059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867924

[startup+3.10255 s]
/proc/loadavg: 2.05 2.01 1.92 3/82 21992
/proc/meminfo: memFree=1730448/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867896 CPUtime=3.05
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 32411 742 1 0 270 21 13 1 20 0 9 0 625223615 888725504 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216974 21578 2636 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867896 CPUtime=2.44
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 22772 742 1 0 215 15 13 1 25 0 9 0 625223616 888725504 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4127095414 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867896 CPUtime=0.37
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 7902 742 0 0 21 2 13 1 16 0 9 0 625223618 888725504 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867896 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888725504 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867896 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 8 742 0 0 0 0 13 1 15 0 9 0 625223618 888725504 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867896 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888725504 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867896 CPUtime=0.48
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 896 742 0 0 33 1 13 1 16 0 9 0 625223620 888725504 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867896 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888725504 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867896 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 10 742 0 0 0 0 13 1 15 0 9 0 625223620 888725504 21578 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867896

[startup+6.30289 s]
/proc/loadavg: 2.05 2.01 1.92 3/82 21992
/proc/meminfo: memFree=1730192/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867896 CPUtime=6.22
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 34564 742 1 0 587 21 13 1 20 0 9 0 625223615 888725504 21580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216974 21580 2636 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867896 CPUtime=5.6
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 24897 742 1 0 531 15 13 1 25 0 9 0 625223616 888725504 21580 996147200 134512640 134550740 4294955984 18446744073709551615 4127078137 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867896 CPUtime=0.37
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 7902 742 0 0 21 2 13 1 16 0 9 0 625223618 888725504 21580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867896 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888725504 21580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867896 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 8 742 0 0 0 0 13 1 15 0 9 0 625223618 888725504 21580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867896 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888725504 21580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867896 CPUtime=0.48
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 900 742 0 0 33 1 13 1 16 0 9 0 625223620 888725504 21580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867896 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888725504 21580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867896 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 34 742 0 0 0 0 13 1 15 0 9 0 625223620 888725504 21580 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867896

[startup+12.7026 s]
/proc/loadavg: 2.04 2.01 1.92 3/82 21992
/proc/meminfo: memFree=1730192/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867808 CPUtime=12.57
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 39415 742 1 0 1220 23 13 1 20 0 9 0 625223615 888635392 22665 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216952 22665 2615 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867808 CPUtime=11.94
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 28639 742 1 0 1163 17 13 1 25 0 9 0 625223616 888635392 22665 996147200 134512640 134550740 4294955984 18446744073709551615 4127164821 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867808 CPUtime=0.39
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 9010 742 0 0 22 3 13 1 16 0 9 0 625223618 888635392 22665 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 22665 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 22665 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 22665 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867808 CPUtime=0.48
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 900 742 0 0 33 1 13 1 16 0 9 0 625223620 888635392 22665 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 22665 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 34 742 0 0 0 0 13 1 15 0 9 0 625223620 888635392 22665 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867808

[startup+25.5019 s]
/proc/loadavg: 2.03 2.01 1.92 3/82 21992
/proc/meminfo: memFree=1725528/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867808 CPUtime=25.25
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 39423 742 1 0 2488 23 13 1 20 0 9 0 625223615 888635392 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216952 22666 2615 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867808 CPUtime=24.62
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 28646 742 1 0 2431 17 13 1 25 0 9 0 625223616 888635392 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4127129585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867808 CPUtime=0.39
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 9010 742 0 0 22 3 13 1 16 0 9 0 625223618 888635392 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867808 CPUtime=0.49
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 901 742 0 0 34 1 13 1 16 0 9 0 625223620 888635392 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 34 742 0 0 0 0 13 1 15 0 9 0 625223620 888635392 22666 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867808

[startup+51.1016 s]
/proc/loadavg: 2.02 2.01 1.92 3/82 21992
/proc/meminfo: memFree=1721048/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867808 CPUtime=50.64
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 40536 742 1 0 5026 24 13 1 20 0 9 0 625223615 888635392 23773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216952 23773 2615 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867808 CPUtime=49.99
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 28648 742 1 0 4968 17 13 1 25 0 9 0 625223616 888635392 23773 996147200 134512640 134550740 4294955984 18446744073709551615 4127095458 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867808 CPUtime=0.4
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 10121 742 0 0 23 3 13 1 16 0 9 0 625223618 888635392 23773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867808 CPUtime=0.49
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 901 742 0 0 34 1 13 1 16 0 9 0 625223620 888635392 23773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867808 CPUtime=0.14

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

/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867808 CPUtime=0.49
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 903 742 0 0 34 1 13 1 16 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 34 742 0 0 0 0 13 1 15 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.08
Current children cumulated vsize (KiB) 867808

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21992
/proc/meminfo: memFree=1719704/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867808 CPUtime=1588.57
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 40633 742 1 0 158814 29 13 1 20 0 9 0 625223615 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216952 23784 2615 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867808 CPUtime=1587.77
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 28729 742 1 0 158742 21 13 1 25 0 9 0 625223616 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4127091053 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867808 CPUtime=0.55
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 10135 742 0 0 37 4 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867808 CPUtime=0.49
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 903 742 0 0 34 1 13 1 16 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 34 742 0 0 0 0 13 1 15 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.57
Current children cumulated vsize (KiB) 867808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21992
/proc/meminfo: memFree=1719768/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867808 CPUtime=1648.05
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 40636 742 1 0 164762 29 13 1 20 0 9 0 625223615 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216952 23784 2615 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867808 CPUtime=1647.25
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 28732 742 1 0 164689 22 13 1 25 0 9 0 625223616 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4126377965 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867808 CPUtime=0.55
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 10135 742 0 0 37 4 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867808 CPUtime=0.49
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 903 742 0 0 34 1 13 1 16 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) R 21977 21979 19748 0 -1 64 34 742 0 0 0 0 13 1 15 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.05
Current children cumulated vsize (KiB) 867808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 21992
/proc/meminfo: memFree=1719704/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867808 CPUtime=1707.55
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 40639 742 1 0 170711 30 13 1 20 0 9 0 625223615 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216952 23784 2615 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867808 CPUtime=1706.74
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 28735 742 1 0 170638 22 13 1 25 0 9 0 625223616 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867808 CPUtime=0.56
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 10135 742 0 0 38 4 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867808 CPUtime=0.49
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 903 742 0 0 34 1 13 1 16 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 34 742 0 0 0 0 13 1 15 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.55
Current children cumulated vsize (KiB) 867808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/80 21993
/proc/meminfo: memFree=1731240/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867808 CPUtime=1767.03
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 40643 742 1 0 176659 30 13 1 20 0 9 0 625223615 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216952 23784 2615 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867808 CPUtime=1766.21
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 28739 742 1 0 176585 22 13 1 25 0 9 0 625223616 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867808 CPUtime=0.57
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 10135 742 0 0 39 4 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867808 CPUtime=0.49
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 903 742 0 0 34 1 13 1 16 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 34 742 0 0 0 0 13 1 15 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.03
Current children cumulated vsize (KiB) 867808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 22038
/proc/meminfo: memFree=1671528/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867808 CPUtime=1800.03
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 40644 742 1 0 179957 32 13 1 20 0 9 0 625223615 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216952 23784 2615 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867808 CPUtime=1799.21
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 28740 742 1 0 179883 24 13 1 25 0 9 0 625223616 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4126377922 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867808 CPUtime=0.57
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 10135 742 0 0 39 4 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867808 CPUtime=0.49
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 903 742 0 0 34 1 13 1 16 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 34 742 0 0 0 0 13 1 15 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867808

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

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

[startup+1815.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 22038
/proc/meminfo: memFree=1671528/2055920 swapFree=4180532/4192956
[pid=21979] ppid=21977 vsize=867808 CPUtime=1800.03
/proc/21979/stat : 21979 (java) S 21977 21979 19748 0 -1 0 40644 742 1 0 179957 32 13 1 20 0 9 0 625223615 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21979/statm: 216952 23784 2615 9 0 211480 0
[pid=21979/tid=21981] ppid=21977 vsize=867808 CPUtime=1799.21
/proc/21979/task/21981/stat : 21981 (java) R 21977 21979 19748 0 -1 64 28740 742 1 0 179883 24 13 1 25 0 9 0 625223616 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4126377922 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21982] ppid=21977 vsize=867808 CPUtime=0.57
/proc/21979/task/21982/stat : 21982 (java) S 21977 21979 19748 0 -1 64 10135 742 0 0 39 4 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21983] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21983/stat : 21983 (java) S 21977 21979 19748 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21984] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21984/stat : 21984 (java) S 21977 21979 19748 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 625223618 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21985] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21985/stat : 21985 (java) S 21977 21979 19748 0 -1 64 0 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21986] ppid=21977 vsize=867808 CPUtime=0.49
/proc/21979/task/21986/stat : 21986 (java) S 21977 21979 19748 0 -1 64 903 742 0 0 34 1 13 1 16 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21987] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21987/stat : 21987 (java) S 21977 21979 19748 0 -1 64 2 742 0 0 0 0 13 1 25 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21979/tid=21988] ppid=21977 vsize=867808 CPUtime=0.14
/proc/21979/task/21988/stat : 21988 (java) S 21977 21979 19748 0 -1 64 34 742 0 0 0 0 13 1 15 0 9 0 625223620 888635392 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867808

Child status: 143
Real time (s): 1815.53
CPU time (s): 1800.08
CPU user time (s): 1799.72
CPU system time (s): 0.361944
CPU usage (%): 99.1488
Max. virtual memory (cumulated for all children) (KiB): 867924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41416
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= 39030
involuntary context switches= 80991

runsolver used 2.11268 second user time and 6.15406 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-02 20:22:12
IDJOB=1044274
IDBENCH=53542
IDSOLVER=363
FILE ID=node79/1044274-1215022932
PBS_JOBID= 7874314
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-9_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-1044274-1215022932/watcher-1044274-1215022932 -o /tmp/evaluation-result-1044274-1215022932/solver-1044274-1215022932 -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-1044274-1215022932.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38b9a03a664d7db0da8e03d924bebc38
RANDOM SEED=1127883043

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:       1807224 kB
Buffers:         29844 kB
Cached:         134392 kB
SwapCached:       6580 kB
Active:         104672 kB
Inactive:        81052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807224 kB
SwapTotal:     4192956 kB
SwapFree:      4180532 kB
Dirty:            6404 kB
Writeback:           0 kB
Mapped:          29328 kB
Slab:            48332 kB
Committed_AS:   992404 kB
PageTables:       1768 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= 66508 MiB
End job on node79 at 2008-07-02 20:52:30