Trace number 1074629

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 ESAC? (TO) 1800.17 1808.36

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-2.xml
MD5SUMcf2755c41c9629ae5bc712eeb2cf6ab2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.86941
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1229
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1074629-1215179102.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.39	   
0.29/0.39	   variables being loaded...
0.49/0.59	     nbVariables=400  nbDomainTypes=400  minDomainSize=1131  maxDomainSize=1229  nbTotalValues=471820
0.49/0.59	       =>  wckTime=0.352  cpuTime=0.26  mem=18M662
0.49/0.59	   
0.49/0.59	   predicates being loaded...
0.58/0.67	   
0.58/0.67	   constraints being loaded...
3.34/3.43	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.34/3.43	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.254  symmetryCpuTime=1.09
3.34/3.43	     nbCliques=20
3.34/3.43	       =>  wckTime=3.192  cpuTime=2.72  mem=58M225
3.54/3.61	   
3.54/3.61	   solver IterativeSystematicSolver being built... 
3.54/3.68	   
3.54/3.68	   INFO : Forward propagation technique limited 
3.64/3.78	       =>  wckTime=3.542  cpuTime=2.86  mem=54M182
3.74/3.84	   
3.74/3.84	   preprocessing
3.74/3.84	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.74/3.84	     detectedInconsistency=no
3.74/3.84	       =>  wckTime=0.043  cpuTime=0.04  mem=56M109
8.10/8.23	   
8.10/8.23	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=306, mem=64M513)

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-1074629-1215179102/watcher-1074629-1215179102 -o /tmp/evaluation-result-1074629-1215179102/solver-1074629-1215179102 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1074629-1215179102.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.92 1.98 1.99 4/82 8811
/proc/meminfo: memFree=1644912/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=1616 CPUtime=0
/proc/8811/stat : 8811 (java) D 8809 8811 7284 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 1996882844 1654784 151 996147200 134512640 134550740 4294955968 18446744073709551615 1819428 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/8811/statm: 404 151 125 9 0 46 0
[pid=8811/tid=8812] ppid=8809 vsize=10616 CPUtime=0
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1996882845 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 2666456 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.109123 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 8811
/proc/meminfo: memFree=1644912/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=866908 CPUtime=0.1
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 3893 0 1 0 7 3 0 0 18 0 9 0 1996882844 887713792 3333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 216727 3333 1750 9 0 211282 0
[pid=8811/tid=8812] ppid=8809 vsize=866908 CPUtime=0.08
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 2989 0 1 0 6 2 0 0 18 0 9 0 1996882845 887713792 3333 996147200 134512640 134550740 4294955968 18446744073709551615 104077822 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866908

[startup+0.202146 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 8811
/proc/meminfo: memFree=1644912/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=867072 CPUtime=0.19
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 4788 0 1 0 15 4 0 0 18 0 9 0 1996882844 887881728 4215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 216768 4215 1852 9 0 211316 0
[pid=8811/tid=8812] ppid=8809 vsize=867072 CPUtime=0.17
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 3884 0 1 0 14 3 0 0 18 0 9 0 1996882845 887881728 4215 996147200 134512640 134550740 4294955968 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 867072

[startup+0.30216 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 8811
/proc/meminfo: memFree=1644912/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=867152 CPUtime=0.29
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 5779 0 1 0 24 5 0 0 18 0 9 0 1996882844 887963648 5153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 216788 5153 1952 9 0 211316 0
[pid=8811/tid=8812] ppid=8809 vsize=867152 CPUtime=0.25
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 4854 0 1 0 22 3 0 0 18 0 9 0 1996882845 887963648 5153 996147200 134512640 134550740 4294955968 18446744073709551615 104298545 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867152

[startup+0.702245 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 8811
/proc/meminfo: memFree=1644912/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=868092 CPUtime=0.68
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 10059 0 1 0 61 7 0 0 18 0 9 0 1996882844 888926208 9419 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217023 9419 2006 9 0 211529 0
[pid=8811/tid=8812] ppid=8809 vsize=868092 CPUtime=0.56
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 8869 0 1 0 50 6 0 0 20 0 9 0 1996882845 888926208 9419 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868092

[startup+1.50141 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 8820
/proc/meminfo: memFree=1593768/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=868588 CPUtime=1.48
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 20666 0 1 0 130 18 0 0 18 0 9 0 1996882844 889434112 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217147 20001 2004 9 0 211675 0
[pid=8811/tid=8812] ppid=8809 vsize=868588 CPUtime=1.19
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 15759 0 1 0 105 14 0 0 25 0 9 0 1996882845 889434112 20001 996147200 134512640 134550740 4294955968 18446744073709551615 102524022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=868588 CPUtime=0.07
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 3510 0 0 0 6 1 0 0 16 0 9 0 1996882846 889434112 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8815] ppid=8809 vsize=868588 CPUtime=0
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996882846 889434112 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=868588 CPUtime=0
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996882846 889434112 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=868588 CPUtime=0
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996882848 889434112 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=868588 CPUtime=0.19
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 699 0 0 0 18 1 0 0 16 0 9 0 1996882848 889434112 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=868588 CPUtime=0
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996882848 889434112 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=868588 CPUtime=0
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996882848 889434112 20001 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868588

[startup+3.10174 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 8820
/proc/meminfo: memFree=1572136/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=868912 CPUtime=3.04
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 25867 586 1 0 251 45 7 1 18 0 9 0 1996882844 889765888 20072 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217228 20072 2014 9 0 211756 0
[pid=8811/tid=8812] ppid=8809 vsize=868912 CPUtime=2.7
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 20682 586 1 0 222 40 7 1 25 0 9 0 1996882845 889765888 20072 996147200 134512640 134550740 4294955968 18446744073709551615 4127055208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=868912 CPUtime=0.15
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 3510 586 0 0 6 1 7 1 16 0 9 0 1996882846 889765888 20072 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8815] ppid=8809 vsize=868912 CPUtime=0.08
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 13 586 0 0 0 0 7 1 16 0 9 0 1996882846 889765888 20072 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=868912 CPUtime=0.08
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 5 586 0 0 0 0 7 1 16 0 9 0 1996882846 889765888 20072 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=868912 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889765888 20072 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=868912 CPUtime=0.32
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 842 586 0 0 23 1 7 1 15 0 9 0 1996882848 889765888 20072 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=868912 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889765888 20072 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=868912 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 10 586 0 0 0 0 7 1 15 0 9 0 1996882848 889765888 20072 996147200 134512640 134550740 4294955968 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) 868912

[startup+6.3024 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 8824
/proc/meminfo: memFree=1558120/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=869128 CPUtime=6.22
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 39275 586 1 0 565 49 7 1 18 0 9 0 1996882844 889987072 24125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217282 24125 2637 9 0 211788 0
[pid=8811/tid=8812] ppid=8809 vsize=869128 CPUtime=5.65
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 25677 586 1 0 515 42 7 1 25 0 9 0 1996882845 889987072 24125 996147200 134512640 134550740 4294955968 18446744073709551615 4127187593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=869128 CPUtime=0.32
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 11795 586 0 0 21 3 7 1 16 0 9 0 1996882846 889987072 24125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8815] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 16 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 24125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 24125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889987072 24125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=869128 CPUtime=0.37
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 934 586 0 0 28 1 7 1 15 0 9 0 1996882848 889987072 24125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889987072 24125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996882848 889987072 24125 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) 869128

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 8824
/proc/meminfo: memFree=1531624/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=869128 CPUtime=12.56
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 48537 586 1 0 1195 53 7 1 18 0 9 0 1996882844 889987072 30686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217282 30686 2637 9 0 211788 0
[pid=8811/tid=8812] ppid=8809 vsize=869128 CPUtime=11.78
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 28280 586 1 0 1127 43 7 1 25 0 9 0 1996882845 889987072 30686 996147200 134512640 134550740 4294955968 18446744073709551615 4127193999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=869128 CPUtime=0.46
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 18372 586 0 0 32 6 7 1 16 0 9 0 1996882846 889987072 30686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8815] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 16 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 30686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 30686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889987072 30686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=869128 CPUtime=0.43
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 1016 586 0 0 34 1 7 1 15 0 9 0 1996882848 889987072 30686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889987072 30686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996882848 889987072 30686 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) 869128

[startup+25.5024 s]
/proc/loadavg: 2.09 2.02 2.00 3/91 8824
/proc/meminfo: memFree=1530920/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=869128 CPUtime=25.23
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 48761 586 1 0 2462 53 7 1 18 0 9 0 1996882844 889987072 30886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217282 30886 2637 9 0 211788 0
[pid=8811/tid=8812] ppid=8809 vsize=869128 CPUtime=24.35
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 28303 586 1 0 2384 43 7 1 25 0 9 0 1996882845 889987072 30886 996147200 134512640 134550740 4294955968 18446744073709551615 4126458304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=869128 CPUtime=0.56
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 18570 586 0 0 42 6 7 1 16 0 9 0 1996882846 889987072 30886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8815] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 16 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 30886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 30886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889987072 30886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=869128 CPUtime=0.44
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 1019 586 0 0 35 1 7 1 16 0 9 0 1996882848 889987072 30886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889987072 30886 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996882848 889987072 30886 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) 869128

[startup+51.1027 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 8824
/proc/meminfo: memFree=1530280/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=869128 CPUtime=50.59
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 48957 586 1 0 4997 54 7 1 18 0 9 0 1996882844 889987072 31040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217282 31040 2637 9 0 211788 0
[pid=8811/tid=8812] ppid=8809 vsize=869128 CPUtime=49.53
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 28344 586 1 0 4902 43 7 1 25 0 9 0 1996882845 889987072 31040 996147200 134512640 134550740 4294955968 18446744073709551615 4126736024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8814] ppid=8809 vsize=869128 CPUtime=0.74

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

/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889987072 32601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=869128 CPUtime=0.45
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 1023 586 0 0 36 1 7 1 16 0 9 0 1996882848 889987072 32601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889987072 32601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996882848 889987072 32601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.26
Current children cumulated vsize (KiB) 869128

[startup+1542.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/91 9160
/proc/meminfo: memFree=1685168/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=869128 CPUtime=1534.23
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 52987 586 1 0 153328 87 7 1 18 0 9 0 1996882844 889987072 32610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217282 32610 2637 9 0 211788 0
[pid=8811/tid=8812] ppid=8809 vsize=869128 CPUtime=1527.75
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 30804 586 1 0 152708 59 7 1 25 0 9 0 1996882845 889987072 32610 996147200 134512640 134550740 4294955968 18446744073709551615 4127053639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8814] ppid=8809 vsize=869128 CPUtime=6.15
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 20291 586 0 0 583 24 7 1 16 0 9 0 1996882846 889987072 32610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 16 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889987072 32610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=869128 CPUtime=0.45
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 1023 586 0 0 36 1 7 1 16 0 9 0 1996882848 889987072 32610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889987072 32610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996882848 889987072 32610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.23
Current children cumulated vsize (KiB) 869128

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/91 9160
/proc/meminfo: memFree=1685040/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=869128 CPUtime=1594.19
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 53105 586 1 0 159322 89 7 1 18 0 9 0 1996882844 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217282 32631 2637 9 0 211788 0
[pid=8811/tid=8812] ppid=8809 vsize=869128 CPUtime=1587.52
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 30901 586 1 0 158685 59 7 1 25 0 9 0 1996882845 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4127210953 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8814] ppid=8809 vsize=869128 CPUtime=6.35
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 20312 586 0 0 601 26 7 1 16 0 9 0 1996882846 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 16 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=869128 CPUtime=0.45
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 1023 586 0 0 36 1 7 1 16 0 9 0 1996882848 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996882848 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.19
Current children cumulated vsize (KiB) 869128

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 9160
/proc/meminfo: memFree=1685040/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=869128 CPUtime=1654.16
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 53204 586 1 0 165318 90 7 1 18 0 9 0 1996882844 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217282 32631 2637 9 0 211788 0
[pid=8811/tid=8812] ppid=8809 vsize=869128 CPUtime=1647.3
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 31000 586 1 0 164663 59 7 1 25 0 9 0 1996882845 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4127193069 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8814] ppid=8809 vsize=869128 CPUtime=6.52
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 20312 586 0 0 618 26 7 1 16 0 9 0 1996882846 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 16 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=869128 CPUtime=0.45
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 1023 586 0 0 36 1 7 1 16 0 9 0 1996882848 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996882848 889987072 32631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.16
Current children cumulated vsize (KiB) 869128

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 9160
/proc/meminfo: memFree=1684400/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=869128 CPUtime=1714.13
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 53481 586 1 0 171314 91 7 1 18 0 9 0 1996882844 889987072 32798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217282 32798 2637 9 0 211788 0
[pid=8811/tid=8812] ppid=8809 vsize=869128 CPUtime=1707.03
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 31110 586 1 0 170635 60 7 1 25 0 9 0 1996882845 889987072 32798 996147200 134512640 134550740 4294955968 18446744073709551615 4127194062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8814] ppid=8809 vsize=869128 CPUtime=6.78
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 20479 586 0 0 643 27 7 1 16 0 9 0 1996882846 889987072 32798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 16 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889987072 32798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=869128 CPUtime=0.45
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 1023 586 0 0 36 1 7 1 16 0 9 0 1996882848 889987072 32798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889987072 32798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996882848 889987072 32798 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.13
Current children cumulated vsize (KiB) 869128

[startup+1782.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/91 9160
/proc/meminfo: memFree=1684144/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=869128 CPUtime=1774.1
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 53632 586 1 0 177310 92 7 1 18 0 9 0 1996882844 889987072 32838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217282 32838 2637 9 0 211788 0
[pid=8811/tid=8812] ppid=8809 vsize=869128 CPUtime=1766.76
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 31221 586 1 0 176608 60 7 1 25 0 9 0 1996882845 889987072 32838 996147200 134512640 134550740 4294955968 18446744073709551615 4127192728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8814] ppid=8809 vsize=869128 CPUtime=7.01
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 20519 586 0 0 665 28 7 1 16 0 9 0 1996882846 889987072 32838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 16 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889987072 32838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=869128 CPUtime=0.45
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 1023 586 0 0 36 1 7 1 16 0 9 0 1996882848 889987072 32838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889987072 32838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996882848 889987072 32838 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.1
Current children cumulated vsize (KiB) 869128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 9160
/proc/meminfo: memFree=1684080/2055920 swapFree=4179680/4192956
[pid=8811] ppid=8809 vsize=869128 CPUtime=1800.09
/proc/8811/stat : 8811 (java) S 8809 8811 7284 0 -1 0 53701 586 1 0 179909 92 7 1 18 0 9 0 1996882844 889987072 32860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8811/statm: 217282 32860 2637 9 0 211788 0
[pid=8811/tid=8812] ppid=8809 vsize=869128 CPUtime=1792.66
/proc/8811/task/8812/stat : 8812 (java) R 8809 8811 7284 0 -1 64 31268 586 1 0 179198 60 7 1 25 0 9 0 1996882845 889987072 32860 996147200 134512640 134550740 4294955968 18446744073709551615 4126650136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8814] ppid=8809 vsize=869128 CPUtime=7.1
/proc/8811/task/8814/stat : 8814 (java) S 8809 8811 7284 0 -1 64 20541 586 0 0 674 28 7 1 16 0 9 0 1996882846 889987072 32860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8811/tid=8815] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8815/stat : 8815 (java) S 8809 8811 7284 0 -1 64 16 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8816] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8816/stat : 8816 (java) S 8809 8811 7284 0 -1 64 8 586 0 0 0 0 7 1 16 0 9 0 1996882846 889987072 32860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8817] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8817/stat : 8817 (java) S 8809 8811 7284 0 -1 64 0 586 0 0 0 0 7 1 18 0 9 0 1996882848 889987072 32860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8818] ppid=8809 vsize=869128 CPUtime=0.45
/proc/8811/task/8818/stat : 8818 (java) S 8809 8811 7284 0 -1 64 1023 586 0 0 36 1 7 1 16 0 9 0 1996882848 889987072 32860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8819] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8819/stat : 8819 (java) S 8809 8811 7284 0 -1 64 2 586 0 0 0 0 7 1 19 0 9 0 1996882848 889987072 32860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8811/tid=8820] ppid=8809 vsize=869128 CPUtime=0.08
/proc/8811/task/8820/stat : 8820 (java) S 8809 8811 7284 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996882848 889987072 32860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 869128

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

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

Child status: 143
Real time (s): 1808.36
CPU time (s): 1800.17
CPU user time (s): 1799.2
CPU system time (s): 0.966853
CPU usage (%): 99.5473
Max. virtual memory (cumulated for all children) (KiB): 869128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.966853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54317
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= 57106
involuntary context switches= 82305

runsolver used 2.27765 second user time and 5.98109 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 15:45:02
IDJOB=1074629
IDBENCH=56424
IDSOLVER=364
FILE ID=node54/1074629-1215179102
PBS_JOBID= 7881500
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-95-2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074629-1215179102/watcher-1074629-1215179102 -o /tmp/evaluation-result-1074629-1215179102/solver-1074629-1215179102 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1074629-1215179102.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf2755c41c9629ae5bc712eeb2cf6ab2
RANDOM SEED=644361041

node54.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.279
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.279
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:       1645392 kB
Buffers:         41976 kB
Cached:         120604 kB
SwapCached:       6536 kB
Active:         292196 kB
Inactive:        52964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645392 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3072 kB
Writeback:           0 kB
Mapped:         198700 kB
Slab:            50324 kB
Committed_AS:  4131556 kB
PageTables:       2132 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= 66552 MiB
End job on node54 at 2008-07-04 16:15:12