Trace number 1085950

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 1803.29

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-6.xml
MD5SUMb1bc0ce20909360461048c9e001540ac
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.33	   instance
0.29/0.33	     name=HOME/instance-1085950-1215236322.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.39/0.45	   
0.39/0.45	   variables being loaded...
0.67/0.76	     nbVariables=2000  nbDomainTypes=49  minDomainSize=42  maxDomainSize=190  nbTotalValues=320494
0.67/0.76	       =>  wckTime=0.511  cpuTime=0.34  mem=21M512
0.67/0.76	   
0.67/0.76	   predicates being loaded...
0.78/0.82	   
0.78/0.82	   constraints being loaded...
20.88/21.11	   
20.88/21.11	   INFO : Stopping converting binary constraints (cpu=20.08, mem = 68M172)
32.85/33.29	     nbConstraints=13669  nbMergedConstraints=11983  nbConvertedConstraints=1389  nbConvertConstraintsChecks=45778160
32.85/33.29	     nbExtensionStructures=1279  nbSharedExtensionStructures=425  nbConflictsStructures=3111
32.85/33.29	     nbSharedConflictsStructures=606  nbUnbuiltConflictsStructures=7091  nbSharedBinaryRepresentations=309257
32.85/33.29	     nbEvaluationManagers=8923  nbSharedEvaluationManagers=3357  minDegree=3  maxDegree=17  minArity=2  maxArity=2
32.85/33.29	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.376  symmetryCpuTime=1.03
32.85/33.29	       =>  wckTime=33.044  cpuTime=31.12  mem=76M376
33.35/33.77	   
33.35/33.77	   solver IterativeSystematicSolver being built... 
33.84/34.29	       =>  wckTime=34.041  cpuTime=31.5  mem=89M412
44.44/44.93	   
44.44/44.93	   preprocessing
44.44/44.93	     nbConstraintChecks=25276397  nbValidityChecks=1098952  nbPropagations=2550  nbRevisions=32968
44.44/44.93	     nbUselessRevisions=28892  nbRemovedValues=133228  detectedInconsistency=no
44.44/44.93	       =>  wckTime=10.625  cpuTime=10.49  mem=90M468

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-1085950-1215236322/watcher-1085950-1215236322 -o /tmp/evaluation-result-1085950-1215236322/solver-1085950-1215236322 -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-1085950-1215236322.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.84 1.95 1.99 3/73 4509
/proc/meminfo: memFree=1145360/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=1616 CPUtime=0
/proc/4509/stat : 4509 (java) R 4507 4509 4472 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1553304417 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 9638842 0 0 4096 0 0 0 0 17 0 0 0
/proc/4509/statm: 404 148 122 9 0 46 0

[startup+0.0506049 s]
/proc/loadavg: 1.84 1.95 1.99 3/73 4509
/proc/meminfo: memFree=1145360/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=861876 CPUtime=0.03
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 2362 0 1 0 2 1 0 0 18 0 5 0 1553304417 882561024 1949 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 215469 1950 898 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.104272 s]
/proc/loadavg: 1.84 1.95 1.99 3/73 4509
/proc/meminfo: memFree=1145360/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=865884 CPUtime=0.08
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 3719 0 1 0 7 1 0 0 18 0 9 0 1553304417 886665216 3182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216471 3182 1686 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302296 s]
/proc/loadavg: 1.84 1.95 1.99 3/73 4509
/proc/meminfo: memFree=1145360/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=866048 CPUtime=0.29
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 5588 0 1 0 25 4 0 0 18 0 9 0 1553304417 886833152 5002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216512 5002 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866048

[startup+0.702342 s]
/proc/loadavg: 1.84 1.95 1.99 3/73 4509
/proc/meminfo: memFree=1145360/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867020 CPUtime=0.67
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 9153 0 1 0 60 7 0 0 18 0 9 0 1553304417 887828480 8523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216755 8523 1968 9 0 211283 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867020

[startup+1.50144 s]
/proc/loadavg: 1.84 1.95 1.99 3/82 4518
/proc/meminfo: memFree=1105736/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867472 CPUtime=1.46
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 20167 0 1 0 131 15 0 0 18 0 9 0 1553304417 888291328 19502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216868 19502 2004 9 0 211396 0
[pid=4509/tid=4511] ppid=4507 vsize=867472 CPUtime=1.18
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 15746 0 1 0 106 12 0 0 25 0 9 0 1553304418 888291328 19502 996147200 134512640 134550740 4294955968 18446744073709551615 4126529076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867472 CPUtime=0.07
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 3091 0 0 0 6 1 0 0 16 0 9 0 1553304420 888291328 19502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1553304420 888291328 19502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553304420 888291328 19502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553304422 888291328 19502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867472 CPUtime=0.17
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 633 0 0 0 17 0 0 0 16 0 9 0 1553304422 888291328 19502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553304422 888291328 19502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553304422 888291328 19502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867472

[startup+3.10161 s]
/proc/loadavg: 1.85 1.95 1.99 4/82 4518
/proc/meminfo: memFree=1070408/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867472 CPUtime=3.06
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 23230 0 1 0 288 18 0 0 18 0 9 0 1553304417 888291328 22562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216868 22562 2006 9 0 211396 0
[pid=4509/tid=4511] ppid=4507 vsize=867472 CPUtime=2.63
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 15781 0 1 0 251 12 0 0 25 0 9 0 1553304418 888291328 22562 996147200 134512640 134550740 4294955968 18446744073709551615 4126930824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867472 CPUtime=0.19
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 6101 0 0 0 16 3 0 0 16 0 9 0 1553304420 888291328 22562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1553304420 888291328 22562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553304420 888291328 22562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553304422 888291328 22562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867472 CPUtime=0.21
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 651 0 0 0 20 1 0 0 16 0 9 0 1553304422 888291328 22562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553304422 888291328 22562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553304422 888291328 22562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867472

[startup+6.30297 s]
/proc/loadavg: 1.85 1.95 1.99 3/82 4518
/proc/meminfo: memFree=1062408/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867472 CPUtime=6.22
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 23262 0 1 0 603 19 0 0 18 0 9 0 1553304417 888291328 22591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216868 22591 2006 9 0 211396 0
[pid=4509/tid=4511] ppid=4507 vsize=867472 CPUtime=5.76
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 15785 0 1 0 562 14 0 0 25 0 9 0 1553304418 888291328 22591 996147200 134512640 134550740 4294955968 18446744073709551615 4126943709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867472 CPUtime=0.19
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 6101 0 0 0 16 3 0 0 16 0 9 0 1553304420 888291328 22591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1553304420 888291328 22591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553304420 888291328 22591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553304422 888291328 22591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867472 CPUtime=0.25
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 679 0 0 0 24 1 0 0 15 0 9 0 1553304422 888291328 22591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553304422 888291328 22591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4518/stat : 4518 (java) R 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553304422 888291328 22591 996147200 134512640 134550740 4294955968 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) 867472

[startup+12.7017 s]
/proc/loadavg: 1.88 1.95 1.99 3/82 4518
/proc/meminfo: memFree=1053384/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867472 CPUtime=12.56
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 25474 0 1 0 1233 23 0 0 18 0 9 0 1553304417 888291328 24800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216868 24800 2006 9 0 211396 0
[pid=4509/tid=4511] ppid=4507 vsize=867472 CPUtime=11.93
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 15789 0 1 0 1177 16 0 0 25 0 9 0 1553304418 888291328 24800 996147200 134512640 134550740 4294955968 18446744073709551615 4126620876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867472 CPUtime=0.34
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 8301 0 0 0 30 4 0 0 16 0 9 0 1553304420 888291328 24800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1553304420 888291328 24800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553304420 888291328 24800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553304422 888291328 24800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867472 CPUtime=0.26
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 687 0 0 0 25 1 0 0 16 0 9 0 1553304422 888291328 24800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553304422 888291328 24800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553304422 888291328 24800 996147200 134512640 134550740 4294955968 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) 867472

[startup+25.5021 s]
/proc/loadavg: 1.89 1.95 1.99 3/82 4518
/proc/meminfo: memFree=1039432/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867472 CPUtime=25.23
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 28993 0 1 0 2495 28 0 0 18 0 9 0 1553304417 888291328 28315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216868 28315 2007 9 0 211396 0
[pid=4509/tid=4511] ppid=4507 vsize=867472 CPUtime=24.27
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 15794 0 1 0 2408 19 0 0 25 0 9 0 1553304418 888291328 28315 996147200 134512640 134550740 4294955968 18446744073709551615 102888422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867472 CPUtime=0.64
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 11798 0 0 0 58 6 0 0 16 0 9 0 1553304420 888291328 28315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1553304420 888291328 28315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553304420 888291328 28315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553304422 888291328 28315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867472 CPUtime=0.3
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 704 0 0 0 29 1 0 0 16 0 9 0 1553304422 888291328 28315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553304422 888291328 28315 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867472 CPUtime=0
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553304422 888291328 28315 996147200 134512640 134550740 4294955968 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) 867472

[startup+51.1021 s]
/proc/loadavg: 1.93 1.96 1.99 3/82 4522
/proc/meminfo: memFree=1000648/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867796 CPUtime=50.59
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 67770 953 1 0 4999 42 16 2 18 0 9 0 1553304417 888623104 38596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216949 38596 2616 9 0 211477 0
[pid=4509/tid=4511] ppid=4507 vsize=867796 CPUtime=48.5
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 31428 953 1 0 4809 23 16 2 25 0 9 0 1553304418 888623104 38596 996147200 134512640 134550740 4294955968 18446744073709551615 4127221369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867796 CPUtime=1.79
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 34539 953 0 0 147 14 16 2 17 0 9 0 1553304420 888623104 38596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 17 953 0 0 0 0 16 2 16 0 9 0 1553304420 888623104 38596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 29 953 0 0 0 0 16 2 15 0 9 0 1553304420 888623104 38596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 18 0 9 0 1553304422 888623104 38596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867796 CPUtime=0.62
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 934 953 0 0 42 2 16 2 15 0 9 0 1553304422 888623104 38596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867796 CPUtime=0.18

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

/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 29 953 0 0 0 0 16 2 15 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 18 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867796 CPUtime=0.67
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 957 953 0 0 47 2 16 2 16 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 19 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867796 CPUtime=0.21
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4472 0 -1 64 9 953 0 0 1 2 16 2 15 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1479.43
Current children cumulated vsize (KiB) 867796

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 4556
/proc/meminfo: memFree=971904/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867796 CPUtime=1539.37
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 67803 953 1 0 153870 49 16 2 18 0 9 0 1553304417 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216949 38615 2616 9 0 211477 0
[pid=4509/tid=4511] ppid=4507 vsize=867796 CPUtime=1537.19
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 31438 953 1 0 153673 28 16 2 25 0 9 0 1553304418 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4127430478 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867796 CPUtime=1.79
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 34539 953 0 0 147 14 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 17 953 0 0 0 0 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 29 953 0 0 0 0 16 2 15 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 18 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867796 CPUtime=0.67
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 957 953 0 0 47 2 16 2 16 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 19 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867796 CPUtime=0.22
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4472 0 -1 64 9 953 0 0 2 2 16 2 15 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.37
Current children cumulated vsize (KiB) 867796

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 4556
/proc/meminfo: memFree=971904/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867796 CPUtime=1599.31
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 67803 953 1 0 159864 49 16 2 18 0 9 0 1553304417 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216949 38615 2616 9 0 211477 0
[pid=4509/tid=4511] ppid=4507 vsize=867796 CPUtime=1597.13
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 31438 953 1 0 159667 28 16 2 25 0 9 0 1553304418 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867796 CPUtime=1.79
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 34539 953 0 0 147 14 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 17 953 0 0 0 0 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 29 953 0 0 0 0 16 2 15 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 18 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867796 CPUtime=0.67
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 957 953 0 0 47 2 16 2 16 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 19 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867796 CPUtime=0.22
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4472 0 -1 64 9 953 0 0 2 2 16 2 15 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.31
Current children cumulated vsize (KiB) 867796

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 4/82 4556
/proc/meminfo: memFree=971912/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867796 CPUtime=1659.26
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 67803 953 1 0 165858 50 16 2 18 0 9 0 1553304417 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216949 38615 2616 9 0 211477 0
[pid=4509/tid=4511] ppid=4507 vsize=867796 CPUtime=1657.06
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 31438 953 1 0 165660 28 16 2 25 0 9 0 1553304418 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4126905120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867796 CPUtime=1.79
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 34539 953 0 0 147 14 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 17 953 0 0 0 0 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 29 953 0 0 0 0 16 2 15 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 18 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867796 CPUtime=0.67
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 957 953 0 0 47 2 16 2 16 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 19 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867796 CPUtime=0.22
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4472 0 -1 64 9 953 0 0 2 2 16 2 15 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.26
Current children cumulated vsize (KiB) 867796

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 4556
/proc/meminfo: memFree=971912/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867796 CPUtime=1719.19
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 67803 953 1 0 171851 50 16 2 18 0 9 0 1553304417 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216949 38615 2616 9 0 211477 0
[pid=4509/tid=4511] ppid=4507 vsize=867796 CPUtime=1717
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 31438 953 1 0 171654 28 16 2 25 0 9 0 1553304418 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4127366445 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867796 CPUtime=1.79
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 34539 953 0 0 147 14 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 17 953 0 0 0 0 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 29 953 0 0 0 0 16 2 15 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 18 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867796 CPUtime=0.67
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 957 953 0 0 47 2 16 2 16 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 19 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867796 CPUtime=0.22
/proc/4509/task/4518/stat : 4518 (java) R 4507 4509 4472 0 -1 64 9 953 0 0 2 2 16 2 15 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.19
Current children cumulated vsize (KiB) 867796

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 4556
/proc/meminfo: memFree=971848/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867796 CPUtime=1779.14
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 67803 953 1 0 177846 50 16 2 18 0 9 0 1553304417 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216949 38615 2616 9 0 211477 0
[pid=4509/tid=4511] ppid=4507 vsize=867796 CPUtime=1776.94
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 31438 953 1 0 177648 28 16 2 25 0 9 0 1553304418 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4127384619 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867796 CPUtime=1.79
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 34539 953 0 0 147 14 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 17 953 0 0 0 0 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 29 953 0 0 0 0 16 2 15 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 18 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867796 CPUtime=0.67
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 957 953 0 0 47 2 16 2 16 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 19 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867796 CPUtime=0.22
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4472 0 -1 64 9 953 0 0 2 2 16 2 15 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.14
Current children cumulated vsize (KiB) 867796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 4556
/proc/meminfo: memFree=971848/2055920 swapFree=4098020/4192956
[pid=4509] ppid=4507 vsize=867796 CPUtime=1800.02
/proc/4509/stat : 4509 (java) S 4507 4509 4472 0 -1 0 67803 953 1 0 179934 50 16 2 18 0 9 0 1553304417 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4509/statm: 216949 38615 2616 9 0 211477 0
[pid=4509/tid=4511] ppid=4507 vsize=867796 CPUtime=1797.82
/proc/4509/task/4511/stat : 4511 (java) R 4507 4509 4472 0 -1 64 31438 953 1 0 179736 28 16 2 25 0 9 0 1553304418 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4127398817 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4512] ppid=4507 vsize=867796 CPUtime=1.79
/proc/4509/task/4512/stat : 4512 (java) S 4507 4509 4472 0 -1 64 34539 953 0 0 147 14 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4513] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4513/stat : 4513 (java) S 4507 4509 4472 0 -1 64 17 953 0 0 0 0 16 2 16 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4514] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4514/stat : 4514 (java) S 4507 4509 4472 0 -1 64 29 953 0 0 0 0 16 2 15 0 9 0 1553304420 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4515] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4515/stat : 4515 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 18 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4516] ppid=4507 vsize=867796 CPUtime=0.67
/proc/4509/task/4516/stat : 4516 (java) S 4507 4509 4472 0 -1 64 957 953 0 0 47 2 16 2 16 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4509/tid=4517] ppid=4507 vsize=867796 CPUtime=0.18
/proc/4509/task/4517/stat : 4517 (java) S 4507 4509 4472 0 -1 64 1 953 0 0 0 0 16 2 19 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4509/tid=4518] ppid=4507 vsize=867796 CPUtime=0.22
/proc/4509/task/4518/stat : 4518 (java) S 4507 4509 4472 0 -1 64 9 953 0 0 2 2 16 2 15 0 9 0 1553304422 888623104 38615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867796

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): 1803.29
CPU time (s): 1800.13
CPU user time (s): 1799.57
CPU system time (s): 0.558915
CPU usage (%): 99.8246
Max. virtual memory (cumulated for all children) (KiB): 867884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.558915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68789
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= 38666
involuntary context switches= 15493

runsolver used 2.79557 second user time and 5.42018 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-05 07:38:42
IDJOB=1085950
IDBENCH=57732
IDSOLVER=363
FILE ID=node32/1085950-1215236322
PBS_JOBID= 7881967
Free space on /tmp= 66432 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp13/normalized-fapp13-2000-6.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-1085950-1215236322/watcher-1085950-1215236322 -o /tmp/evaluation-result-1085950-1215236322/solver-1085950-1215236322 -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-1085950-1215236322.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1bc0ce20909360461048c9e001540ac
RANDOM SEED=80231704

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1145840 kB
Buffers:         79916 kB
Cached:         323568 kB
SwapCached:      88292 kB
Active:         646848 kB
Inactive:       202344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1145840 kB
SwapTotal:     4192956 kB
SwapFree:      4098020 kB
Dirty:            5856 kB
Writeback:           0 kB
Mapped:         453236 kB
Slab:            44936 kB
Committed_AS:  3747904 kB
PageTables:       2860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66432 MiB
End job on node32 at 2008-07-05 08:08:48