Trace number 1069363

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.19 1804.48

General information on the benchmark

Namecsp/pseudoGLB/
normalized-robin16.xml
MD5SUMda80fa972f32e8c07ffdf076b58b8a94
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables14400
Number of constraints1088
Maximum constraint arity225
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(1088)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1069363-1215159645.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.77/0.86	     nbVariables=14400  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=28800
0.77/0.86	       =>  wckTime=0.621  cpuTime=0.46  mem=46M861
0.77/0.86	   
0.77/0.86	   constraints being loaded...
11.45/11.68	     nbConstraints=1124  nbGlobalConstraints=1124  nbSharedBinaryRepresentations=0  minDegree=13  maxDegree=18
11.45/11.68	     minArity=120  avgArity=219.29  maxArity=3600  nbGenerators=36  nbFusions=0  symmetryWckTime=9.564
11.45/11.68	     symmetryCpuTime=1.5
11.45/11.68	       =>  wckTime=11.445  cpuTime=2.97  mem=131M861
11.75/11.97	   
11.75/11.97	   solver IterativeSystematicSolver being built... 
11.86/12.05	   
11.86/12.06	   INFO : Forward propagation technique limited 
12.36/12.57	       =>  wckTime=12.331  cpuTime=3.5  mem=139M39
150.65/152.01	   
150.65/152.01	   INFO : Stopping ESAC
150.65/152.01	   
150.65/152.01	   preprocessing
150.65/152.01	     nbConstraintChecks=0  nbPropagations=28043  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=13639
150.65/152.01	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
150.65/152.01	       =>  wckTime=139.428  cpuTime=138.19  mem=139M39

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-1069363-1215159645/watcher-1069363-1215159645 -o /tmp/evaluation-result-1069363-1215159645/solver-1069363-1215159645 -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-1069363-1215159645.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.99 1.97 1.99 4/72 7669
/proc/meminfo: memFree=1843512/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=1616 CPUtime=0
/proc/7669/stat : 7669 (java) R 7667 7669 6092 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1994939422 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/7669/statm: 404 148 122 9 0 46 0

[startup+0.0783079 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 7669
/proc/meminfo: memFree=1843512/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=865856 CPUtime=0.06
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 3435 0 1 0 5 1 0 0 18 0 9 0 1994939422 886636544 2933 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 216464 2933 1577 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102309 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 7669
/proc/meminfo: memFree=1843512/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=865884 CPUtime=0.08
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 3786 0 1 0 7 1 0 0 18 0 9 0 1994939422 886665216 3237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 216471 3237 1715 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302334 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 7669
/proc/meminfo: memFree=1843512/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=866196 CPUtime=0.29
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 5625 0 1 0 26 3 0 0 18 0 9 0 1994939422 886984704 5039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 216549 5039 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.702396 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 7669
/proc/meminfo: memFree=1843512/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=867440 CPUtime=0.67
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 10261 0 1 0 62 5 0 0 18 0 9 0 1994939422 888258560 9631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 216860 9631 1970 9 0 211388 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867440

[startup+1.50148 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 7678
/proc/meminfo: memFree=1777200/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=867440 CPUtime=1.47
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 24527 0 1 0 135 12 0 0 18 0 9 0 1994939422 888258560 23894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 216860 23894 1996 9 0 211388 0
[pid=7669/tid=7671] ppid=7667 vsize=867440 CPUtime=1.16
/proc/7669/task/7671/stat : 7671 (java) R 7667 7669 6092 0 -1 64 15669 0 1 0 108 8 0 0 25 0 9 0 1994939423 888258560 23894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7672] ppid=7667 vsize=867440 CPUtime=0.13
/proc/7669/task/7672/stat : 7672 (java) R 7667 7669 6092 0 -1 64 7537 0 0 0 10 3 0 0 16 0 9 0 1994939425 888258560 23894 996147200 134512640 134550740 4294955968 18446744073709551615 102516772 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7673] ppid=7667 vsize=867440 CPUtime=0
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1994939425 888258560 23894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=867440 CPUtime=0
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994939425 888258560 23894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7675] ppid=7667 vsize=867440 CPUtime=0
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994939427 888258560 23894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=867440 CPUtime=0.16
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 624 0 0 0 16 0 0 0 16 0 9 0 1994939427 888258560 23894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7677] ppid=7667 vsize=867440 CPUtime=0
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994939427 888258560 23894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=867440 CPUtime=0
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994939427 888258560 23894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867440

[startup+3.10166 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 7678
/proc/meminfo: memFree=1734000/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=867764 CPUtime=2.84
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 38448 0 1 0 263 21 0 0 18 0 10 0 1994939422 888590336 37676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 216941 37676 2008 9 0 211469 0
[pid=7669/tid=7671] ppid=7667 vsize=867764 CPUtime=2.32
/proc/7669/task/7671/stat : 7671 (java) S 7667 7669 6092 0 -1 64 15782 0 1 0 222 10 0 0 24 0 10 0 1994939423 888590336 37676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=7669/tid=7672] ppid=7667 vsize=867764 CPUtime=0.29
/proc/7669/task/7672/stat : 7672 (java) S 7667 7669 6092 0 -1 64 21248 0 0 0 20 9 0 0 16 0 10 0 1994939425 888590336 37676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7673] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1994939425 888590336 37676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1994939425 888590336 37676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7675] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1994939427 888590336 37676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=867764 CPUtime=0.19
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 648 0 0 0 19 0 0 0 16 0 10 0 1994939427 888590336 37676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7677] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1994939427 888590336 37676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 1994939427 888590336 37676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 867764

[startup+6.30204 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 7680
/proc/meminfo: memFree=1669024/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=867764 CPUtime=3.07
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 53311 0 1 0 282 25 0 0 18 0 10 0 1994939422 888590336 40042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 216941 40042 2009 9 0 211469 0
[pid=7680] ppid=7669 vsize=24616 CPUtime=3.14
/proc/7680/stat : 7680 (saucy) R 7669 7669 6092 0 -1 4194304 4696 0 0 0 310 4 0 0 25 0 1 0 1994939711 25206784 4597 996147200 134512640 134531332 4294956000 18446744073709551615 134526685 0 4 0 0 0 0 0 17 1 0 0
/proc/7680/statm: 6154 4597 104 4 0 5830 0
[pid=7669/tid=7671] ppid=7667 vsize=867764 CPUtime=2.45
/proc/7669/task/7671/stat : 7671 (java) S 7667 7669 6092 0 -1 64 22391 0 1 0 233 12 0 0 15 0 10 0 1994939423 888590336 40042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=7669/tid=7672] ppid=7667 vsize=867764 CPUtime=0.38
/proc/7669/task/7672/stat : 7672 (java) S 7667 7669 6092 0 -1 64 29361 0 0 0 28 10 0 0 16 0 10 0 1994939425 888590336 40042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 21 0 0 0 0 0 0 0 16 0 10 0 1994939425 888590336 40042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 11 0 0 0 0 0 0 0 16 0 10 0 1994939425 888590336 40042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7675] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1994939427 888590336 40042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=867764 CPUtime=0.2
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 740 0 0 0 20 0 0 0 15 0 10 0 1994939427 888590336 40042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7677] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1994939427 888590336 40042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 40 0 0 0 0 0 0 0 15 0 10 0 1994939427 888590336 40042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7679] ppid=7667 vsize=867764 CPUtime=0
/proc/7669/task/7679/stat : 7679 (java) S 7667 7669 6092 0 -1 64 69 0 0 0 0 0 0 0 24 0 10 0 1994939711 888590336 40042 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 892380

[startup+12.7028 s]
/proc/loadavg: 1.99 1.97 1.99 5/83 7682
/proc/meminfo: memFree=1665496/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=868088 CPUtime=12.54
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 82007 6491 1 0 455 34 759 6 18 0 10 0 1994939422 888922112 45703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 217022 45703 2616 9 0 211550 0
[pid=7682] ppid=7669 vsize=144 CPUtime=0.01
/proc/7682/stat : 7682 (rm) R 7669 7669 6092 0 -1 4194304 45 0 0 0 0 1 0 0 19 0 1 0 1994940521 147456 22 996147200 4194304 4227748 548682068720 18446744073709551615 262907426069 0 4 0 0 0 0 0 17 1 0 0
/proc/7682/statm: 36 22 16 8 0 3 0
[pid=7669/tid=7671] ppid=7667 vsize=868088 CPUtime=11.46
/proc/7669/task/7671/stat : 7671 (java) R 7667 7669 6092 0 -1 64 39109 6491 1 0 364 17 759 6 17 0 10 0 1994939423 888922112 45703 996147200 134512640 134550740 4294955968 18446744073709551615 4126805402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7672] ppid=7667 vsize=868088 CPUtime=8.37
/proc/7669/task/7672/stat : 7672 (java) S 7667 7669 6092 0 -1 64 40944 6491 0 0 58 14 759 6 16 0 10 0 1994939425 888922112 45703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=868088 CPUtime=7.65
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 26 6491 0 0 0 0 759 6 15 0 10 0 1994939425 888922112 45703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=868088 CPUtime=7.65
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 20 6491 0 0 0 0 759 6 16 0 10 0 1994939425 888922112 45703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7675] ppid=7667 vsize=868088 CPUtime=7.65
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 6491 0 0 0 0 759 6 18 0 10 0 1994939427 888922112 45703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=868088 CPUtime=7.96
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 1056 6491 0 0 31 0 759 6 15 0 10 0 1994939427 888922112 45703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7677] ppid=7667 vsize=868088 CPUtime=7.65
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 6491 0 0 0 0 759 6 19 0 10 0 1994939427 888922112 45703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=868088 CPUtime=7.65
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 46 6491 0 0 0 0 759 6 15 0 10 0 1994939427 888922112 45703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7681] ppid=7667 vsize=868088 CPUtime=7.65
/proc/7669/task/7681/stat : 7681 (java) S 7667 7669 6092 0 -1 64 44 6491 0 0 0 0 759 6 17 0 10 0 1994940521 888922112 45703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868232

[startup+25.5023 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 7682
/proc/meminfo: memFree=1670048/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=868088 CPUtime=25.24
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 82021 6616 1 0 1724 34 759 7 18 0 9 0 1994939422 888922112 45712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 217022 45712 2616 9 0 211550 0
[pid=7669/tid=7671] ppid=7667 vsize=868088 CPUtime=24.15
/proc/7669/task/7671/stat : 7671 (java) R 7667 7669 6092 0 -1 64 39115 6616 1 0 1632 17 759 7 25 0 9 0 1994939423 888922112 45712 996147200 134512640 134550740 4294955968 18446744073709551615 4127279240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7672] ppid=7667 vsize=868088 CPUtime=8.38
/proc/7669/task/7672/stat : 7672 (java) S 7667 7669 6092 0 -1 64 40944 6616 0 0 58 14 759 7 16 0 9 0 1994939425 888922112 45712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 26 6616 0 0 0 0 759 7 15 0 9 0 1994939425 888922112 45712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 20 6616 0 0 0 0 759 7 16 0 9 0 1994939425 888922112 45712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7675] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 18 0 9 0 1994939427 888922112 45712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=868088 CPUtime=7.98
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 1063 6616 0 0 32 0 759 7 16 0 9 0 1994939427 888922112 45712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7677] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 19 0 9 0 1994939427 888922112 45712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 46 6616 0 0 0 0 759 7 15 0 9 0 1994939427 888922112 45712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868088

[startup+51.1023 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 7682
/proc/meminfo: memFree=1670112/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=868088 CPUtime=50.62
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 82027 6616 1 0 4262 34 759 7 18 0 9 0 1994939422 888922112 45716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 217022 45716 2616 9 0 211550 0
[pid=7669/tid=7671] ppid=7667 vsize=868088 CPUtime=49.52
/proc/7669/task/7671/stat : 7671 (java) R 7667 7669 6092 0 -1 64 39117 6616 1 0 4169 17 759 7 25 0 9 0 1994939423 888922112 45716 996147200 134512640 134550740 4294955968 18446744073709551615 4127273128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7672] ppid=7667 vsize=868088 CPUtime=8.38

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

/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 20 6616 0 0 0 0 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7675] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 18 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=868088 CPUtime=8.06
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 1104 6616 0 0 40 0 759 7 17 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7677] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 19 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 46 6616 0 0 0 0 759 7 15 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.11
Current children cumulated vsize (KiB) 868088

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 7712
/proc/meminfo: memFree=1671976/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=868088 CPUtime=1538.09
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 82083 6616 1 0 153004 39 759 7 18 0 9 0 1994939422 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 217022 45756 2616 9 0 211550 0
[pid=7669/tid=7671] ppid=7667 vsize=868088 CPUtime=1536.92
/proc/7669/task/7671/stat : 7671 (java) R 7667 7669 6092 0 -1 64 39136 6616 1 0 152904 22 759 7 25 0 9 0 1994939423 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4127352467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=868088 CPUtime=8.38
/proc/7669/task/7672/stat : 7672 (java) S 7667 7669 6092 0 -1 64 40944 6616 0 0 58 14 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 26 6616 0 0 0 0 759 7 15 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 20 6616 0 0 0 0 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7675] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 18 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=868088 CPUtime=8.06
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 1104 6616 0 0 40 0 759 7 17 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7677] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 19 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 46 6616 0 0 0 0 759 7 15 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.09
Current children cumulated vsize (KiB) 868088

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 7712
/proc/meminfo: memFree=1671912/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=868088 CPUtime=1598.06
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 82083 6616 1 0 159001 39 759 7 18 0 9 0 1994939422 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 217022 45756 2616 9 0 211550 0
[pid=7669/tid=7671] ppid=7667 vsize=868088 CPUtime=1596.9
/proc/7669/task/7671/stat : 7671 (java) R 7667 7669 6092 0 -1 64 39136 6616 1 0 158902 22 759 7 25 0 9 0 1994939423 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4127352467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=868088 CPUtime=8.38
/proc/7669/task/7672/stat : 7672 (java) S 7667 7669 6092 0 -1 64 40944 6616 0 0 58 14 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 26 6616 0 0 0 0 759 7 15 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 20 6616 0 0 0 0 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7675] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 18 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=868088 CPUtime=8.06
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 1104 6616 0 0 40 0 759 7 17 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7677] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 19 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 46 6616 0 0 0 0 759 7 15 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.06
Current children cumulated vsize (KiB) 868088

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 7712
/proc/meminfo: memFree=1671720/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=868088 CPUtime=1658.04
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 82083 6616 1 0 164999 39 759 7 18 0 9 0 1994939422 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 217022 45756 2616 9 0 211550 0
[pid=7669/tid=7671] ppid=7667 vsize=868088 CPUtime=1656.87
/proc/7669/task/7671/stat : 7671 (java) R 7667 7669 6092 0 -1 64 39136 6616 1 0 164899 22 759 7 25 0 9 0 1994939423 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4127352457 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=868088 CPUtime=8.38
/proc/7669/task/7672/stat : 7672 (java) S 7667 7669 6092 0 -1 64 40944 6616 0 0 58 14 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 26 6616 0 0 0 0 759 7 15 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 20 6616 0 0 0 0 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7675] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 18 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=868088 CPUtime=8.06
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 1104 6616 0 0 40 0 759 7 17 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7677] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 19 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 46 6616 0 0 0 0 759 7 15 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.04
Current children cumulated vsize (KiB) 868088

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 7712
/proc/meminfo: memFree=1671656/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=868088 CPUtime=1718.02
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 82083 6616 1 0 170997 39 759 7 18 0 9 0 1994939422 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 217022 45756 2616 9 0 211550 0
[pid=7669/tid=7671] ppid=7667 vsize=868088 CPUtime=1716.85
/proc/7669/task/7671/stat : 7671 (java) R 7667 7669 6092 0 -1 64 39136 6616 1 0 170897 22 759 7 25 0 9 0 1994939423 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4127352467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=868088 CPUtime=8.38
/proc/7669/task/7672/stat : 7672 (java) S 7667 7669 6092 0 -1 64 40944 6616 0 0 58 14 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 26 6616 0 0 0 0 759 7 15 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 20 6616 0 0 0 0 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7675] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 18 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=868088 CPUtime=8.06
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 1104 6616 0 0 40 0 759 7 17 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7677] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 19 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 46 6616 0 0 0 0 759 7 15 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.02
Current children cumulated vsize (KiB) 868088

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 7712
/proc/meminfo: memFree=1671528/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=868088 CPUtime=1777.99
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 82083 6616 1 0 176994 39 759 7 18 0 9 0 1994939422 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 217022 45756 2616 9 0 211550 0
[pid=7669/tid=7671] ppid=7667 vsize=868088 CPUtime=1776.84
/proc/7669/task/7671/stat : 7671 (java) R 7667 7669 6092 0 -1 64 39136 6616 1 0 176895 23 759 7 25 0 9 0 1994939423 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4127273118 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=868088 CPUtime=8.38
/proc/7669/task/7672/stat : 7672 (java) S 7667 7669 6092 0 -1 64 40944 6616 0 0 58 14 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 26 6616 0 0 0 0 759 7 15 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 20 6616 0 0 0 0 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7675] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 18 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=868088 CPUtime=8.06
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 1104 6616 0 0 40 0 759 7 17 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7677] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 19 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 46 6616 0 0 0 0 759 7 15 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.99
Current children cumulated vsize (KiB) 868088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.4 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 7712
/proc/meminfo: memFree=1671528/2055920 swapFree=4179968/4192956
[pid=7669] ppid=7667 vsize=868088 CPUtime=1800.09
/proc/7669/stat : 7669 (java) S 7667 7669 6092 0 -1 0 82083 6616 1 0 179204 39 759 7 18 0 9 0 1994939422 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7669/statm: 217022 45756 2616 9 0 211550 0
[pid=7669/tid=7671] ppid=7667 vsize=868088 CPUtime=1798.93
/proc/7669/task/7671/stat : 7671 (java) R 7667 7669 6092 0 -1 64 39136 6616 1 0 179104 23 759 7 25 0 9 0 1994939423 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4127352510 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7672] ppid=7667 vsize=868088 CPUtime=8.38
/proc/7669/task/7672/stat : 7672 (java) S 7667 7669 6092 0 -1 64 40944 6616 0 0 58 14 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7673] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7673/stat : 7673 (java) S 7667 7669 6092 0 -1 64 26 6616 0 0 0 0 759 7 15 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7674] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7674/stat : 7674 (java) S 7667 7669 6092 0 -1 64 20 6616 0 0 0 0 759 7 16 0 9 0 1994939425 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7675] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7675/stat : 7675 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 18 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7676] ppid=7667 vsize=868088 CPUtime=8.06
/proc/7669/task/7676/stat : 7676 (java) S 7667 7669 6092 0 -1 64 1104 6616 0 0 40 0 759 7 17 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7669/tid=7677] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7677/stat : 7677 (java) S 7667 7669 6092 0 -1 64 1 6616 0 0 0 0 759 7 19 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7669/tid=7678] ppid=7667 vsize=868088 CPUtime=7.66
/proc/7669/task/7678/stat : 7678 (java) S 7667 7669 6092 0 -1 64 46 6616 0 0 0 0 759 7 15 0 9 0 1994939427 888922112 45756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868088

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

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

Child status: 143
Real time (s): 1804.48
CPU time (s): 1800.19
CPU user time (s): 1799.69
CPU system time (s): 0.502923
CPU usage (%): 99.7623
Max. virtual memory (cumulated for all children) (KiB): 898452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.502923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88729
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= 39839
involuntary context switches= 44863

runsolver used 2.45463 second user time and 5.70713 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-04 10:20:46
IDJOB=1069363
IDBENCH=55604
IDSOLVER=364
FILE ID=node11/1069363-1215159645
PBS_JOBID= 7877410
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-robin16.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-1069363-1215159645/watcher-1069363-1215159645 -o /tmp/evaluation-result-1069363-1215159645/solver-1069363-1215159645 -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-1069363-1215159645.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da80fa972f32e8c07ffdf076b58b8a94
RANDOM SEED=758585968

node11.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.224
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.224
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:       1843928 kB
Buffers:         21548 kB
Cached:         106872 kB
SwapCached:       7036 kB
Active:         109228 kB
Inactive:        48764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843928 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            5372 kB
Writeback:           0 kB
Mapped:          21380 kB
Slab:            39204 kB
Committed_AS:  3223484 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node11 at 2008-07-04 10:50:52