Trace number 2097393

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.15 1814.85

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-9.xml
MD5SUM766b595736fa171b6dcf2e85be74bc4b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1322
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
Global constraints used (with number of constraints)

Solver Data

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2097393-1247412247.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.48/0.59	     nbVariables=800  nbDomainTypes=98  minDomainSize=1224  maxDomainSize=1322  nbTotalValues=1017170
0.48/0.59	       =>  wckTime=0.343  cpuTime=0.23  mem=31M442
0.48/0.59	   
0.48/0.59	   predicates being loaded...
0.57/0.65	   
0.57/0.65	   constraints being loaded...
21.09/21.37	   
21.09/21.37	   INFO : Stopping converting binary constraints (cpu=20.33, mem = 62M544)
25.63/25.93	     nbConstraints=23220  nbGlobalConstraints=22820  nbConvertedConstraints=78  nbConvertConstraintsChecks=94425694
25.63/25.93	     nbExtensionStructures=58  nbSharedExtensionStructures=20  nbConflictsStructures=58  nbSharedConflictsStructures=20
25.63/25.93	     nbUnbuiltConflictsStructures=98  nbSharedBinaryRepresentations=73986  nbEvaluationManagers=98
25.63/25.93	     nbSharedEvaluationManagers=224  minDegree=39  maxDegree=78  minArity=2  avgArity=2.02  maxArity=21  nbGenerators=0
25.63/25.93	     nbFusions=0  symmetryWckTime=3.857  symmetryCpuTime=3.47  nbCliques=20
25.63/25.93	       =>  wckTime=25.686  cpuTime=24.28  mem=107M718
26.03/26.33	   
26.03/26.34	   solver IterativeSystematicSolver being built... 
26.13/26.44	   
26.13/26.44	   INFO : Forward propagation technique limited 
26.32/26.65	       =>  wckTime=26.405  cpuTime=24.49  mem=109M605
26.72/27.05	   
26.72/27.05	   preprocessing
26.72/27.05	     nbConstraintChecks=818038  nbValidityChecks=644  nbPropagations=800  nbRevisions=644  nbUselessRevisions=644
26.72/27.06	     nbRemovedValues=0  detectedInconsistency=no
26.72/27.06	       =>  wckTime=0.366  cpuTime=0.35  mem=110M526
34.44/34.89	   
34.44/34.89	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=134, mem=115M815)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097393-1247412247/watcher-2097393-1247412247 -o /tmp/evaluation-result-2097393-1247412247/solver-2097393-1247412247 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097393-1247412247.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 30767
/proc/meminfo: memFree=1702064/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=10676 CPUtime=0
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28288651 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 2669 474 207 9 0 1184 0
[pid=30767/tid=30768] ppid=30765 vsize=10676 CPUtime=0
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28288653 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8953816 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.030337 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 30767
/proc/meminfo: memFree=1702064/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=861936 CPUtime=0.01
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 1878 0 1 0 0 1 0 0 18 0 5 0 28288651 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 215484 1563 686 9 0 210399 0
[pid=30767/tid=30768] ppid=30765 vsize=861936 CPUtime=0
/proc/30767/task/30768/stat : 30768 (java) S 30765 30767 27423 0 -1 64 1187 0 1 0 0 0 0 0 19 0 5 0 28288653 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.10156 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 30767
/proc/meminfo: memFree=1702064/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=865984 CPUtime=0.08
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 3761 0 1 0 6 2 0 0 18 0 9 0 28288651 886767616 3218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 216496 3218 1698 9 0 210981 0
[pid=30767/tid=30768] ppid=30765 vsize=865984 CPUtime=0.07
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 2854 0 1 0 6 1 0 0 18 0 9 0 28288653 886767616 3218 996147200 134512640 134550932 4294955968 18446744073709551615 4125959117 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301585 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 30767
/proc/meminfo: memFree=1702064/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=866224 CPUtime=0.28
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 5749 0 1 0 25 3 0 0 18 0 9 0 28288651 887013376 5128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 216556 5128 1971 9 0 211014 0
[pid=30767/tid=30768] ppid=30765 vsize=866224 CPUtime=0.24
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 4819 0 1 0 22 2 0 0 19 0 9 0 28288653 887013376 5128 996147200 134512640 134550932 4294955968 18446744073709551615 102517441 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.701629 s]
/proc/loadavg: 2.07 2.00 2.00 4/80 30767
/proc/meminfo: memFree=1702064/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=867204 CPUtime=0.68
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 13295 0 1 0 60 8 0 0 18 0 9 0 28288651 888016896 12649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 216801 12649 2034 9 0 211237 0
[pid=30767/tid=30768] ppid=30765 vsize=867204 CPUtime=0.53
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 12090 0 1 0 47 6 0 0 21 0 9 0 28288653 888016896 12649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867204

[startup+1.50172 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 30776
/proc/meminfo: memFree=1644520/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=867728 CPUtime=1.46
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 23197 0 1 0 133 13 0 0 18 0 9 0 28288651 888553472 22526 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 216932 22526 2028 9 0 211390 0
[pid=30767/tid=30768] ppid=30765 vsize=867728 CPUtime=1.19
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 15790 0 1 0 110 9 0 0 25 0 9 0 28288653 888553472 22526 996147200 134512640 134550932 4294955968 18446744073709551615 4126431763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30770] ppid=30765 vsize=867728 CPUtime=0.07
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 6022 0 0 0 5 2 0 0 17 0 9 0 28288654 888553472 22526 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30771] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28288654 888553472 22526 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28288654 888553472 22526 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28288656 888553472 22526 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=867728 CPUtime=0.16
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 684 0 0 0 16 0 0 0 16 0 9 0 28288656 888553472 22526 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28288656 888553472 22526 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28288656 888553472 22526 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867728

[startup+3.1019 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 30776
/proc/meminfo: memFree=1603752/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=867728 CPUtime=3.06
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 27136 0 1 0 289 17 0 0 18 0 9 0 28288651 888553472 26461 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 216932 26461 2031 9 0 211390 0
[pid=30767/tid=30768] ppid=30765 vsize=867728 CPUtime=2.61
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 15820 0 1 0 251 10 0 0 25 0 9 0 28288653 888553472 26461 996147200 134512640 134550932 4294955968 18446744073709551615 4126952066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30770] ppid=30765 vsize=867728 CPUtime=0.21
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 9902 0 0 0 17 4 0 0 17 0 9 0 28288654 888553472 26461 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30771] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28288654 888553472 26461 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28288654 888553472 26461 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28288656 888553472 26461 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=867728 CPUtime=0.2
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 713 0 0 0 20 0 0 0 16 0 9 0 28288656 888553472 26461 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28288656 888553472 26461 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28288656 888553472 26461 996147200 134512640 134550932 4294955968 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) 867728

[startup+6.30227 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 30776
/proc/meminfo: memFree=1603304/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=867728 CPUtime=6.23
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 27148 0 1 0 602 21 0 0 18 0 9 0 28288651 888553472 26471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 216932 26471 2031 9 0 211390 0
[pid=30767/tid=30768] ppid=30765 vsize=867728 CPUtime=5.76
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 15823 0 1 0 562 14 0 0 25 0 9 0 28288653 888553472 26471 996147200 134512640 134550932 4294955968 18446744073709551615 4126943426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30770] ppid=30765 vsize=867728 CPUtime=0.21
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 9902 0 0 0 17 4 0 0 16 0 9 0 28288654 888553472 26471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30771] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28288654 888553472 26471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28288654 888553472 26471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28288656 888553472 26471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=867728 CPUtime=0.21
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 722 0 0 0 21 0 0 0 16 0 9 0 28288656 888553472 26471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28288656 888553472 26471 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28288656 888553472 26471 996147200 134512640 134550932 4294955968 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) 867728

[startup+12.703 s]
/proc/loadavg: 2.06 2.00 2.00 3/89 30776
/proc/meminfo: memFree=1603176/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=867728 CPUtime=12.57
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 27163 0 1 0 1227 30 0 0 18 0 9 0 28288651 888553472 26485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 216932 26485 2031 9 0 211390 0
[pid=30767/tid=30768] ppid=30765 vsize=867728 CPUtime=12.08
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 15825 0 1 0 1185 23 0 0 25 0 9 0 28288653 888553472 26485 996147200 134512640 134550932 4294955968 18446744073709551615 4126916983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30770] ppid=30765 vsize=867728 CPUtime=0.21
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 9902 0 0 0 17 4 0 0 16 0 9 0 28288654 888553472 26485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30771] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28288654 888553472 26485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28288654 888553472 26485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28288656 888553472 26485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=867728 CPUtime=0.23
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 735 0 0 0 23 0 0 0 16 0 9 0 28288656 888553472 26485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28288656 888553472 26485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=867728 CPUtime=0
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28288656 888553472 26485 996147200 134512640 134550932 4294955968 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) 867728

[startup+25.5015 s]
/proc/loadavg: 2.05 2.00 2.00 3/89 30780
/proc/meminfo: memFree=1571560/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=868052 CPUtime=25.23
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 39481 1368 1 0 2448 47 26 2 18 0 9 0 28288651 888885248 34381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 217013 34381 2044 9 0 211471 0
[pid=30767/tid=30768] ppid=30765 vsize=868052 CPUtime=24.34
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 19919 1368 1 0 2370 36 26 2 25 0 9 0 28288653 888885248 34381 996147200 134512640 134550932 4294955968 18446744073709551615 4127153772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30770] ppid=30765 vsize=868052 CPUtime=0.83
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 17827 1368 0 0 48 7 26 2 16 0 9 0 28288654 888885248 34381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30771] ppid=30765 vsize=868052 CPUtime=0.28
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 16 1368 0 0 0 0 26 2 16 0 9 0 28288654 888885248 34381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=868052 CPUtime=0.28
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 5 1368 0 0 0 0 26 2 16 0 9 0 28288654 888885248 34381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=868052 CPUtime=0.28
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 1368 0 0 0 0 26 2 18 0 9 0 28288656 888885248 34381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=868052 CPUtime=0.57
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 890 1368 0 0 28 1 26 2 16 0 9 0 28288656 888885248 34381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=868052 CPUtime=0.28
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 1368 0 0 0 0 26 2 19 0 9 0 28288656 888885248 34381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=868052 CPUtime=0.28
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 9 1368 0 0 0 0 26 2 15 0 9 0 28288656 888885248 34381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868052

[startup+51.1014 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 30780
/proc/meminfo: memFree=1519464/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=868140 CPUtime=50.59
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 80080 1368 1 0 4971 60 26 2 18 0 9 0 28288651 888975360 48030 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 217035 48030 2663 9 0 211471 0
[pid=30767/tid=30768] ppid=30765 vsize=868140 CPUtime=48.96
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 32069 1368 1 0 4827 41 26 2 25 0 9 0 28288653 888975360 48030 996147200 134512640 134550932 4294955968 18446744073709551615 4127147633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30770] ppid=30765 vsize=868140 CPUtime=1.43
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 46127 1368 0 0 100 15 26 2 16 0 9 0 28288654 888975360 48030 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 20 1368 0 0 0 0 26 2 15 0 9 0 28288654 888975360 49139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 1368 0 0 0 0 26 2 18 0 9 0 28288656 888975360 49139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=868140 CPUtime=0.73
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 1021 1368 0 0 43 2 26 2 16 0 9 0 28288656 888975360 49139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 1368 0 0 0 0 26 2 19 0 9 0 28288656 888975360 49139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 9 1368 0 0 0 0 26 2 15 0 9 0 28288656 888975360 49139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.36
Current children cumulated vsize (KiB) 868140

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 30780
/proc/meminfo: memFree=1513896/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=868140 CPUtime=1527.79
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 82119 1368 1 0 152678 73 26 2 18 0 9 0 28288651 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 217035 49167 2663 9 0 211471 0
[pid=30767/tid=30768] ppid=30765 vsize=868140 CPUtime=1522.4
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 32971 1368 1 0 152165 47 26 2 25 0 9 0 28288653 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4126675665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30770] ppid=30765 vsize=868140 CPUtime=5.19
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 47262 1368 0 0 469 22 26 2 16 0 9 0 28288654 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30771] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 21 1368 0 0 0 0 26 2 16 0 9 0 28288654 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 20 1368 0 0 0 0 26 2 15 0 9 0 28288654 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 1368 0 0 0 0 26 2 18 0 9 0 28288656 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=868140 CPUtime=0.73
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 1021 1368 0 0 43 2 26 2 16 0 9 0 28288656 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 1368 0 0 0 0 26 2 19 0 9 0 28288656 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 9 1368 0 0 0 0 26 2 15 0 9 0 28288656 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.79
Current children cumulated vsize (KiB) 868140

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30821
/proc/meminfo: memFree=1535904/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=868140 CPUtime=1587.66
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 82153 1368 1 0 158664 74 26 2 18 0 9 0 28288651 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 217035 49167 2663 9 0 211471 0
[pid=30767/tid=30768] ppid=30765 vsize=868140 CPUtime=1582.15
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 33005 1368 1 0 158139 48 26 2 25 0 9 0 28288653 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4127150935 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30770] ppid=30765 vsize=868140 CPUtime=5.31
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 47262 1368 0 0 481 22 26 2 16 0 9 0 28288654 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30771] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 21 1368 0 0 0 0 26 2 16 0 9 0 28288654 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 20 1368 0 0 0 0 26 2 15 0 9 0 28288654 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 1368 0 0 0 0 26 2 18 0 9 0 28288656 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=868140 CPUtime=0.73
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 1021 1368 0 0 43 2 26 2 16 0 9 0 28288656 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 1368 0 0 0 0 26 2 19 0 9 0 28288656 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30776/stat : 30776 (java) R 30765 30767 27423 0 -1 64 9 1368 0 0 0 0 26 2 15 0 9 0 28288656 888975360 49167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.66
Current children cumulated vsize (KiB) 868140

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30823
/proc/meminfo: memFree=1535456/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=868140 CPUtime=1647.65
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 82253 1368 1 0 164661 76 26 2 18 0 9 0 28288651 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 217035 49230 2663 9 0 211471 0
[pid=30767/tid=30768] ppid=30765 vsize=868140 CPUtime=1641.97
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 33042 1368 1 0 164121 48 26 2 25 0 9 0 28288653 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4127150957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30770] ppid=30765 vsize=868140 CPUtime=5.46
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 47325 1368 0 0 495 23 26 2 16 0 9 0 28288654 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30771] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 21 1368 0 0 0 0 26 2 16 0 9 0 28288654 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 20 1368 0 0 0 0 26 2 15 0 9 0 28288654 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 1368 0 0 0 0 26 2 18 0 9 0 28288656 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=868140 CPUtime=0.73
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 1021 1368 0 0 43 2 26 2 16 0 9 0 28288656 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 1368 0 0 0 0 26 2 19 0 9 0 28288656 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 9 1368 0 0 0 0 26 2 15 0 9 0 28288656 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.65
Current children cumulated vsize (KiB) 868140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30823
/proc/meminfo: memFree=1535264/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=868140 CPUtime=1707.61
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 82290 1368 1 0 170657 76 26 2 18 0 9 0 28288651 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 217035 49230 2663 9 0 211471 0
[pid=30767/tid=30768] ppid=30765 vsize=868140 CPUtime=1701.8
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 33079 1368 1 0 170104 48 26 2 25 0 9 0 28288653 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4127365722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30770] ppid=30765 vsize=868140 CPUtime=5.6
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 47325 1368 0 0 509 23 26 2 16 0 9 0 28288654 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30771] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 21 1368 0 0 0 0 26 2 16 0 9 0 28288654 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 20 1368 0 0 0 0 26 2 15 0 9 0 28288654 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 1368 0 0 0 0 26 2 18 0 9 0 28288656 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=868140 CPUtime=0.73
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 1021 1368 0 0 43 2 26 2 16 0 9 0 28288656 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 1368 0 0 0 0 26 2 19 0 9 0 28288656 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 9 1368 0 0 0 0 26 2 15 0 9 0 28288656 888975360 49230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.61
Current children cumulated vsize (KiB) 868140

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30823
/proc/meminfo: memFree=1535200/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=868140 CPUtime=1767.6
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 82343 1368 1 0 176655 77 26 2 18 0 9 0 28288651 888975360 49251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 217035 49251 2663 9 0 211471 0
[pid=30767/tid=30768] ppid=30765 vsize=868140 CPUtime=1761.66
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 33111 1368 1 0 176089 49 26 2 25 0 9 0 28288653 888975360 49251 996147200 134512640 134550932 4294955968 18446744073709551615 4127383518 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30770] ppid=30765 vsize=868140 CPUtime=5.72
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 47346 1368 0 0 521 23 26 2 16 0 9 0 28288654 888975360 49251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30771] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 21 1368 0 0 0 0 26 2 16 0 9 0 28288654 888975360 49251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 20 1368 0 0 0 0 26 2 15 0 9 0 28288654 888975360 49251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 1368 0 0 0 0 26 2 18 0 9 0 28288656 888975360 49251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=868140 CPUtime=0.73
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 1021 1368 0 0 43 2 26 2 16 0 9 0 28288656 888975360 49251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30775] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 1368 0 0 0 0 26 2 19 0 9 0 28288656 888975360 49251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 9 1368 0 0 0 0 26 2 15 0 9 0 28288656 888975360 49251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.6
Current children cumulated vsize (KiB) 868140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30823
/proc/meminfo: memFree=1535200/2055920 swapFree=4192812/4192956
[pid=30767] ppid=30765 vsize=868140 CPUtime=1800.09
/proc/30767/stat : 30767 (java) S 30765 30767 27423 0 -1 0 82360 1368 1 0 179904 77 26 2 18 0 9 0 28288651 888975360 49252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30767/statm: 217035 49252 2663 9 0 211471 0
[pid=30767/tid=30768] ppid=30765 vsize=868140 CPUtime=1794.09
/proc/30767/task/30768/stat : 30768 (java) R 30765 30767 27423 0 -1 64 33127 1368 1 0 179332 49 26 2 25 0 9 0 28288653 888975360 49252 996147200 134512640 134550932 4294955968 18446744073709551615 4127336752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30770] ppid=30765 vsize=868140 CPUtime=5.78
/proc/30767/task/30770/stat : 30770 (java) S 30765 30767 27423 0 -1 64 47346 1368 0 0 527 23 26 2 16 0 9 0 28288654 888975360 49252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30771] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30771/stat : 30771 (java) S 30765 30767 27423 0 -1 64 21 1368 0 0 0 0 26 2 16 0 9 0 28288654 888975360 49252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30772] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30772/stat : 30772 (java) S 30765 30767 27423 0 -1 64 20 1368 0 0 0 0 26 2 15 0 9 0 28288654 888975360 49252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30773] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30773/stat : 30773 (java) S 30765 30767 27423 0 -1 64 2 1368 0 0 0 0 26 2 18 0 9 0 28288656 888975360 49252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30774] ppid=30765 vsize=868140 CPUtime=0.73
/proc/30767/task/30774/stat : 30774 (java) S 30765 30767 27423 0 -1 64 1022 1368 0 0 43 2 26 2 16 0 9 0 28288656 888975360 49252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30767/tid=30775] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30775/stat : 30775 (java) S 30765 30767 27423 0 -1 64 0 1368 0 0 0 0 26 2 19 0 9 0 28288656 888975360 49252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30767/tid=30776] ppid=30765 vsize=868140 CPUtime=0.28
/proc/30767/task/30776/stat : 30776 (java) S 30765 30767 27423 0 -1 64 9 1368 0 0 0 0 26 2 15 0 9 0 28288656 888975360 49252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868140

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): 1814.85
CPU time (s): 1800.15
CPU user time (s): 1799.32
CPU system time (s): 0.828873
CPU usage (%): 99.1899
Max. virtual memory (cumulated for all children) (KiB): 868140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.828873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83757
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= 47542
involuntary context switches= 76071

runsolver used 2.5986 second user time and 5.80112 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 17:24:07
IDJOB=2097393
IDBENCH=57302
IDSOLVER=773
FILE ID=node62/2097393-1247412247
PBS_JOBID= 9510522
Free space on /tmp= 66344 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-20/normalized-super-os-taillard-20-9.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097393-1247412247/watcher-2097393-1247412247 -o /tmp/evaluation-result-2097393-1247412247/solver-2097393-1247412247 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097393-1247412247.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 766b595736fa171b6dcf2e85be74bc4b
RANDOM SEED=920172656

node62.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.220
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.220
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:       1702544 kB
Buffers:         40036 kB
Cached:         142884 kB
SwapCached:          0 kB
Active:         212048 kB
Inactive:        82340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5060 kB
Writeback:           0 kB
Mapped:         131856 kB
Slab:            43884 kB
Committed_AS:  1004352 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node62 at 2009-07-12 17:54:24