Trace number 1058496

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.13 1808.52

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-9.xml
MD5SUM690bc030536081a10afc596885a53720
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark108.522
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints48826
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48606
Global constraints used (with number of constraints)alldifferent(220)

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.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1058496-1215115554.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.57/0.60	     nbVariables=880  nbDomainTypes=32  minDomainSize=1  maxDomainSize=45  nbTotalValues=20933
0.57/0.60	       =>  wckTime=0.355  cpuTime=0.24  mem=10M812
0.57/0.60	   
0.57/0.60	   predicates being loaded...
0.57/0.66	   
0.57/0.66	   constraints being loaded...
14.27/14.45	     nbConstraints=48836  nbGlobalConstraints=230  nbSingletonDomainVariables=129  nbConflictsStructures=52
14.27/14.45	     nbSharedConflictsStructures=17081  nbUnbuiltConflictsStructures=350  nbSharedBinaryRepresentations=0
14.27/14.45	     nbEvaluationManagers=402  nbSharedEvaluationManagers=48204  minDegree=38  maxDegree=424  minArity=4  avgArity=4.06
14.27/14.45	     maxArity=20  nbGenerators=10  nbFusions=0  symmetryWckTime=2.944  symmetryCpuTime=1.02
14.27/14.45	       =>  wckTime=14.204  cpuTime=10.38  mem=275M168
15.17/15.31	   
15.17/15.31	   solver IterativeSystematicSolver being built... 
17.95/18.18	   
17.95/18.19	   INFO : Forward propagation technique limited 
18.15/18.38	       =>  wckTime=18.135  cpuTime=12.04  mem=448M201
20.34/20.59	   
20.34/20.59	   preprocessing
20.34/20.59	     nbConstraintChecks=2966867  nbValidityChecks=111777  nbPropagations=880  nbRevisions=125892
20.34/20.59	     nbUselessRevisions=125892  nbRemovedValues=0  detectedInconsistency=no
20.34/20.59	       =>  wckTime=2.205  cpuTime=2.18  mem=454M319
82.59/83.04	   
82.59/83.04	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=459M433)

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-1058496-1215115554/watcher-1058496-1215115554 -o /tmp/evaluation-result-1058496-1215115554/solver-1058496-1215115554 -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-1058496-1215115554.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.99 1.97 1.99 3/72 18407
/proc/meminfo: memFree=1505808/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=18572 CPUtime=0
/proc/18407/stat : 18407 (runsolver) R 18405 18407 17521 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1990524202 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18407/statm: 4643 292 257 25 0 2626 0

[startup+0.0639331 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 18407
/proc/meminfo: memFree=1505808/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=863920 CPUtime=0.04
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 2672 0 1 0 3 1 0 0 18 0 9 0 1990524202 884654080 2237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 215980 2237 1064 9 0 210937 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863920

[startup+0.101938 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 18407
/proc/meminfo: memFree=1505808/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=865884 CPUtime=0.08
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 3677 0 1 0 6 2 0 0 18 0 9 0 1990524202 886665216 3152 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 216471 3152 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.304964 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 18407
/proc/meminfo: memFree=1505808/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=866196 CPUtime=0.27
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 5615 0 1 0 24 3 0 0 18 0 9 0 1990524202 886984704 5029 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 216549 5029 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.702015 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 18407
/proc/meminfo: memFree=1505808/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=867104 CPUtime=0.66
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 8175 0 1 0 61 5 0 0 18 0 9 0 1990524202 887914496 7535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 216776 7535 2007 9 0 211282 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867104

[startup+1.50213 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 18416
/proc/meminfo: memFree=1469000/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=867632 CPUtime=1.45
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 18505 0 1 0 133 12 0 0 18 0 9 0 1990524202 888455168 17840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 216908 17840 2004 9 0 211436 0
[pid=18407/tid=18409] ppid=18405 vsize=867632 CPUtime=1.2
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 15747 0 1 0 110 10 0 0 25 0 9 0 1990524203 888455168 17840 996147200 134512640 134550740 4294955984 18446744073709551615 4126683424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18410] ppid=18405 vsize=867632 CPUtime=0.06
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 1395 0 0 0 6 0 0 0 16 0 9 0 1990524205 888455168 17840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990524205 888455168 17840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990524205 888455168 17840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990524207 888455168 17840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=867632 CPUtime=0.16
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 667 0 0 0 16 0 0 0 16 0 9 0 1990524207 888455168 17840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18415] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990524207 888455168 17840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990524207 888455168 17840 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867632

[startup+3.10256 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 18416
/proc/meminfo: memFree=1438472/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=867632 CPUtime=3.05
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 22760 0 1 0 289 16 0 0 18 0 9 0 1990524202 888455168 22093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 216908 22093 2004 9 0 211436 0
[pid=18407/tid=18409] ppid=18405 vsize=867632 CPUtime=2.56
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 15753 0 1 0 245 11 0 0 25 0 9 0 1990524203 888455168 22093 996147200 134512640 134550740 4294955984 18446744073709551615 103778096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18410] ppid=18405 vsize=867632 CPUtime=0.29
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 5644 0 0 0 26 3 0 0 17 0 9 0 1990524205 888455168 22093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990524205 888455168 22093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990524205 888455168 22093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990524207 888455168 22093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=867632 CPUtime=0.16
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 667 0 0 0 16 0 0 0 17 0 9 0 1990524207 888455168 22093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18415] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990524207 888455168 22093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990524207 888455168 22093 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867632

[startup+6.30159 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 18416
/proc/meminfo: memFree=1404872/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=867632 CPUtime=6.22
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 33436 0 1 0 547 75 0 0 18 0 9 0 1990524202 888455168 32764 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 216908 32765 2005 9 0 211436 0
[pid=18407/tid=18409] ppid=18405 vsize=867632 CPUtime=5.28
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 15781 0 1 0 463 65 0 0 25 0 9 0 1990524203 888455168 32765 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18410] ppid=18405 vsize=867632 CPUtime=0.66
/proc/18407/task/18410/stat : 18410 (java) R 18405 18407 17521 0 -1 64 16231 0 0 0 58 8 0 0 16 0 9 0 1990524205 888455168 32765 996147200 134512640 134550740 4294955984 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990524205 888455168 32765 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990524205 888455168 32765 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990524207 888455168 32766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=867632 CPUtime=0.25
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 729 0 0 0 25 0 0 0 15 0 9 0 1990524207 888455168 32766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18415] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990524207 888455168 32766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=867632 CPUtime=0
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990524207 888455168 32767 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867632

[startup+12.7025 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 18416
/proc/meminfo: memFree=1188104/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=867956 CPUtime=12.23
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 87241 0 1 0 975 248 0 0 18 0 10 0 1990524202 888786944 82213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 216989 82213 2013 9 0 211517 0
[pid=18407/tid=18409] ppid=18405 vsize=867956 CPUtime=10.07
/proc/18407/task/18409/stat : 18409 (java) S 18405 18407 17521 0 -1 64 15863 0 1 0 796 211 0 0 24 0 10 0 1990524203 888786944 82213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=18407/tid=18410] ppid=18405 vsize=867956 CPUtime=1.84
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 69880 0 0 0 151 33 0 0 16 0 10 0 1990524205 888786944 82213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=867956 CPUtime=0
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1990524205 888786944 82213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=867956 CPUtime=0
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1990524205 888786944 82213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=867956 CPUtime=0
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1990524207 888786944 82213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=867956 CPUtime=0.27
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 740 0 0 0 27 0 0 0 15 0 10 0 1990524207 888786944 82213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18415] ppid=18405 vsize=867956 CPUtime=0
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1990524207 888786944 82213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=867956 CPUtime=0
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 1990524207 888786944 82213 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 867956

[startup+25.5012 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 18420
/proc/meminfo: memFree=1009016/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=868280 CPUtime=25.32
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 207039 4409 1 0 2097 280 148 7 18 0 9 0 1990524202 889118720 126431 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 217070 126431 2615 9 0 211598 0
[pid=18407/tid=18409] ppid=18405 vsize=868280 CPUtime=20.82
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 28909 4409 1 0 1712 215 148 7 25 0 9 0 1990524203 889118720 126431 996147200 134512640 134550740 4294955984 18446744073709551615 4127362924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18410] ppid=18405 vsize=868280 CPUtime=5.59
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 176237 4409 0 0 344 60 148 7 17 0 9 0 1990524205 889118720 126431 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 17 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126431 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 19 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126431 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 18 0 9 0 1990524207 889118720 126431 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=868280 CPUtime=1.94
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 1043 4409 0 0 39 0 148 7 15 0 9 0 1990524207 889118720 126431 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18415] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 19 0 9 0 1990524207 889118720 126431 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 11 4409 0 0 0 0 148 7 15 0 9 0 1990524207 889118720 126431 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 868280

[startup+51.1017 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 18420
/proc/meminfo: memFree=1008888/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=868280 CPUtime=50.81
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 207053 4409 1 0 4645 281 148 7 18 0 9 0 1990524202 889118720 126438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 217070 126438 2615 9 0 211598 0
[pid=18407/tid=18409] ppid=18405 vsize=868280 CPUtime=46.3
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 28913 4409 1 0 4260 215 148 7 25 0 9 0 1990524203 889118720 126438 996147200 134512640 134550740 4294955984 18446744073709551615 4127354684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18410] ppid=18405 vsize=868280 CPUtime=5.59
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 176237 4409 0 0 344 60 148 7 17 0 9 0 1990524205 889118720 126438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 17 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 19 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 18 0 9 0 1990524207 889118720 126438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=868280 CPUtime=1.95
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 1053 4409 0 0 40 0 148 7 16 0 9 0 1990524207 889118720 126438 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18415] ppid=18405 vsize=868280 CPUtime=1.55

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

Current children cumulated CPU time (s) 1475.52
Current children cumulated vsize (KiB) 868280

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 18478
/proc/meminfo: memFree=976320/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=868280 CPUtime=1535.22
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 207096 4409 1 0 153079 288 148 7 18 0 9 0 1990524202 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 217070 126460 2615 9 0 211598 0
[pid=18407/tid=18409] ppid=18405 vsize=868280 CPUtime=1530.62
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 28924 4409 1 0 152686 221 148 7 25 0 9 0 1990524203 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4127362979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18407/tid=18410] ppid=18405 vsize=868280 CPUtime=5.59
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 176237 4409 0 0 344 60 148 7 16 0 9 0 1990524205 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 17 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 19 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 18 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=868280 CPUtime=2
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 1085 4409 0 0 45 0 148 7 15 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18415] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 19 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=868280 CPUtime=1.58
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 11 4409 0 0 2 1 148 7 15 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.22
Current children cumulated vsize (KiB) 868280

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 18478
/proc/meminfo: memFree=976256/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=868280 CPUtime=1594.92
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 207096 4409 1 0 159049 288 148 7 18 0 9 0 1990524202 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 217070 126460 2615 9 0 211598 0
[pid=18407/tid=18409] ppid=18405 vsize=868280 CPUtime=1590.32
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 28924 4409 1 0 158656 221 148 7 25 0 9 0 1990524203 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4127349380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18407/tid=18410] ppid=18405 vsize=868280 CPUtime=5.59
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 176237 4409 0 0 344 60 148 7 16 0 9 0 1990524205 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 17 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 19 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 18 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=868280 CPUtime=2
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 1085 4409 0 0 45 0 148 7 15 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18415] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 19 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=868280 CPUtime=1.58
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 11 4409 0 0 2 1 148 7 15 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.92
Current children cumulated vsize (KiB) 868280

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 18478
/proc/meminfo: memFree=976256/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=868280 CPUtime=1654.62
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 207096 4409 1 0 165019 288 148 7 18 0 9 0 1990524202 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 217070 126460 2615 9 0 211598 0
[pid=18407/tid=18409] ppid=18405 vsize=868280 CPUtime=1650.02
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 28924 4409 1 0 164626 221 148 7 25 0 9 0 1990524203 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4126922355 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18407/tid=18410] ppid=18405 vsize=868280 CPUtime=5.59
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 176237 4409 0 0 344 60 148 7 16 0 9 0 1990524205 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 17 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 19 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 18 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=868280 CPUtime=2
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 1085 4409 0 0 45 0 148 7 15 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18415] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 19 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=868280 CPUtime=1.58
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 11 4409 0 0 2 1 148 7 15 0 9 0 1990524207 889118720 126460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.62
Current children cumulated vsize (KiB) 868280

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 18478
/proc/meminfo: memFree=976192/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=868280 CPUtime=1714.33
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 207098 4409 1 0 170989 289 148 7 18 0 9 0 1990524202 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 217070 126461 2615 9 0 211598 0
[pid=18407/tid=18409] ppid=18405 vsize=868280 CPUtime=1709.72
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 28925 4409 1 0 170595 222 148 7 25 0 9 0 1990524203 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4126921008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18407/tid=18410] ppid=18405 vsize=868280 CPUtime=5.59
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 176237 4409 0 0 344 60 148 7 16 0 9 0 1990524205 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 17 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 19 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 18 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=868280 CPUtime=2
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 1086 4409 0 0 45 0 148 7 16 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18407/tid=18415] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 19 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=868280 CPUtime=1.58
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 11 4409 0 0 2 1 148 7 15 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.33
Current children cumulated vsize (KiB) 868280

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 18478
/proc/meminfo: memFree=976128/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=868280 CPUtime=1774.03
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 207098 4409 1 0 176959 289 148 7 18 0 9 0 1990524202 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 217070 126461 2615 9 0 211598 0
[pid=18407/tid=18409] ppid=18405 vsize=868280 CPUtime=1769.43
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 28925 4409 1 0 176566 222 148 7 25 0 9 0 1990524203 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18407/tid=18410] ppid=18405 vsize=868280 CPUtime=5.59
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 176237 4409 0 0 344 60 148 7 16 0 9 0 1990524205 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 17 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 19 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 18 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=868280 CPUtime=2
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 1086 4409 0 0 45 0 148 7 16 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18407/tid=18415] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 19 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=868280 CPUtime=1.58
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 11 4409 0 0 2 1 148 7 15 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.03
Current children cumulated vsize (KiB) 868280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.41 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 18478
/proc/meminfo: memFree=976128/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=868280 CPUtime=1800
/proc/18407/stat : 18407 (java) S 18405 18407 17521 0 -1 0 207098 4409 1 0 179556 289 148 7 18 0 9 0 1990524202 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18407/statm: 217070 126461 2615 9 0 211598 0
[pid=18407/tid=18409] ppid=18405 vsize=868280 CPUtime=1795.4
/proc/18407/task/18409/stat : 18409 (java) R 18405 18407 17521 0 -1 64 28925 4409 1 0 179163 222 148 7 25 0 9 0 1990524203 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4125952098 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18407/tid=18410] ppid=18405 vsize=868280 CPUtime=5.59
/proc/18407/task/18410/stat : 18410 (java) S 18405 18407 17521 0 -1 64 176237 4409 0 0 344 60 148 7 16 0 9 0 1990524205 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18411] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18411/stat : 18411 (java) S 18405 18407 17521 0 -1 64 17 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18412] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18412/stat : 18412 (java) S 18405 18407 17521 0 -1 64 19 4409 0 0 0 0 148 7 16 0 9 0 1990524205 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18413] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18413/stat : 18413 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 18 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18414] ppid=18405 vsize=868280 CPUtime=2
/proc/18407/task/18414/stat : 18414 (java) S 18405 18407 17521 0 -1 64 1086 4409 0 0 45 0 148 7 16 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18407/tid=18415] ppid=18405 vsize=868280 CPUtime=1.55
/proc/18407/task/18415/stat : 18415 (java) S 18405 18407 17521 0 -1 64 1 4409 0 0 0 0 148 7 19 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18407/tid=18416] ppid=18405 vsize=868280 CPUtime=1.58
/proc/18407/task/18416/stat : 18416 (java) S 18405 18407 17521 0 -1 64 11 4409 0 0 2 1 148 7 15 0 9 0 1990524207 889118720 126461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868280

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

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

[startup+1808.51 s]
/proc/loadavg: 2.00 1.99 1.99 3/93 18478
/proc/meminfo: memFree=976128/2055920 swapFree=4180436/4192956
[pid=18407] ppid=18405 vsize=0 CPUtime=1800.11
/proc/18407/stat : 18407 (java) R 18405 18407 17521 0 -1 1028 207127 4409 1 0 179561 295 148 7 17 0 1 0 1990524202 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 0 0 0
/proc/18407/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.52
CPU time (s): 1800.13
CPU user time (s): 1797.1
CPU system time (s): 3.03254
CPU usage (%): 99.5358
Max. virtual memory (cumulated for all children) (KiB): 894380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.1
system time used= 3.03254
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211536
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= 38581
involuntary context switches= 49259

runsolver used 2.45763 second user time and 5.77812 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-03 22:05:55
IDJOB=1058496
IDBENCH=54131
IDSOLVER=363
FILE ID=node71/1058496-1215115554
PBS_JOBID= 7877064
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-9.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-1058496-1215115554/watcher-1058496-1215115554 -o /tmp/evaluation-result-1058496-1215115554/solver-1058496-1215115554 -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-1058496-1215115554.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 690bc030536081a10afc596885a53720
RANDOM SEED=766955779

node71.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.209
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.209
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:       1506288 kB
Buffers:         35564 kB
Cached:         402200 kB
SwapCached:       6480 kB
Active:         141548 kB
Inactive:       347488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506288 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            8844 kB
Writeback:           0 kB
Mapped:          58780 kB
Slab:            45808 kB
Committed_AS:  4192696 kB
PageTables:       1892 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= 66512 MiB
End job on node71 at 2008-07-03 22:36:05