Trace number 1049633

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 1808.06

General information on the benchmark

Namecsp/pseudo/course/
normalized-ws97-3.xml
MD5SUM6b29740823b1b2ba28b05996f386f881
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.20782
Satisfiable
(Un)Satisfiability was proved
Number of variables3300
Number of constraints2572
Maximum constraint arity220
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2572
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1049633-1215045611.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.58/0.68	     nbVariables=3300  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=6599
0.58/0.68	       =>  wckTime=0.432  cpuTime=0.3  mem=16M794
0.58/0.68	   
0.58/0.68	   predicates being loaded...
0.78/0.89	   
0.78/0.89	   constraints being loaded...
3.15/3.29	     nbConstraints=1973  nbGlobalConstraints=5  nbMergedConstraints=604  nbSingletonDomainVariables=1
3.15/3.29	     nbDisconnectedVariables=1  nbConvertedConstraints=1364  nbConvertConstraintsChecks=540  nbExtensionStructures=1
3.15/3.29	     nbSharedExtensionStructures=1363  nbConflictsStructures=4  nbSharedConflictsStructures=1948
3.15/3.29	     nbUnbuiltConflictsStructures=3  nbSharedBinaryRepresentations=2  nbEvaluationManagers=6
3.15/3.29	     nbSharedEvaluationManagers=598  minDegree=0  maxDegree=4  minArity=2  avgArity=6.06  maxArity=870  nbGenerators=5
3.15/3.29	     nbFusions=0  symmetryWckTime=1.065  symmetryCpuTime=0.87
3.15/3.29	       =>  wckTime=3.04  cpuTime=2.47  mem=49M6
3.25/3.38	   
3.25/3.38	   solver IterativeSystematicSolver being built... 
3.44/3.50	   
3.44/3.50	   INFO : Forward propagation technique limited 
3.65/3.70	       =>  wckTime=3.453  cpuTime=2.72  mem=26M373
3.65/3.74	   
3.65/3.74	   preprocessing
3.65/3.74	     nbConstraintChecks=0  nbPropagations=3300  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.65/3.74	     detectedInconsistency=no
3.65/3.74	       =>  wckTime=0.032  cpuTime=0.02  mem=29M315

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

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


[startup+0 s]
/proc/loadavg: 1.94 2.01 1.99 3/72 10254
/proc/meminfo: memFree=1712704/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=152 CPUtime=0
/proc/10254/stat : 10254 (java) D 10252 10254 8919 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1983530016 155648 26 996147200 134512640 134550740 4294956144 18446744073709551615 11952932 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/10254/statm: 68 37 28 9 0 6 0

[startup+0.068688 s]
/proc/loadavg: 1.94 2.01 1.99 3/72 10254
/proc/meminfo: memFree=1712704/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=864076 CPUtime=0.04
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 2754 0 1 0 3 1 0 0 18 0 9 0 1983530016 884813824 2300 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 216019 2300 1097 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.101692 s]
/proc/loadavg: 1.94 2.01 1.99 3/72 10254
/proc/meminfo: memFree=1712704/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=865884 CPUtime=0.08
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 3658 0 1 0 6 2 0 0 18 0 9 0 1983530016 886665216 3136 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 216471 3136 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301729 s]
/proc/loadavg: 1.94 2.01 1.99 3/72 10254
/proc/meminfo: memFree=1712704/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=866048 CPUtime=0.28
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 5586 0 1 0 24 4 0 0 18 0 9 0 1983530016 886833152 5000 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 216512 5000 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866048

[startup+0.701791 s]
/proc/loadavg: 1.94 2.01 1.99 3/72 10254
/proc/meminfo: memFree=1712704/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=867444 CPUtime=0.68
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 9330 0 1 0 62 6 0 0 18 0 9 0 1983530016 888262656 8692 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 216861 8692 1979 9 0 211389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867444

[startup+1.50192 s]
/proc/loadavg: 1.94 2.01 1.99 3/81 10263
/proc/meminfo: memFree=1666936/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868472 CPUtime=1.47
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 18174 0 1 0 131 16 0 0 18 0 9 0 1983530016 889315328 17507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217118 17507 2006 9 0 211646 0
[pid=10254/tid=10256] ppid=10252 vsize=868472 CPUtime=1.2
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 15769 0 1 0 106 14 0 0 18 0 9 0 1983530017 889315328 17507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868472 CPUtime=0.03
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 1045 0 0 0 3 0 0 0 16 0 9 0 1983530019 889315328 17507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868472 CPUtime=0
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983530019 889315328 17507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868472 CPUtime=0
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983530019 889315328 17507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868472 CPUtime=0
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983530021 889315328 17507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868472 CPUtime=0.2
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 663 0 0 0 20 0 0 0 16 0 9 0 1983530021 889315328 17507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868472 CPUtime=0
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983530022 889315328 17507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868472 CPUtime=0
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983530022 889315328 17507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868472

[startup+3.10218 s]
/proc/loadavg: 1.94 2.01 1.99 3/81 10263
/proc/meminfo: memFree=1637816/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868792 CPUtime=3.05
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 36617 564 1 0 269 23 12 1 18 0 9 0 1983530016 889643008 22128 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217198 22128 2016 9 0 211726 0
[pid=10254/tid=10256] ppid=10252 vsize=868792 CPUtime=2.61
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28215 564 1 0 230 18 12 1 21 0 9 0 1983530017 889643008 22128 996147200 134512640 134550740 4294955984 18446744073709551615 4127136812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868792 CPUtime=0.25
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 6694 564 0 0 10 2 12 1 16 0 9 0 1983530019 889643008 22128 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868792 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 17 0 9 0 1983530019 889643008 22128 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868792 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 16 0 9 0 1983530019 889643008 22128 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868792 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889643008 22128 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868792 CPUtime=0.4
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 869 564 0 0 27 0 12 1 15 0 9 0 1983530021 889643008 22128 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868792 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889643008 22128 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868792 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 6 564 0 0 0 0 12 1 15 0 9 0 1983530022 889643008 22128 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) 868792

[startup+6.30168 s]
/proc/loadavg: 1.95 2.01 1.99 3/81 10267
/proc/meminfo: memFree=1628344/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868892 CPUtime=6.24
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 41152 564 1 0 586 25 12 1 18 0 9 0 1983530016 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217223 23507 2615 9 0 211751 0
[pid=10254/tid=10256] ppid=10252 vsize=868892 CPUtime=5.61
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28876 564 1 0 529 19 12 1 25 0 9 0 1983530017 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4127038557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868892 CPUtime=0.37
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 10451 564 0 0 21 3 12 1 16 0 9 0 1983530019 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 16 0 9 0 1983530019 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.49
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 965 564 0 0 35 1 12 1 15 0 9 0 1983530021 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 27 564 0 0 0 0 12 1 15 0 9 0 1983530022 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868892

[startup+12.7027 s]
/proc/loadavg: 1.95 2.01 1.99 3/81 10267
/proc/meminfo: memFree=1628152/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868892 CPUtime=12.6
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 41152 564 1 0 1222 25 12 1 18 0 9 0 1983530016 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217223 23507 2615 9 0 211751 0
[pid=10254/tid=10256] ppid=10252 vsize=868892 CPUtime=11.97
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28876 564 1 0 1165 19 12 1 25 0 9 0 1983530017 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4127087507 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868892 CPUtime=0.37
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 10451 564 0 0 21 3 12 1 16 0 9 0 1983530019 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 16 0 9 0 1983530019 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.49
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 965 564 0 0 35 1 12 1 15 0 9 0 1983530021 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 27 564 0 0 0 0 12 1 15 0 9 0 1983530022 889745408 23507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 868892

[startup+25.5018 s]
/proc/loadavg: 1.96 2.01 1.99 3/81 10267
/proc/meminfo: memFree=1628088/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868892 CPUtime=25.34
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 41153 564 1 0 2496 25 12 1 18 0 9 0 1983530016 889745408 23508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217223 23508 2615 9 0 211751 0
[pid=10254/tid=10256] ppid=10252 vsize=868892 CPUtime=24.71
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28876 564 1 0 2439 19 12 1 25 0 9 0 1983530017 889745408 23508 996147200 134512640 134550740 4294955984 18446744073709551615 4127038557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868892 CPUtime=0.37
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 10451 564 0 0 21 3 12 1 16 0 9 0 1983530019 889745408 23508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 16 0 9 0 1983530019 889745408 23508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.49
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 966 564 0 0 35 1 12 1 16 0 9 0 1983530021 889745408 23508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889745408 23508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 27 564 0 0 0 0 12 1 15 0 9 0 1983530022 889745408 23508 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868892

[startup+51.1019 s]
/proc/loadavg: 1.97 2.01 1.99 3/81 10267
/proc/meminfo: memFree=1628024/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868892 CPUtime=50.81
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 41155 564 1 0 5043 25 12 1 18 0 9 0 1983530016 889745408 23509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217223 23509 2615 9 0 211751 0
[pid=10254/tid=10256] ppid=10252 vsize=868892 CPUtime=50.18
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28878 564 1 0 4986 19 12 1 25 0 9 0 1983530017 889745408 23509 996147200 134512640 134550740 4294955984 18446744073709551615 4127041631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868892 CPUtime=0.37
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 10451 564 0 0 21 3 12 1 16 0 9 0 1983530019 889745408 23509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 16 0 9 0 1983530019 889745408 23509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.49
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 966 564 0 0 35 1 12 1 16 0 9 0 1983530021 889745408 23509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13

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

/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.51
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 998 564 0 0 37 1 12 1 16 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 27 564 0 0 0 0 12 1 15 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.53
Current children cumulated vsize (KiB) 868892

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 10332
/proc/meminfo: memFree=1640080/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868892 CPUtime=1534.51
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 41189 564 1 0 153407 31 12 1 18 0 9 0 1983530016 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217223 23518 2615 9 0 211751 0
[pid=10254/tid=10256] ppid=10252 vsize=868892 CPUtime=1533.86
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28880 564 1 0 153348 25 12 1 25 0 9 0 1983530017 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4127041608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868892 CPUtime=0.37
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 10451 564 0 0 21 3 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.51
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 998 564 0 0 37 1 12 1 16 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 27 564 0 0 0 0 12 1 15 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.51
Current children cumulated vsize (KiB) 868892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 10332
/proc/meminfo: memFree=1640016/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868892 CPUtime=1594.48
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 41189 564 1 0 159404 31 12 1 18 0 9 0 1983530016 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217223 23518 2615 9 0 211751 0
[pid=10254/tid=10256] ppid=10252 vsize=868892 CPUtime=1593.84
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28880 564 1 0 159346 25 12 1 25 0 9 0 1983530017 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4127041051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868892 CPUtime=0.37
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 10451 564 0 0 21 3 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.51
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 998 564 0 0 37 1 12 1 16 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 27 564 0 0 0 0 12 1 15 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.48
Current children cumulated vsize (KiB) 868892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 10332
/proc/meminfo: memFree=1639952/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868892 CPUtime=1654.45
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 41189 564 1 0 165401 31 12 1 18 0 9 0 1983530016 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217223 23518 2615 9 0 211751 0
[pid=10254/tid=10256] ppid=10252 vsize=868892 CPUtime=1653.81
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28880 564 1 0 165343 25 12 1 25 0 9 0 1983530017 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4127043108 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868892 CPUtime=0.37
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 10451 564 0 0 21 3 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.51
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 998 564 0 0 37 1 12 1 16 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 27 564 0 0 0 0 12 1 15 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.45
Current children cumulated vsize (KiB) 868892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 10332
/proc/meminfo: memFree=1639952/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868892 CPUtime=1714.43
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 41189 564 1 0 171399 31 12 1 18 0 9 0 1983530016 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217223 23518 2615 9 0 211751 0
[pid=10254/tid=10256] ppid=10252 vsize=868892 CPUtime=1713.79
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28880 564 1 0 171341 25 12 1 25 0 9 0 1983530017 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4127260239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868892 CPUtime=0.37
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 10451 564 0 0 21 3 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.51
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 998 564 0 0 37 1 12 1 16 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 27 564 0 0 0 0 12 1 15 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.43
Current children cumulated vsize (KiB) 868892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 10332
/proc/meminfo: memFree=1639760/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868892 CPUtime=1774.4
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 41189 564 1 0 177396 31 12 1 18 0 9 0 1983530016 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217223 23518 2615 9 0 211751 0
[pid=10254/tid=10256] ppid=10252 vsize=868892 CPUtime=1773.76
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28880 564 1 0 177338 25 12 1 25 0 9 0 1983530017 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4127260239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868892 CPUtime=0.37
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 10451 564 0 0 21 3 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.51
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 998 564 0 0 37 1 12 1 16 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 27 564 0 0 0 0 12 1 15 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.4
Current children cumulated vsize (KiB) 868892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 10332
/proc/meminfo: memFree=1639768/2055920 swapFree=4179732/4192956
[pid=10254] ppid=10252 vsize=868892 CPUtime=1800.1
/proc/10254/stat : 10254 (java) S 10252 10254 8919 0 -1 0 41189 564 1 0 179966 31 12 1 18 0 9 0 1983530016 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10254/statm: 217223 23518 2615 9 0 211751 0
[pid=10254/tid=10256] ppid=10252 vsize=868892 CPUtime=1799.45
/proc/10254/task/10256/stat : 10256 (java) R 10252 10254 8919 0 -1 64 28880 564 1 0 179907 25 12 1 25 0 9 0 1983530017 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4127039874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10257] ppid=10252 vsize=868892 CPUtime=0.37
/proc/10254/task/10257/stat : 10257 (java) S 10252 10254 8919 0 -1 64 10451 564 0 0 21 3 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10254/tid=10258] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10258/stat : 10258 (java) S 10252 10254 8919 0 -1 64 20 564 0 0 0 0 12 1 16 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10259] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10259/stat : 10259 (java) S 10252 10254 8919 0 -1 64 9 564 0 0 0 0 12 1 15 0 9 0 1983530019 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10260] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10260/stat : 10260 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 18 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10261] ppid=10252 vsize=868892 CPUtime=0.51
/proc/10254/task/10261/stat : 10261 (java) S 10252 10254 8919 0 -1 64 998 564 0 0 37 1 12 1 16 0 9 0 1983530021 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10262] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10262/stat : 10262 (java) S 10252 10254 8919 0 -1 64 1 564 0 0 0 0 12 1 19 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10254/tid=10263] ppid=10252 vsize=868892 CPUtime=0.13
/proc/10254/task/10263/stat : 10263 (java) S 10252 10254 8919 0 -1 64 27 564 0 0 0 0 12 1 15 0 9 0 1983530022 889745408 23518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868892

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

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

Child status: 143
Real time (s): 1808.06
CPU time (s): 1800.19
CPU user time (s): 1799.84
CPU system time (s): 0.349946
CPU usage (%): 99.5644
Max. virtual memory (cumulated for all children) (KiB): 868980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.349946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41786
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= 38103
involuntary context switches= 27265

runsolver used 2.04469 second user time and 6.18906 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 02:40:11
IDJOB=1049633
IDBENCH=54685
IDSOLVER=363
FILE ID=node69/1049633-1215045611
PBS_JOBID= 7875038
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/course/normalized-ws97-3.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-1049633-1215045611/watcher-1049633-1215045611 -o /tmp/evaluation-result-1049633-1215045611/solver-1049633-1215045611 -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-1049633-1215045611.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b29740823b1b2ba28b05996f386f881
RANDOM SEED=1951259920

node69.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.259
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.259
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:       1713184 kB
Buffers:         38548 kB
Cached:         165464 kB
SwapCached:       6788 kB
Active:         209872 kB
Inactive:        77196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713184 kB
SwapTotal:     4192956 kB
SwapFree:      4179732 kB
Dirty:            2656 kB
Writeback:           0 kB
Mapped:          90660 kB
Slab:            40840 kB
Committed_AS:  3849500 kB
PageTables:       1992 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 node69 at 2008-07-03 03:10:21