Trace number 1094135

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

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-95-3.xml
MD5SUMdfb2240ca0f054206c6638f309ef341d
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 benchmark0.25396
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size548
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.20/0.24	
0.20/0.24	   configuration
0.20/0.24	     name=esac.xml
0.20/0.27	   
0.20/0.27	   instance
0.20/0.27	     name=HOME/instance-1094135-1215279044.xml
0.30/0.31	   
0.30/0.31	   domains being loaded...
0.30/0.33	   
0.30/0.33	   variables being loaded...
0.30/0.38	     nbVariables=100  nbDomainTypes=100  minDomainSize=451  maxDomainSize=548  nbTotalValues=50124
0.30/0.38	       =>  wckTime=0.137  cpuTime=0.1  mem=8M847
0.30/0.38	   
0.30/0.38	   predicates being loaded...
0.39/0.44	   
0.39/0.44	   constraints being loaded...
0.87/0.95	     nbConstraints=910  nbGlobalConstraints=910  nbSharedBinaryRepresentations=0  minDegree=19  maxDegree=19  minArity=2
0.87/0.95	     avgArity=2.09  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.157  symmetryCpuTime=0.11  nbCliques=10
0.87/0.95	       =>  wckTime=0.706  cpuTime=0.5  mem=22M624
0.97/1.03	   
0.97/1.03	   solver IterativeSystematicSolver being built... 
0.97/1.09	   
0.97/1.10	   INFO : Forward propagation technique limited 
1.08/1.16	       =>  wckTime=0.919  cpuTime=0.62  mem=23M793
1.08/1.18	   
1.08/1.18	   preprocessing
1.08/1.18	     nbConstraintChecks=0  nbPropagations=100  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.08/1.18	     detectedInconsistency=no
1.08/1.18	       =>  wckTime=0.018  cpuTime=0.0  mem=24M769
4.54/4.66	   
4.54/4.66	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=35M716)

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-1094135-1215279044/watcher-1094135-1215279044 -o /tmp/evaluation-result-1094135-1215279044/solver-1094135-1215279044 -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-1094135-1215279044.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/72 2826
/proc/meminfo: memFree=1769128/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=1616 CPUtime=0
/proc/2826/stat : 2826 (java) R 2824 2826 2655 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 433521744 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/2826/statm: 404 148 122 9 0 46 0

[startup+0.0405299 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2826
/proc/meminfo: memFree=1769128/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=861876 CPUtime=0.02
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 2249 0 1 0 1 1 0 0 18 0 5 0 433521744 882561024 1860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 215469 1860 854 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.151482 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2826
/proc/meminfo: memFree=1769128/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=865884 CPUtime=0.14
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 4200 0 1 0 11 3 0 0 18 0 9 0 433521744 886665216 3635 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 216471 3635 1813 9 0 211026 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 865884

[startup+0.301317 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2826
/proc/meminfo: memFree=1769128/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=867288 CPUtime=0.3
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 6013 0 1 0 26 4 0 0 18 0 9 0 433521744 888102912 5387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 216822 5387 1956 9 0 211350 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 867288

[startup+0.701372 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 2826
/proc/meminfo: memFree=1769128/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=868668 CPUtime=0.69
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 9046 0 1 0 62 7 0 0 18 0 9 0 433521744 889516032 8406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217167 8407 2011 9 0 211673 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868668

[startup+1.50249 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 2839
/proc/meminfo: memFree=1737800/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=868992 CPUtime=1.47
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 21263 320 1 0 133 14 0 0 18 0 9 0 433521744 889847808 14291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217248 14291 2632 9 0 211754 0
[pid=2826/tid=2828] ppid=2824 vsize=868992 CPUtime=1.11
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 15726 320 1 0 100 11 0 0 19 0 9 0 433521745 889847808 14291 996147200 134512640 134550740 4294955968 18446744073709551615 4127093465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2829] ppid=2824 vsize=868992 CPUtime=0.05
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 3785 320 0 0 5 0 0 0 17 0 9 0 433521746 889847808 14291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2830] ppid=2824 vsize=868992 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889847808 14291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=868992 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 9 320 0 0 0 0 0 0 16 0 9 0 433521747 889847808 14291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=868992 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889847808 14291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=868992 CPUtime=0.28
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 917 320 0 0 27 1 0 0 15 0 9 0 433521749 889847808 14291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=868992 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889847808 14291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=868992 CPUtime=0
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 5 320 0 0 0 0 0 0 15 0 9 0 433521749 889847808 14291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868992

[startup+3.10272 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 2839
/proc/meminfo: memFree=1700432/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=3.06
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 28426 320 1 0 288 18 0 0 18 0 9 0 433521744 889892864 21189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21189 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=2.62
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 19846 320 1 0 249 13 0 0 25 0 9 0 433521745 889892864 21189 996147200 134512640 134550740 4294955968 18446744073709551615 4126682840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=0.08
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 6804 320 0 0 6 2 0 0 16 0 9 0 433521746 889892864 21189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.32
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 940 320 0 0 31 1 0 0 16 0 9 0 433521749 889892864 21189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 5 320 0 0 0 0 0 0 15 0 9 0 433521749 889892864 21189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 869036

[startup+6.30117 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 2839
/proc/meminfo: memFree=1693968/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=6.23
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 28510 320 1 0 605 18 0 0 18 0 9 0 433521744 889892864 21238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21238 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=5.78
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 19852 320 1 0 565 13 0 0 25 0 9 0 433521745 889892864 21238 996147200 134512640 134550740 4294955968 18446744073709551615 4126682840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=0.09
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 6849 320 0 0 7 2 0 0 16 0 9 0 433521746 889892864 21238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.32
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 944 320 0 0 31 1 0 0 16 0 9 0 433521749 889892864 21238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 34 320 0 0 0 0 0 0 15 0 9 0 433521749 889892864 21238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 869036

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 2839
/proc/meminfo: memFree=1693792/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=12.58
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 28530 320 1 0 1239 19 0 0 18 0 9 0 433521744 889892864 21247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21247 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=12.11
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 19862 320 1 0 1197 14 0 0 25 0 9 0 433521745 889892864 21247 996147200 134512640 134550740 4294955968 18446744073709551615 4127122534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=0.11
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 6858 320 0 0 9 2 0 0 16 0 9 0 433521746 889892864 21247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.32
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 945 320 0 0 31 1 0 0 16 0 9 0 433521749 889892864 21247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 34 320 0 0 0 0 0 0 15 0 9 0 433521749 889892864 21247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 869036

[startup+25.5029 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 2841
/proc/meminfo: memFree=1693728/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=25.26
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 28571 320 1 0 2507 19 0 0 18 0 9 0 433521744 889892864 21260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21260 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=24.76
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 19883 320 1 0 2462 14 0 0 25 0 9 0 433521745 889892864 21260 996147200 134512640 134550740 4294955968 18446744073709551615 4127089166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=0.13
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 6870 320 0 0 11 2 0 0 16 0 9 0 433521746 889892864 21260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.32
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 953 320 0 0 31 1 0 0 17 0 9 0 433521749 889892864 21260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 34 320 0 0 0 0 0 0 15 0 9 0 433521749 889892864 21260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 869036

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 2841
/proc/meminfo: memFree=1693600/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=50.64
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 28633 320 1 0 5044 20 0 0 18 0 9 0 433521744 889892864 21285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21285 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=50.08
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 19920 320 1 0 4994 14 0 0 25 0 9 0 433521745 889892864 21285 996147200 134512640 134550740 4294955968 18446744073709551615 4126970417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=0.19
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 6893 320 0 0 16 3 0 0 16 0 9 0 433521746 889892864 21285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.33
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 955 320 0 0 32 1 0 0 15 0 9 0 433521749 889892864 21285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0

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

/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.34
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 966 320 0 0 33 1 0 0 16 0 9 0 433521749 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0.01
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 34 320 0 0 1 0 0 0 15 0 9 0 433521749 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.92
Current children cumulated vsize (KiB) 869036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3019
/proc/meminfo: memFree=1687840/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=1599.9
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 31119 320 1 0 159942 48 0 0 18 0 9 0 433521744 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21492 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=1596.97
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 22191 320 1 0 159670 27 0 0 25 0 9 0 433521745 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4126682840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=2.54
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 7097 320 0 0 236 18 0 0 16 0 9 0 433521746 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.34
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 966 320 0 0 33 1 0 0 16 0 9 0 433521749 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0.01
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 34 320 0 0 1 0 0 0 15 0 9 0 433521749 889892864 21492 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.9
Current children cumulated vsize (KiB) 869036

[startup+1662.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/81 3019
/proc/meminfo: memFree=1687776/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=1659.87
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 31230 320 1 0 165937 50 0 0 18 0 9 0 433521744 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21507 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=1656.85
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 22287 320 1 0 165657 28 0 0 25 0 9 0 433521745 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4127138335 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=2.64
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 7112 320 0 0 245 19 0 0 16 0 9 0 433521746 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.34
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 966 320 0 0 33 1 0 0 16 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0.01
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 34 320 0 0 1 0 0 0 15 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.87
Current children cumulated vsize (KiB) 869036

[startup+1722.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/81 3019
/proc/meminfo: memFree=1687776/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=1719.85
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 31314 320 1 0 171934 51 0 0 18 0 9 0 433521744 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21507 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=1716.73
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 22371 320 1 0 171645 28 0 0 25 0 9 0 433521745 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4127122446 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=2.73
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 7112 320 0 0 253 20 0 0 16 0 9 0 433521746 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.34
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 966 320 0 0 33 1 0 0 16 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0.02
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 34 320 0 0 1 1 0 0 15 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.85
Current children cumulated vsize (KiB) 869036

[startup+1782.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/81 3019
/proc/meminfo: memFree=1687776/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=1779.82
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 31405 320 1 0 177930 52 0 0 18 0 9 0 433521744 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21507 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=1776.61
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 22462 320 1 0 177633 28 0 0 25 0 9 0 433521745 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4127061534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=2.82
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 7112 320 0 0 262 20 0 0 16 0 9 0 433521746 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.34
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 966 320 0 0 33 1 0 0 16 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0.02
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 34 320 0 0 1 1 0 0 15 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.82
Current children cumulated vsize (KiB) 869036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.5 s]
/proc/loadavg: 2.16 2.09 2.02 3/81 3019
/proc/meminfo: memFree=1687776/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=1800.02
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 31435 320 1 0 179949 53 0 0 18 0 9 0 433521744 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21507 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=1796.77
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 22492 320 1 0 179649 28 0 0 25 0 9 0 433521745 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4127061496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=2.86
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 7112 320 0 0 265 21 0 0 16 0 9 0 433521746 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.34
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 966 320 0 0 33 1 0 0 16 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0.02
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 34 320 0 0 1 1 0 0 15 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 869036

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

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

[startup+1802.5 s]
/proc/loadavg: 2.16 2.09 2.02 3/81 3019
/proc/meminfo: memFree=1687776/2055920 swapFree=4180312/4192956
[pid=2826] ppid=2824 vsize=869036 CPUtime=1800.02
/proc/2826/stat : 2826 (java) S 2824 2826 2655 0 -1 0 31435 320 1 0 179949 53 0 0 18 0 9 0 433521744 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2826/statm: 217259 21507 2614 9 0 211787 0
[pid=2826/tid=2828] ppid=2824 vsize=869036 CPUtime=1796.77
/proc/2826/task/2828/stat : 2828 (java) R 2824 2826 2655 0 -1 64 22492 320 1 0 179649 28 0 0 25 0 9 0 433521745 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4127061496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2829] ppid=2824 vsize=869036 CPUtime=2.86
/proc/2826/task/2829/stat : 2829 (java) S 2824 2826 2655 0 -1 64 7112 320 0 0 265 21 0 0 16 0 9 0 433521746 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2826/tid=2830] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2830/stat : 2830 (java) S 2824 2826 2655 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 433521747 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2831] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2831/stat : 2831 (java) S 2824 2826 2655 0 -1 64 10 320 0 0 0 0 0 0 15 0 9 0 433521747 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2832] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2832/stat : 2832 (java) S 2824 2826 2655 0 -1 64 0 320 0 0 0 0 0 0 18 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2833] ppid=2824 vsize=869036 CPUtime=0.34
/proc/2826/task/2833/stat : 2833 (java) S 2824 2826 2655 0 -1 64 966 320 0 0 33 1 0 0 16 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2834] ppid=2824 vsize=869036 CPUtime=0
/proc/2826/task/2834/stat : 2834 (java) S 2824 2826 2655 0 -1 64 2 320 0 0 0 0 0 0 19 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2826/tid=2835] ppid=2824 vsize=869036 CPUtime=0.02
/proc/2826/task/2835/stat : 2835 (java) S 2824 2826 2655 0 -1 64 34 320 0 0 1 1 0 0 15 0 9 0 433521749 889892864 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 869036

Child status: 143
Real time (s): 1802.55
CPU time (s): 1800.09
CPU user time (s): 1799.53
CPU system time (s): 0.555915
CPU usage (%): 99.8637
Max. virtual memory (cumulated for all children) (KiB): 869036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.555915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31785
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= 54808
involuntary context switches= 33792

runsolver used 2.81957 second user time and 4.85226 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-05 19:30:44
IDJOB=1094135
IDBENCH=58756
IDSOLVER=364
FILE ID=node49/1094135-1215279044
PBS_JOBID= 7882276
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-95-3.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-1094135-1215279044/watcher-1094135-1215279044 -o /tmp/evaluation-result-1094135-1215279044/solver-1094135-1215279044 -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-1094135-1215279044.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dfb2240ca0f054206c6638f309ef341d
RANDOM SEED=696624605

node49.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.249
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.249
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:       1769608 kB
Buffers:         46804 kB
Cached:         175360 kB
SwapCached:       5704 kB
Active:         146116 kB
Inactive:        88380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769608 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:          19848 kB
Slab:            36976 kB
Committed_AS:   898388 kB
PageTables:       1716 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 node49 at 2008-07-05 20:00:48