Trace number 1082525

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.17 1801.97

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-5.xml
MD5SUM2e5c5c0c698ee4230add174259a929af
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 benchmark3.72843
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size325
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1082525-1215223169.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.35	     nbVariables=50  nbDomainTypes=22  minDomainSize=235  maxDomainSize=325  nbTotalValues=13406
0.29/0.35	       =>  wckTime=0.108  cpuTime=0.09  mem=7M919
0.29/0.35	   
0.29/0.35	   predicates being loaded...
0.39/0.41	   
0.39/0.41	   constraints being loaded...
2.38/2.42	     nbConstraints=330  nbGlobalConstraints=50  nbConvertedConstraints=280  nbConvertConstraintsChecks=7204457
2.38/2.42	     nbExtensionStructures=102  nbSharedExtensionStructures=178  nbConflictsStructures=102
2.38/2.42	     nbSharedConflictsStructures=178  nbSharedBinaryRepresentations=23333  minDegree=9  maxDegree=18  minArity=2
2.38/2.42	     avgArity=2.06  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.077  symmetryCpuTime=0.05  nbCliques=5
2.38/2.42	       =>  wckTime=2.176  cpuTime=2.02  mem=21M620
2.38/2.49	   
2.38/2.49	   solver IterativeSystematicSolver being built... 
2.47/2.55	   
2.47/2.56	   INFO : Forward propagation technique limited 
2.58/2.61	       =>  wckTime=2.367  cpuTime=2.13  mem=22M580
2.58/2.62	   
2.58/2.62	   preprocessing
2.58/2.62	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.58/2.62	     detectedInconsistency=no
2.58/2.62	       =>  wckTime=0.0060  cpuTime=0.0  mem=23M588
3.86/3.99	   
3.86/3.99	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=49M918)

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-1082525-1215223169/watcher-1082525-1215223169 -o /tmp/evaluation-result-1082525-1215223169/solver-1082525-1215223169 -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-1082525-1215223169.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.05 2.03 2.00 4/81 26693
/proc/meminfo: memFree=1776728/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=1616 CPUtime=0
/proc/26693/stat : 26693 (java) R 26691 26693 23855 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 2001289771 1654784 147 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26693/statm: 404 148 122 9 0 46 0

[startup+0.037073 s]
/proc/loadavg: 2.05 2.03 2.00 4/81 26693
/proc/meminfo: memFree=1776728/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=861876 CPUtime=0.02
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 2219 0 1 0 1 1 0 0 18 0 5 0 2001289771 882561024 1840 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 215469 1842 845 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101036 s]
/proc/loadavg: 2.05 2.03 2.00 4/81 26693
/proc/meminfo: memFree=1776728/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=865884 CPUtime=0.08
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 3735 0 1 0 6 2 0 0 18 0 9 0 2001289771 886665216 3199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216471 3200 1694 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301055 s]
/proc/loadavg: 2.05 2.03 2.00 4/81 26693
/proc/meminfo: memFree=1776728/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=866408 CPUtime=0.29
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 6030 0 1 0 25 4 0 0 18 0 9 0 2001289771 887201792 5404 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216602 5405 1956 9 0 211130 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866408

[startup+0.701098 s]
/proc/loadavg: 2.05 2.03 2.00 4/81 26693
/proc/meminfo: memFree=1776728/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867052 CPUtime=0.69
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 8009 0 1 0 64 5 0 0 18 0 9 0 2001289771 887861248 7367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216763 7367 2011 9 0 211269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867052

[startup+1.50218 s]
/proc/loadavg: 2.05 2.03 2.00 3/90 26702
/proc/meminfo: memFree=1754000/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867052 CPUtime=1.48
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 8772 0 1 0 143 5 0 0 18 0 9 0 2001289771 887861248 8129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216763 8129 2012 9 0 211269 0
[pid=26693/tid=26695] ppid=26691 vsize=867052 CPUtime=1.33
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 7563 0 1 0 129 4 0 0 25 0 9 0 2001289772 887861248 8129 996147200 134512640 134550740 4294955968 18446744073709551615 4126718602 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867052 CPUtime=0
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001289773 887861248 8129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867052 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 2001289773 887861248 8129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867052 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2001289773 887861248 8129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867052 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2001289775 887861248 8129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867052 CPUtime=0.14
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 511 0 0 0 14 0 0 0 16 0 9 0 2001289775 887861248 8129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867052 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2001289775 887861248 8129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867052 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001289775 887861248 8129 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867052

[startup+3.10235 s]
/proc/loadavg: 2.05 2.03 2.00 3/90 26702
/proc/meminfo: memFree=1749584/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867820 CPUtime=3.07
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 20234 289 1 0 297 10 0 0 18 0 9 0 2001289771 888647680 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216955 13365 2632 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867820 CPUtime=2.75
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 14785 289 1 0 268 7 0 0 20 0 9 0 2001289772 888647680 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4126946016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867820 CPUtime=0.05
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 3880 289 0 0 5 0 0 0 17 0 9 0 2001289773 888647680 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867820 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888647680 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867820 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888647680 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867820 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888647680 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867820 CPUtime=0.23
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 739 289 0 0 23 0 0 0 15 0 9 0 2001289775 888647680 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867820 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888647680 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867820 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 3 289 0 0 0 0 0 0 15 0 9 0 2001289775 888647680 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867820

[startup+6.30168 s]
/proc/loadavg: 2.05 2.03 2.00 3/90 26706
/proc/meminfo: memFree=1709200/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867732 CPUtime=6.24
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 26484 289 1 0 611 13 0 0 18 0 9 0 2001289771 888557568 19340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216933 19340 2614 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867732 CPUtime=5.86
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 19867 289 1 0 576 10 0 0 25 0 9 0 2001289772 888557568 19340 996147200 134512640 134550740 4294955968 18446744073709551615 4126976007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867732 CPUtime=0.07
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 5012 289 0 0 6 1 0 0 16 0 9 0 2001289773 888557568 19340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 19340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 19340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 19340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.27
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 764 289 0 0 27 0 0 0 15 0 9 0 2001289775 888557568 19340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888557568 19340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 2001289775 888557568 19340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867732

[startup+12.7023 s]
/proc/loadavg: 2.04 2.03 2.00 3/90 26706
/proc/meminfo: memFree=1704528/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867732 CPUtime=12.57
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 27628 289 1 0 1243 14 0 0 18 0 9 0 2001289771 888557568 20472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216933 20472 2614 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867732 CPUtime=12.19
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 19871 289 1 0 1208 11 0 0 25 0 9 0 2001289772 888557568 20472 996147200 134512640 134550740 4294955968 18446744073709551615 4126706648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867732 CPUtime=0.07
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 6143 289 0 0 6 1 0 0 17 0 9 0 2001289773 888557568 20472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 20472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.28
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 773 289 0 0 28 0 0 0 16 0 9 0 2001289775 888557568 20472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888557568 20472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 2001289775 888557568 20472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867732

[startup+25.5017 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 26706
/proc/meminfo: memFree=1704336/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867732 CPUtime=25.25
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 27641 289 1 0 2511 14 0 0 18 0 9 0 2001289771 888557568 20480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216933 20480 2614 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867732 CPUtime=24.85
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 19876 289 1 0 2474 11 0 0 25 0 9 0 2001289772 888557568 20480 996147200 134512640 134550740 4294955968 18446744073709551615 4126975888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867732 CPUtime=0.08
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 6149 289 0 0 7 1 0 0 16 0 9 0 2001289773 888557568 20480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 20480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.28
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 775 289 0 0 28 0 0 0 16 0 9 0 2001289775 888557568 20480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888557568 20480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 2001289775 888557568 20480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867732

[startup+51.1013 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 26706
/proc/meminfo: memFree=1704336/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867732 CPUtime=50.61
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 27656 289 1 0 5047 14 0 0 18 0 9 0 2001289771 888557568 20486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216933 20486 2614 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867732 CPUtime=50.21
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 19885 289 1 0 5010 11 0 0 25 0 9 0 2001289772 888557568 20486 996147200 134512640 134550740 4294955968 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867732 CPUtime=0.08
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 6155 289 0 0 7 1 0 0 16 0 9 0 2001289773 888557568 20486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 20486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.28
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 775 289 0 0 28 0 0 0 16 0 9 0 2001289775 888557568 20486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0

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

/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.29
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 776 289 0 0 29 0 0 0 16 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.58
Current children cumulated vsize (KiB) 867732

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/90 27230
/proc/meminfo: memFree=1686608/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867732 CPUtime=1600.56
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 28255 289 1 0 160032 24 0 0 18 0 9 0 2001289771 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216933 20521 2614 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867732 CPUtime=1599.72
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 20449 289 1 0 159954 18 0 0 25 0 9 0 2001289772 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4126975886 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867732 CPUtime=0.52
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 6189 289 0 0 48 4 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.29
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 776 289 0 0 29 0 0 0 16 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.56
Current children cumulated vsize (KiB) 867732

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 27230
/proc/meminfo: memFree=1686608/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867732 CPUtime=1660.54
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 28283 289 1 0 166029 25 0 0 18 0 9 0 2001289771 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216933 20521 2614 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867732 CPUtime=1659.67
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 20477 289 1 0 165949 18 0 0 25 0 9 0 2001289772 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4126946060 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867732 CPUtime=0.54
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 6189 289 0 0 50 4 0 0 17 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.29
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 776 289 0 0 29 0 0 0 16 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.54
Current children cumulated vsize (KiB) 867732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27230
/proc/meminfo: memFree=1686544/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867732 CPUtime=1720.51
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 28310 289 1 0 172026 25 0 0 18 0 9 0 2001289771 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216933 20521 2614 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867732 CPUtime=1719.63
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 20504 289 1 0 171945 18 0 0 25 0 9 0 2001289772 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4125952148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867732 CPUtime=0.55
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 6189 289 0 0 51 4 0 0 17 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.29
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 776 289 0 0 29 0 0 0 16 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.51
Current children cumulated vsize (KiB) 867732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27230
/proc/meminfo: memFree=1686480/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867732 CPUtime=1780.49
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 28336 289 1 0 178024 25 0 0 18 0 9 0 2001289771 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216933 20521 2614 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867732 CPUtime=1779.59
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 20530 289 1 0 177941 18 0 0 25 0 9 0 2001289772 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4126946077 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867732 CPUtime=0.57
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 6189 289 0 0 53 4 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.29
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 776 289 0 0 29 0 0 0 16 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.49
Current children cumulated vsize (KiB) 867732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27230
/proc/meminfo: memFree=1686480/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867732 CPUtime=1800.08
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 28343 289 1 0 179983 25 0 0 18 0 9 0 2001289771 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216933 20521 2614 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867732 CPUtime=1799.19
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 20537 289 1 0 179900 19 0 0 25 0 9 0 2001289772 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4126973424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867732 CPUtime=0.58
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 6189 289 0 0 54 4 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.29
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 776 289 0 0 29 0 0 0 16 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867732

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

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

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 27230
/proc/meminfo: memFree=1686480/2055920 swapFree=4180396/4192956
[pid=26693] ppid=26691 vsize=867732 CPUtime=1800.08
/proc/26693/stat : 26693 (java) S 26691 26693 23855 0 -1 0 28343 289 1 0 179983 25 0 0 18 0 9 0 2001289771 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26693/statm: 216933 20521 2614 9 0 211461 0
[pid=26693/tid=26695] ppid=26691 vsize=867732 CPUtime=1799.19
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23855 0 -1 64 20537 289 1 0 179900 19 0 0 25 0 9 0 2001289772 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4126973424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26696] ppid=26691 vsize=867732 CPUtime=0.58
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23855 0 -1 64 6189 289 0 0 54 4 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23855 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23855 0 -1 64 11 289 0 0 0 0 0 0 16 0 9 0 2001289773 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26700] ppid=26691 vsize=867732 CPUtime=0.29
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23855 0 -1 64 776 289 0 0 29 0 0 0 16 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26701] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23855 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26702] ppid=26691 vsize=867732 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23855 0 -1 64 14 289 0 0 0 0 0 0 15 0 9 0 2001289775 888557568 20521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867732

Child status: 143
Real time (s): 1801.97
CPU time (s): 1800.17
CPU user time (s): 1799.9
CPU system time (s): 0.277957
CPU usage (%): 99.9002
Max. virtual memory (cumulated for all children) (KiB): 867820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28662
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= 42308
involuntary context switches= 49146

runsolver used 2.43163 second user time and 5.78112 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-05 03:59:29
IDJOB=1082525
IDBENCH=57261
IDSOLVER=363
FILE ID=node44/1082525-1215223169
PBS_JOBID= 7881708
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-5/normalized-super-os-taillard-5-5.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-1082525-1215223169/watcher-1082525-1215223169 -o /tmp/evaluation-result-1082525-1215223169/solver-1082525-1215223169 -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-1082525-1215223169.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e5c5c0c698ee4230add174259a929af
RANDOM SEED=1615236832

node44.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.213
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.213
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:       1777208 kB
Buffers:         38740 kB
Cached:         137864 kB
SwapCached:       6316 kB
Active:         171796 kB
Inactive:        46456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777208 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            2304 kB
Writeback:           0 kB
Mapped:          56296 kB
Slab:            45416 kB
Committed_AS:  3615144 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node44 at 2008-07-05 04:29:33