Trace number 1055934

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.09 1805.26

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-11.xml
MD5SUM910d61ba544cb1eb5e823b3eb305c3f6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark368.848
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints7290
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7290
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1055934-1215060760.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.38/0.42	     nbVariables=122  nbDomainTypes=2  minDomainSize=21  maxDomainSize=121  nbTotalValues=14662
0.38/0.42	       =>  wckTime=0.173  cpuTime=0.13  mem=7M886
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
2.26/2.36	     nbConstraints=7291  nbGlobalConstraints=1  nbConvertedConstraints=7290  nbConvertConstraintsChecks=31823
2.26/2.36	     nbExtensionStructures=3  nbSharedExtensionStructures=7287  nbConflictsStructures=3
2.26/2.36	     nbSharedConflictsStructures=7287  nbSharedBinaryRepresentations=273  minDegree=121  maxDegree=122  minArity=2
2.26/2.36	     avgArity=2.02  maxArity=121  nbGenerators=0  nbFusions=0  symmetryWckTime=0.512  symmetryCpuTime=0.24  nbCliques=1
2.26/2.36	       =>  wckTime=2.114  cpuTime=1.62  mem=17M426
2.36/2.46	   
2.36/2.46	   solver IterativeSystematicSolver being built... 
2.46/2.54	   
2.46/2.54	   INFO : Forward propagation technique limited 
2.56/2.62	       =>  wckTime=2.373  cpuTime=1.75  mem=27M380
3.26/3.35	   
3.26/3.35	   preprocessing
3.26/3.35	     nbConstraintChecks=1727401  nbPropagations=7910  nbRevisions=33920  nbUselessRevisions=25064  nbSingletonTests=143
3.26/3.35	     nbEffectiveSingletonTests=0  nbACRemovals=300  nbFoundSingletons=0  nbRemovedValues=300  detectedInconsistency=no
3.26/3.35	       =>  wckTime=0.728  cpuTime=0.69  mem=27M380
5.05/5.11	   
5.05/5.11	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M383)

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-1055934-1215060760/watcher-1055934-1215060760 -o /tmp/evaluation-result-1055934-1215060760/solver-1055934-1215060760 -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-1055934-1215060760.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.00 2.00 2.00 3/73 14103
/proc/meminfo: memFree=744344/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=1616 CPUtime=0
/proc/14103/stat : 14103 (java) D 14101 14103 9999 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1985051154 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14103/statm: 68 37 28 9 0 6 0

[startup+0.086741 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14103
/proc/meminfo: memFree=744344/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=865856 CPUtime=0.06
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 3536 0 1 0 4 2 0 0 18 0 9 0 1985051154 886636544 3026 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 216464 3026 1631 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101695 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14103
/proc/meminfo: memFree=744344/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=865884 CPUtime=0.09
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 3684 0 1 0 6 3 0 0 18 0 9 0 1985051154 886665216 3157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 216471 3157 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301718 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14103
/proc/meminfo: memFree=744344/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=866196 CPUtime=0.29
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 5611 0 1 0 25 4 0 0 18 0 9 0 1985051154 886984704 5025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 216549 5025 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701763 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 14103
/proc/meminfo: memFree=744344/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=867688 CPUtime=0.68
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 8056 0 1 0 62 6 0 0 18 0 9 0 1985051154 888512512 7416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 216922 7416 2010 9 0 211428 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867688

[startup+1.50285 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14112
/proc/meminfo: memFree=706960/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=867688 CPUtime=1.48
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 14281 0 1 0 125 23 0 0 18 0 9 0 1985051154 888512512 13638 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 216922 13638 2014 9 0 211428 0
[pid=14103/tid=14105] ppid=14101 vsize=867688 CPUtime=1.25
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 12863 0 1 0 104 21 0 0 25 0 9 0 1985051156 888512512 13638 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14106] ppid=14101 vsize=867688 CPUtime=0
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1985051157 888512512 13638 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=867688 CPUtime=0
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1985051157 888512512 13638 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=867688 CPUtime=0
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1985051157 888512512 13638 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=867688 CPUtime=0
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985051159 888512512 13638 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=867688 CPUtime=0.21
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 721 0 0 0 21 0 0 0 16 0 9 0 1985051160 888512512 13638 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=867688 CPUtime=0
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985051160 888512512 13638 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=867688 CPUtime=0
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985051160 888512512 13638 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867688

[startup+3.10301 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 14114
/proc/meminfo: memFree=675584/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=3.06
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30003 606 1 0 251 44 10 1 18 0 9 0 1985051154 888942592 21037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21037 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=2.52
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 21851 606 1 0 201 40 10 1 25 0 9 0 1985051156 888942592 21037 996147200 134512640 134550740 4294955984 18446744073709551615 4127178288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6366 606 0 0 18 1 10 1 16 0 9 0 1985051157 888942592 21037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.42
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 950 606 0 0 30 1 10 1 15 0 9 0 1985051160 888942592 21037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 7 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21037 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868108

[startup+6.30135 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 14116
/proc/meminfo: memFree=669832/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=6.24
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30385 606 1 0 568 45 10 1 18 0 9 0 1985051154 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21057 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=5.66
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 22176 606 1 0 515 40 10 1 25 0 9 0 1985051156 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4127175385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6367 606 0 0 18 1 10 1 17 0 9 0 1985051157 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.45
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 976 606 0 0 33 1 10 1 15 0 9 0 1985051160 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 37 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21057 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868108

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 14116
/proc/meminfo: memFree=669704/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=12.61
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30438 606 1 0 1205 45 10 1 18 0 9 0 1985051154 888942592 21070 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21070 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=12
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 22181 606 1 0 1149 40 10 1 25 0 9 0 1985051156 888942592 21070 996147200 134512640 134550740 4294955984 18446744073709551615 4127178291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6367 606 0 0 18 1 10 1 16 0 9 0 1985051157 888942592 21070 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21070 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21070 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21070 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.48
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 1024 606 0 0 36 1 10 1 17 0 9 0 1985051160 888942592 21070 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21070 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 37 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21070 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868108

[startup+25.5014 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 14116
/proc/meminfo: memFree=669768/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=25.35
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30444 606 1 0 2479 45 10 1 18 0 9 0 1985051154 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21071 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=24.74
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 22185 606 1 0 2423 40 10 1 25 0 9 0 1985051156 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4127178288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6367 606 0 0 18 1 10 1 16 0 9 0 1985051157 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.49
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 1026 606 0 0 37 1 10 1 16 0 9 0 1985051160 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 37 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 868108

[startup+51.101 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 14116
/proc/meminfo: memFree=669768/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=50.82
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30448 606 1 0 5026 45 10 1 18 0 9 0 1985051154 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21071 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=50.21
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 22189 606 1 0 4970 40 10 1 25 0 9 0 1985051156 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4127182690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6367 606 0 0 18 1 10 1 16 0 9 0 1985051157 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.49
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 1026 606 0 0 37 1 10 1 16 0 9 0 1985051160 888942592 21071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11

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

/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.49
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 1027 606 0 0 37 1 10 1 16 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 37 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.25
Current children cumulated vsize (KiB) 868108

[startup+1542.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/89 14158
/proc/meminfo: memFree=412888/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=1537.23
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30460 606 1 0 153661 51 10 1 18 0 9 0 1985051154 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21072 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=1536.61
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 22200 606 1 0 153604 46 10 1 25 0 9 0 1985051156 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4126375725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6367 606 0 0 18 1 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.49
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 1027 606 0 0 37 1 10 1 16 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 37 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.23
Current children cumulated vsize (KiB) 868108

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/89 14158
/proc/meminfo: memFree=437336/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=1597.2
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30460 606 1 0 159658 51 10 1 18 0 9 0 1985051154 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21072 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=1596.59
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 22200 606 1 0 159602 46 10 1 25 0 9 0 1985051156 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4127169309 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6367 606 0 0 18 1 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.49
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 1027 606 0 0 37 1 10 1 16 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 37 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.2
Current children cumulated vsize (KiB) 868108

[startup+1662.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/89 14158
/proc/meminfo: memFree=412888/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=1657.18
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30460 606 1 0 165656 51 10 1 18 0 9 0 1985051154 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21072 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=1656.56
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 22200 606 1 0 165599 46 10 1 25 0 9 0 1985051156 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4127183957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6367 606 0 0 18 1 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.49
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 1027 606 0 0 37 1 10 1 16 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 37 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.18
Current children cumulated vsize (KiB) 868108

[startup+1722.3 s]
/proc/loadavg: 2.10 2.06 2.00 3/89 14158
/proc/meminfo: memFree=423064/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=1717.15
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30462 606 1 0 171653 51 10 1 18 0 9 0 1985051154 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21072 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=1716.54
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 22202 606 1 0 171597 46 10 1 25 0 9 0 1985051156 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4127187400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6367 606 0 0 18 1 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.49
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 1027 606 0 0 37 1 10 1 16 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 37 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.15
Current children cumulated vsize (KiB) 868108

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/89 14158
/proc/meminfo: memFree=441176/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=1777.12
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30462 606 1 0 177650 51 10 1 18 0 9 0 1985051154 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21072 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=1776.52
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 22202 606 1 0 177594 47 10 1 25 0 9 0 1985051156 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4127178288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6367 606 0 0 18 1 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.49
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 1027 606 0 0 37 1 10 1 16 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 37 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.12
Current children cumulated vsize (KiB) 868108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.2 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 14158
/proc/meminfo: memFree=412824/2055920 swapFree=4180052/4192956
[pid=14103] ppid=14101 vsize=868108 CPUtime=1800.03
/proc/14103/stat : 14103 (java) S 14101 14103 9999 0 -1 0 30462 606 1 0 179940 52 10 1 18 0 9 0 1985051154 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14103/statm: 217027 21072 2636 9 0 211533 0
[pid=14103/tid=14105] ppid=14101 vsize=868108 CPUtime=1799.42
/proc/14103/task/14105/stat : 14105 (java) R 14101 14103 9999 0 -1 64 22202 606 1 0 179884 47 10 1 25 0 9 0 1985051156 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4127176364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14103/tid=14106] ppid=14101 vsize=868108 CPUtime=0.3
/proc/14103/task/14106/stat : 14106 (java) S 14101 14103 9999 0 -1 64 6367 606 0 0 18 1 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14107] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14107/stat : 14107 (java) S 14101 14103 9999 0 -1 64 17 606 0 0 0 0 10 1 16 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14108] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14108/stat : 14108 (java) S 14101 14103 9999 0 -1 64 9 606 0 0 0 0 10 1 15 0 9 0 1985051157 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14109] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14109/stat : 14109 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 18 0 9 0 1985051159 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14110] ppid=14101 vsize=868108 CPUtime=0.49
/proc/14103/task/14110/stat : 14110 (java) S 14101 14103 9999 0 -1 64 1027 606 0 0 37 1 10 1 16 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14111] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14111/stat : 14111 (java) S 14101 14103 9999 0 -1 64 1 606 0 0 0 0 10 1 19 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14103/tid=14112] ppid=14101 vsize=868108 CPUtime=0.11
/proc/14103/task/14112/stat : 14112 (java) S 14101 14103 9999 0 -1 64 37 606 0 0 0 0 10 1 15 0 9 0 1985051160 888942592 21072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868108

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): 1805.26
CPU time (s): 1800.09
CPU user time (s): 1799.55
CPU system time (s): 0.545917
CPU usage (%): 99.7141
Max. virtual memory (cumulated for all children) (KiB): 869380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31102
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= 38057
involuntary context switches= 40246

runsolver used 2.39464 second user time and 5.83511 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-03 06:52:40
IDJOB=1055934
IDBENCH=57390
IDSOLVER=364
FILE ID=node7/1055934-1215060760
PBS_JOBID= 7875159
Free space on /tmp= 66372 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-11.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-1055934-1215060760/watcher-1055934-1215060760 -o /tmp/evaluation-result-1055934-1215060760/solver-1055934-1215060760 -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-1055934-1215060760.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 910d61ba544cb1eb5e823b3eb305c3f6
RANDOM SEED=1674502558

node7.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.236
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.236
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:        744824 kB
Buffers:         88256 kB
Cached:         682228 kB
SwapCached:       7028 kB
Active:         839620 kB
Inactive:       385864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        744824 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            2864 kB
Writeback:           0 kB
Mapped:         461504 kB
Slab:            69924 kB
Committed_AS:  3792924 kB
PageTables:       2752 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= 66480 MiB
End job on node7 at 2008-07-03 07:22:47