Trace number 1080967

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.12 1816.36

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-0.xml
MD5SUM3316fb6d9502bdc5e45b3fbdaa4097b4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1375
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1080967-1215214436.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.40	   
0.28/0.40	   variables being loaded...
0.48/0.58	     nbVariables=300  nbDomainTypes=300  minDomainSize=1278  maxDomainSize=1375  nbTotalValues=398653
0.48/0.58	       =>  wckTime=0.348  cpuTime=0.26  mem=16M653
0.48/0.58	   
0.48/0.58	   predicates being loaded...
0.58/0.64	   
0.58/0.64	   constraints being loaded...
2.64/2.78	     nbConstraints=3145  nbGlobalConstraints=3143  nbConvertedConstraints=2  nbConvertConstraintsChecks=3494904
2.64/2.78	     nbExtensionStructures=2  nbSharedExtensionStructures=0  nbConflictsStructures=2  nbSharedConflictsStructures=0
2.64/2.78	     nbSharedBinaryRepresentations=219  minDegree=21  maxDegree=22  minArity=2  avgArity=2.09  maxArity=20
2.64/2.78	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.748  symmetryCpuTime=0.54  nbCliques=15
2.64/2.78	       =>  wckTime=2.54  cpuTime=2.07  mem=18M943
2.73/2.86	   
2.73/2.87	   solver IterativeSystematicSolver being built... 
2.83/2.93	   
2.83/2.93	   INFO : Forward propagation technique limited 
2.93/3.02	       =>  wckTime=2.787  cpuTime=2.2  mem=46M544
3.22/3.37	   
3.22/3.37	   preprocessing
3.22/3.37	     nbConstraintChecks=69550  nbPropagations=713  nbRevisions=8  nbUselessRevisions=0  nbRemovedValues=202258
3.22/3.37	     detectedInconsistency=no
3.22/3.37	       =>  wckTime=0.328  cpuTime=0.26  mem=43M181
6.95/7.18	   
6.95/7.18	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=76M744)

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-1080967-1215214436/watcher-1080967-1215214436 -o /tmp/evaluation-result-1080967-1215214436/solver-1080967-1215214436 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1080967-1215214436.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.57 2.14 2.00 4/92 10830
/proc/meminfo: memFree=1617168/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=1616 CPUtime=0
/proc/10830/stat : 10830 (java) D 10828 10830 8764 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 2000415366 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/10830/statm: 404 148 122 9 0 46 0

[startup+0.098316 s]
/proc/loadavg: 2.57 2.14 2.00 4/92 10830
/proc/meminfo: memFree=1617168/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=865884 CPUtime=0.08
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 3706 0 1 0 6 2 0 0 18 0 9 0 2000415366 886665216 3172 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 216471 3172 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101314 s]
/proc/loadavg: 2.57 2.14 2.00 4/92 10830
/proc/meminfo: memFree=1617168/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=865884 CPUtime=0.08
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 3745 0 1 0 6 2 0 0 18 0 9 0 2000415366 886665216 3203 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 216471 3203 1699 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30136 s]
/proc/loadavg: 2.57 2.14 2.00 4/92 10830
/proc/meminfo: memFree=1617168/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=866196 CPUtime=0.28
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 5622 0 1 0 25 3 0 0 18 0 9 0 2000415366 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701436 s]
/proc/loadavg: 2.57 2.14 2.00 4/92 10830
/proc/meminfo: memFree=1617168/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=867108 CPUtime=0.68
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 9658 0 1 0 62 6 0 0 18 0 9 0 2000415366 887918592 9018 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 216777 9018 2006 9 0 211283 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867108

[startup+1.5026 s]
/proc/loadavg: 2.60 2.16 2.01 3/101 10839
/proc/meminfo: memFree=1575816/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=867720 CPUtime=1.46
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 14068 0 1 0 133 13 0 0 18 0 9 0 2000415366 888545280 13425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 216930 13425 2014 9 0 211436 0
[pid=10830/tid=10832] ppid=10828 vsize=867720 CPUtime=1.23
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 12677 0 1 0 111 12 0 0 25 0 9 0 2000415367 888545280 13425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10833] ppid=10828 vsize=867720 CPUtime=0
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2000415369 888545280 13425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10834] ppid=10828 vsize=867720 CPUtime=0
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000415369 888545280 13425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=867720 CPUtime=0
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000415369 888545280 13425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=867720 CPUtime=0
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000415371 888545280 13425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=867720 CPUtime=0.21
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 694 0 0 0 21 0 0 0 16 0 9 0 2000415371 888545280 13425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10838] ppid=10828 vsize=867720 CPUtime=0
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000415371 888545280 13425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=867720 CPUtime=0
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000415371 888545280 13425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867720

[startup+3.10291 s]
/proc/loadavg: 2.60 2.16 2.01 3/101 10839
/proc/meminfo: memFree=1560392/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868368 CPUtime=3.02
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 35719 439 1 0 267 31 3 1 18 0 9 0 2000415366 889208832 22349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217092 22349 2637 9 0 211598 0
[pid=10830/tid=10832] ppid=10828 vsize=868368 CPUtime=2.49
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 18737 439 1 0 221 24 3 1 25 0 9 0 2000415367 889208832 22349 996147200 134512640 134550740 4294955968 18446744073709551615 4127172907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868368 CPUtime=0.23
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 15238 439 0 0 15 4 3 1 16 0 9 0 2000415369 889208832 22349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868368 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889208832 22349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868368 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889208832 22349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868368 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889208832 22349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868368 CPUtime=0.34
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 901 439 0 0 30 0 3 1 15 0 9 0 2000415371 889208832 22349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868368 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889208832 22349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868368 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 3 439 0 0 0 0 3 1 15 0 9 0 2000415371 889208832 22349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 868368

[startup+6.30253 s]
/proc/loadavg: 2.60 2.16 2.01 3/101 10843
/proc/meminfo: memFree=1514760/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868500 CPUtime=6.17
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 42193 439 1 0 579 34 3 1 18 0 9 0 2000415366 889344000 28035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217125 28035 2637 9 0 211631 0
[pid=10830/tid=10832] ppid=10828 vsize=868500 CPUtime=5.52
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 19760 439 1 0 523 25 3 1 25 0 9 0 2000415367 889344000 28035 996147200 134512640 134550740 4294955968 18446744073709551615 4127173072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868500 CPUtime=0.3
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 20612 439 0 0 20 6 3 1 16 0 9 0 2000415369 889344000 28035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889344000 28035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.39
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 946 439 0 0 35 0 3 1 15 0 9 0 2000415371 889344000 28035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889344000 28035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 35 439 0 0 0 0 3 1 15 0 9 0 2000415371 889344000 28035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 868500

[startup+12.7028 s]
/proc/loadavg: 2.51 2.15 2.00 3/101 10843
/proc/meminfo: memFree=1514504/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868500 CPUtime=12.44
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 42230 439 1 0 1206 34 3 1 18 0 9 0 2000415366 889344000 28046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217125 28046 2637 9 0 211631 0
[pid=10830/tid=10832] ppid=10828 vsize=868500 CPUtime=11.72
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 19769 439 1 0 1143 25 3 1 25 0 9 0 2000415367 889344000 28046 996147200 134512640 134550740 4294955968 18446744073709551615 4127208501 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868500 CPUtime=0.34
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 20612 439 0 0 24 6 3 1 17 0 9 0 2000415369 889344000 28046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889344000 28046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.41
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 974 439 0 0 37 0 3 1 16 0 9 0 2000415371 889344000 28046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889344000 28046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 35 439 0 0 0 0 3 1 15 0 9 0 2000415371 889344000 28046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 868500

[startup+25.5013 s]
/proc/loadavg: 2.43 2.15 2.00 3/101 10843
/proc/meminfo: memFree=1511880/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868500 CPUtime=24.98
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 42902 439 1 0 2460 34 3 1 18 0 9 0 2000415366 889344000 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217125 28699 2637 9 0 211631 0
[pid=10830/tid=10832] ppid=10828 vsize=868500 CPUtime=24.2
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 19786 439 1 0 2391 25 3 1 25 0 9 0 2000415367 889344000 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4126742848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868500 CPUtime=0.39
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 21262 439 0 0 29 6 3 1 17 0 9 0 2000415369 889344000 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889344000 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.42
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 979 439 0 0 38 0 3 1 17 0 9 0 2000415371 889344000 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889344000 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 35 439 0 0 0 0 3 1 15 0 9 0 2000415371 889344000 28699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 868500

[startup+51.1013 s]
/proc/loadavg: 2.28 2.13 2.00 3/101 10843
/proc/meminfo: memFree=1511752/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868500 CPUtime=50.08
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 42947 439 1 0 4970 34 3 1 18 0 9 0 2000415366 889344000 28714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217125 28714 2637 9 0 211631 0
[pid=10830/tid=10832] ppid=10828 vsize=868500 CPUtime=49.24
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 19816 439 1 0 4895 25 3 1 25 0 9 0 2000415367 889344000 28714 996147200 134512640 134550740 4294955968 18446744073709551615 4126653336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868500 CPUtime=0.45
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 21277 439 0 0 35 6 3 1 17 0 9 0 2000415369 889344000 28714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889344000 28714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.42
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 979 439 0 0 38 0 3 1 16 0 9 0 2000415371 889344000 28714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04

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

/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.42
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 982 439 0 0 38 0 3 1 16 0 9 0 2000415371 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 35 439 0 0 0 0 3 1 15 0 9 0 2000415371 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1526.18
Current children cumulated vsize (KiB) 868500

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 10888
/proc/meminfo: memFree=1529768/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868500 CPUtime=1586.16
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 45042 439 1 0 158553 59 3 1 18 0 9 0 2000415366 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217125 28800 2637 9 0 211631 0
[pid=10830/tid=10832] ppid=10828 vsize=868500 CPUtime=1581.7
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 21825 439 1 0 158132 34 3 1 25 0 9 0 2000415367 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4126926145 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868500 CPUtime=4.07
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 21360 439 0 0 381 22 3 1 16 0 9 0 2000415369 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.42
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 982 439 0 0 38 0 3 1 16 0 9 0 2000415371 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 35 439 0 0 0 0 3 1 15 0 9 0 2000415371 889344000 28800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1586.16
Current children cumulated vsize (KiB) 868500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 10894
/proc/meminfo: memFree=1529640/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868500 CPUtime=1646.12
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 45126 439 1 0 164548 60 3 1 18 0 9 0 2000415366 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217125 28807 2637 9 0 211631 0
[pid=10830/tid=10832] ppid=10828 vsize=868500 CPUtime=1641.53
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 21902 439 1 0 164114 35 3 1 25 0 9 0 2000415367 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4127271310 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868500 CPUtime=4.22
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 21367 439 0 0 395 23 3 1 16 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.42
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 982 439 0 0 38 0 3 1 16 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 35 439 0 0 0 0 3 1 15 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.12
Current children cumulated vsize (KiB) 868500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 10894
/proc/meminfo: memFree=1529640/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868500 CPUtime=1706.09
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 45208 439 1 0 170544 61 3 1 18 0 9 0 2000415366 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217125 28807 2637 9 0 211631 0
[pid=10830/tid=10832] ppid=10828 vsize=868500 CPUtime=1701.34
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 21984 439 1 0 170095 35 3 1 25 0 9 0 2000415367 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4126743000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868500 CPUtime=4.36
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 21367 439 0 0 409 23 3 1 16 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.42
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 982 439 0 0 38 0 3 1 16 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 35 439 0 0 0 0 3 1 15 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.09
Current children cumulated vsize (KiB) 868500

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 10894
/proc/meminfo: memFree=1529640/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868500 CPUtime=1766.07
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 45310 439 1 0 176540 63 3 1 18 0 9 0 2000415366 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217125 28807 2637 9 0 211631 0
[pid=10830/tid=10832] ppid=10828 vsize=868500 CPUtime=1761.11
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 22086 439 1 0 176071 36 3 1 25 0 9 0 2000415367 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4127205240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868500 CPUtime=4.58
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 21367 439 0 0 430 24 3 1 16 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.42
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 982 439 0 0 38 0 3 1 16 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 35 439 0 0 0 0 3 1 15 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.07
Current children cumulated vsize (KiB) 868500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 10894
/proc/meminfo: memFree=1529640/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868500 CPUtime=1800.06
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 45368 439 1 0 179939 63 3 1 18 0 9 0 2000415366 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217125 28807 2637 9 0 211631 0
[pid=10830/tid=10832] ppid=10828 vsize=868500 CPUtime=1794.96
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 22144 439 1 0 179456 36 3 1 25 0 9 0 2000415367 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4127178664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868500 CPUtime=4.7
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 21367 439 0 0 442 24 3 1 16 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.42
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 982 439 0 0 38 0 3 1 16 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 35 439 0 0 0 0 3 1 15 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868500

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

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

[startup+1816.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 10894
/proc/meminfo: memFree=1529640/2055920 swapFree=4179416/4192956
[pid=10830] ppid=10828 vsize=868500 CPUtime=1800.06
/proc/10830/stat : 10830 (java) S 10828 10830 8764 0 -1 0 45368 439 1 0 179939 63 3 1 18 0 9 0 2000415366 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 217125 28807 2637 9 0 211631 0
[pid=10830/tid=10832] ppid=10828 vsize=868500 CPUtime=1794.96
/proc/10830/task/10832/stat : 10832 (java) R 10828 10830 8764 0 -1 64 22144 439 1 0 179456 36 3 1 25 0 9 0 2000415367 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4127178664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10833] ppid=10828 vsize=868500 CPUtime=4.7
/proc/10830/task/10833/stat : 10833 (java) S 10828 10830 8764 0 -1 64 21367 439 0 0 442 24 3 1 16 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10834] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10834/stat : 10834 (java) S 10828 10830 8764 0 -1 64 21 439 0 0 0 0 3 1 16 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10835/stat : 10835 (java) S 10828 10830 8764 0 -1 64 14 439 0 0 0 0 3 1 15 0 9 0 2000415369 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10836/stat : 10836 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 18 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10828 vsize=868500 CPUtime=0.42
/proc/10830/task/10837/stat : 10837 (java) S 10828 10830 8764 0 -1 64 982 439 0 0 38 0 3 1 16 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10830/tid=10838] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10838/stat : 10838 (java) S 10828 10830 8764 0 -1 64 1 439 0 0 0 0 3 1 19 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10839] ppid=10828 vsize=868500 CPUtime=0.04
/proc/10830/task/10839/stat : 10839 (java) S 10828 10830 8764 0 -1 64 35 439 0 0 0 0 3 1 15 0 9 0 2000415371 889344000 28807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868500

Child status: 143
Real time (s): 1816.36
CPU time (s): 1800.12
CPU user time (s): 1799.46
CPU system time (s): 0.666898
CPU usage (%): 99.1062
Max. virtual memory (cumulated for all children) (KiB): 868500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.666898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45835
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= 53298
involuntary context switches= 75457

runsolver used 2.21266 second user time and 6.06708 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 01:33:56
IDJOB=1080967
IDBENCH=57047
IDSOLVER=363
FILE ID=node62/1080967-1215214436
PBS_JOBID= 7881720
Free space on /tmp= 65232 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3316fb6d9502bdc5e45b3fbdaa4097b4
RANDOM SEED=1326860121

node62.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.259
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.259
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:       1617648 kB
Buffers:         50148 kB
Cached:         217496 kB
SwapCached:       6872 kB
Active:         262468 kB
Inactive:       110976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617648 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:         122700 kB
Slab:            49416 kB
Committed_AS:  4715764 kB
PageTables:       2264 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= 65252 MiB
End job on node62 at 2008-07-05 02:04:15