Trace number 1058033

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 ESAC? (TO) 1800.21 1815.5

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-16.xml
MD5SUM60daac4778aa66fc9cd6221b0d2d0b74
Bench CategoryGLOBAL (global constraints)
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 constraints25339
Maximum constraint arity24
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24840
Global constraints used (with number of constraints)alldifferent(499)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1058033-1215112510.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.38/0.49	   
0.38/0.49	   variables being loaded...
0.59/0.65	     nbVariables=800  nbDomainTypes=421  minDomainSize=1  maxDomainSize=34  nbTotalValues=11332
0.59/0.65	       =>  wckTime=0.417  cpuTime=0.28  mem=10M780
0.59/0.65	   
0.59/0.65	   predicates being loaded...
0.68/0.72	   
0.68/0.72	   constraints being loaded...
21.29/21.54	   
21.29/21.54	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 90M304)
35.04/35.45	     nbConstraints=25339  nbGlobalConstraints=499  nbSingletonDomainVariables=216  nbConflictsStructures=18064
35.04/35.45	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=6776  nbSharedBinaryRepresentations=0
35.04/35.45	     nbEvaluationManagers=24840  nbSharedEvaluationManagers=0  minDegree=43  maxDegree=360  minArity=4  avgArity=4.34
35.04/35.45	     maxArity=24  nbGenerators=0  nbFusions=0  symmetryWckTime=1.468  symmetryCpuTime=0.51
35.04/35.45	       =>  wckTime=35.211  cpuTime=32.48  mem=189M620
35.64/36.01	   
35.64/36.01	   solver IterativeSystematicSolver being built... 
36.83/37.24	   
36.83/37.24	   INFO : Forward propagation technique limited 
36.93/37.34	       =>  wckTime=37.103  cpuTime=33.32  mem=245M262
53.28/53.90	   
53.28/53.90	   preprocessing
53.28/53.90	     nbConstraintChecks=5322054  nbValidityChecks=24027415  nbPropagations=27007  nbRevisions=1973300
53.38/53.90	     nbUselessRevisions=1968319  nbSingletonTests=1244  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
53.38/53.90	     nbRemovedValues=0  detectedInconsistency=no
53.38/53.90	       =>  wckTime=16.555  cpuTime=16.19  mem=251M573
65.47/66.19	   
65.47/66.19	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=232M994)

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-1058033-1215112510/watcher-1058033-1215112510 -o /tmp/evaluation-result-1058033-1215112510/solver-1058033-1215112510 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1058033-1215112510.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.95 3/80 23058
/proc/meminfo: memFree=1290176/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=1616 CPUtime=0
/proc/23058/stat : 23058 (java) D 23056 23058 22430 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1990220785 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/23058/statm: 404 145 119 9 0 46 0

[startup+0.101849 s]
/proc/loadavg: 2.00 2.01 1.95 3/80 23058
/proc/meminfo: memFree=1290176/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=865884 CPUtime=0.09
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 3774 0 1 0 7 2 0 0 18 0 9 0 1990220785 886665216 3225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216471 3225 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.201859 s]
/proc/loadavg: 2.00 2.01 1.95 3/80 23058
/proc/meminfo: memFree=1290176/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=866048 CPUtime=0.18
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 4728 0 1 0 16 2 0 0 18 0 9 0 1990220785 886833152 4155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216512 4155 1852 9 0 211060 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.301867 s]
/proc/loadavg: 2.00 2.01 1.95 3/80 23058
/proc/meminfo: memFree=1290176/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=866196 CPUtime=0.29
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 5622 0 1 0 26 3 0 0 18 0 9 0 1990220785 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701899 s]
/proc/loadavg: 2.00 2.01 1.95 3/80 23058
/proc/meminfo: memFree=1290176/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867104 CPUtime=0.68
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 7960 0 1 0 63 5 0 0 18 0 9 0 1990220785 887914496 7321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216776 7321 1998 9 0 211282 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867104

[startup+1.50197 s]
/proc/loadavg: 2.00 2.01 1.95 3/89 23067
/proc/meminfo: memFree=1249080/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867604 CPUtime=1.48
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 18461 0 1 0 136 12 0 0 18 0 9 0 1990220785 888426496 17796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216901 17796 2004 9 0 211429 0
[pid=23058/tid=23060] ppid=23056 vsize=867604 CPUtime=1.21
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 15755 0 1 0 112 9 0 0 25 0 9 0 1990220786 888426496 17796 996147200 134512640 134550740 4294955968 18446744073709551615 4126687550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867604 CPUtime=0.05
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 1347 0 0 0 5 0 0 0 16 0 9 0 1990220787 888426496 17796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990220787 888426496 17796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990220787 888426496 17796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990220790 888426496 17796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867604 CPUtime=0.17
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 662 0 0 0 17 0 0 0 16 0 9 0 1990220790 888426496 17796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990220790 888426496 17796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23067/stat : 23067 (java) S 23056 23058 22430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990220790 888426496 17796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867604

[startup+3.1021 s]
/proc/loadavg: 2.00 2.01 1.95 4/89 23067
/proc/meminfo: memFree=1217208/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867604 CPUtime=3.06
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 21259 0 1 0 291 15 0 0 18 0 9 0 1990220785 888426496 20593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216901 20593 2005 9 0 211429 0
[pid=23058/tid=23060] ppid=23056 vsize=867604 CPUtime=2.63
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 15782 0 1 0 252 11 0 0 25 0 9 0 1990220786 888426496 20593 996147200 134512640 134550740 4294955968 18446744073709551615 102593121 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867604 CPUtime=0.17
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 4073 0 0 0 16 1 0 0 17 0 9 0 1990220787 888426496 20593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990220787 888426496 20593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990220787 888426496 20593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990220790 888426496 20593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867604 CPUtime=0.22
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 707 0 0 0 22 0 0 0 16 0 9 0 1990220790 888426496 20593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990220790 888426496 20593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23067/stat : 23067 (java) S 23056 23058 22430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990220790 888426496 20593 996147200 134512640 134550740 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) 867604

[startup+6.30236 s]
/proc/loadavg: 2.00 2.01 1.95 3/89 23067
/proc/meminfo: memFree=1206200/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867604 CPUtime=6.23
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 25352 0 1 0 596 27 0 0 18 0 9 0 1990220785 888426496 24681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216901 24681 2005 9 0 211429 0
[pid=23058/tid=23060] ppid=23056 vsize=867604 CPUtime=5.6
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 15789 0 1 0 539 21 0 0 25 0 9 0 1990220786 888426496 24681 996147200 134512640 134550740 4294955968 18446744073709551615 4126925406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867604 CPUtime=0.33
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 8138 0 0 0 30 3 0 0 16 0 9 0 1990220787 888426496 24681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990220787 888426496 24681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990220787 888426496 24681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990220790 888426496 24681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867604 CPUtime=0.25
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 728 0 0 0 25 0 0 0 15 0 9 0 1990220790 888426496 24681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990220790 888426496 24681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23067/stat : 23067 (java) S 23056 23058 22430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990220790 888426496 24681 996147200 134512640 134550740 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) 867604

[startup+12.7029 s]
/proc/loadavg: 2.00 2.01 1.95 3/89 23067
/proc/meminfo: memFree=1176888/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867604 CPUtime=12.57
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 30772 0 1 0 1208 49 0 0 18 0 9 0 1990220785 888426496 30098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216901 30098 2005 9 0 211429 0
[pid=23058/tid=23060] ppid=23056 vsize=867604 CPUtime=11.77
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 15792 0 1 0 1135 42 0 0 25 0 9 0 1990220786 888426496 30098 996147200 134512640 134550740 4294955968 18446744073709551615 4126925376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867604 CPUtime=0.51
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 13555 0 0 0 46 5 0 0 16 0 9 0 1990220787 888426496 30098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990220787 888426496 30098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990220787 888426496 30098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990220790 888426496 30098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867604 CPUtime=0.25
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 728 0 0 0 25 0 0 0 15 0 9 0 1990220790 888426496 30098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990220790 888426496 30098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23067/stat : 23067 (java) S 23056 23058 22430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990220790 888426496 30098 996147200 134512640 134550740 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) 867604

[startup+25.502 s]
/proc/loadavg: 2.00 2.01 1.95 4/89 23067
/proc/meminfo: memFree=1133112/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867604 CPUtime=25.25
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 43415 0 1 0 2441 84 0 0 18 0 9 0 1990220785 888426496 42734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216901 42734 2005 9 0 211429 0
[pid=23058/tid=23060] ppid=23056 vsize=867604 CPUtime=24.01
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 15799 0 1 0 2329 72 0 0 25 0 9 0 1990220786 888426496 42734 996147200 134512640 134550740 4294955968 18446744073709551615 103214764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867604 CPUtime=0.94
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 26190 0 0 0 84 10 0 0 17 0 9 0 1990220787 888426496 42734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990220787 888426496 42734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990220787 888426496 42734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990220790 888426496 42734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867604 CPUtime=0.26
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 729 0 0 0 26 0 0 0 16 0 9 0 1990220790 888426496 42734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990220790 888426496 42734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867604 CPUtime=0
/proc/23058/task/23067/stat : 23067 (java) S 23056 23058 22430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990220790 888426496 42734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867604

[startup+51.1011 s]
/proc/loadavg: 2.07 2.02 1.96 3/89 23071
/proc/meminfo: memFree=1002864/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867928 CPUtime=50.61
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 124256 2424 1 0 4887 109 61 4 18 0 9 0 1990220785 888758272 74132 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216982 74132 2615 9 0 211510 0
[pid=23058/tid=23060] ppid=23056 vsize=867928 CPUtime=47.6
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 28962 2424 1 0 4618 77 61 4 25 0 9 0 1990220786 888758272 74132 996147200 134512640 134550740 4294955968 18446744073709551615 4127348676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867928 CPUtime=3.21
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 93445 2424 0 0 228 28 61 4 17 0 9 0 1990220787 888758272 74132 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 18 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74132 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 28 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74132 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 2424 0 0 0 0 61 4 18 0 9 0 1990220790 888758272 74132 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867928 CPUtime=1.05
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 975 2424 0 0 39 1 61 4 16 0 9 0 1990220790 888758272 74132 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867928 CPUtime=0.65

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

/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 28 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 2424 0 0 0 0 61 4 18 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867928 CPUtime=1.12
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 1012 2424 0 0 46 1 61 4 16 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 2424 0 0 0 0 61 4 19 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23067/stat : 23067 (java) S 23056 23058 22430 0 -1 64 14 2424 0 0 0 0 61 4 15 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.09
Current children cumulated vsize (KiB) 867928

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 23103
/proc/meminfo: memFree=1194168/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867928 CPUtime=1587.84
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 124621 2424 1 0 158605 114 61 4 18 0 9 0 1990220785 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216982 74258 2615 9 0 211510 0
[pid=23058/tid=23060] ppid=23056 vsize=867928 CPUtime=1582.75
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 29197 2424 1 0 158130 80 61 4 25 0 9 0 1990220786 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4127232926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867928 CPUtime=5.23
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 93538 2424 0 0 428 30 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 18 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 28 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 2424 0 0 0 0 61 4 18 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867928 CPUtime=1.12
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 1012 2424 0 0 46 1 61 4 16 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 2424 0 0 0 0 61 4 19 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23067/stat : 23067 (java) S 23056 23058 22430 0 -1 64 14 2424 0 0 0 0 61 4 15 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.84
Current children cumulated vsize (KiB) 867928

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 23103
/proc/meminfo: memFree=1194104/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867928 CPUtime=1647.6
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 124629 2424 1 0 164581 114 61 4 18 0 9 0 1990220785 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216982 74258 2615 9 0 211510 0
[pid=23058/tid=23060] ppid=23056 vsize=867928 CPUtime=1642.43
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 29205 2424 1 0 164098 80 61 4 25 0 9 0 1990220786 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4127348676 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867928 CPUtime=5.3
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 93538 2424 0 0 435 30 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 18 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 28 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 2424 0 0 0 0 61 4 18 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867928 CPUtime=1.12
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 1012 2424 0 0 46 1 61 4 16 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 2424 0 0 0 0 61 4 19 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23067/stat : 23067 (java) S 23056 23058 22430 0 -1 64 14 2424 0 0 0 0 61 4 15 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.6
Current children cumulated vsize (KiB) 867928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 23103
/proc/meminfo: memFree=1194104/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867928 CPUtime=1707.36
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 124639 2424 1 0 170556 115 61 4 18 0 9 0 1990220785 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216982 74258 2615 9 0 211510 0
[pid=23058/tid=23060] ppid=23056 vsize=867928 CPUtime=1702.1
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 29215 2424 1 0 170065 80 61 4 25 0 9 0 1990220786 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4126375725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867928 CPUtime=5.39
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 93538 2424 0 0 444 30 61 4 17 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 18 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 28 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 2424 0 0 0 0 61 4 18 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867928 CPUtime=1.12
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 1012 2424 0 0 46 1 61 4 16 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 2424 0 0 0 0 61 4 19 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23067/stat : 23067 (java) S 23056 23058 22430 0 -1 64 14 2424 0 0 0 0 61 4 15 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.36
Current children cumulated vsize (KiB) 867928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23103
/proc/meminfo: memFree=1193976/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867928 CPUtime=1767.12
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 124648 2424 1 0 176532 115 61 4 18 0 9 0 1990220785 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216982 74258 2615 9 0 211510 0
[pid=23058/tid=23060] ppid=23056 vsize=867928 CPUtime=1761.77
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 29224 2424 1 0 176032 80 61 4 25 0 9 0 1990220786 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4127232926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867928 CPUtime=5.48
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 93538 2424 0 0 453 30 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 18 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 28 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 2424 0 0 0 0 61 4 18 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867928 CPUtime=1.12
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 1012 2424 0 0 46 1 61 4 16 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 2424 0 0 0 0 61 4 19 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23067/stat : 23067 (java) S 23056 23058 22430 0 -1 64 14 2424 0 0 0 0 61 4 15 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.12
Current children cumulated vsize (KiB) 867928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23103
/proc/meminfo: memFree=1193976/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867928 CPUtime=1800.09
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 124652 2424 1 0 179829 115 61 4 18 0 9 0 1990220785 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216982 74258 2615 9 0 211510 0
[pid=23058/tid=23060] ppid=23056 vsize=867928 CPUtime=1794.71
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 29228 2424 1 0 179326 80 61 4 25 0 9 0 1990220786 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4127336301 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867928 CPUtime=5.52
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 93538 2424 0 0 457 30 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 18 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 28 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 2424 0 0 0 0 61 4 18 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867928 CPUtime=1.12
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 1012 2424 0 0 46 1 61 4 16 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 2424 0 0 0 0 61 4 19 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23067/stat : 23067 (java) R 23056 23058 22430 0 -1 64 14 2424 0 0 0 0 61 4 15 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 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) 867928

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

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

[startup+1815.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23103
/proc/meminfo: memFree=1193976/2055920 swapFree=4180796/4192956
[pid=23058] ppid=23056 vsize=867928 CPUtime=1800.09
/proc/23058/stat : 23058 (java) S 23056 23058 22430 0 -1 0 124652 2424 1 0 179829 115 61 4 18 0 9 0 1990220785 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23058/statm: 216982 74258 2615 9 0 211510 0
[pid=23058/tid=23060] ppid=23056 vsize=867928 CPUtime=1794.71
/proc/23058/task/23060/stat : 23060 (java) R 23056 23058 22430 0 -1 64 29228 2424 1 0 179326 80 61 4 25 0 9 0 1990220786 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4127336301 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23061] ppid=23056 vsize=867928 CPUtime=5.52
/proc/23058/task/23061/stat : 23061 (java) S 23056 23058 22430 0 -1 64 93538 2424 0 0 457 30 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23058/tid=23062] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23062/stat : 23062 (java) S 23056 23058 22430 0 -1 64 18 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23063] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23063/stat : 23063 (java) S 23056 23058 22430 0 -1 64 28 2424 0 0 0 0 61 4 16 0 9 0 1990220787 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23064] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23064/stat : 23064 (java) S 23056 23058 22430 0 -1 64 0 2424 0 0 0 0 61 4 18 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23065] ppid=23056 vsize=867928 CPUtime=1.12
/proc/23058/task/23065/stat : 23065 (java) S 23056 23058 22430 0 -1 64 1012 2424 0 0 46 1 61 4 16 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23066] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23066/stat : 23066 (java) S 23056 23058 22430 0 -1 64 2 2424 0 0 0 0 61 4 19 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23058/tid=23067] ppid=23056 vsize=867928 CPUtime=0.65
/proc/23058/task/23067/stat : 23067 (java) R 23056 23058 22430 0 -1 64 14 2424 0 0 0 0 61 4 15 0 9 0 1990220790 888758272 74258 996147200 134512640 134550740 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) 867928

Child status: 143
Real time (s): 1815.5
CPU time (s): 1800.21
CPU user time (s): 1798.96
CPU system time (s): 1.24181
CPU usage (%): 99.1574
Max. virtual memory (cumulated for all children) (KiB): 883160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.24181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127108
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= 40499
involuntary context switches= 79383

runsolver used 2.12268 second user time and 6.14506 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-03 21:15:10
IDJOB=1058033
IDBENCH=54102
IDSOLVER=364
FILE ID=node65/1058033-1215112510
PBS_JOBID= 7877076
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-16.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058033-1215112510/watcher-1058033-1215112510 -o /tmp/evaluation-result-1058033-1215112510/solver-1058033-1215112510 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1058033-1215112510.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 60daac4778aa66fc9cd6221b0d2d0b74
RANDOM SEED=110692024

node65.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.231
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.231
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:       1290656 kB
Buffers:         61184 kB
Cached:         377624 kB
SwapCached:       6048 kB
Active:         473352 kB
Inactive:       221292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1290656 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            5752 kB
Writeback:           0 kB
Mapped:         269292 kB
Slab:            55260 kB
Committed_AS:  4658268 kB
PageTables:       2336 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= 66540 MiB
End job on node65 at 2008-07-03 21:45:27