Trace number 1058432

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.16 1816.24

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-16.xml
MD5SUMf584a0bdadad6a616787946f67b79e6d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark93.3188
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints44094
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43874
Global constraints used (with number of constraints)alldifferent(220)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1058432-1215115008.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.39/0.48	     nbVariables=880  nbDomainTypes=24  minDomainSize=1  maxDomainSize=45  nbTotalValues=21197
0.39/0.48	       =>  wckTime=0.231  cpuTime=0.16  mem=10M812
0.39/0.48	   
0.39/0.48	   predicates being loaded...
0.49/0.53	   
0.49/0.53	   constraints being loaded...
11.75/11.88	     nbConstraints=44094  nbGlobalConstraints=220  nbSingletonDomainVariables=149  nbConflictsStructures=38
11.75/11.88	     nbSharedConflictsStructures=10475  nbUnbuiltConflictsStructures=129  nbSharedBinaryRepresentations=0
11.75/11.88	     nbEvaluationManagers=167  nbSharedEvaluationManagers=43707  minDegree=62  maxDegree=423  minArity=4  avgArity=4.07
11.75/11.88	     maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=2.216  symmetryCpuTime=0.71
11.75/11.88	       =>  wckTime=11.629  cpuTime=8.49  mem=271M679
12.65/12.74	   
12.65/12.76	   solver IterativeSystematicSolver being built... 
15.33/15.50	   
15.42/15.52	   INFO : Forward propagation technique limited 
15.52/15.69	       =>  wckTime=15.447  cpuTime=10.07  mem=401M394
18.00/18.12	   
18.00/18.12	   preprocessing
18.00/18.12	     nbConstraintChecks=3224665  nbValidityChecks=119933  nbPropagations=880  nbRevisions=133444
18.00/18.12	     nbUselessRevisions=133444  nbRemovedValues=0  detectedInconsistency=no
18.00/18.12	       =>  wckTime=2.42  cpuTime=2.37  mem=407M398
98.14/99.03	   
98.14/99.03	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=410M416)

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-1058432-1215115008/watcher-1058432-1215115008 -o /tmp/evaluation-result-1058432-1215115008/solver-1058432-1215115008 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1058432-1215115008.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.02 1.98 4/72 3879
/proc/meminfo: memFree=1242816/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=10616 CPUtime=0
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 995903355 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 2654 472 209 9 0 1184 0
[pid=3879/tid=3880] ppid=3877 vsize=10616 CPUtime=0
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 995903357 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 2310104 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0700851 s]
/proc/loadavg: 2.00 2.02 1.98 4/72 3879
/proc/meminfo: memFree=1242816/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=864076 CPUtime=0.04
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 2847 0 1 0 3 1 0 0 18 0 9 0 995903355 884813824 2373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 216019 2373 1137 9 0 210976 0
[pid=3879/tid=3880] ppid=3877 vsize=864076 CPUtime=0.03
/proc/3879/task/3880/stat : 3880 (java) D 3877 3879 3133 0 -1 64 1948 0 1 0 3 0 0 0 18 0 9 0 995903357 884813824 2373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 2147483391 0 16800975 18446744072099781622 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.10069 s]
/proc/loadavg: 2.00 2.02 1.98 4/72 3879
/proc/meminfo: memFree=1242816/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=865884 CPUtime=0.08
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 3689 0 1 0 6 2 0 0 18 0 9 0 995903355 886665216 3164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 216471 3164 1685 9 0 211026 0
[pid=3879/tid=3880] ppid=3877 vsize=865884 CPUtime=0.06
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 2773 0 1 0 5 1 0 0 18 0 9 0 995903357 886665216 3164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301734 s]
/proc/loadavg: 2.00 2.02 1.98 4/72 3879
/proc/meminfo: memFree=1242816/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=866284 CPUtime=0.29
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 5896 0 1 0 25 4 0 0 18 0 9 0 995903355 887074816 5270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 216571 5270 1954 9 0 211099 0
[pid=3879/tid=3880] ppid=3877 vsize=866284 CPUtime=0.22
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 4924 0 1 0 20 2 0 0 19 0 9 0 995903357 887074816 5270 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701816 s]
/proc/loadavg: 2.00 2.02 1.98 4/72 3879
/proc/meminfo: memFree=1242816/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=867680 CPUtime=0.68
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 9517 0 1 0 62 6 0 0 18 0 9 0 995903355 888504320 8877 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 216920 8878 2011 9 0 211426 0
[pid=3879/tid=3880] ppid=3877 vsize=867680 CPUtime=0.5
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 8163 0 1 0 46 4 0 0 21 0 9 0 995903357 888504320 8879 996147200 134512640 134550740 4294955984 18446744073709551615 4126844418 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867680

[startup+1.50196 s]
/proc/loadavg: 2.00 2.02 1.98 3/81 3888
/proc/meminfo: memFree=1173944/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=867592 CPUtime=1.48
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 18506 0 1 0 138 10 0 0 18 0 9 0 995903355 888414208 17841 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 216898 17841 2004 9 0 211426 0
[pid=3879/tid=3880] ppid=3877 vsize=867592 CPUtime=1.24
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 15750 0 1 0 116 8 0 0 18 0 9 0 995903357 888414208 17841 996147200 134512640 134550740 4294955984 18446744073709551615 103825626 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3882] ppid=3877 vsize=867592 CPUtime=0.05
/proc/3879/task/3882/stat : 3882 (java) S 3877 3879 3133 0 -1 64 1396 0 0 0 5 0 0 0 17 0 9 0 995903358 888414208 17841 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3883] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 995903358 888414208 17841 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3884] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 995903358 888414208 17841 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3885] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995903361 888414208 17841 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=867592 CPUtime=0.17
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 664 0 0 0 16 1 0 0 16 0 9 0 995903361 888414208 17841 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3887] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 995903361 888414208 17841 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 995903361 888414208 17841 996147200 134512640 134550740 4294955984 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) 867592

[startup+3.10226 s]
/proc/loadavg: 2.00 2.02 1.98 3/81 3888
/proc/meminfo: memFree=1126008/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=867592 CPUtime=3.08
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 22757 0 1 0 295 13 0 0 18 0 9 0 995903355 888414208 22090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 216898 22090 2004 9 0 211426 0
[pid=3879/tid=3880] ppid=3877 vsize=867592 CPUtime=2.63
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 15752 0 1 0 254 9 0 0 25 0 9 0 995903357 888414208 22090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3882] ppid=3877 vsize=867592 CPUtime=0.26
/proc/3879/task/3882/stat : 3882 (java) S 3877 3879 3133 0 -1 64 5645 0 0 0 24 2 0 0 17 0 9 0 995903358 888414208 22090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3883] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 995903358 888414208 22090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3884] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 995903358 888414208 22090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3885] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995903361 888414208 22090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=867592 CPUtime=0.17
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 664 0 0 0 16 1 0 0 16 0 9 0 995903361 888414208 22090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3887] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 995903361 888414208 22090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 995903361 888414208 22090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867592

[startup+6.30187 s]
/proc/loadavg: 2.08 2.03 1.98 3/81 3888
/proc/meminfo: memFree=1024184/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=867592 CPUtime=6.28
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 41462 0 1 0 533 95 0 0 18 0 9 0 995903355 888414208 40791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 216898 40791 2005 9 0 211426 0
[pid=3879/tid=3880] ppid=3877 vsize=867592 CPUtime=5.24
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 15780 0 1 0 444 80 0 0 25 0 9 0 995903357 888414208 40791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3882] ppid=3877 vsize=867592 CPUtime=0.76
/proc/3879/task/3882/stat : 3882 (java) S 3877 3879 3133 0 -1 64 24268 0 0 0 64 12 0 0 17 0 9 0 995903358 888414208 40791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3883] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 995903358 888414208 40791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3884] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 995903358 888414208 40791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3885] ppid=3877 vsize=867596 CPUtime=0
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995903361 888418304 40791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=867592 CPUtime=0.24
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 718 0 0 0 23 1 0 0 16 0 9 0 995903361 888414208 40791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3887] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 995903361 888414208 40791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=867592 CPUtime=0
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 995903361 888414208 40791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867592

[startup+12.7021 s]
/proc/loadavg: 2.16 2.05 1.99 5/83 3892
/proc/meminfo: memFree=857952/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=868744 CPUtime=12.65
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 136392 3864 1 0 935 204 119 7 18 0 10 0 995903355 889593856 76190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 217186 76190 2613 9 0 211714 0
[pid=3879/tid=3880] ppid=3877 vsize=868744 CPUtime=9.93
/proc/3879/task/3880/stat : 3880 (java) S 3877 3879 3133 0 -1 64 20361 3864 1 0 705 162 119 7 18 0 10 0 995903357 889593856 76190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3882] ppid=3877 vsize=868744 CPUtime=3.65
/proc/3879/task/3882/stat : 3882 (java) R 3877 3879 3133 0 -1 64 114345 3864 0 0 202 37 119 7 22 0 10 0 995903358 889593856 76190 996147200 134512640 134550740 4294955984 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3883] ppid=3877 vsize=868744 CPUtime=1.26
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 13 3864 0 0 0 0 119 7 16 0 10 0 995903358 889593856 76190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3884] ppid=3877 vsize=868744 CPUtime=1.26
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 5 3864 0 0 0 0 119 7 16 0 10 0 995903358 889593856 76190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3885] ppid=3877 vsize=868744 CPUtime=1.26
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 18 0 10 0 995903361 889593856 76190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=868744 CPUtime=1.53
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 848 3864 0 0 26 1 119 7 15 0 10 0 995903361 889593856 76190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3887] ppid=3877 vsize=868744 CPUtime=1.26
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 19 0 10 0 995903361 889593856 76190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=868744 CPUtime=1.26
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 15 0 10 0 995903361 889593856 76190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3891] ppid=3877 vsize=868744 CPUtime=1.27
/proc/3879/task/3891/stat : 3891 (java) S 3877 3879 3133 0 -1 64 36 3864 0 0 0 1 119 7 16 0 10 0 995904511 889593856 76190 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868744

[startup+25.5045 s]
/proc/loadavg: 2.12 2.04 1.99 3/81 3892
/proc/meminfo: memFree=659816/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=868240 CPUtime=25.33
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 186033 3864 1 0 2178 229 119 7 18 0 9 0 995903355 889077760 115719 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 217060 115719 2615 9 0 211588 0
[pid=3879/tid=3880] ppid=3877 vsize=868240 CPUtime=21.16
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 28791 3864 1 0 1826 164 119 7 25 0 9 0 995903357 889077760 115719 996147200 134512640 134550740 4294955984 18446744073709551615 4127282961 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3882] ppid=3877 vsize=868240 CPUtime=4.98
/proc/3879/task/3882/stat : 3882 (java) S 3877 3879 3133 0 -1 64 155435 3864 0 0 313 59 119 7 17 0 9 0 995903358 889077760 115719 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3883] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115719 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3884] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 16 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115719 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3885] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 18 0 9 0 995903361 889077760 115719 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=868240 CPUtime=1.64
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 954 3864 0 0 37 1 119 7 17 0 9 0 995903361 889077760 115719 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3887] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 19 0 9 0 995903361 889077760 115719 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 15 0 9 0 995903361 889077760 115719 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 868240

[startup+51.1014 s]
/proc/loadavg: 2.08 2.04 1.99 3/81 3892
/proc/meminfo: memFree=639144/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=868240 CPUtime=50.68
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 186046 3864 1 0 4713 229 119 7 18 0 9 0 995903355 889077760 115725 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 217060 115725 2615 9 0 211588 0
[pid=3879/tid=3880] ppid=3877 vsize=868240 CPUtime=46.51

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

Current children cumulated CPU time (s) 1468.33
Current children cumulated vsize (KiB) 868240

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3900
/proc/meminfo: memFree=604904/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=868240 CPUtime=1527.76
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 186086 3864 1 0 152420 230 119 7 18 0 9 0 995903355 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 217060 115744 2615 9 0 211588 0
[pid=3879/tid=3880] ppid=3877 vsize=868240 CPUtime=1523.54
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 28811 3864 1 0 152063 165 119 7 25 0 9 0 995903357 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4126969679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3882] ppid=3877 vsize=868240 CPUtime=4.98
/proc/3879/task/3882/stat : 3882 (java) S 3877 3879 3133 0 -1 64 155435 3864 0 0 313 59 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3883] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3884] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 16 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3885] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 18 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=868240 CPUtime=1.69
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 987 3864 0 0 42 1 119 7 16 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3887] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 19 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 15 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.76
Current children cumulated vsize (KiB) 868240

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3900
/proc/meminfo: memFree=604904/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=868240 CPUtime=1587.19
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 186087 3864 1 0 158363 230 119 7 18 0 9 0 995903355 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 217060 115744 2615 9 0 211588 0
[pid=3879/tid=3880] ppid=3877 vsize=868240 CPUtime=1582.97
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 28812 3864 1 0 158006 165 119 7 25 0 9 0 995903357 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4126974688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3882] ppid=3877 vsize=868240 CPUtime=4.98
/proc/3879/task/3882/stat : 3882 (java) S 3877 3879 3133 0 -1 64 155435 3864 0 0 313 59 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3883] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3884] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 16 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3885] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 18 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=868240 CPUtime=1.69
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 987 3864 0 0 42 1 119 7 16 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3887] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 19 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 15 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.19
Current children cumulated vsize (KiB) 868240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3900
/proc/meminfo: memFree=604904/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=868240 CPUtime=1646.86
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 186087 3864 1 0 164330 230 119 7 18 0 9 0 995903355 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 217060 115744 2615 9 0 211588 0
[pid=3879/tid=3880] ppid=3877 vsize=868240 CPUtime=1642.66
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 28812 3864 1 0 163974 166 119 7 25 0 9 0 995903357 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4127292495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3882] ppid=3877 vsize=868240 CPUtime=4.98
/proc/3879/task/3882/stat : 3882 (java) S 3877 3879 3133 0 -1 64 155435 3864 0 0 313 59 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3883] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3884] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 16 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3885] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 18 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=868240 CPUtime=1.69
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 987 3864 0 0 42 1 119 7 16 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3887] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 19 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 15 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.86
Current children cumulated vsize (KiB) 868240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3900
/proc/meminfo: memFree=604840/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=868240 CPUtime=1706.61
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 186087 3864 1 0 170305 230 119 7 18 0 9 0 995903355 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 217060 115744 2615 9 0 211588 0
[pid=3879/tid=3880] ppid=3877 vsize=868240 CPUtime=1702.4
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 28812 3864 1 0 169948 166 119 7 25 0 9 0 995903357 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4127283055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3882] ppid=3877 vsize=868240 CPUtime=4.98
/proc/3879/task/3882/stat : 3882 (java) S 3877 3879 3133 0 -1 64 155435 3864 0 0 313 59 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3883] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3884] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 16 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3885] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 18 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=868240 CPUtime=1.69
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 987 3864 0 0 42 1 119 7 16 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3887] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 19 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 15 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.61
Current children cumulated vsize (KiB) 868240

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3900
/proc/meminfo: memFree=604648/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=868240 CPUtime=1766.36
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 186087 3864 1 0 176280 230 119 7 18 0 9 0 995903355 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 217060 115744 2615 9 0 211588 0
[pid=3879/tid=3880] ppid=3877 vsize=868240 CPUtime=1762.16
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 28812 3864 1 0 175924 166 119 7 25 0 9 0 995903357 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3882] ppid=3877 vsize=868240 CPUtime=4.98
/proc/3879/task/3882/stat : 3882 (java) S 3877 3879 3133 0 -1 64 155435 3864 0 0 313 59 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3883] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3884] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 16 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3885] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 18 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=868240 CPUtime=1.69
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 987 3864 0 0 42 1 119 7 16 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3887] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 19 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 15 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.36
Current children cumulated vsize (KiB) 868240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3928
/proc/meminfo: memFree=1084888/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=868240 CPUtime=1800.02
/proc/3879/stat : 3879 (java) S 3877 3879 3133 0 -1 0 186087 3864 1 0 179644 232 119 7 18 0 9 0 995903355 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3879/statm: 217060 115744 2615 9 0 211588 0
[pid=3879/tid=3880] ppid=3877 vsize=868240 CPUtime=1795.8
/proc/3879/task/3880/stat : 3880 (java) R 3877 3879 3133 0 -1 64 28812 3864 1 0 179287 167 119 7 25 0 9 0 995903357 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4127291601 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3879/tid=3882] ppid=3877 vsize=868240 CPUtime=4.98
/proc/3879/task/3882/stat : 3882 (java) S 3877 3879 3133 0 -1 64 155435 3864 0 0 313 59 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3883] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3883/stat : 3883 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3884] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3884/stat : 3884 (java) S 3877 3879 3133 0 -1 64 16 3864 0 0 0 0 119 7 16 0 9 0 995903358 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3885] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3885/stat : 3885 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 18 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3886] ppid=3877 vsize=868240 CPUtime=1.69
/proc/3879/task/3886/stat : 3886 (java) S 3877 3879 3133 0 -1 64 987 3864 0 0 42 1 119 7 16 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3887] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3887/stat : 3887 (java) S 3877 3879 3133 0 -1 64 1 3864 0 0 0 0 119 7 19 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3879/tid=3888] ppid=3877 vsize=868240 CPUtime=1.26
/proc/3879/task/3888/stat : 3888 (java) S 3877 3879 3133 0 -1 64 17 3864 0 0 0 0 119 7 15 0 9 0 995903361 889077760 115744 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868240

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

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

[startup+1816.21 s]
/proc/loadavg: 2.00 2.00 1.99 3/81 3928
/proc/meminfo: memFree=1084888/2055920 swapFree=4174728/4192956
[pid=3879] ppid=3877 vsize=0 CPUtime=1800.12
/proc/3879/stat : 3879 (java) Z 3877 3879 3133 0 -1 1036 186117 3864 1 0 179650 236 119 7 15 0 2 0 995903355 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3879/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1816.24
CPU time (s): 1800.16
CPU user time (s): 1797.7
CPU system time (s): 2.45563
CPU usage (%): 99.1148
Max. virtual memory (cumulated for all children) (KiB): 891964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.7
system time used= 2.45563
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189981
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= 39004
involuntary context switches= 39151

runsolver used 2.71759 second user time and 6.577 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-03 21:56:48
IDJOB=1058432
IDBENCH=54127
IDSOLVER=363
FILE ID=node35/1058432-1215115008
PBS_JOBID= 7877133
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f584a0bdadad6a616787946f67b79e6d
RANDOM SEED=195112620

node35.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.261
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.261
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:       1243424 kB
Buffers:         60060 kB
Cached:         345328 kB
SwapCached:      12200 kB
Active:         410404 kB
Inactive:       321200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1243424 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:           17508 kB
Writeback:           0 kB
Mapped:         333984 kB
Slab:            65692 kB
Committed_AS:  2086780 kB
PageTables:       2372 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= 66528 MiB
End job on node35 at 2008-07-03 22:27:06