Trace number 1093201

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.18 1810.1

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-4.xml
MD5SUMdd44b0f4bc1fc8c91b1c88651ddbad3c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.4351
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
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.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-1093201-1215248897.xml
0.27/0.34	   
0.27/0.35	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.27/0.38	     nbVariables=25  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=125
0.27/0.38	       =>  wckTime=0.131  cpuTime=0.11  mem=7M919
0.27/0.38	   
0.27/0.38	   relations being loaded...
3.54/3.61	   
3.54/3.61	   INFO : Contraction of relations, mem = 100M684
6.02/6.19	   
6.02/6.19	   constraints being loaded...
9.68/9.88	     nbConstraints=56  nbRelationTypes=56  nbGlobalConstraints=56  nbExtensionStructures=56
9.68/9.88	     nbSharedExtensionStructures=0  nbConflictsStructures=56  nbSharedConflictsStructures=0
9.68/9.88	     nbSharedBinaryRepresentations=0  minDegree=9  maxDegree=23  minArity=7  maxArity=7  nbGenerators=0  nbFusions=0
9.68/9.88	     symmetryWckTime=0.091  symmetryCpuTime=0.02
9.68/9.88	       =>  wckTime=9.625  cpuTime=8.19  mem=168M802
10.37/10.50	   
10.37/10.51	   solver IterativeSystematicSolver being built... 
10.37/10.57	   
10.37/10.57	   INFO : Forward propagation technique limited 
10.47/10.64	       =>  wckTime=10.39  cpuTime=8.32  mem=179M510
10.76/10.97	   
10.76/10.97	   preprocessing
10.76/10.97	     nbConstraintChecks=0  nbValidityChecks=2222748  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0
10.76/10.97	     nbRemovedValues=0  detectedInconsistency=no
10.76/10.97	       =>  wckTime=0.329  cpuTime=0.31  mem=179M510
12.45/12.62	   
12.45/12.62	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=180M464)

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-1093201-1215248897/watcher-1093201-1215248897 -o /tmp/evaluation-result-1093201-1215248897/solver-1093201-1215248897 -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-1093201-1215248897.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 8759
/proc/meminfo: memFree=1644968/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=10616 CPUtime=0
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 2003865290 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 2654 472 209 9 0 1184 0
[pid=8759/tid=8760] ppid=8757 vsize=10616 CPUtime=0
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2003865291 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 11435992 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.044696 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 8759
/proc/meminfo: memFree=1644968/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=861876 CPUtime=0.03
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 2256 0 1 0 2 1 0 0 18 0 5 0 2003865290 882561024 1865 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 215469 1865 855 9 0 210448 0
[pid=8759/tid=8760] ppid=8757 vsize=861876 CPUtime=0.02
/proc/8759/task/8760/stat : 8760 (java) D 8757 8759 7780 0 -1 64 1580 0 1 0 2 0 0 0 17 0 5 0 2003865291 882561024 1881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.107678 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 8759
/proc/meminfo: memFree=1644968/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=865884 CPUtime=0.09
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 3807 0 1 0 7 2 0 0 18 0 9 0 2003865290 886665216 3258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216471 3258 1722 9 0 211026 0
[pid=8759/tid=8760] ppid=8757 vsize=865884 CPUtime=0.07
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 2905 0 1 0 6 1 0 0 18 0 9 0 2003865291 886665216 3258 996147200 134512640 134550740 4294955968 18446744073709551615 104252402 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301695 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 8759
/proc/meminfo: memFree=1644968/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=866048 CPUtime=0.27
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 5536 0 1 0 24 3 0 0 18 0 9 0 2003865290 886833152 4959 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216512 4959 1885 9 0 211060 0
[pid=8759/tid=8760] ppid=8757 vsize=866048 CPUtime=0.23
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 4613 0 1 0 21 2 0 0 19 0 9 0 2003865291 886833152 4959 996147200 134512640 134550740 4294955968 18446744073709551615 102253413 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866048

[startup+0.70174 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 8759
/proc/meminfo: memFree=1644968/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=866504 CPUtime=0.67
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 9889 0 1 0 61 6 0 0 18 0 9 0 2003865290 887300096 9259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216626 9259 1969 9 0 211154 0
[pid=8759/tid=8760] ppid=8757 vsize=866504 CPUtime=0.59
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 8865 0 1 0 54 5 0 0 20 0 9 0 2003865291 887300096 9259 996147200 134512640 134550740 4294955968 18446744073709551615 4126562193 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866504

[startup+1.50282 s]
/proc/loadavg: 2.09 2.02 2.01 4/81 8768
/proc/meminfo: memFree=1578400/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=866504 CPUtime=1.45
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 23023 0 1 0 130 15 0 0 18 0 9 0 2003865290 887300096 22390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216626 22390 1983 9 0 211154 0
[pid=8759/tid=8760] ppid=8757 vsize=866504 CPUtime=1.28
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 15647 0 1 0 117 11 0 0 25 0 9 0 2003865291 887300096 22390 996147200 134512640 134550740 4294955968 18446744073709551615 4126563710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=866504 CPUtime=0.09
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 6350 0 0 0 6 3 0 0 16 0 9 0 2003865293 887300096 22390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=866504 CPUtime=0
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003865293 887300096 22390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=866504 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003865293 887300096 22390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=866504 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003865295 887300096 22390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=866504 CPUtime=0.06
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 2003865295 887300096 22390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=866504 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003865295 887300096 22390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=866504 CPUtime=0
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003865295 887300096 22390 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 866504

[startup+3.10197 s]
/proc/loadavg: 2.09 2.02 2.01 3/81 8768
/proc/meminfo: memFree=1556000/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=866504 CPUtime=3.04
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 29684 0 1 0 284 20 0 0 18 0 9 0 2003865290 887300096 29048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216626 29048 1983 9 0 211154 0
[pid=8759/tid=8760] ppid=8757 vsize=866504 CPUtime=2.69
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 15650 0 1 0 256 13 0 0 25 0 9 0 2003865291 887300096 29048 996147200 134512640 134550740 4294955968 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=866504 CPUtime=0.26
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 13000 0 0 0 20 6 0 0 16 0 9 0 2003865293 887300096 29048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=866504 CPUtime=0
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003865293 887300096 29048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=866504 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003865293 887300096 29048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=866504 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003865295 887300096 29048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=866504 CPUtime=0.07
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 2003865295 887300096 29048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=866504 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003865295 887300096 29048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=866504 CPUtime=0
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003865295 887300096 29048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 866504

[startup+6.30227 s]
/proc/loadavg: 2.09 2.02 2.01 3/81 8768
/proc/meminfo: memFree=1524576/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=867068 CPUtime=6.21
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 34341 0 1 0 597 24 0 0 18 0 9 0 2003865290 887877632 33046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216767 33046 2608 9 0 211295 0
[pid=8759/tid=8760] ppid=8757 vsize=867068 CPUtime=5.47
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 15702 0 1 0 532 15 0 0 25 0 9 0 2003865291 887877632 33046 996147200 134512640 134550740 4294955968 18446744073709551615 4126705729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=867068 CPUtime=0.6
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 17462 0 0 0 53 7 0 0 16 0 9 0 2003865293 887877632 33046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=867068 CPUtime=0
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003865293 887877632 33046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=867068 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003865293 887877632 33046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=867068 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003865295 887877632 33046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=867068 CPUtime=0.11
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 481 0 0 0 11 0 0 0 16 0 9 0 2003865295 887877632 33046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=867068 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003865295 887877632 33046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=867068 CPUtime=0
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003865295 887877632 33046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867068

[startup+12.7019 s]
/proc/loadavg: 2.15 2.03 2.01 3/81 8772
/proc/meminfo: memFree=1416416/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=867480 CPUtime=12.55
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 95383 278 1 0 1207 46 0 2 18 0 9 0 2003865290 888299520 59655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216870 59655 2635 9 0 211376 0
[pid=8759/tid=8760] ppid=8757 vsize=867480 CPUtime=10.52
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 22436 278 1 0 1034 16 0 2 25 0 9 0 2003865291 888299520 59655 996147200 134512640 134550740 4294955968 18446744073709551615 4126847794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=867480 CPUtime=1.76
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 71431 278 0 0 149 25 0 2 17 0 9 0 2003865293 888299520 59655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 18 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 12 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 18 0 9 0 2003865295 888299520 59655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=867480 CPUtime=0.24
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 662 278 0 0 22 0 0 2 15 0 9 0 2003865295 888299520 59655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 19 0 9 0 2003865295 888299520 59655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 10 278 0 0 0 0 0 2 15 0 9 0 2003865295 888299520 59655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867480

[startup+25.5021 s]
/proc/loadavg: 2.13 2.03 2.01 4/81 8772
/proc/meminfo: memFree=1416352/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=867480 CPUtime=25.24
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 95423 278 1 0 2476 46 0 2 18 0 9 0 2003865290 888299520 59671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216870 59671 2635 9 0 211376 0
[pid=8759/tid=8760] ppid=8757 vsize=867480 CPUtime=23.17
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 22456 278 1 0 2299 16 0 2 25 0 9 0 2003865291 888299520 59671 996147200 134512640 134550740 4294955968 18446744073709551615 4126856935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=867480 CPUtime=1.76
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 71431 278 0 0 149 25 0 2 16 0 9 0 2003865293 888299520 59671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 18 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 12 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 18 0 9 0 2003865295 888299520 59671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=867480 CPUtime=0.28
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 682 278 0 0 26 0 0 2 16 0 9 0 2003865295 888299520 59671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 19 0 9 0 2003865295 888299520 59671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 10 278 0 0 0 0 0 2 15 0 9 0 2003865295 888299520 59671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867480

[startup+51.1025 s]
/proc/loadavg: 2.08 2.03 2.01 3/81 8772
/proc/meminfo: memFree=1416160/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=867480 CPUtime=50.61
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 95463 278 1 0 5013 46 0 2 18 0 9 0 2003865290 888299520 59675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216870 59675 2635 9 0 211376 0
[pid=8759/tid=8760] ppid=8757 vsize=867480 CPUtime=48.55
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 22490 278 1 0 4836 17 0 2 25 0 9 0 2003865291 888299520 59675 996147200 134512640 134550740 4294955968 18446744073709551615 4126847859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=867480 CPUtime=1.76

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

/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 12 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 18 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=867480 CPUtime=0.29
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 691 278 0 0 27 0 0 2 16 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 19 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 10 278 0 0 0 0 0 2 15 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.49
Current children cumulated vsize (KiB) 867480

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8800
/proc/meminfo: memFree=1554976/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=867480 CPUtime=1532.46
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 97035 278 1 0 153194 50 0 2 18 0 9 0 2003865290 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216870 59678 2635 9 0 211376 0
[pid=8759/tid=8760] ppid=8757 vsize=867480 CPUtime=1530.4
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 24059 278 1 0 153017 21 0 2 25 0 9 0 2003865291 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4126847938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=867480 CPUtime=1.76
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 71431 278 0 0 149 25 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 18 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 12 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 18 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=867480 CPUtime=0.29
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 691 278 0 0 27 0 0 2 16 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 19 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 10 278 0 0 0 0 0 2 15 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.46
Current children cumulated vsize (KiB) 867480

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8800
/proc/meminfo: memFree=1554976/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=867480 CPUtime=1592.45
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 97103 278 1 0 159192 51 0 2 18 0 9 0 2003865290 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216870 59678 2635 9 0 211376 0
[pid=8759/tid=8760] ppid=8757 vsize=867480 CPUtime=1590.37
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 24127 278 1 0 159014 21 0 2 25 0 9 0 2003865291 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4126847938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=867480 CPUtime=1.76
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 71431 278 0 0 149 25 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 18 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 12 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 18 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=867480 CPUtime=0.29
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 691 278 0 0 27 0 0 2 16 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 19 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 10 278 0 0 0 0 0 2 15 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.45
Current children cumulated vsize (KiB) 867480

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8802
/proc/meminfo: memFree=1554784/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=867480 CPUtime=1652.42
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 97169 278 1 0 165189 51 0 2 18 0 9 0 2003865290 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216870 59678 2635 9 0 211376 0
[pid=8759/tid=8760] ppid=8757 vsize=867480 CPUtime=1650.35
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 24193 278 1 0 165012 21 0 2 25 0 9 0 2003865291 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4126847938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=867480 CPUtime=1.76
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 71431 278 0 0 149 25 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 18 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 12 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 18 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=867480 CPUtime=0.29
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 691 278 0 0 27 0 0 2 16 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 19 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 10 278 0 0 0 0 0 2 15 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.42
Current children cumulated vsize (KiB) 867480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8802
/proc/meminfo: memFree=1554784/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=867480 CPUtime=1712.39
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 97243 278 1 0 171186 51 0 2 18 0 9 0 2003865290 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216870 59678 2635 9 0 211376 0
[pid=8759/tid=8760] ppid=8757 vsize=867480 CPUtime=1710.32
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 24267 278 1 0 171009 21 0 2 25 0 9 0 2003865291 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4126847938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=867480 CPUtime=1.76
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 71431 278 0 0 149 25 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 18 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 12 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 18 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=867480 CPUtime=0.29
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 691 278 0 0 27 0 0 2 16 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 19 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 10 278 0 0 0 0 0 2 15 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.39
Current children cumulated vsize (KiB) 867480

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8802
/proc/meminfo: memFree=1554784/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=867480 CPUtime=1772.37
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 97312 278 1 0 177184 51 0 2 18 0 9 0 2003865290 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216870 59678 2635 9 0 211376 0
[pid=8759/tid=8760] ppid=8757 vsize=867480 CPUtime=1770.3
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 24336 278 1 0 177006 22 0 2 25 0 9 0 2003865291 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4126847781 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=867480 CPUtime=1.76
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 71431 278 0 0 149 25 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 18 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 12 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 18 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=867480 CPUtime=0.29
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 691 278 0 0 27 0 0 2 16 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 19 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 10 278 0 0 0 0 0 2 15 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.37
Current children cumulated vsize (KiB) 867480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 8802
/proc/meminfo: memFree=1554656/2055920 swapFree=4180028/4192956
[pid=8759] ppid=8757 vsize=867480 CPUtime=1800.06
/proc/8759/stat : 8759 (java) S 8757 8759 7780 0 -1 0 97344 278 1 0 179953 51 0 2 18 0 9 0 2003865290 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 216870 59678 2635 9 0 211376 0
[pid=8759/tid=8760] ppid=8757 vsize=867480 CPUtime=1797.99
/proc/8759/task/8760/stat : 8760 (java) R 8757 8759 7780 0 -1 64 24368 278 1 0 179775 22 0 2 25 0 9 0 2003865291 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4126847797 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=867480 CPUtime=1.76
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 7780 0 -1 64 71431 278 0 0 149 25 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 7780 0 -1 64 18 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 7780 0 -1 64 12 278 0 0 0 0 0 2 16 0 9 0 2003865293 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 18 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8766] ppid=8757 vsize=867480 CPUtime=0.29
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 7780 0 -1 64 691 278 0 0 27 0 0 2 16 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8767] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 7780 0 -1 64 1 278 0 0 0 0 0 2 19 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8768] ppid=8757 vsize=867480 CPUtime=0.02
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 7780 0 -1 64 10 278 0 0 0 0 0 2 15 0 9 0 2003865295 888299520 59678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867480

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.1
CPU time (s): 1800.18
CPU user time (s): 1799.6
CPU system time (s): 0.581911
CPU usage (%): 99.452
Max. virtual memory (cumulated for all children) (KiB): 868072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.581911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97658
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= 37892
involuntary context switches= 50632

runsolver used 2.03169 second user time and 6.20906 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-05 11:08:19
IDJOB=1093201
IDBENCH=58690
IDSOLVER=363
FILE ID=node4/1093201-1215248897
PBS_JOBID= 7881992
Free space on /tmp= 66448 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-4.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-1093201-1215248897/watcher-1093201-1215248897 -o /tmp/evaluation-result-1093201-1215248897/solver-1093201-1215248897 -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-1093201-1215248897.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd44b0f4bc1fc8c91b1c88651ddbad3c
RANDOM SEED=637545492

node4.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:       1645448 kB
Buffers:         18192 kB
Cached:         196080 kB
SwapCached:       7000 kB
Active:         301348 kB
Inactive:        56148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645448 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:           32420 kB
Writeback:           0 kB
Mapped:         150556 kB
Slab:            37904 kB
Committed_AS:  3462572 kB
PageTables:       2132 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= 66476 MiB
End job on node4 at 2008-07-05 11:38:31