Trace number 2094307

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 1802.73

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-19.xml
MD5SUM88348dabf1de3aab78e1de9f2b35d337
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark149.487
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64077
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63777
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2094307-1247403348.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.48/0.59	     nbVariables=800  nbDomainTypes=28  minDomainSize=1  maxDomainSize=45  nbTotalValues=19577
0.48/0.59	       =>  wckTime=0.35  cpuTime=0.24  mem=10M820
0.48/0.59	   
0.48/0.59	   predicates being loaded...
0.58/0.65	   
0.58/0.65	   constraints being loaded...
17.19/17.49	     nbConstraints=64077  nbGlobalConstraints=300  nbSingletonDomainVariables=18  nbConflictsStructures=17
17.19/17.49	     nbSharedConflictsStructures=6208  nbUnbuiltConflictsStructures=360  nbSharedBinaryRepresentations=0
17.19/17.50	     nbEvaluationManagers=377  nbSharedEvaluationManagers=63400  minDegree=243  maxDegree=399  minArity=4  avgArity=4.06
17.19/17.50	     maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=3.195  symmetryCpuTime=1.01
17.19/17.50	       =>  wckTime=17.256  cpuTime=12.88  mem=343M671
18.30/18.57	   
18.30/18.57	   solver IterativeSystematicSolver being built... 
21.96/22.21	   
21.96/22.22	   INFO : Forward propagation technique limited 
22.06/22.30	       =>  wckTime=22.064  cpuTime=15.02  mem=597M980
25.83/26.15	   
25.83/26.15	   preprocessing
25.83/26.15	     nbConstraintChecks=5497149  nbValidityChecks=204378  nbPropagations=800  nbRevisions=230208
25.83/26.15	     nbUselessRevisions=230208  nbRemovedValues=0  detectedInconsistency=no
25.83/26.15	       =>  wckTime=3.847  cpuTime=3.69  mem=573M416
95.57/96.60	   
95.57/96.60	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=577M413)

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094307-1247403348/watcher-2094307-1247403348 -o /tmp/evaluation-result-2094307-1247403348/solver-2094307-1247403348 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094307-1247403348.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 1.79 4/80 32205
/proc/meminfo: memFree=1777392/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=272 CPUtime=0
/proc/32205/stat : 32205 (java) D 32203 32205 31801 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 27026549 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 11957028 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/32205/statm: 404 126 100 9 0 46 0

[startup+0.098558 s]
/proc/loadavg: 2.08 2.02 1.79 4/80 32205
/proc/meminfo: memFree=1777392/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=865984 CPUtime=0.08
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 3732 0 1 0 6 2 0 0 18 0 9 0 27026549 886767616 3198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 216496 3198 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.101558 s]
/proc/loadavg: 2.08 2.02 1.79 4/80 32205
/proc/meminfo: memFree=1777392/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=865984 CPUtime=0.08
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 3771 0 1 0 6 2 0 0 18 0 9 0 27026549 886767616 3226 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 216496 3226 1701 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301579 s]
/proc/loadavg: 2.08 2.02 1.79 4/80 32205
/proc/meminfo: memFree=1777392/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=866296 CPUtime=0.29
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 5699 0 1 0 25 4 0 0 18 0 9 0 27026549 887087104 5102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 216574 5102 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.701612 s]
/proc/loadavg: 2.08 2.02 1.79 4/80 32205
/proc/meminfo: memFree=1777392/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=867200 CPUtime=0.68
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 8274 0 1 0 61 7 0 0 18 0 9 0 27026549 888012800 7628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 216800 7628 2034 9 0 211236 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867200

[startup+1.50269 s]
/proc/loadavg: 2.08 2.02 1.79 3/89 32214
/proc/meminfo: memFree=1739944/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=867704 CPUtime=1.47
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 18555 0 1 0 135 12 0 0 18 0 9 0 27026549 888528896 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 216926 17883 2028 9 0 211384 0
[pid=32205/tid=32206] ppid=32203 vsize=867704 CPUtime=1.22
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 15798 0 1 0 113 9 0 0 25 0 9 0 27026550 888528896 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4126429959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32208] ppid=32203 vsize=867704 CPUtime=0.05
/proc/32205/task/32208/stat : 32208 (java) S 32203 32205 31801 0 -1 64 1377 0 0 0 5 0 0 0 16 0 9 0 27026552 888528896 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=867704 CPUtime=0
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27026552 888528896 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=867704 CPUtime=0
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27026552 888528896 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=867704 CPUtime=0
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27026554 888528896 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=867704 CPUtime=0.16
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 678 0 0 0 16 0 0 0 16 0 9 0 27026554 888528896 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32213] ppid=32203 vsize=867704 CPUtime=0
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27026554 888528896 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=867704 CPUtime=0
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27026554 888528896 17883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867704

[startup+3.10283 s]
/proc/loadavg: 2.08 2.01 1.80 4/89 32214
/proc/meminfo: memFree=1709992/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=867704 CPUtime=3.06
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 22809 0 1 0 291 15 0 0 18 0 9 0 27026549 888528896 22135 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 216926 22135 2028 9 0 211384 0
[pid=32205/tid=32206] ppid=32203 vsize=867704 CPUtime=2.6
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 15802 0 1 0 250 10 0 0 25 0 9 0 27026550 888528896 22135 996147200 134512640 134550932 4294955968 18446744073709551615 4126384368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32208] ppid=32203 vsize=867704 CPUtime=0.26
/proc/32205/task/32208/stat : 32208 (java) S 32203 32205 31801 0 -1 64 5627 0 0 0 23 3 0 0 16 0 9 0 27026552 888528896 22135 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=867704 CPUtime=0
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27026552 888528896 22135 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=867704 CPUtime=0
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27026552 888528896 22135 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=867704 CPUtime=0
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27026554 888528896 22135 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=867704 CPUtime=0.16
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 678 0 0 0 16 0 0 0 17 0 9 0 27026554 888528896 22135 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32213] ppid=32203 vsize=867704 CPUtime=0
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27026554 888528896 22135 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=867704 CPUtime=0
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27026554 888528896 22135 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867704

[startup+6.30111 s]
/proc/loadavg: 2.08 2.01 1.80 4/89 32214
/proc/meminfo: memFree=1678952/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=868728 CPUtime=6.22
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 30641 0 1 0 578 44 0 0 18 0 9 0 27026549 889577472 29962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 217182 29962 2029 9 0 211640 0
[pid=32205/tid=32206] ppid=32203 vsize=868728 CPUtime=5.3
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 15828 0 1 0 494 36 0 0 19 0 9 0 27026550 889577472 29962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32208] ppid=32203 vsize=868728 CPUtime=0.65
/proc/32205/task/32208/stat : 32208 (java) R 32203 32205 31801 0 -1 64 13370 0 0 0 59 6 0 0 16 0 9 0 27026552 889577472 29962 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=868728 CPUtime=0
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27026552 889577472 29962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=868728 CPUtime=0
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27026552 889577472 29962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=868728 CPUtime=0
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27026554 889577472 29962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=868728 CPUtime=0.25
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 740 0 0 0 24 1 0 0 16 0 9 0 27026554 889577472 29962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32213] ppid=32203 vsize=868728 CPUtime=0
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27026554 889577472 29962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=868728 CPUtime=0
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 27026554 889577472 29962 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868728

[startup+12.7017 s]
/proc/loadavg: 2.07 2.01 1.80 3/89 32214
/proc/meminfo: memFree=1495208/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=868728 CPUtime=12.57
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 78488 0 1 0 1005 252 0 0 18 0 9 0 27026549 889577472 77801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 217182 77801 2029 9 0 211640 0
[pid=32205/tid=32206] ppid=32203 vsize=868728 CPUtime=10.72
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 15836 0 1 0 848 224 0 0 25 0 9 0 27026550 889577472 77801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32208] ppid=32203 vsize=868728 CPUtime=1.56
/proc/32205/task/32208/stat : 32208 (java) R 32203 32205 31801 0 -1 64 61207 0 0 0 131 25 0 0 16 0 9 0 27026552 889577472 77801 996147200 134512640 134550932 4294955968 18446744073709551615 102709376 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=868728 CPUtime=0
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27026552 889577472 77801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=868728 CPUtime=0
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27026552 889577472 77801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=868728 CPUtime=0
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27026554 889577472 77801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=868728 CPUtime=0.25
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 742 0 0 0 24 1 0 0 16 0 9 0 27026554 889577472 77801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32213] ppid=32203 vsize=868728 CPUtime=0
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27026554 889577472 77801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=868728 CPUtime=0
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 27026554 889577472 77801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868728

[startup+25.5028 s]
/proc/loadavg: 2.14 2.03 1.81 3/89 32218
/proc/meminfo: memFree=1153568/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=869376 CPUtime=25.23
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 247702 5469 1 0 1987 353 176 7 18 0 9 0 27026549 890241024 158126 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 217344 158126 2640 9 0 211802 0
[pid=32205/tid=32206] ppid=32203 vsize=869376 CPUtime=20.11
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 29043 5469 1 0 1549 279 176 7 25 0 9 0 27026550 890241024 158126 996147200 134512640 134550932 4294955968 18446744073709551615 4126967818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32208] ppid=32203 vsize=869376 CPUtime=6.53
/proc/32205/task/32208/stat : 32208 (java) S 32203 32205 31801 0 -1 64 216726 5469 0 0 402 68 176 7 16 0 9 0 27026552 890241024 158126 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 21 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158126 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 33 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158126 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 5469 0 0 0 0 176 7 18 0 9 0 27026554 890241024 158126 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=869376 CPUtime=2.18
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 1045 5469 0 0 34 1 176 7 15 0 9 0 27026554 890241024 158126 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32213] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 5469 0 0 0 0 176 7 19 0 9 0 27026554 890241024 158126 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 16 5469 0 0 0 0 176 7 15 0 9 0 27026554 890241024 158126 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 869376

[startup+51.1021 s]
/proc/loadavg: 2.23 2.06 1.82 3/89 32218
/proc/meminfo: memFree=1153632/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=869376 CPUtime=50.58
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 247740 5469 1 0 4522 353 176 7 18 0 9 0 27026549 890241024 158151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 217344 158151 2640 9 0 211802 0
[pid=32205/tid=32206] ppid=32203 vsize=869376 CPUtime=45.41
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 29053 5469 1 0 4079 279 176 7 25 0 9 0 27026550 890241024 158151 996147200 134512640 134550932 4294955968 18446744073709551615 4127381146 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32208] ppid=32203 vsize=869376 CPUtime=6.53
/proc/32205/task/32208/stat : 32208 (java) S 32203 32205 31801 0 -1 64 216726 5469 0 0 402 68 176 7 16 0 9 0 27026552 890241024 158151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 21 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 33 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 5469 0 0 0 0 176 7 18 0 9 0 27026554 890241024 158151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=869376 CPUtime=2.23
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 1073 5469 0 0 39 1 176 7 16 0 9 0 27026554 890241024 158151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32213] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 5469 0 0 0 0 176 7 19 0 9 0 27026554 890241024 158151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1479.82
Current children cumulated vsize (KiB) 869376

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/89 32538
/proc/meminfo: memFree=1060888/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=869376 CPUtime=1539.8
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 247777 5469 1 0 153435 362 176 7 18 0 9 0 27026549 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 217344 158170 2640 9 0 211802 0
[pid=32205/tid=32206] ppid=32203 vsize=869376 CPUtime=1534.58
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 29070 5469 1 0 152988 287 176 7 25 0 9 0 27026550 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4127390147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32208] ppid=32203 vsize=869376 CPUtime=6.54
/proc/32205/task/32208/stat : 32208 (java) S 32203 32205 31801 0 -1 64 216726 5469 0 0 403 68 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 21 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 33 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 5469 0 0 0 0 176 7 18 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=869376 CPUtime=2.27
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 1093 5469 0 0 43 1 176 7 16 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32213] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 5469 0 0 0 0 176 7 19 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 16 5469 0 0 0 0 176 7 15 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.8
Current children cumulated vsize (KiB) 869376

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 32538
/proc/meminfo: memFree=1060888/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=869376 CPUtime=1599.77
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 247778 5469 1 0 159432 362 176 7 18 0 9 0 27026549 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 217344 158170 2640 9 0 211802 0
[pid=32205/tid=32206] ppid=32203 vsize=869376 CPUtime=1594.57
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 29071 5469 1 0 158986 288 176 7 25 0 9 0 27026550 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4126095954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32208] ppid=32203 vsize=869376 CPUtime=6.54
/proc/32205/task/32208/stat : 32208 (java) S 32203 32205 31801 0 -1 64 216726 5469 0 0 403 68 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 21 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 33 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 5469 0 0 0 0 176 7 18 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=869376 CPUtime=2.27
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 1093 5469 0 0 43 1 176 7 16 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32213] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 5469 0 0 0 0 176 7 19 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 16 5469 0 0 0 0 176 7 15 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.77
Current children cumulated vsize (KiB) 869376

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 32538
/proc/meminfo: memFree=1060952/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=869376 CPUtime=1659.75
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 247778 5469 1 0 165430 362 176 7 18 0 9 0 27026549 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 217344 158170 2640 9 0 211802 0
[pid=32205/tid=32206] ppid=32203 vsize=869376 CPUtime=1654.55
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 29071 5469 1 0 164984 288 176 7 25 0 9 0 27026550 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4126970690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32208] ppid=32203 vsize=869376 CPUtime=6.54
/proc/32205/task/32208/stat : 32208 (java) S 32203 32205 31801 0 -1 64 216726 5469 0 0 403 68 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 21 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 33 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 5469 0 0 0 0 176 7 18 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=869376 CPUtime=2.27
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 1093 5469 0 0 43 1 176 7 16 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32213] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 5469 0 0 0 0 176 7 19 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 16 5469 0 0 0 0 176 7 15 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.75
Current children cumulated vsize (KiB) 869376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 32538
/proc/meminfo: memFree=1060952/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=869376 CPUtime=1719.73
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 247778 5469 1 0 171428 362 176 7 18 0 9 0 27026549 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 217344 158170 2640 9 0 211802 0
[pid=32205/tid=32206] ppid=32203 vsize=869376 CPUtime=1714.52
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 29071 5469 1 0 170981 288 176 7 25 0 9 0 27026550 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32208] ppid=32203 vsize=869376 CPUtime=6.54
/proc/32205/task/32208/stat : 32208 (java) S 32203 32205 31801 0 -1 64 216726 5469 0 0 403 68 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 21 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 33 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 5469 0 0 0 0 176 7 18 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=869376 CPUtime=2.27
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 1093 5469 0 0 43 1 176 7 16 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32213] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 5469 0 0 0 0 176 7 19 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 16 5469 0 0 0 0 176 7 15 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.73
Current children cumulated vsize (KiB) 869376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 32538
/proc/meminfo: memFree=1060952/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=869376 CPUtime=1779.71
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 247778 5469 1 0 177426 362 176 7 18 0 9 0 27026549 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 217344 158170 2640 9 0 211802 0
[pid=32205/tid=32206] ppid=32203 vsize=869376 CPUtime=1774.5
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 29071 5469 1 0 176979 288 176 7 25 0 9 0 27026550 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4126960534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32208] ppid=32203 vsize=869376 CPUtime=6.54
/proc/32205/task/32208/stat : 32208 (java) S 32203 32205 31801 0 -1 64 216726 5469 0 0 403 68 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 21 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 33 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 5469 0 0 0 0 176 7 18 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=869376 CPUtime=2.27
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 1093 5469 0 0 43 1 176 7 16 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32213] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 5469 0 0 0 0 176 7 19 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 16 5469 0 0 0 0 176 7 15 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.71
Current children cumulated vsize (KiB) 869376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 32538
/proc/meminfo: memFree=1060952/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=869376 CPUtime=1800
/proc/32205/stat : 32205 (java) S 32203 32205 31801 0 -1 0 247778 5469 1 0 179455 362 176 7 18 0 9 0 27026549 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32205/statm: 217344 158170 2640 9 0 211802 0
[pid=32205/tid=32206] ppid=32203 vsize=869376 CPUtime=1794.79
/proc/32205/task/32206/stat : 32206 (java) R 32203 32205 31801 0 -1 64 29071 5469 1 0 179008 288 176 7 25 0 9 0 27026550 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4127382204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32208] ppid=32203 vsize=869376 CPUtime=6.54
/proc/32205/task/32208/stat : 32208 (java) S 32203 32205 31801 0 -1 64 216726 5469 0 0 403 68 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32209] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32209/stat : 32209 (java) S 32203 32205 31801 0 -1 64 21 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32210] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32210/stat : 32210 (java) S 32203 32205 31801 0 -1 64 33 5469 0 0 0 0 176 7 16 0 9 0 27026552 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32211] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32211/stat : 32211 (java) S 32203 32205 31801 0 -1 64 2 5469 0 0 0 0 176 7 18 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32212] ppid=32203 vsize=869376 CPUtime=2.27
/proc/32205/task/32212/stat : 32212 (java) S 32203 32205 31801 0 -1 64 1093 5469 0 0 43 1 176 7 16 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32205/tid=32213] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32213/stat : 32213 (java) S 32203 32205 31801 0 -1 64 0 5469 0 0 0 0 176 7 19 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32205/tid=32214] ppid=32203 vsize=869376 CPUtime=1.83
/proc/32205/task/32214/stat : 32214 (java) S 32203 32205 31801 0 -1 64 16 5469 0 0 0 0 176 7 15 0 9 0 27026554 890241024 158170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 869376

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

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

[startup+1802.71 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 32538
/proc/meminfo: memFree=1060952/2055920 swapFree=4192812/4192956
[pid=32205] ppid=32203 vsize=0 CPUtime=1800.11
/proc/32205/stat : 32205 (java) Z 32203 32205 31801 0 -1 1036 247806 5469 1 0 179458 370 176 7 16 0 2 0 27026549 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32205/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1802.73
CPU time (s): 1800.14
CPU user time (s): 1796.35
CPU system time (s): 3.78642
CPU usage (%): 99.8566
Max. virtual memory (cumulated for all children) (KiB): 903204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.35
system time used= 3.78642
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253275
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= 38418
involuntary context switches= 62181

runsolver used 2.53461 second user time and 5.67914 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 14:55:48
IDJOB=2094307
IDBENCH=54124
IDSOLVER=773
FILE ID=node41/2094307-1247403348
PBS_JOBID= 9510561
Free space on /tmp= 65880 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-19.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094307-1247403348/watcher-2094307-1247403348 -o /tmp/evaluation-result-2094307-1247403348/solver-2094307-1247403348 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094307-1247403348.xml

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

MD5SUM BENCH= 88348dabf1de3aab78e1de9f2b35d337
RANDOM SEED=35072616

node41.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.212
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	: 5931.00
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.212
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:       1777872 kB
Buffers:         32424 kB
Cached:         140092 kB
SwapCached:          0 kB
Active:         146940 kB
Inactive:        73768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10956 kB
Writeback:           0 kB
Mapped:          68664 kB
Slab:            42536 kB
Committed_AS:  1018008 kB
PageTables:       1808 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= 65872 MiB
End job on node41 at 2009-07-12 15:25:53