Trace number 1060567

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.09 1806.63

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-25.xml
MD5SUM177c3fba917c31966b3b94a9ac2abc25
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 benchmark0.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints600
Maximum constraint arity3
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1060567-1215127427.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.29/0.38	     nbVariables=49  nbDomainTypes=2  minDomainSize=24  maxDomainSize=25  nbTotalValues=1201
0.29/0.38	       =>  wckTime=0.147  cpuTime=0.1  mem=7M919
0.29/0.38	   
0.29/0.38	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
0.78/0.88	     nbConstraints=603  nbGlobalConstraints=3  nbConvertedConstraints=576  nbConvertConstraintsChecks=1826
0.78/0.88	     nbExtensionStructures=3  nbSharedExtensionStructures=573  nbConflictsStructures=3  nbSharedConflictsStructures=573
0.78/0.88	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=49  nbEvaluationManagers=1
0.78/0.88	     nbSharedEvaluationManagers=23  minDegree=26  maxDegree=28  minArity=2  avgArity=2.19  maxArity=48  nbGenerators=1
0.78/0.88	     nbFusions=1  symmetryWckTime=0.091  symmetryCpuTime=0.06  nbCliques=2
0.78/0.88	       =>  wckTime=0.642  cpuTime=0.45  mem=16M787
0.86/0.93	   
0.86/0.93	   solver IterativeSystematicSolver being built... 
0.96/1.01	   
0.96/1.01	   INFO : Forward propagation technique limited 
0.96/1.08	       =>  wckTime=0.845  cpuTime=0.56  mem=21M67
1.06/1.11	   
1.06/1.11	   preprocessing
1.06/1.11	     nbConstraintChecks=16505  nbValidityChecks=722  nbPropagations=50  nbRevisions=78  nbUselessRevisions=76
1.06/1.11	     nbRemovedValues=2  nbRemovedTuples=300  detectedInconsistency=no
1.06/1.11	       =>  wckTime=0.03  cpuTime=0.02  mem=21M67
1.75/1.81	   
1.75/1.81	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M75)

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-1060567-1215127427/watcher-1060567-1215127427 -o /tmp/evaluation-result-1060567-1215127427/solver-1060567-1215127427 -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-1060567-1215127427.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.91 1.98 1.99 4/80 28271
/proc/meminfo: memFree=1393152/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=1616 CPUtime=0
/proc/28271/stat : 28271 (java) D 28269 28271 27768 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1991712444 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28271/statm: 404 145 119 9 0 46 0

[startup+0.046842 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 28271
/proc/meminfo: memFree=1393152/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=861876 CPUtime=0.03
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 2362 0 1 0 2 1 0 0 18 0 5 0 1991712444 882561024 1949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 215469 1950 898 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.103521 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 28271
/proc/meminfo: memFree=1393152/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=865884 CPUtime=0.09
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 3802 0 1 0 7 2 0 0 18 0 9 0 1991712444 886665216 3253 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216471 3253 1717 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301545 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 28271
/proc/meminfo: memFree=1393152/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=866196 CPUtime=0.29
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 5625 0 1 0 26 3 0 0 18 0 9 0 1991712444 886984704 5039 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216549 5039 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.70159 s]
/proc/loadavg: 1.91 1.98 1.99 4/80 28271
/proc/meminfo: memFree=1393152/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867088 CPUtime=0.68
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 8078 0 1 0 63 5 0 0 18 0 9 0 1991712444 887898112 7436 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216772 7436 2009 9 0 211278 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867088

[startup+1.50268 s]
/proc/loadavg: 1.91 1.98 1.99 4/91 28284
/proc/meminfo: memFree=1366312/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=1.45
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16524 317 1 0 135 10 0 0 18 0 9 0 1991712444 888705024 10727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10727 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=1.14
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12358 317 1 0 107 7 0 0 22 0 9 0 1991712445 888705024 10727 996147200 134512640 134550740 4294955984 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2565 317 0 0 4 0 0 0 16 0 9 0 1991712447 888705024 10727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.24
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 759 317 0 0 24 0 0 0 15 0 9 0 1991712449 888705024 10727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10727 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 5 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10727 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) 867876

[startup+3.10287 s]
/proc/loadavg: 1.91 1.98 1.99 3/89 28284
/proc/meminfo: memFree=1360176/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=3.04
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16567 317 1 0 294 10 0 0 18 0 9 0 1991712444 888705024 10766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10766 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=2.68
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12377 317 1 0 261 7 0 0 25 0 9 0 1991712445 888705024 10766 996147200 134512640 134550740 4294955984 18446744073709551615 4126752996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 17 0 9 0 1991712447 888705024 10766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.27
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 782 317 0 0 27 0 0 0 16 0 9 0 1991712449 888705024 10766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 5 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867876

[startup+6.30125 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 28284
/proc/meminfo: memFree=1359920/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=6.2
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16589 317 1 0 610 10 0 0 18 0 9 0 1991712444 888705024 10775 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10775 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=5.85
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12382 317 1 0 578 7 0 0 25 0 9 0 1991712445 888705024 10775 996147200 134512640 134550740 4294955984 18446744073709551615 4126999119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 16 0 9 0 1991712447 888705024 10775 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10775 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10775 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10775 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 787 317 0 0 28 0 0 0 15 0 9 0 1991712449 888705024 10775 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10775 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 17 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10775 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 867876

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 28284
/proc/meminfo: memFree=1359728/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=12.56
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16594 317 1 0 1245 11 0 0 18 0 9 0 1991712444 888705024 10778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10778 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=12.2
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12386 317 1 0 1212 8 0 0 25 0 9 0 1991712445 888705024 10778 996147200 134512640 134550740 4294955984 18446744073709551615 4127022224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 16 0 9 0 1991712447 888705024 10778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 788 317 0 0 28 0 0 0 15 0 9 0 1991712449 888705024 10778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 17 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10778 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867876

[startup+25.5015 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 28284
/proc/meminfo: memFree=1359728/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=25.23
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16596 317 1 0 2512 11 0 0 18 0 9 0 1991712444 888705024 10780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10780 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=24.87
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12388 317 1 0 2479 8 0 0 25 0 9 0 1991712445 888705024 10780 996147200 134512640 134550740 4294955984 18446744073709551615 4126753011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 17 0 9 0 1991712447 888705024 10780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 788 317 0 0 28 0 0 0 16 0 9 0 1991712449 888705024 10780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 17 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10780 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867876

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 28284
/proc/meminfo: memFree=1359664/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=50.59
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16599 317 1 0 5048 11 0 0 18 0 9 0 1991712444 888705024 10782 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10782 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=50.23
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12391 317 1 0 5015 8 0 0 25 0 9 0 1991712445 888705024 10782 996147200 134512640 134550740 4294955984 18446744073709551615 4126972900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 16 0 9 0 1991712447 888705024 10782 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10782 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10782 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10782 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 788 317 0 0 28 0 0 0 16 0 9 0 1991712449 888705024 10782 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0

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

/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 790 317 0 0 28 0 0 0 17 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 17 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.85
Current children cumulated vsize (KiB) 867876

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 28350
/proc/meminfo: memFree=1415456/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=1535.83
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16613 317 1 0 153571 12 0 0 18 0 9 0 1991712444 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10793 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=1535.46
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12403 317 1 0 153537 9 0 0 25 0 9 0 1991712445 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4127019048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 16 0 9 0 1991712447 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 790 317 0 0 28 0 0 0 17 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 17 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.83
Current children cumulated vsize (KiB) 867876

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 28351
/proc/meminfo: memFree=1415448/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=1595.81
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16613 317 1 0 159569 12 0 0 18 0 9 0 1991712444 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10793 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=1595.44
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12403 317 1 0 159535 9 0 0 25 0 9 0 1991712445 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 16 0 9 0 1991712447 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 790 317 0 0 28 0 0 0 17 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 17 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.81
Current children cumulated vsize (KiB) 867876

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 28351
/proc/meminfo: memFree=1415448/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=1655.79
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16613 317 1 0 165566 13 0 0 18 0 9 0 1991712444 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10793 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=1655.41
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12403 317 1 0 165532 9 0 0 25 0 9 0 1991712445 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4126963853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 16 0 9 0 1991712447 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 790 317 0 0 28 0 0 0 17 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 17 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.79
Current children cumulated vsize (KiB) 867876

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 28351
/proc/meminfo: memFree=1415448/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=1715.77
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16614 317 1 0 171564 13 0 0 18 0 9 0 1991712444 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10794 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=1715.39
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12404 317 1 0 171530 9 0 0 25 0 9 0 1991712445 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4126950887 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 16 0 9 0 1991712447 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 790 317 0 0 28 0 0 0 17 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 17 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.77
Current children cumulated vsize (KiB) 867876

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 28351
/proc/meminfo: memFree=1415448/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=1775.75
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16614 317 1 0 177562 13 0 0 18 0 9 0 1991712444 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10794 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=1775.38
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12404 317 1 0 177528 10 0 0 25 0 9 0 1991712445 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4126458417 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 16 0 9 0 1991712447 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 790 317 0 0 28 0 0 0 17 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 17 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.75
Current children cumulated vsize (KiB) 867876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 28351
/proc/meminfo: memFree=1415448/2055920 swapFree=4179828/4192956
[pid=28271] ppid=28269 vsize=867876 CPUtime=1800.04
/proc/28271/stat : 28271 (java) S 28269 28271 27768 0 -1 0 16614 317 1 0 179991 13 0 0 18 0 9 0 1991712444 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28271/statm: 216969 10794 2632 9 0 211475 0
[pid=28271/tid=28273] ppid=28269 vsize=867876 CPUtime=1799.67
/proc/28271/task/28273/stat : 28273 (java) R 28269 28271 27768 0 -1 64 12404 317 1 0 179957 10 0 0 25 0 9 0 1991712445 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4126972628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28271/tid=28274] ppid=28269 vsize=867876 CPUtime=0.04
/proc/28271/task/28274/stat : 28274 (java) S 28269 28271 27768 0 -1 64 2566 317 0 0 4 0 0 0 16 0 9 0 1991712447 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28275] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28275/stat : 28275 (java) S 28269 28271 27768 0 -1 64 16 317 0 0 0 0 0 0 17 0 9 0 1991712447 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28276] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28276/stat : 28276 (java) S 28269 28271 27768 0 -1 64 13 317 0 0 0 0 0 0 16 0 9 0 1991712447 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28277] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28277/stat : 28277 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 18 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28278] ppid=28269 vsize=867876 CPUtime=0.28
/proc/28271/task/28278/stat : 28278 (java) S 28269 28271 27768 0 -1 64 790 317 0 0 28 0 0 0 17 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28279] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28279/stat : 28279 (java) S 28269 28271 27768 0 -1 64 1 317 0 0 0 0 0 0 19 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28271/tid=28280] ppid=28269 vsize=867876 CPUtime=0
/proc/28271/task/28280/stat : 28280 (java) S 28269 28271 27768 0 -1 64 17 317 0 0 0 0 0 0 15 0 9 0 1991712449 888705024 10794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867876

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): 1806.63
CPU time (s): 1800.09
CPU user time (s): 1799.94
CPU system time (s): 0.145977
CPU usage (%): 99.6376
Max. virtual memory (cumulated for all children) (KiB): 867920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16963
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= 37875
involuntary context switches= 32592

runsolver used 1.9577 second user time and 6.26305 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-04 01:23:47
IDJOB=1060567
IDBENCH=54461
IDSOLVER=363
FILE ID=node66/1060567-1215127427
PBS_JOBID= 7877233
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-25.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-1060567-1215127427/watcher-1060567-1215127427 -o /tmp/evaluation-result-1060567-1215127427/solver-1060567-1215127427 -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-1060567-1215127427.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 177c3fba917c31966b3b94a9ac2abc25
RANDOM SEED=2059322109

node66.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.213
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.213
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:       1393632 kB
Buffers:         49016 kB
Cached:         481840 kB
SwapCached:       6956 kB
Active:         234784 kB
Inactive:       370900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393632 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          88412 kB
Slab:            41524 kB
Committed_AS:  4787628 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= 66524 MiB
End job on node66 at 2008-07-04 01:53:56