Trace number 1082336

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 1814.56

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-1.xml
MD5SUM8fafd39c31371d79429097ec8078bafd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark209.49
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size956
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1082336-1215221923.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.47/0.58	     nbVariables=450  nbDomainTypes=89  minDomainSize=858  maxDomainSize=956  nbTotalValues=408166
0.47/0.58	       =>  wckTime=0.346  cpuTime=0.25  mem=17M658
0.47/0.58	   
0.47/0.58	   predicates being loaded...
0.57/0.65	   
0.57/0.65	   constraints being loaded...
17.89/18.11	     nbConstraints=9690  nbGlobalConstraints=9465  nbConvertedConstraints=225  nbConvertConstraintsChecks=73343469
17.89/18.11	     nbExtensionStructures=89  nbSharedExtensionStructures=136  nbConflictsStructures=89
17.89/18.11	     nbSharedConflictsStructures=136  nbSharedBinaryRepresentations=80753  minDegree=29  maxDegree=58  minArity=2
17.89/18.11	     avgArity=2.02  maxArity=16  nbGenerators=0  nbFusions=0  symmetryWckTime=1.238  symmetryCpuTime=1.05  nbCliques=15
17.89/18.11	       =>  wckTime=17.867  cpuTime=16.98  mem=57M410
18.09/18.32	   
18.09/18.32	   solver IterativeSystematicSolver being built... 
18.09/18.39	   
18.09/18.39	   INFO : Forward propagation technique limited 
18.19/18.49	       =>  wckTime=18.256  cpuTime=17.14  mem=68M298
18.29/18.55	   
18.29/18.55	   preprocessing
18.29/18.55	     nbConstraintChecks=0  nbPropagations=450  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
18.29/18.55	     detectedInconsistency=no
18.29/18.55	       =>  wckTime=0.044  cpuTime=0.03  mem=69M329
21.16/21.40	   
21.16/21.40	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=151, mem=100M704)

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-1082336-1215221923/watcher-1082336-1215221923 -o /tmp/evaluation-result-1082336-1215221923/solver-1082336-1215221923 -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-1082336-1215221923.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.96 2.00 2.00 4/81 29758
/proc/meminfo: memFree=1674208/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=18572 CPUtime=0
/proc/29758/stat : 29758 (runsolver) R 29756 29758 28422 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001161095 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29758/statm: 4643 292 257 25 0 2626 0

[startup+0.0968899 s]
/proc/loadavg: 1.96 2.00 2.00 4/81 29758
/proc/meminfo: memFree=1674208/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=865884 CPUtime=0.07
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 3672 0 1 0 6 1 0 0 18 0 9 0 2001161095 886665216 3147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 216471 3147 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101889 s]
/proc/loadavg: 1.96 2.00 2.00 4/81 29758
/proc/meminfo: memFree=1674208/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=865884 CPUtime=0.07
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 3700 0 1 0 6 1 0 0 18 0 9 0 2001161095 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 216471 3168 1679 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301922 s]
/proc/loadavg: 1.96 2.00 2.00 4/81 29758
/proc/meminfo: memFree=1674208/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=866196 CPUtime=0.28
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 5621 0 1 0 24 4 0 0 18 0 9 0 2001161095 886984704 5035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 216549 5035 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701975 s]
/proc/loadavg: 1.96 2.00 2.00 4/81 29758
/proc/meminfo: memFree=1674208/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=867104 CPUtime=0.67
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 9754 0 1 0 60 7 0 0 18 0 9 0 2001161095 887914496 9114 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 216776 9114 2006 9 0 211282 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867104

[startup+1.50108 s]
/proc/loadavg: 1.96 2.00 2.00 3/90 29767
/proc/meminfo: memFree=1631576/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=867720 CPUtime=1.47
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 17060 0 1 0 135 12 0 0 18 0 9 0 2001161095 888545280 16417 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 216930 16417 2014 9 0 211436 0
[pid=29758/tid=29760] ppid=29756 vsize=867720 CPUtime=1.27
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 15688 0 1 0 117 10 0 0 25 0 9 0 2001161097 888545280 16417 996147200 134512640 134550740 4294955968 18446744073709551615 4126881194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29761] ppid=29756 vsize=867720 CPUtime=0
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001161098 888545280 16417 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29762] ppid=29756 vsize=867720 CPUtime=0
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001161098 888545280 16417 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=867720 CPUtime=0
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001161098 888545280 16417 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=867720 CPUtime=0
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001161100 888545280 16417 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=867720 CPUtime=0.18
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 675 0 0 0 18 0 0 0 16 0 9 0 2001161100 888545280 16417 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=867720 CPUtime=0
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001161100 888545280 16417 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=867720 CPUtime=0
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001161100 888545280 16417 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867720

[startup+3.10129 s]
/proc/loadavg: 1.96 2.00 2.00 3/90 29767
/proc/meminfo: memFree=1600984/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=867632 CPUtime=3.05
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 20846 0 1 0 289 16 0 0 18 0 9 0 2001161095 888455168 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 216908 20178 2005 9 0 211436 0
[pid=29758/tid=29760] ppid=29756 vsize=867632 CPUtime=2.73
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 15776 0 1 0 260 13 0 0 25 0 9 0 2001161097 888455168 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4126899543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29761] ppid=29756 vsize=867632 CPUtime=0.09
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 3679 0 0 0 8 1 0 0 17 0 9 0 2001161098 888455168 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29762] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001161098 888455168 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001161098 888455168 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001161100 888455168 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=867632 CPUtime=0.2
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 695 0 0 0 20 0 0 0 16 0 9 0 2001161100 888455168 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001161100 888455168 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001161100 888455168 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867632

[startup+6.30273 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 29767
/proc/meminfo: memFree=1600728/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=867632 CPUtime=6.22
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 20867 0 1 0 600 22 0 0 18 0 9 0 2001161095 888455168 20197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 216908 20197 2005 9 0 211436 0
[pid=29758/tid=29760] ppid=29756 vsize=867632 CPUtime=5.88
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 15781 0 1 0 569 19 0 0 25 0 9 0 2001161097 888455168 20197 996147200 134512640 134550740 4294955968 18446744073709551615 4126876784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29761] ppid=29756 vsize=867632 CPUtime=0.09
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 3679 0 0 0 8 1 0 0 16 0 9 0 2001161098 888455168 20197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29762] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001161098 888455168 20197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001161098 888455168 20197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001161100 888455168 20197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=867632 CPUtime=0.23
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 711 0 0 0 23 0 0 0 16 0 9 0 2001161100 888455168 20197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001161100 888455168 20197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001161100 888455168 20197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867632

[startup+12.7026 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 29767
/proc/meminfo: memFree=1600536/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=867632 CPUtime=12.55
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 20872 0 1 0 1218 37 0 0 18 0 9 0 2001161095 888455168 20200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 216908 20200 2005 9 0 211436 0
[pid=29758/tid=29760] ppid=29756 vsize=867632 CPUtime=12.21
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 15784 0 1 0 1186 35 0 0 25 0 9 0 2001161097 888455168 20200 996147200 134512640 134550740 4294955968 18446744073709551615 4126899543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29761] ppid=29756 vsize=867632 CPUtime=0.09
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 3679 0 0 0 8 1 0 0 16 0 9 0 2001161098 888455168 20200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29762] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001161098 888455168 20200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001161098 888455168 20200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001161100 888455168 20200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=867632 CPUtime=0.23
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 713 0 0 0 23 0 0 0 16 0 9 0 2001161100 888455168 20200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001161100 888455168 20200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=867632 CPUtime=0
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001161100 888455168 20200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867632

[startup+25.5013 s]
/proc/loadavg: 2.10 2.03 2.01 4/90 29771
/proc/meminfo: memFree=1547736/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=868044 CPUtime=25.23
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 58009 731 1 0 2445 67 10 1 18 0 9 0 2001161095 888877056 34034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 217011 34034 2637 9 0 211517 0
[pid=29758/tid=29760] ppid=29756 vsize=868044 CPUtime=24.22
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 29228 731 1 0 2357 54 10 1 25 0 9 0 2001161097 888877056 34034 996147200 134512640 134550740 4294955968 18446744073709551615 4126636440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29761] ppid=29756 vsize=868044 CPUtime=0.69
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 26977 731 0 0 49 9 10 1 16 0 9 0 2001161098 888877056 34034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29762] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 17 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 22 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 18 0 9 0 2001161100 888877056 34034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=868044 CPUtime=0.49
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 950 731 0 0 37 1 10 1 15 0 9 0 2001161100 888877056 34034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 19 0 9 0 2001161100 888877056 34034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 6 731 0 0 0 0 10 1 15 0 9 0 2001161100 888877056 34034 996147200 134512640 134550740 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) 868044

[startup+51.1043 s]
/proc/loadavg: 2.06 2.03 2.00 3/90 29771
/proc/meminfo: memFree=1547096/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=868044 CPUtime=50.58
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 58209 731 1 0 4980 67 10 1 18 0 9 0 2001161095 888877056 34189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 217011 34189 2637 9 0 211517 0
[pid=29758/tid=29760] ppid=29756 vsize=868044 CPUtime=49.44
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 29272 731 1 0 4879 54 10 1 25 0 9 0 2001161097 888877056 34189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29761] ppid=29756 vsize=868044 CPUtime=0.82
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 27131 731 0 0 62 9 10 1 15 0 9 0 2001161098 888877056 34189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29762] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 17 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 22 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 18 0 9 0 2001161100 888877056 34189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=868044 CPUtime=0.5
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 952 731 0 0 38 1 10 1 16 0 9 0 2001161100 888877056 34189 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=868044 CPUtime=0.11

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

/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 22 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 18 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=868044 CPUtime=0.5
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 953 731 0 0 38 1 10 1 16 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 19 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 6 731 0 0 0 0 10 1 15 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.97
Current children cumulated vsize (KiB) 868044

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 30305
/proc/meminfo: memFree=1529064/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=868044 CPUtime=1587.95
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 60659 731 1 0 158683 101 10 1 18 0 9 0 2001161095 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 217011 34220 2637 9 0 211517 0
[pid=29758/tid=29760] ppid=29756 vsize=868044 CPUtime=1580.1
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 31691 731 1 0 157929 70 10 1 25 0 9 0 2001161097 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4127089220 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29761] ppid=29756 vsize=868044 CPUtime=7.52
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 27161 731 0 0 714 27 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29762] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 17 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 22 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 18 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=868044 CPUtime=0.5
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 953 731 0 0 38 1 10 1 16 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 19 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 6 731 0 0 0 0 10 1 15 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.95
Current children cumulated vsize (KiB) 868044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 30305
/proc/meminfo: memFree=1529064/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=868044 CPUtime=1647.92
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 60754 731 1 0 164680 101 10 1 18 0 9 0 2001161095 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 217011 34220 2637 9 0 211517 0
[pid=29758/tid=29760] ppid=29756 vsize=868044 CPUtime=1639.82
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 31786 731 1 0 163901 70 10 1 25 0 9 0 2001161097 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4127295133 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29761] ppid=29756 vsize=868044 CPUtime=7.78
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 27161 731 0 0 740 27 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29762] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 17 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 22 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 18 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=868044 CPUtime=0.5
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 953 731 0 0 38 1 10 1 16 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 19 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 6 731 0 0 0 0 10 1 15 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.92
Current children cumulated vsize (KiB) 868044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 30305
/proc/meminfo: memFree=1529064/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=868044 CPUtime=1707.9
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 60852 731 1 0 170677 102 10 1 18 0 9 0 2001161095 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 217011 34220 2637 9 0 211517 0
[pid=29758/tid=29760] ppid=29756 vsize=868044 CPUtime=1699.53
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 31884 731 1 0 169872 70 10 1 25 0 9 0 2001161097 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4127092844 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29761] ppid=29756 vsize=868044 CPUtime=8.04
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 27161 731 0 0 765 28 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29762] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 17 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 22 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 18 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=868044 CPUtime=0.5
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 953 731 0 0 38 1 10 1 16 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 19 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 6 731 0 0 0 0 10 1 15 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.9
Current children cumulated vsize (KiB) 868044

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 30305
/proc/meminfo: memFree=1528936/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=868044 CPUtime=1767.87
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 60943 731 1 0 176674 102 10 1 18 0 9 0 2001161095 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 217011 34220 2637 9 0 211517 0
[pid=29758/tid=29760] ppid=29756 vsize=868044 CPUtime=1759.27
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 31975 731 1 0 175845 71 10 1 25 0 9 0 2001161097 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4127091450 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29761] ppid=29756 vsize=868044 CPUtime=8.29
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 27161 731 0 0 790 28 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29762] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 17 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 22 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 18 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=868044 CPUtime=0.5
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 953 731 0 0 38 1 10 1 16 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 19 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 6 731 0 0 0 0 10 1 15 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.87
Current children cumulated vsize (KiB) 868044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 30305
/proc/meminfo: memFree=1528936/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=868044 CPUtime=1800.07
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 60998 731 1 0 179893 103 10 1 18 0 9 0 2001161095 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 217011 34220 2637 9 0 211517 0
[pid=29758/tid=29760] ppid=29756 vsize=868044 CPUtime=1791.31
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 32030 731 1 0 179049 71 10 1 25 0 9 0 2001161097 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4127204856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29761] ppid=29756 vsize=868044 CPUtime=8.44
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 27161 731 0 0 804 29 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29762] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 17 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 22 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 18 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=868044 CPUtime=0.5
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 953 731 0 0 38 1 10 1 16 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 19 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 6 731 0 0 0 0 10 1 15 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868044

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

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

[startup+1814.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 30305
/proc/meminfo: memFree=1528936/2055920 swapFree=4180436/4192956
[pid=29758] ppid=29756 vsize=868044 CPUtime=1800.07
/proc/29758/stat : 29758 (java) S 29756 29758 28422 0 -1 0 60998 731 1 0 179893 103 10 1 18 0 9 0 2001161095 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29758/statm: 217011 34220 2637 9 0 211517 0
[pid=29758/tid=29760] ppid=29756 vsize=868044 CPUtime=1791.31
/proc/29758/task/29760/stat : 29760 (java) R 29756 29758 28422 0 -1 64 32030 731 1 0 179049 71 10 1 25 0 9 0 2001161097 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4127204856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29761] ppid=29756 vsize=868044 CPUtime=8.44
/proc/29758/task/29761/stat : 29761 (java) S 29756 29758 28422 0 -1 64 27161 731 0 0 804 29 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29758/tid=29762] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29762/stat : 29762 (java) S 29756 29758 28422 0 -1 64 17 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29763] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29763/stat : 29763 (java) S 29756 29758 28422 0 -1 64 22 731 0 0 0 0 10 1 16 0 9 0 2001161098 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29764] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29764/stat : 29764 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 18 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29765] ppid=29756 vsize=868044 CPUtime=0.5
/proc/29758/task/29765/stat : 29765 (java) S 29756 29758 28422 0 -1 64 953 731 0 0 38 1 10 1 16 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29766] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29766/stat : 29766 (java) S 29756 29758 28422 0 -1 64 1 731 0 0 0 0 10 1 19 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29758/tid=29767] ppid=29756 vsize=868044 CPUtime=0.11
/proc/29758/task/29767/stat : 29767 (java) S 29756 29758 28422 0 -1 64 6 731 0 0 0 0 10 1 15 0 9 0 2001161100 888877056 34220 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868044

Child status: 143
Real time (s): 1814.56
CPU time (s): 1800.14
CPU user time (s): 1799.07
CPU system time (s): 1.07184
CPU usage (%): 99.2056
Max. virtual memory (cumulated for all children) (KiB): 868044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.07184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61762
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= 56332
involuntary context switches= 81390

runsolver used 2.50962 second user time and 5.78312 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-05 03:38:44
IDJOB=1082336
IDBENCH=57221
IDSOLVER=363
FILE ID=node71/1082336-1215221923
PBS_JOBID= 7881770
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8fafd39c31371d79429097ec8078bafd
RANDOM SEED=2082646988

node71.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.209
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.209
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:       1674688 kB
Buffers:         67840 kB
Cached:         227168 kB
SwapCached:       6776 kB
Active:         240192 kB
Inactive:        81468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674688 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3228 kB
Writeback:           0 kB
Mapped:          42532 kB
Slab:            44512 kB
Committed_AS:  4276288 kB
PageTables:       1960 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= 66512 MiB
End job on node71 at 2008-07-05 04:09:00