Trace number 1070083

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.2 1807.31

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl50-60-pb-cnf-cr.xml
MD5SUM6dd25a429d4058fdd77e446204c58115
Bench CategoryGLOBAL (global constraints)
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 variables6000
Number of constraints220
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(220)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1070083-1215163197.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.58/0.60	     nbVariables=6000  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=12000
0.58/0.60	       =>  wckTime=0.348  cpuTime=0.26  mem=23M456
0.58/0.60	   
0.58/0.60	   constraints being loaded...
2.65/2.79	     nbConstraints=437  nbGlobalConstraints=437  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=7  minArity=50
2.75/2.83	     avgArity=95.1  maxArity=6000  nbGenerators=217  nbFusions=0  symmetryWckTime=2.07  symmetryCpuTime=0.28
2.75/2.83	       =>  wckTime=2.54  cpuTime=0.63  mem=21M184
2.75/2.88	   
2.75/2.88	   solver IterativeSystematicSolver being built... 
2.85/2.96	   
2.85/2.96	   INFO : Forward propagation technique limited 
3.15/3.22	       =>  wckTime=2.968  cpuTime=0.92  mem=63M4
9.91/10.06	   
9.91/10.06	   preprocessing
9.91/10.06	     nbConstraintChecks=0  nbPropagations=12282  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=6161
9.91/10.06	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
9.91/10.06	       =>  wckTime=6.831  cpuTime=6.76  mem=63M4

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-1070083-1215163197/watcher-1070083-1215163197 -o /tmp/evaluation-result-1070083-1215163197/solver-1070083-1215163197 -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-1070083-1215163197.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: 2.02 2.10 2.17 4/81 24926
/proc/meminfo: memFree=1759928/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=18572 CPUtime=0
/proc/24926/stat : 24926 (runsolver) R 24924 24926 23224 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 628566977 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24926/statm: 4643 292 257 25 0 2626 0

[startup+0.010107 s]
/proc/loadavg: 2.02 2.10 2.17 4/81 24926
/proc/meminfo: memFree=1759928/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=1616 CPUtime=0
/proc/24926/stat : 24926 (java) D 24924 24926 23224 0 -1 0 177 0 0 0 0 0 0 0 20 0 1 0 628566977 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/24926/statm: 404 148 122 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.102111 s]
/proc/loadavg: 2.02 2.10 2.17 4/81 24926
/proc/meminfo: memFree=1759928/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=865884 CPUtime=0.08
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 3699 0 1 0 6 2 0 0 20 0 9 0 628566977 886665216 3174 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216471 3174 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301136 s]
/proc/loadavg: 2.02 2.10 2.17 4/81 24926
/proc/meminfo: memFree=1759928/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=866372 CPUtime=0.27
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 5863 0 1 0 23 4 0 0 20 0 9 0 628566977 887164928 5237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216593 5237 1953 9 0 211121 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866372

[startup+0.701184 s]
/proc/loadavg: 2.02 2.10 2.17 4/81 24926
/proc/meminfo: memFree=1759928/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867396 CPUtime=0.68
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 12692 0 1 0 60 8 0 0 20 0 9 0 628566977 888213504 12062 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216849 12062 1982 9 0 211377 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867396

[startup+1.50227 s]
/proc/loadavg: 2.02 2.10 2.17 4/92 24937
/proc/meminfo: memFree=1710624/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867720 CPUtime=0.82
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 14979 0 1 0 74 8 0 0 20 0 10 0 628566977 888545280 14100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216930 14100 1995 9 0 211458 0
[pid=24937] ppid=24926 vsize=3644 CPUtime=0.64
/proc/24937/stat : 24937 (saucy) R 24926 24926 23224 0 -1 4194304 621 0 0 0 64 0 0 0 23 0 1 0 628567060 3731456 592 996147200 134512640 134531332 4294956000 18446744073709551615 134521021 0 4 0 0 0 0 0 17 1 0 0
/proc/24937/statm: 911 592 104 4 0 587 0
[pid=24926/tid=24928] ppid=24924 vsize=867720 CPUtime=0.64
/proc/24926/task/24928/stat : 24928 (java) S 24924 24926 23224 0 -1 64 13476 0 1 0 57 7 0 0 15 0 10 0 628566979 888545280 14100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867720 CPUtime=0
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 56 0 0 0 0 0 0 0 16 0 10 0 628566980 888545280 14100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867720 CPUtime=0
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 10 0 0 0 0 0 0 0 23 0 10 0 628566980 888545280 14100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867720 CPUtime=0
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 628566980 888545280 14100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867720 CPUtime=0
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 628566982 888545280 14100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867720 CPUtime=0.16
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 682 0 0 0 16 0 0 0 15 0 10 0 628566982 888545280 14100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867720 CPUtime=0
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 628566982 888545280 14100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867720 CPUtime=0
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 628566982 888545280 14100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24936] ppid=24924 vsize=867720 CPUtime=0
/proc/24926/task/24936/stat : 24936 (java) S 24924 24926 23224 0 -1 64 68 0 0 0 0 0 0 0 23 0 10 0 628567060 888545280 14100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 871364

[startup+3.10146 s]
/proc/loadavg: 2.02 2.10 2.17 3/92 24937
/proc/meminfo: memFree=1707488/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=3.05
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 32623 883 1 0 123 16 165 1 20 0 9 0 628566977 888717312 22768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 22768 2637 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=2.64
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 21195 883 1 0 88 10 165 1 18 0 9 0 628566979 888717312 22768 996147200 134512640 134550740 4294955968 18446744073709551615 4127039013 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 16 0 9 0 628566980 888717312 22768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 22768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 22768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 22768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.89
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 908 883 0 0 23 0 165 1 15 0 9 0 628566982 888717312 22768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 22768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 7 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 22768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867888

[startup+6.30283 s]
/proc/loadavg: 2.01 2.10 2.17 3/90 24939
/proc/meminfo: memFree=1676648/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=6.23
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 36123 883 1 0 440 17 165 1 20 0 9 0 628566977 888717312 23279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 23279 2638 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=5.79
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 24656 883 1 0 402 11 165 1 25 0 9 0 628566979 888717312 23279 996147200 134512640 134550740 4294955968 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 17 0 9 0 628566980 888717312 23279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 23279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.92
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 926 883 0 0 25 1 165 1 16 0 9 0 628566982 888717312 23279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) R 24924 24926 23224 0 -1 64 28 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 23279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867888

[startup+12.7016 s]
/proc/loadavg: 2.01 2.10 2.17 3/90 24939
/proc/meminfo: memFree=1676392/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=12.6
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 36201 883 1 0 1076 18 165 1 20 0 9 0 628566977 888717312 23310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 23310 2638 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=12.11
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 24669 883 1 0 1033 12 165 1 25 0 9 0 628566979 888717312 23310 996147200 134512640 134550740 4294955968 18446744073709551615 4127182014 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 17 0 9 0 628566980 888717312 23310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 23310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.97
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 991 883 0 0 30 1 165 1 15 0 9 0 628566982 888717312 23310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 28 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 23310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 867888

[startup+25.503 s]
/proc/loadavg: 1.94 2.08 2.16 3/82 24968
/proc/meminfo: memFree=1782464/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=25.32
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 36219 883 1 0 2348 18 165 1 20 0 9 0 628566977 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 23322 2638 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=24.81
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 24677 883 1 0 2303 12 165 1 18 0 9 0 628566979 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4127108276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 16 0 9 0 628566980 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.99
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 1001 883 0 0 32 1 165 1 16 0 9 0 628566982 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 28 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 867888

[startup+51.103 s]
/proc/loadavg: 1.96 2.07 2.15 3/82 24968
/proc/meminfo: memFree=1782344/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=50.82
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 36221 883 1 0 4898 18 165 1 20 0 9 0 628566977 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 23322 2638 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=50.31
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 24679 883 1 0 4853 12 165 1 25 0 9 0 628566979 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4127107564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 16 0 9 0 628566980 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23322 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.99
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 1003 883 0 0 32 1 165 1 16 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 28 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.43
Current children cumulated vsize (KiB) 867888

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24970
/proc/meminfo: memFree=1780744/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=1536.2
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 36223 883 1 0 153435 19 165 1 20 0 9 0 628566977 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 23323 2638 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=1535.68
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 24679 883 1 0 153389 13 165 1 25 0 9 0 628566979 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4127107564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.99
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 1003 883 0 0 32 1 165 1 16 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 28 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.2
Current children cumulated vsize (KiB) 867888

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24970
/proc/meminfo: memFree=1780680/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=1595.96
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 36223 883 1 0 159411 19 165 1 20 0 9 0 628566977 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 23323 2638 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=1595.45
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 24679 883 1 0 159366 13 165 1 25 0 9 0 628566979 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4127089650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.99
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 1003 883 0 0 32 1 165 1 16 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 28 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.96
Current children cumulated vsize (KiB) 867888

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24970
/proc/meminfo: memFree=1780616/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=1655.72
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 36223 883 1 0 165387 19 165 1 20 0 9 0 628566977 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 23323 2638 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=1655.21
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 24679 883 1 0 165342 13 165 1 25 0 9 0 628566979 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4127181971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.99
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 1003 883 0 0 32 1 165 1 16 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 28 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.72
Current children cumulated vsize (KiB) 867888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24970
/proc/meminfo: memFree=1780616/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=1715.49
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 36223 883 1 0 171364 19 165 1 20 0 9 0 628566977 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 23323 2638 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=1714.98
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 24679 883 1 0 171319 13 165 1 25 0 9 0 628566979 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4127181971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.99
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 1003 883 0 0 32 1 165 1 16 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 28 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.49
Current children cumulated vsize (KiB) 867888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24970
/proc/meminfo: memFree=1780488/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=1775.26
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 36223 883 1 0 177341 19 165 1 20 0 9 0 628566977 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 23323 2638 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=1774.74
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 24679 883 1 0 177295 13 165 1 25 0 9 0 628566979 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4126819635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.99
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 1003 883 0 0 32 1 165 1 16 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 28 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.26
Current children cumulated vsize (KiB) 867888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24970
/proc/meminfo: memFree=1780424/2055920 swapFree=4179668/4192956
[pid=24926] ppid=24924 vsize=867888 CPUtime=1800.08
/proc/24926/stat : 24926 (java) S 24924 24926 23224 0 -1 0 36223 883 1 0 179822 20 165 1 20 0 9 0 628566977 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24926/statm: 216972 23323 2638 9 0 211478 0
[pid=24926/tid=24928] ppid=24924 vsize=867888 CPUtime=1799.56
/proc/24926/task/24928/stat : 24928 (java) R 24924 24926 23224 0 -1 64 24679 883 1 0 179777 13 165 1 25 0 9 0 628566979 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4127185649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24929] ppid=24924 vsize=867888 CPUtime=1.81
/proc/24926/task/24929/stat : 24929 (java) S 24924 24926 23224 0 -1 64 9680 883 0 0 12 3 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24930] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24930/stat : 24930 (java) S 24924 24926 23224 0 -1 64 19 883 0 0 0 0 165 1 16 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24931] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24931/stat : 24931 (java) S 24924 24926 23224 0 -1 64 11 883 0 0 0 0 165 1 15 0 9 0 628566980 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24932] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24932/stat : 24932 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24933] ppid=24924 vsize=867888 CPUtime=1.99
/proc/24926/task/24933/stat : 24933 (java) S 24924 24926 23224 0 -1 64 1003 883 0 0 32 1 165 1 16 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24926/tid=24934] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24934/stat : 24934 (java) S 24924 24926 23224 0 -1 64 1 883 0 0 0 0 165 1 25 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24926/tid=24935] ppid=24924 vsize=867888 CPUtime=1.66
/proc/24926/task/24935/stat : 24935 (java) S 24924 24926 23224 0 -1 64 28 883 0 0 0 0 165 1 15 0 9 0 628566982 888717312 23323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867888

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): 1807.31
CPU time (s): 1800.2
CPU user time (s): 1799.96
CPU system time (s): 0.239963
CPU usage (%): 99.6066
Max. virtual memory (cumulated for all children) (KiB): 871760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38955
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= 38439
involuntary context switches= 22475

runsolver used 1.83772 second user time and 4.83326 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-04 11:19:57
IDJOB=1070083
IDBENCH=55792
IDSOLVER=364
FILE ID=node88/1070083-1215163197
PBS_JOBID= 7877438
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl50-60-pb-cnf-cr.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-1070083-1215163197/watcher-1070083-1215163197 -o /tmp/evaluation-result-1070083-1215163197/solver-1070083-1215163197 -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-1070083-1215163197.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6dd25a429d4058fdd77e446204c58115
RANDOM SEED=1760973116

node88.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1760408 kB
Buffers:         25784 kB
Cached:         110172 kB
SwapCached:       7320 kB
Active:         215344 kB
Inactive:        33208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760408 kB
SwapTotal:     4192956 kB
SwapFree:      4179668 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:         127488 kB
Slab:            31892 kB
Committed_AS:  1775472 kB
PageTables:       2056 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node88 at 2008-07-04 11:50:07