Trace number 1081832

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.1 1810.47

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-35.xml
MD5SUM1eb3c150032c50ac46662d9f9a65bfe6
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 benchmark64.5112
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of constraints20859
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20859
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=mac.xml
0.18/0.26	   
0.18/0.26	   instance
0.18/0.26	     name=HOME/instance-1081832-1215219398.xml
0.27/0.30	   
0.27/0.30	   domains being loaded...
0.27/0.31	   
0.27/0.31	   variables being loaded...
0.58/0.67	     nbVariables=1225  nbDomainTypes=1  minDomainSize=35  maxDomainSize=35  nbTotalValues=42875
0.58/0.67	       =>  wckTime=0.441  cpuTime=0.34  mem=11M755
0.58/0.67	   
0.58/0.67	   predicates being loaded...
0.67/0.73	   
0.67/0.73	   constraints being loaded...
35.57/35.82	     nbConstraints=21842  nbGlobalConstraints=983  nbConvertedConstraints=20859  nbConvertConstraintsChecks=12186300
35.57/35.82	     nbExtensionStructures=9948  nbSharedExtensionStructures=20854  nbConflictsStructures=10894
35.57/35.82	     nbSharedConflictsStructures=20854  nbSharedBinaryRepresentations=696149  minDegree=35  maxDegree=37  minArity=2
35.57/35.82	     avgArity=2.05  maxArity=35  nbGenerators=948  nbFusions=948  symmetryWckTime=27.569  symmetryCpuTime=7.0
35.57/35.82	     nbCliques=35
35.57/35.82	       =>  wckTime=35.591  cpuTime=14.45  mem=54M205
35.78/36.08	   
35.78/36.08	   solver IterativeSystematicSolver being built... 
35.88/36.17	   
35.88/36.17	   INFO : Forward propagation technique limited 
35.99/36.29	       =>  wckTime=36.058  cpuTime=14.62  mem=50M908
36.28/36.53	   
36.28/36.53	   preprocessing
36.28/36.53	     nbConstraintChecks=108114  nbPropagations=2327  nbRevisions=4134  nbUselessRevisions=951  nbRemovedValues=32128
36.28/36.53	     nbRemovedTuples=1190  detectedInconsistency=no
36.28/36.53	       =>  wckTime=0.24  cpuTime=0.21  mem=50M908
38.56/38.88	   
38.56/38.88	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=56M762)

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-1081832-1215219398/watcher-1081832-1215219398 -o /tmp/evaluation-result-1081832-1215219398/solver-1081832-1215219398 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1081832-1215219398.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.06 2.02 4/85 10708
/proc/meminfo: memFree=1716296/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=18572 CPUtime=0
/proc/10708/stat : 10708 (runsolver) R 10706 10708 9529 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 644870268 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10708/statm: 4643 292 257 25 0 2626 0

[startup+0.053994 s]
/proc/loadavg: 2.02 2.06 2.02 4/85 10708
/proc/meminfo: memFree=1716296/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=863776 CPUtime=0.03
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 2461 0 1 0 2 1 0 0 19 0 9 0 644870268 884506624 2030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 215944 2030 931 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863776

[startup+0.101995 s]
/proc/loadavg: 2.02 2.06 2.02 4/85 10708
/proc/meminfo: memFree=1716296/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=865884 CPUtime=0.08
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 3751 0 1 0 6 2 0 0 19 0 9 0 644870268 886665216 3210 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 216471 3210 1703 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302015 s]
/proc/loadavg: 2.02 2.06 2.02 4/85 10708
/proc/meminfo: memFree=1716296/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=866128 CPUtime=0.27
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 5968 0 1 0 24 3 0 0 19 0 9 0 644870268 886915072 5342 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 216532 5344 1951 9 0 211060 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866128

[startup+0.701055 s]
/proc/loadavg: 2.02 2.06 2.02 4/85 10708
/proc/meminfo: memFree=1716296/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=867108 CPUtime=0.67
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 8026 0 1 0 63 4 0 0 19 0 9 0 644870268 887918592 7387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 216777 7387 1998 9 0 211283 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867108

[startup+1.50214 s]
/proc/loadavg: 2.02 2.06 2.02 4/94 10717
/proc/meminfo: memFree=1685888/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=867696 CPUtime=1.47
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 17940 0 1 0 138 9 0 0 19 0 9 0 644870268 888520704 17298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 216924 17298 2024 9 0 211430 0
[pid=10708/tid=10710] ppid=10706 vsize=867696 CPUtime=1.26
/proc/10708/task/10710/stat : 10710 (java) R 10706 10708 9529 0 -1 64 15740 0 1 0 119 7 0 0 20 0 9 0 644870269 888520704 17299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10711] ppid=10706 vsize=867696 CPUtime=0.03
/proc/10708/task/10711/stat : 10711 (java) R 10706 10708 9529 0 -1 64 831 0 0 0 3 0 0 0 16 0 9 0 644870271 888520704 17299 996147200 134512640 134550740 4294955968 18446744073709551615 102514347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=867696 CPUtime=0
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 644870271 888520704 17300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10713] ppid=10706 vsize=867696 CPUtime=0
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 644870271 888520704 17301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10714] ppid=10706 vsize=867696 CPUtime=0
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 644870273 888520704 17302 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=867696 CPUtime=0.15
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 678 0 0 0 15 0 0 0 20 0 9 0 644870273 888520704 17303 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10716] ppid=10706 vsize=867696 CPUtime=0
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 644870273 888520704 17304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=867696 CPUtime=0
/proc/10708/task/10717/stat : 10717 (java) S 10706 10708 9529 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644870273 888520704 17305 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) 867696

[startup+3.10231 s]
/proc/loadavg: 2.02 2.06 2.02 3/94 10717
/proc/meminfo: memFree=1649664/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=867608 CPUtime=3.06
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 19220 0 1 0 282 24 0 0 19 0 9 0 644870268 888430592 18552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 216902 18552 2006 9 0 211430 0
[pid=10708/tid=10710] ppid=10706 vsize=867608 CPUtime=2.73
/proc/10708/task/10710/stat : 10710 (java) R 10706 10708 9529 0 -1 64 15772 0 1 0 251 22 0 0 25 0 9 0 644870269 888430592 18552 996147200 134512640 134550740 4294955968 18446744073709551615 4126901175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10711] ppid=10706 vsize=867608 CPUtime=0.08
/proc/10708/task/10711/stat : 10711 (java) S 10706 10708 9529 0 -1 64 2009 0 0 0 7 1 0 0 17 0 9 0 644870271 888430592 18552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=867608 CPUtime=0
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 644870271 888430592 18552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10713] ppid=10706 vsize=867608 CPUtime=0
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 644870271 888430592 18552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=867608 CPUtime=0
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 644870273 888430592 18552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=867608 CPUtime=0.22
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 743 0 0 0 22 0 0 0 16 0 9 0 644870273 888430592 18552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10716] ppid=10706 vsize=867608 CPUtime=0
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 644870273 888430592 18552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=867608 CPUtime=0
/proc/10708/task/10717/stat : 10717 (java) S 10706 10708 9529 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644870273 888430592 18552 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867608

[startup+6.30164 s]
/proc/loadavg: 2.10 2.08 2.03 3/94 10717
/proc/meminfo: memFree=1637448/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=867608 CPUtime=6.25
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 23655 0 1 0 560 65 0 0 19 0 9 0 644870268 888430592 22984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 216902 22984 2006 9 0 211430 0
[pid=10708/tid=10710] ppid=10706 vsize=867608 CPUtime=5.7
/proc/10708/task/10710/stat : 10710 (java) R 10706 10708 9529 0 -1 64 15776 0 1 0 510 60 0 0 25 0 9 0 644870269 888430592 22984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10711] ppid=10706 vsize=867608 CPUtime=0.29
/proc/10708/task/10711/stat : 10711 (java) S 10706 10708 9529 0 -1 64 6438 0 0 0 26 3 0 0 17 0 9 0 644870271 888430592 22984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=867608 CPUtime=0
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 644870271 888430592 22984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10713] ppid=10706 vsize=867608 CPUtime=0
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 644870271 888430592 22984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=867612 CPUtime=0
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 644870273 888434688 22984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=867608 CPUtime=0.22
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 745 0 0 0 22 0 0 0 16 0 9 0 644870273 888430592 22984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10716] ppid=10706 vsize=867612 CPUtime=0
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 644870273 888434688 22984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=867608 CPUtime=0
/proc/10708/task/10717/stat : 10717 (java) S 10706 10708 9529 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644870273 888430592 22984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867608

[startup+12.7023 s]
/proc/loadavg: 2.17 2.09 2.03 3/96 10719
/proc/meminfo: memFree=1617336/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=867932 CPUtime=8.48
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 25993 0 1 0 754 94 0 0 19 0 10 0 644870268 888762368 24708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 216983 24708 2012 9 0 211511 0
[pid=10719] ppid=10708 vsize=8556 CPUtime=4.13
/proc/10719/stat : 10719 (saucy) R 10708 10708 9529 0 -1 4194304 1596 0 0 0 412 1 0 0 25 0 1 0 644871119 8761344 1555 996147200 134512640 134531332 4294956000 18446744073709551615 134524897 0 4 0 0 0 0 0 17 0 0 0
/proc/10719/statm: 2139 1555 104 4 0 1815 0
[pid=10708/tid=10710] ppid=10706 vsize=867932 CPUtime=7.79
/proc/10708/task/10710/stat : 10710 (java) S 10706 10708 9529 0 -1 64 16278 0 1 0 691 88 0 0 15 0 10 0 644870269 888762368 24708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=10708/tid=10711] ppid=10706 vsize=867932 CPUtime=0.42
/proc/10708/task/10711/stat : 10711 (java) S 10706 10708 9529 0 -1 64 8169 0 0 0 38 4 0 0 16 0 10 0 644870271 888762368 24708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 644870271 888762368 24708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10713] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 644870271 888762368 24708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 644870273 888762368 24708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=867932 CPUtime=0.24
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 772 0 0 0 24 0 0 0 16 0 10 0 644870273 888762368 24708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10716] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 644870273 888762368 24708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10717/stat : 10717 (java) S 10706 10708 9529 0 -1 64 9 0 0 0 0 0 0 0 15 0 10 0 644870273 888762368 24708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10718] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10718/stat : 10718 (java) S 10706 10708 9529 0 -1 64 69 0 0 0 0 0 0 0 19 0 10 0 644871119 888762368 24708 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 876488

[startup+25.5027 s]
/proc/loadavg: 2.13 2.09 2.03 4/96 10719
/proc/meminfo: memFree=1616056/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=867932 CPUtime=8.5
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 26548 0 1 0 756 94 0 0 19 0 10 0 644870268 888762368 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 216983 24709 2012 9 0 211511 0
[pid=10719] ppid=10708 vsize=9744 CPUtime=16.84
/proc/10719/stat : 10719 (saucy) R 10708 10708 9529 0 -1 4194304 1882 0 0 0 1682 2 0 0 25 0 1 0 644871119 9977856 1841 996147200 134512640 134531332 4294956000 18446744073709551615 134522095 0 4 0 0 0 0 0 17 0 0 0
/proc/10719/statm: 2436 1841 104 4 0 2112 0
[pid=10708/tid=10710] ppid=10706 vsize=867932 CPUtime=7.81
/proc/10708/task/10710/stat : 10710 (java) S 10706 10708 9529 0 -1 64 16808 0 1 0 693 88 0 0 15 0 10 0 644870269 888762368 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=10708/tid=10711] ppid=10706 vsize=867932 CPUtime=0.42
/proc/10708/task/10711/stat : 10711 (java) S 10706 10708 9529 0 -1 64 8169 0 0 0 38 4 0 0 16 0 10 0 644870271 888762368 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 644870271 888762368 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10713] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 644870271 888762368 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 644870273 888762368 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=867932 CPUtime=0.24
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 797 0 0 0 24 0 0 0 15 0 10 0 644870273 888762368 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10716] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 644870273 888762368 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10717/stat : 10717 (java) R 10706 10708 9529 0 -1 64 9 0 0 0 0 0 0 0 15 0 10 0 644870273 888762368 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10718] ppid=10706 vsize=867932 CPUtime=0
/proc/10708/task/10718/stat : 10718 (java) S 10706 10708 9529 0 -1 64 69 0 0 0 0 0 0 0 19 0 10 0 644871119 888762368 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 877676

[startup+51.1014 s]
/proc/loadavg: 2.09 2.08 2.03 3/94 10721
/proc/meminfo: memFree=1618040/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=868344 CPUtime=50.8
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 44657 2061 1 0 2957 100 2020 3 19 0 9 0 644870268 889184256 26956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 217086 26956 2637 9 0 211592 0
[pid=10708/tid=10710] ppid=10706 vsize=868344 CPUtime=49.69
/proc/10708/task/10710/stat : 10710 (java) R 10706 10708 9529 0 -1 64 26380 2061 1 0 2854 92 2020 3 25 0 9 0 644870269 889184256 26956 996147200 134512640 134550740 4294955968 18446744073709551615 4127372768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10711] ppid=10706 vsize=868344 CPUtime=20.9

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

/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 15 2061 0 0 0 0 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 24 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=868344 CPUtime=20.64
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 1111 2061 0 0 40 1 2020 3 17 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10716] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 25 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10717/stat : 10717 (java) S 10706 10708 9529 0 -1 64 11 2061 0 0 0 0 2020 3 15 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.01
Current children cumulated vsize (KiB) 868344

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 10885
/proc/meminfo: memFree=1694360/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=868344 CPUtime=1534.44
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 44726 2061 1 0 151318 103 2020 3 19 0 9 0 644870268 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 217086 26957 2637 9 0 211592 0
[pid=10708/tid=10710] ppid=10706 vsize=868344 CPUtime=1533.31
/proc/10708/task/10710/stat : 10710 (java) R 10706 10708 9529 0 -1 64 26448 2061 1 0 151214 94 2020 3 25 0 9 0 644870269 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4127381863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10711] ppid=10706 vsize=868344 CPUtime=20.9
/proc/10708/task/10711/stat : 10711 (java) S 10706 10708 9529 0 -1 64 16317 2061 0 0 62 5 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 17 2061 0 0 0 0 2020 3 17 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10713] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 15 2061 0 0 0 0 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 24 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=868344 CPUtime=20.64
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 1111 2061 0 0 40 1 2020 3 17 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10716] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 25 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10717/stat : 10717 (java) S 10706 10708 9529 0 -1 64 11 2061 0 0 0 0 2020 3 15 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.44
Current children cumulated vsize (KiB) 868344

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 10885
/proc/meminfo: memFree=1694424/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=868344 CPUtime=1593.87
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 44726 2061 1 0 157261 103 2020 3 19 0 9 0 644870268 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 217086 26957 2637 9 0 211592 0
[pid=10708/tid=10710] ppid=10706 vsize=868344 CPUtime=1592.75
/proc/10708/task/10710/stat : 10710 (java) R 10706 10708 9529 0 -1 64 26448 2061 1 0 157158 94 2020 3 25 0 9 0 644870269 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4127379568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10711] ppid=10706 vsize=868344 CPUtime=20.9
/proc/10708/task/10711/stat : 10711 (java) S 10706 10708 9529 0 -1 64 16317 2061 0 0 62 5 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 17 2061 0 0 0 0 2020 3 17 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10713] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 15 2061 0 0 0 0 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 24 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=868344 CPUtime=20.64
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 1111 2061 0 0 40 1 2020 3 17 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10716] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 25 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10717/stat : 10717 (java) S 10706 10708 9529 0 -1 64 11 2061 0 0 0 0 2020 3 15 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.87
Current children cumulated vsize (KiB) 868344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 10885
/proc/meminfo: memFree=1694360/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=868344 CPUtime=1653.31
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 44726 2061 1 0 163205 103 2020 3 19 0 9 0 644870268 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 217086 26957 2637 9 0 211592 0
[pid=10708/tid=10710] ppid=10706 vsize=868344 CPUtime=1652.18
/proc/10708/task/10710/stat : 10710 (java) R 10706 10708 9529 0 -1 64 26448 2061 1 0 163101 94 2020 3 25 0 9 0 644870269 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4126377239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10711] ppid=10706 vsize=868344 CPUtime=20.9
/proc/10708/task/10711/stat : 10711 (java) S 10706 10708 9529 0 -1 64 16317 2061 0 0 62 5 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 17 2061 0 0 0 0 2020 3 17 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10713] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 15 2061 0 0 0 0 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 24 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=868344 CPUtime=20.64
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 1111 2061 0 0 40 1 2020 3 17 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10716] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 25 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10717/stat : 10717 (java) S 10706 10708 9529 0 -1 64 11 2061 0 0 0 0 2020 3 15 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.31
Current children cumulated vsize (KiB) 868344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 10885
/proc/meminfo: memFree=1694360/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=868344 CPUtime=1712.74
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 44733 2061 1 0 169148 103 2020 3 19 0 9 0 644870268 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 217086 26957 2637 9 0 211592 0
[pid=10708/tid=10710] ppid=10706 vsize=868344 CPUtime=1711.61
/proc/10708/task/10710/stat : 10710 (java) R 10706 10708 9529 0 -1 64 26455 2061 1 0 169044 94 2020 3 25 0 9 0 644870269 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4127379445 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10711] ppid=10706 vsize=868344 CPUtime=20.9
/proc/10708/task/10711/stat : 10711 (java) S 10706 10708 9529 0 -1 64 16317 2061 0 0 62 5 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 17 2061 0 0 0 0 2020 3 17 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10713] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 15 2061 0 0 0 0 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 24 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=868344 CPUtime=20.64
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 1111 2061 0 0 40 1 2020 3 17 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10716] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 25 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10717/stat : 10717 (java) S 10706 10708 9529 0 -1 64 11 2061 0 0 0 0 2020 3 15 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.74
Current children cumulated vsize (KiB) 868344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 10885
/proc/meminfo: memFree=1694360/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=868344 CPUtime=1772.17
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 44733 2061 1 0 175091 103 2020 3 19 0 9 0 644870268 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 217086 26957 2637 9 0 211592 0
[pid=10708/tid=10710] ppid=10706 vsize=868344 CPUtime=1771.05
/proc/10708/task/10710/stat : 10710 (java) R 10706 10708 9529 0 -1 64 26455 2061 1 0 174987 95 2020 3 25 0 9 0 644870269 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4127456954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10711] ppid=10706 vsize=868344 CPUtime=20.9
/proc/10708/task/10711/stat : 10711 (java) S 10706 10708 9529 0 -1 64 16317 2061 0 0 62 5 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 17 2061 0 0 0 0 2020 3 17 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10713] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 15 2061 0 0 0 0 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 24 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=868344 CPUtime=20.64
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 1111 2061 0 0 40 1 2020 3 17 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10716] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 25 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10717/stat : 10717 (java) S 10706 10708 9529 0 -1 64 11 2061 0 0 0 0 2020 3 15 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.17
Current children cumulated vsize (KiB) 868344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 10885
/proc/meminfo: memFree=1694360/2055920 swapFree=4180580/4192956
[pid=10708] ppid=10706 vsize=868344 CPUtime=1800
/proc/10708/stat : 10708 (java) S 10706 10708 9529 0 -1 0 44733 2061 1 0 177874 103 2020 3 19 0 9 0 644870268 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10708/statm: 217086 26957 2637 9 0 211592 0
[pid=10708/tid=10710] ppid=10706 vsize=868344 CPUtime=1798.89
/proc/10708/task/10710/stat : 10710 (java) R 10706 10708 9529 0 -1 64 26455 2061 1 0 177771 95 2020 3 25 0 9 0 644870269 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4127379445 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10711] ppid=10706 vsize=868344 CPUtime=20.9
/proc/10708/task/10711/stat : 10711 (java) S 10706 10708 9529 0 -1 64 16317 2061 0 0 62 5 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10712] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10712/stat : 10712 (java) S 10706 10708 9529 0 -1 64 17 2061 0 0 0 0 2020 3 17 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10713] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10713/stat : 10713 (java) S 10706 10708 9529 0 -1 64 15 2061 0 0 0 0 2020 3 16 0 9 0 644870271 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10714] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10714/stat : 10714 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 24 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10715] ppid=10706 vsize=868344 CPUtime=20.64
/proc/10708/task/10715/stat : 10715 (java) S 10706 10708 9529 0 -1 64 1111 2061 0 0 40 1 2020 3 17 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10708/tid=10716] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10716/stat : 10716 (java) S 10706 10708 9529 0 -1 64 1 2061 0 0 0 0 2020 3 25 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10708/tid=10717] ppid=10706 vsize=868344 CPUtime=20.23
/proc/10708/task/10717/stat : 10717 (java) R 10706 10708 9529 0 -1 64 11 2061 0 0 0 0 2020 3 15 0 9 0 644870273 889184256 26957 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868344

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): 1810.47
CPU time (s): 1800.1
CPU user time (s): 1799.01
CPU system time (s): 1.08983
CPU usage (%): 99.4269
Max. virtual memory (cumulated for all children) (KiB): 877940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.08983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46828
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= 38482
involuntary context switches= 37262

runsolver used 2.41663 second user time and 5.72313 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 02:56:39
IDJOB=1081832
IDBENCH=57143
IDSOLVER=363
FILE ID=node79/1081832-1215219398
PBS_JOBID= 7881808
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1eb3c150032c50ac46662d9f9a65bfe6
RANDOM SEED=1896856198

node79.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.218
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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1716648 kB
Buffers:         33452 kB
Cached:         182876 kB
SwapCached:       6916 kB
Active:         222908 kB
Inactive:        68504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716648 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            4576 kB
Writeback:           0 kB
Mapped:          92044 kB
Slab:            32780 kB
Committed_AS:  1167272 kB
PageTables:       2004 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= 66492 MiB
End job on node79 at 2008-07-05 03:26:51