Trace number 1064788

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-46s-smv.xml
MD5SUMb737cbae654b5d3ae6271e24a3cd0c8e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.6232
Satisfiable
(Un)Satisfiability was proved
Number of variables1612
Number of constraints3652
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3652
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.17/0.28	
0.17/0.28	   configuration
0.17/0.28	     name=mac.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-1064788-1215144029.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.56/0.60	     nbVariables=1612  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=2904
0.56/0.60	       =>  wckTime=0.316  cpuTime=0.18  mem=12M729
0.56/0.60	   
0.56/0.60	   predicates being loaded...
0.56/0.66	   
0.56/0.66	   constraints being loaded...
2.19/2.40	     nbConstraints=3329  nbMergedConstraints=323  nbSingletonDomainVariables=320  nbConvertedConstraints=2137
2.19/2.40	     nbConvertConstraintsChecks=61790  nbExtensionStructures=255  nbSharedExtensionStructures=2133
2.19/2.40	     nbConflictsStructures=276  nbSharedConflictsStructures=3304  nbSharedBinaryRepresentations=559
2.19/2.40	     nbEvaluationManagers=21  nbSharedEvaluationManagers=1171  minDegree=1  maxDegree=106  minArity=2  avgArity=2.93
2.19/2.40	     maxArity=13  nbGenerators=0  nbFusions=0  symmetryWckTime=0.245  symmetryCpuTime=0.12
2.19/2.40	       =>  wckTime=2.113  cpuTime=1.68  mem=41M125
2.43/2.51	   
2.43/2.51	   solver IterativeSystematicSolver being built... 
2.64/2.78	       =>  wckTime=2.496  cpuTime=1.92  mem=44M315
2.74/2.81	   
2.74/2.81	   preprocessing
2.74/2.81	     nbConstraintChecks=0  nbPropagations=1612  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.74/2.81	     detectedInconsistency=no
2.74/2.81	       =>  wckTime=0.025  cpuTime=0.01  mem=45M268

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-1064788-1215144029/watcher-1064788-1215144029 -o /tmp/evaluation-result-1064788-1215144029/solver-1064788-1215144029 -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-1064788-1215144029.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.03 2.06 2.01 4/80 6628
/proc/meminfo: memFree=1834692/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=18572 CPUtime=0
/proc/6628/stat : 6628 (runsolver) R 6626 6628 3763 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1993375274 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6628/statm: 4643 292 257 25 0 2626 0

[startup+0.0868399 s]
/proc/loadavg: 2.03 2.06 2.01 4/80 6628
/proc/meminfo: memFree=1834692/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=865856 CPUtime=0.06
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 3575 0 1 0 5 1 0 0 18 0 9 0 1993375274 886636544 3064 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216464 3064 1640 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102799 s]
/proc/loadavg: 2.03 2.06 2.01 4/80 6628
/proc/meminfo: memFree=1834692/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=865884 CPUtime=0.09
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 3774 0 2 0 7 2 0 0 18 0 9 0 1993375274 886665216 3226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216471 3226 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302829 s]
/proc/loadavg: 2.03 2.06 2.01 4/80 6628
/proc/meminfo: memFree=1834692/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=866204 CPUtime=0.27
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 5425 0 2 0 23 4 0 0 18 0 9 0 1993375274 886992896 4849 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216551 4849 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866204

[startup+0.701904 s]
/proc/loadavg: 2.03 2.06 2.01 4/80 6628
/proc/meminfo: memFree=1834692/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867520 CPUtime=0.65
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 8717 0 3 0 59 6 0 0 18 0 9 0 1993375274 888340480 8079 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216880 8079 2010 9 0 211386 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 867520

[startup+1.50105 s]
/proc/loadavg: 2.03 2.06 2.01 3/89 6637
/proc/meminfo: memFree=1794620/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867520 CPUtime=1.45
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 15375 0 3 0 121 24 0 0 18 0 9 0 1993375274 888340480 14734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216880 14734 2015 9 0 211386 0
[pid=6628/tid=6630] ppid=6626 vsize=867520 CPUtime=1.19
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 13989 0 3 0 96 23 0 0 25 0 9 0 1993375275 888340480 14734 996147200 134512640 134550740 4294955984 18446744073709551615 4127074683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867520 CPUtime=0
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1993375277 888340480 14734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867520 CPUtime=0
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1993375277 888340480 14734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867520 CPUtime=0
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1993375277 888340480 14734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867520 CPUtime=0
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993375279 888340480 14734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867520 CPUtime=0.24
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 689 0 0 0 24 0 0 0 16 0 9 0 1993375279 888340480 14734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867520 CPUtime=0
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993375279 888340480 14734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867520 CPUtime=0
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993375279 888340480 14734 996147200 134512640 134550740 4294955984 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) 867520

[startup+3.10234 s]
/proc/loadavg: 2.03 2.06 2.01 3/89 6637
/proc/meminfo: memFree=1769724/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=3.03
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33900 537 3 1 262 33 7 1 18 0 9 0 1993375274 888782848 20792 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20792 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=2.47
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25138 537 3 1 211 28 7 1 25 0 9 0 1993375275 888782848 20792 996147200 134512640 134550740 4294955984 18446744073709551615 4125963714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 17 0 9 0 1993375277 888782848 20792 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20792 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20792 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20792 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.44
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 925 537 0 1 35 1 7 1 15 0 9 0 1993375279 888782848 20792 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20792 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 9 537 0 1 0 0 7 1 15 0 9 0 1993375279 888782848 20792 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867952

[startup+6.30191 s]
/proc/loadavg: 2.03 2.06 2.01 3/89 6641
/proc/meminfo: memFree=1760316/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=6.22
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33966 537 3 1 580 34 7 1 18 0 9 0 1993375274 888782848 20814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20814 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=5.61
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25155 537 3 1 525 28 7 1 25 0 9 0 1993375275 888782848 20814 996147200 134512640 134550740 4294955984 18446744073709551615 4127306198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 17 0 9 0 1993375277 888782848 20814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.48
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 947 537 0 1 39 1 7 1 15 0 9 0 1993375279 888782848 20814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 36 537 0 1 0 0 7 1 15 0 9 0 1993375279 888782848 20814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867952

[startup+12.7011 s]
/proc/loadavg: 2.03 2.06 2.01 3/89 6641
/proc/meminfo: memFree=1760124/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=12.59
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33977 537 3 1 1217 34 7 1 18 0 9 0 1993375274 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20816 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=11.97
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25162 537 3 1 1161 28 7 1 25 0 9 0 1993375275 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4127306238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 16 0 9 0 1993375277 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.48
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 951 537 0 1 39 1 7 1 17 0 9 0 1993375279 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 36 537 0 1 0 0 7 1 15 0 9 0 1993375279 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867952

[startup+25.5024 s]
/proc/loadavg: 2.02 2.06 2.01 3/89 6641
/proc/meminfo: memFree=1760252/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=25.32
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33979 537 3 1 2490 34 7 1 18 0 9 0 1993375274 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20816 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=24.71
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25164 537 3 1 2435 28 7 1 25 0 9 0 1993375275 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4127306144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 16 0 9 0 1993375277 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.49
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 951 537 0 1 40 1 7 1 16 0 9 0 1993375279 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 36 537 0 1 0 0 7 1 15 0 9 0 1993375279 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 867952

[startup+51.1021 s]
/proc/loadavg: 2.01 2.05 2.00 3/89 6647
/proc/meminfo: memFree=1760180/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=50.78
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33982 537 3 1 5036 34 7 1 18 0 9 0 1993375274 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20816 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=50.17
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25167 537 3 1 4981 28 7 1 25 0 9 0 1993375275 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4126976768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 16 0 9 0 1993375277 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.49
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 951 537 0 1 40 1 7 1 16 0 9 0 1993375279 888782848 20816 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08

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

/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.49
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 952 537 0 1 40 1 7 1 16 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 36 537 0 1 0 0 7 1 15 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.85
Current children cumulated vsize (KiB) 867952

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 6699
/proc/meminfo: memFree=1580596/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=1538.83
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33995 537 3 1 153835 40 7 1 18 0 9 0 1993375274 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20817 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=1538.19
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25179 537 3 1 153778 33 7 1 25 0 9 0 1993375275 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4127073837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.49
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 952 537 0 1 40 1 7 1 16 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 36 537 0 1 0 0 7 1 15 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.83
Current children cumulated vsize (KiB) 867952

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 6699
/proc/meminfo: memFree=1580084/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=1598.8
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33995 537 3 1 159832 40 7 1 18 0 9 0 1993375274 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20817 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=1598.17
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25179 537 3 1 159775 34 7 1 25 0 9 0 1993375275 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4127071195 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.49
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 952 537 0 1 40 1 7 1 16 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.09
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 36 537 0 1 1 0 7 1 15 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.8
Current children cumulated vsize (KiB) 867952

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6699
/proc/meminfo: memFree=1579572/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=1658.77
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33995 537 3 1 165829 40 7 1 18 0 9 0 1993375274 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20817 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=1658.14
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25179 537 3 1 165772 34 7 1 25 0 9 0 1993375275 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4127073257 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.49
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 952 537 0 1 40 1 7 1 16 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.09
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 36 537 0 1 1 0 7 1 15 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.77
Current children cumulated vsize (KiB) 867952

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6699
/proc/meminfo: memFree=1578996/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=1718.75
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33995 537 3 1 171827 40 7 1 18 0 9 0 1993375274 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20817 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=1718.12
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25179 537 3 1 171770 34 7 1 25 0 9 0 1993375275 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4127306238 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.49
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 952 537 0 1 40 1 7 1 16 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.09
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 36 537 0 1 1 0 7 1 15 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.75
Current children cumulated vsize (KiB) 867952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6699
/proc/meminfo: memFree=1578548/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=1778.72
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33995 537 3 1 177824 40 7 1 18 0 9 0 1993375274 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20817 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=1778.09
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25179 537 3 1 177767 34 7 1 25 0 9 0 1993375275 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4127069601 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.49
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 952 537 0 1 40 1 7 1 16 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.09
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 36 537 0 1 1 0 7 1 15 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.72
Current children cumulated vsize (KiB) 867952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6699
/proc/meminfo: memFree=1578292/2055920 swapFree=4179816/4192956
[pid=6628] ppid=6626 vsize=867952 CPUtime=1800.01
/proc/6628/stat : 6628 (java) S 6626 6628 3763 0 -1 0 33995 537 3 1 179953 40 7 1 18 0 9 0 1993375274 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6628/statm: 216988 20817 2637 9 0 211494 0
[pid=6628/tid=6630] ppid=6626 vsize=867952 CPUtime=1799.38
/proc/6628/task/6630/stat : 6630 (java) R 6626 6628 3763 0 -1 64 25179 537 3 1 179896 34 7 1 25 0 9 0 1993375275 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4127306195 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6628/tid=6631] ppid=6626 vsize=867952 CPUtime=0.24
/proc/6628/task/6631/stat : 6631 (java) S 6626 6628 3763 0 -1 64 6996 537 0 1 14 2 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6632] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6632/stat : 6632 (java) S 6626 6628 3763 0 -1 64 17 537 0 1 0 0 7 1 16 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6633] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6633/stat : 6633 (java) S 6626 6628 3763 0 -1 64 10 537 0 1 0 0 7 1 15 0 9 0 1993375277 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6634] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6634/stat : 6634 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 18 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6635] ppid=6626 vsize=867952 CPUtime=0.49
/proc/6628/task/6635/stat : 6635 (java) S 6626 6628 3763 0 -1 64 952 537 0 1 40 1 7 1 16 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6636] ppid=6626 vsize=867952 CPUtime=0.08
/proc/6628/task/6636/stat : 6636 (java) S 6626 6628 3763 0 -1 64 1 537 0 1 0 0 7 1 19 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6628/tid=6637] ppid=6626 vsize=867952 CPUtime=0.09
/proc/6628/task/6637/stat : 6637 (java) S 6626 6628 3763 0 -1 64 36 537 0 1 1 0 7 1 15 0 9 0 1993375279 888782848 20817 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867952

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): 1803.67
CPU time (s): 1800.1
CPU user time (s): 1799.66
CPU system time (s): 0.438933
CPU usage (%): 99.8019
Max. virtual memory (cumulated for all children) (KiB): 867952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34567
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38684
involuntary context switches= 32635

runsolver used 2.20566 second user time and 6.00909 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 06:00:29
IDJOB=1064788
IDBENCH=54989
IDSOLVER=363
FILE ID=node45/1064788-1215144029
PBS_JOBID= 7877243
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-46s-smv.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-1064788-1215144029/watcher-1064788-1215144029 -o /tmp/evaluation-result-1064788-1215144029/solver-1064788-1215144029 -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-1064788-1215144029.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b737cbae654b5d3ae6271e24a3cd0c8e
RANDOM SEED=980186715

node45.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.268
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.268
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:       1835172 kB
Buffers:          8148 kB
Cached:          80392 kB
SwapCached:       7136 kB
Active:         122836 kB
Inactive:        43000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835172 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            2596 kB
Writeback:           0 kB
Mapped:          90508 kB
Slab:            40124 kB
Committed_AS:  4520364 kB
PageTables:       1896 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node45 at 2008-07-04 06:30:35