Trace number 1044184

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.14 1816.08

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-0_ext.xml
MD5SUM31554748f07a2fd0846470dec9671185
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.9
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1044184-1215019258.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.48/0.55	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6265
0.48/0.55	       =>  wckTime=0.307  cpuTime=0.21  mem=9M870
0.48/0.55	   
0.48/0.55	   relations being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
1.45/1.59	     nbConstraints=9327  nbRelationTypes=26  nbGlobalConstraints=27  nbSingletonDomainVariables=390
1.45/1.59	     nbExtensionStructures=51  nbSharedExtensionStructures=9249  nbConflictsStructures=51
1.45/1.59	     nbSharedConflictsStructures=9249  nbSharedBinaryRepresentations=1323  minDegree=18  maxDegree=49  minArity=2
1.45/1.59	     avgArity=2.02  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.406  symmetryCpuTime=0.24  nbCliques=27
1.45/1.59	       =>  wckTime=1.346  cpuTime=0.85  mem=23M285
1.65/1.72	   
1.65/1.73	   solver IterativeSystematicSolver being built... 
1.65/1.79	   
1.76/1.80	   INFO : Forward propagation technique limited 
1.76/1.89	       =>  wckTime=1.642  cpuTime=1.0  mem=31M102
1.86/1.96	   
1.86/1.96	   preprocessing
1.86/1.96	     nbConstraintChecks=93038  nbPropagations=625  nbRevisions=7368  nbUselessRevisions=2421  nbRemovedValues=4947
1.86/1.96	     detectedInconsistency=no
1.86/1.96	       =>  wckTime=0.068  cpuTime=0.05  mem=31M102
2.27/2.33	   
2.27/2.33	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M108)

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-1044184-1215019258/watcher-1044184-1215019258 -o /tmp/evaluation-result-1044184-1215019258/solver-1044184-1215019258 -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-1044184-1215019258.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.82 0.76 0.28 3/72 6963
/proc/meminfo: memFree=1444104/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=10616 CPUtime=0
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 624848954 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 2654 472 209 9 0 1184 0
[pid=6963/tid=6964] ppid=6961 vsize=10616 CPUtime=0
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 624848956 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 6381528 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.066727 s]
/proc/loadavg: 1.82 0.76 0.28 3/72 6963
/proc/meminfo: memFree=1444104/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=864076 CPUtime=0.05
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 2779 0 1 0 3 2 0 0 18 0 9 0 624848954 884813824 2320 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 216019 2320 1110 9 0 210976 0
[pid=6963/tid=6964] ppid=6961 vsize=864076 CPUtime=0.04
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 1879 0 1 0 3 1 0 0 20 0 9 0 624848956 884813824 2320 996147200 134512640 134550740 4294955984 18446744073709551615 4125958918 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.10273 s]
/proc/loadavg: 1.82 0.76 0.28 3/72 6963
/proc/meminfo: memFree=1444104/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=865884 CPUtime=0.08
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 3694 0 1 0 6 2 0 0 18 0 9 0 624848954 886665216 3167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 216471 3167 1681 9 0 211026 0
[pid=6963/tid=6964] ppid=6961 vsize=865884 CPUtime=0.07
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 2784 0 1 0 6 1 0 0 18 0 9 0 624848956 886665216 3167 996147200 134512640 134550740 4294955984 18446744073709551615 102877848 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302756 s]
/proc/loadavg: 1.82 0.76 0.28 3/72 6963
/proc/meminfo: memFree=1444104/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=866196 CPUtime=0.28
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 5619 0 1 0 25 3 0 0 18 0 9 0 624848954 886984704 5033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 216549 5033 1902 9 0 211097 0
[pid=6963/tid=6964] ppid=6961 vsize=866196 CPUtime=0.25
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 4654 0 1 0 22 3 0 0 19 0 9 0 624848956 886984704 5033 996147200 134512640 134550740 4294955984 18446744073709551615 5534500 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.702798 s]
/proc/loadavg: 1.82 0.76 0.28 3/72 6963
/proc/meminfo: memFree=1444104/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=867448 CPUtime=0.68
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 7892 0 1 0 63 5 0 0 18 0 9 0 624848954 888266752 7262 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 216862 7262 1974 9 0 211390 0
[pid=6963/tid=6964] ppid=6961 vsize=867448 CPUtime=0.51
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 6581 0 1 0 47 4 0 0 19 0 9 0 624848956 888266752 7262 996147200 134512640 134550740 4294955984 18446744073709551615 4125979189 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867448

[startup+1.50287 s]
/proc/loadavg: 1.91 0.80 0.30 3/81 6972
/proc/meminfo: memFree=1391104/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=867772 CPUtime=1.45
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 20203 582 1 0 120 13 12 0 18 0 10 0 624848954 888598528 18735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 216943 18735 2012 9 0 211471 0
[pid=6963/tid=6964] ppid=6961 vsize=867772 CPUtime=1.11
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 16396 582 1 0 89 10 12 0 16 0 10 0 624848956 888598528 18735 996147200 134512640 134550740 4294955984 18446744073709551615 4125976349 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=867772 CPUtime=0.22
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 2263 582 0 0 9 1 12 0 17 0 10 0 624848957 888598528 18735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=867772 CPUtime=0.12
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 13 582 0 0 0 0 12 0 16 0 10 0 624848957 888598528 18735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=867772 CPUtime=0.12
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 5 582 0 0 0 0 12 0 16 0 10 0 624848957 888598528 18735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=867772 CPUtime=0.12
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 582 0 0 0 0 12 0 18 0 10 0 624848959 888598528 18735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=867772 CPUtime=0.33
/proc/6963/task/6970/stat : 6970 (java) R 6961 6963 6833 0 -1 64 719 582 0 0 21 0 12 0 16 0 10 0 624848959 888598528 18735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=867772 CPUtime=0.12
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 582 0 0 0 0 12 0 19 0 10 0 624848960 888598528 18735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=867772 CPUtime=0.12
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 6 582 0 0 0 0 12 0 15 0 10 0 624848960 888598528 18735 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) 867772

[startup+3.10103 s]
/proc/loadavg: 1.91 0.80 0.30 3/81 6976
/proc/meminfo: memFree=1368320/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868948 CPUtime=3.06
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 31898 704 1 0 276 17 12 1 18 0 9 0 624848954 889802752 21410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217237 21410 2636 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868948 CPUtime=2.44
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 22598 704 1 0 220 11 12 1 25 0 9 0 624848956 889802752 21410 996147200 134512640 134550740 4294955984 18446744073709551615 4127079559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868948 CPUtime=0.35
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 7545 704 0 0 20 2 12 1 17 0 9 0 624848957 889802752 21410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 16 704 0 0 0 0 12 1 15 0 9 0 624848957 889802752 21410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 8 704 0 0 0 0 12 1 15 0 9 0 624848957 889802752 21410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889802752 21410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868948 CPUtime=0.48
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 917 704 0 0 35 0 12 1 15 0 9 0 624848959 889802752 21410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889802752 21410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 9 704 0 0 0 0 12 1 15 0 9 0 624848960 889802752 21410 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868948

[startup+6.30235 s]
/proc/loadavg: 1.91 0.80 0.30 3/81 6976
/proc/meminfo: memFree=1368064/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868948 CPUtime=6.23
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 33583 704 1 0 593 17 12 1 18 0 9 0 624848954 889802752 21412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217237 21412 2636 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868948 CPUtime=5.61
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 24256 704 1 0 536 12 12 1 25 0 9 0 624848956 889802752 21412 996147200 134512640 134550740 4294955984 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868948 CPUtime=0.35
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 7545 704 0 0 20 2 12 1 17 0 9 0 624848957 889802752 21412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 16 704 0 0 0 0 12 1 15 0 9 0 624848957 889802752 21412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 8 704 0 0 0 0 12 1 15 0 9 0 624848957 889802752 21412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889802752 21412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868948 CPUtime=0.48
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 920 704 0 0 35 0 12 1 17 0 9 0 624848959 889802752 21412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889802752 21412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 33 704 0 0 0 0 12 1 15 0 9 0 624848960 889802752 21412 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868948

[startup+12.702 s]
/proc/loadavg: 1.93 0.84 0.31 3/81 6976
/proc/meminfo: memFree=1367872/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868948 CPUtime=12.57
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 36952 704 1 0 1226 18 12 1 18 0 9 0 624848954 889802752 21413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217237 21413 2636 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868948 CPUtime=11.95
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 27624 704 1 0 1169 13 12 1 25 0 9 0 624848956 889802752 21413 996147200 134512640 134550740 4294955984 18446744073709551615 4127095548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868948 CPUtime=0.35
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 7545 704 0 0 20 2 12 1 16 0 9 0 624848957 889802752 21413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 16 704 0 0 0 0 12 1 15 0 9 0 624848957 889802752 21413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 8 704 0 0 0 0 12 1 15 0 9 0 624848957 889802752 21413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889802752 21413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868948 CPUtime=0.49
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 921 704 0 0 36 0 12 1 15 0 9 0 624848959 889802752 21413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889802752 21413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868948 CPUtime=0.13
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 33 704 0 0 0 0 12 1 15 0 9 0 624848960 889802752 21413 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868948

[startup+25.5023 s]
/proc/loadavg: 1.94 0.88 0.33 3/81 6976
/proc/meminfo: memFree=1363648/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868860 CPUtime=25.26
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 39072 704 1 0 2494 19 12 1 18 0 9 0 624848954 889712640 22493 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217215 22493 2615 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868860 CPUtime=24.62
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 28640 704 1 0 2436 13 12 1 25 0 9 0 624848956 889712640 22493 996147200 134512640 134550740 4294955984 18446744073709551615 4127128585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868860 CPUtime=0.37
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 8648 704 0 0 21 3 12 1 16 0 9 0 624848957 889712640 22493 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 22493 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 9 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 22493 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889712640 22493 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 921 704 0 0 36 0 12 1 15 0 9 0 624848959 889712640 22493 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889712640 22493 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 33 704 0 0 0 0 12 1 15 0 9 0 624848960 889712640 22493 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 868860

[startup+51.1028 s]
/proc/loadavg: 1.96 0.97 0.38 3/81 6976
/proc/meminfo: memFree=1359104/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868860 CPUtime=50.64
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 40182 704 1 0 5031 20 12 1 18 0 9 0 624848954 889712640 23598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217215 23598 2615 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868860 CPUtime=49.98
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 28641 704 1 0 4972 13 12 1 25 0 9 0 624848956 889712640 23598 996147200 134512640 134550740 4294955984 18446744073709551615 4127101060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868860 CPUtime=0.38

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

/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 9 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 924 704 0 0 36 0 12 1 16 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868860 CPUtime=0.14
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 33 704 0 0 1 0 12 1 15 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.28
Current children cumulated vsize (KiB) 868860

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.64 3/81 6976
/proc/meminfo: memFree=1358208/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868860 CPUtime=1528.74
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 40264 704 1 0 152831 30 12 1 18 0 9 0 624848954 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217215 23609 2615 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868860 CPUtime=1527.95
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 28707 704 1 0 152760 22 12 1 25 0 9 0 624848956 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4127137816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868860 CPUtime=0.48
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 9770 704 0 0 31 4 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 9 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 924 704 0 0 36 0 12 1 16 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868860 CPUtime=0.14
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 33 704 0 0 1 0 12 1 15 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.74
Current children cumulated vsize (KiB) 868860

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/81 6976
/proc/meminfo: memFree=1358208/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868860 CPUtime=1588.21
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 40267 704 1 0 158778 30 12 1 18 0 9 0 624848954 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217215 23609 2615 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868860 CPUtime=1587.43
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 28710 704 1 0 158707 23 12 1 25 0 9 0 624848956 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4127137804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 9770 704 0 0 32 4 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 9 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 924 704 0 0 36 0 12 1 16 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868860 CPUtime=0.14
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 33 704 0 0 1 0 12 1 15 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.21
Current children cumulated vsize (KiB) 868860

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.67 3/81 6976
/proc/meminfo: memFree=1358208/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868860 CPUtime=1647.68
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 40270 704 1 0 164724 31 12 1 18 0 9 0 624848954 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217215 23609 2615 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868860 CPUtime=1646.89
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 28713 704 1 0 164653 23 12 1 25 0 9 0 624848956 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4127090028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 9770 704 0 0 32 4 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 9 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 924 704 0 0 36 0 12 1 16 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868860 CPUtime=0.14
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 33 704 0 0 1 0 12 1 15 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.68
Current children cumulated vsize (KiB) 868860

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.69 3/81 6976
/proc/meminfo: memFree=1358080/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868860 CPUtime=1707.16
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 40272 704 1 0 170671 32 12 1 18 0 9 0 624848954 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217215 23609 2615 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868860 CPUtime=1706.35
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 28715 704 1 0 170599 23 12 1 25 0 9 0 624848956 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4127128548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 9770 704 0 0 32 4 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 9 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 924 704 0 0 36 0 12 1 16 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868860 CPUtime=0.14
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 33 704 0 0 1 0 12 1 15 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.16
Current children cumulated vsize (KiB) 868860

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.71 3/81 7004
/proc/meminfo: memFree=1363776/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868860 CPUtime=1766.64
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 40275 704 1 0 176618 33 12 1 18 0 9 0 624848954 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217215 23609 2615 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868860 CPUtime=1765.83
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 28718 704 1 0 176546 24 12 1 25 0 9 0 624848956 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4127086098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868860 CPUtime=0.5
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 9770 704 0 0 33 4 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 9 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 924 704 0 0 36 0 12 1 16 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868860 CPUtime=0.14
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 33 704 0 0 1 0 12 1 15 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.64
Current children cumulated vsize (KiB) 868860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 1.99 1.97 1.72 4/81 7004
/proc/meminfo: memFree=1363840/2055920 swapFree=4156604/4192956
[pid=6963] ppid=6961 vsize=868860 CPUtime=1800.06
/proc/6963/stat : 6963 (java) S 6961 6963 6833 0 -1 0 40276 704 1 0 179960 33 12 1 18 0 9 0 624848954 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6963/statm: 217215 23609 2615 9 0 211743 0
[pid=6963/tid=6964] ppid=6961 vsize=868860 CPUtime=1799.25
/proc/6963/task/6964/stat : 6964 (java) R 6961 6963 6833 0 -1 64 28719 704 1 0 179888 24 12 1 25 0 9 0 624848956 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4127150276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6966] ppid=6961 vsize=868860 CPUtime=0.5
/proc/6963/task/6966/stat : 6966 (java) S 6961 6963 6833 0 -1 64 9770 704 0 0 33 4 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6967] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6967/stat : 6967 (java) S 6961 6963 6833 0 -1 64 16 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6968] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6968/stat : 6968 (java) S 6961 6963 6833 0 -1 64 9 704 0 0 0 0 12 1 16 0 9 0 624848957 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6969] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6969/stat : 6969 (java) S 6961 6963 6833 0 -1 64 0 704 0 0 0 0 12 1 18 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6970] ppid=6961 vsize=868860 CPUtime=0.49
/proc/6963/task/6970/stat : 6970 (java) S 6961 6963 6833 0 -1 64 924 704 0 0 36 0 12 1 16 0 9 0 624848959 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6971] ppid=6961 vsize=868860 CPUtime=0.13
/proc/6963/task/6971/stat : 6971 (java) S 6961 6963 6833 0 -1 64 2 704 0 0 0 0 12 1 19 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6963/tid=6972] ppid=6961 vsize=868860 CPUtime=0.14
/proc/6963/task/6972/stat : 6972 (java) S 6961 6963 6833 0 -1 64 33 704 0 0 1 0 12 1 15 0 9 0 624848960 889712640 23609 996147200 134512640 134550740 4294955984 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) 868860

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): 1816.08
CPU time (s): 1800.14
CPU user time (s): 1799.78
CPU system time (s): 0.362944
CPU usage (%): 99.1223
Max. virtual memory (cumulated for all children) (KiB): 868948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41010
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= 38419
involuntary context switches= 78597

runsolver used 2.6296 second user time and 5.64214 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-02 19:20:58
IDJOB=1044184
IDBENCH=53452
IDSOLVER=363
FILE ID=node60/1044184-1215019258
PBS_JOBID= 7874349
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-0_ext.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-1044184-1215019258/watcher-1044184-1215019258 -o /tmp/evaluation-result-1044184-1215019258/solver-1044184-1215019258 -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-1044184-1215019258.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 31554748f07a2fd0846470dec9671185
RANDOM SEED=1347384729

node60.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.216
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.216
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:       1444648 kB
Buffers:         55832 kB
Cached:         434696 kB
SwapCached:      30692 kB
Active:         187316 kB
Inactive:       350864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444648 kB
SwapTotal:     4192956 kB
SwapFree:      4156604 kB
Dirty:            2684 kB
Writeback:           0 kB
Mapped:          54776 kB
Slab:            58464 kB
Committed_AS:  1047116 kB
PageTables:       1912 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node60 at 2008-07-02 19:51:16