Trace number 1075969

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.11 1809.06

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg7-9_ext.xml
MD5SUMc98d7c7472aa25a970862831a17bfbcf
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints16
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.14	
0.04/0.14	Abscon 112 (May, 2008)
0.13/0.29	
0.13/0.29	   configuration
0.13/0.29	     name=mac.xml
0.22/0.35	   
0.22/0.35	   instance
0.22/0.35	     name=HOME/instance-1075969-1215182802.xml
0.22/0.38	   
0.22/0.38	   domains being loaded...
0.22/0.39	   
0.22/0.39	   variables being loaded...
0.32/0.43	     nbVariables=63  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1638
0.32/0.43	       =>  wckTime=0.134  cpuTime=0.11  mem=7M919
0.32/0.43	   
0.32/0.43	   relations being loaded...
0.63/0.74	   
0.63/0.74	   constraints being loaded...
0.73/0.82	   Too large in ConstraintConflictsSTructure
0.82/0.95	   Too large in ConstraintConflictsSTructure
0.91/1.02	     nbConstraints=16  nbRelationTypes=2  nbGlobalConstraints=16  nbExtensionStructures=2
0.91/1.02	     nbSharedExtensionStructures=14  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.91/1.02	     maxDegree=2  minArity=7  avgArity=7.88  maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.055
0.91/1.02	     symmetryCpuTime=0.02
0.91/1.02	       =>  wckTime=0.721  cpuTime=0.57  mem=24M453
1.01/1.11	   
1.01/1.11	   solver IterativeSystematicSolver being built... 
1.01/1.18	   
1.01/1.18	   INFO : Forward propagation technique limited 
1.10/1.25	       =>  wckTime=0.958  cpuTime=0.69  mem=35M184
1.31/1.44	   
1.31/1.44	   preprocessing
1.31/1.44	     nbConstraintChecks=0  nbValidityChecks=1763979  nbPropagations=65  nbRevisions=0  nbUselessRevisions=0
1.31/1.44	     nbRemovedValues=24  detectedInconsistency=no
1.31/1.44	       =>  wckTime=0.182  cpuTime=0.16  mem=36M98
3.80/3.95	   
3.80/3.95	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=36M996)

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-1075969-1215182802/watcher-1075969-1215182802 -o /tmp/evaluation-result-1075969-1215182802/solver-1075969-1215182802 -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-1075969-1215182802.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 2.00 3/83 28427
/proc/meminfo: memFree=938568/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=152 CPUtime=0
/proc/28427/stat : 28427 (java) R 28425 28427 27780 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 630535885 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 1605931 0 0 4096 0 0 0 0 17 0 0 0
/proc/28427/statm: 38 26 19 9 0 4 0

[startup+0.0901859 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 28427
/proc/meminfo: memFree=938568/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=861876 CPUtime=0.02
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 2201 0 1 0 1 1 0 0 18 0 5 0 630535885 882561024 1827 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 215469 1827 838 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102181 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 28427
/proc/meminfo: memFree=938568/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=863688 CPUtime=0.04
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 2415 0 1 0 2 2 0 0 18 0 9 0 630535885 884416512 1994 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 215922 1994 912 9 0 210901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863688

[startup+0.301208 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 28427
/proc/meminfo: memFree=938568/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=866044 CPUtime=0.22
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 5262 0 1 0 18 4 0 0 18 0 9 0 630535885 886829056 4688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216511 4688 1866 9 0 211059 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 866044

[startup+0.701258 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 28427
/proc/meminfo: memFree=938568/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=866408 CPUtime=0.63
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 14310 0 1 0 54 9 0 0 18 0 9 0 630535885 887201792 13680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216602 13680 1969 9 0 211130 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 866408

[startup+1.50234 s]
/proc/loadavg: 2.08 2.03 2.01 5/94 28440
/proc/meminfo: memFree=869232/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=1.41
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 31464 268 1 0 125 15 0 1 18 0 9 0 630535885 888074240 22704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22704 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=1.11
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 20400 268 1 0 100 10 0 1 21 0 9 0 630535886 888074240 22704 996147200 134512640 134550740 4294955968 18446744073709551615 4126756058 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9711 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.15
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 516 268 0 0 14 0 0 1 15 0 9 0 630535895 888074240 22704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 867260

[startup+3.10152 s]
/proc/loadavg: 2.08 2.03 2.01 3/92 28440
/proc/meminfo: memFree=856504/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=3
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 31525 268 1 0 284 15 0 1 18 0 9 0 630535885 888074240 22731 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22731 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=2.67
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 20434 268 1 0 256 10 0 1 25 0 9 0 630535886 888074240 22731 996147200 134512640 134550740 4294955968 18446744073709551615 4126766785 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 17 0 9 0 630535893 888074240 22731 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22731 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22731 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22731 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.19
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 542 268 0 0 18 0 0 1 15 0 9 0 630535895 888074240 22731 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22731 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22731 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 867260

[startup+6.30188 s]
/proc/loadavg: 2.08 2.03 2.01 3/92 28440
/proc/meminfo: memFree=856184/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=6.19
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 31542 268 1 0 603 15 0 1 18 0 9 0 630535885 888074240 22736 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22736 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=5.84
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 20444 268 1 0 573 10 0 1 17 0 9 0 630535886 888074240 22736 996147200 134512640 134550740 4294955968 18446744073709551615 4126766530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22736 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22736 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22736 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22736 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.2
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 549 268 0 0 19 0 0 1 15 0 9 0 630535895 888074240 22736 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22736 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22736 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 867260

[startup+12.7016 s]
/proc/loadavg: 2.14 2.05 2.01 4/92 28440
/proc/meminfo: memFree=855992/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=12.55
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 31560 268 1 0 1239 15 0 1 18 0 9 0 630535885 888074240 22742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22742 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=12.19
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 20454 268 1 0 1208 10 0 1 25 0 9 0 630535886 888074240 22742 996147200 134512640 134550740 4294955968 18446744073709551615 4126766530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.21
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 557 268 0 0 20 0 0 1 16 0 9 0 630535895 888074240 22742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22742 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867260

[startup+25.5026 s]
/proc/loadavg: 2.04 2.03 2.00 3/91 28485
/proc/meminfo: memFree=1740672/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=25.26
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 31596 268 1 0 2508 17 0 1 18 0 9 0 630535885 888074240 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22750 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=24.89
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 20481 268 1 0 2476 12 0 1 25 0 9 0 630535886 888074240 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4126756008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.23
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 566 268 0 0 22 0 0 1 15 0 9 0 630535895 888074240 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867260

[startup+51.1029 s]
/proc/loadavg: 2.14 2.06 2.01 3/103 28497
/proc/meminfo: memFree=1654880/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=50.73
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 31661 268 1 0 5053 19 0 1 18 0 9 0 630535885 888074240 22752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22752 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=50.34
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 20543 268 1 0 5020 13 0 1 25 0 9 0 630535886 888074240 22752 996147200 134512640 134550740 4294955968 18446744073709551615 4126766530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.23
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 569 268 0 0 22 0 0 1 16 0 9 0 630535895 888074240 22752 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01

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

/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.24
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 573 268 0 0 23 0 0 1 16 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.91
Current children cumulated vsize (KiB) 867260

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.03 3/102 28517
/proc/meminfo: memFree=1644632/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=1534.62
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 33797 268 1 0 153438 23 0 1 18 0 9 0 630535885 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22754 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=1534.23
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 22675 268 1 0 153404 18 0 1 25 0 9 0 630535886 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4126756008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.24
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 573 268 0 0 23 0 0 1 16 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.62
Current children cumulated vsize (KiB) 867260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/102 28517
/proc/meminfo: memFree=1644632/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=1594.34
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 33849 268 1 0 159409 24 0 1 18 0 9 0 630535885 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22754 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=1593.95
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 22727 268 1 0 159376 18 0 1 25 0 9 0 630535886 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4126766735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.24
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 573 268 0 0 23 0 0 1 16 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.34
Current children cumulated vsize (KiB) 867260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/102 28517
/proc/meminfo: memFree=1644568/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=1654.05
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 33892 268 1 0 165380 24 0 1 18 0 9 0 630535885 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22754 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=1653.65
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 22770 268 1 0 165346 18 0 1 25 0 9 0 630535886 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4126766530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.24
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 573 268 0 0 23 0 0 1 16 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.05
Current children cumulated vsize (KiB) 867260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/102 28517
/proc/meminfo: memFree=1644504/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=1713.76
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 33948 268 1 0 171351 24 0 1 18 0 9 0 630535885 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22754 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=1713.37
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 22826 268 1 0 171318 18 0 1 25 0 9 0 630535886 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4126766347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.24
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 573 268 0 0 23 0 0 1 16 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.76
Current children cumulated vsize (KiB) 867260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 28517
/proc/meminfo: memFree=1644440/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=1773.47
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 34020 268 1 0 177322 24 0 1 18 0 9 0 630535885 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22754 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=1773.07
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 22898 268 1 0 177288 18 0 1 25 0 9 0 630535886 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4126766347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.24
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 573 268 0 0 23 0 0 1 16 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.47
Current children cumulated vsize (KiB) 867260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 28517
/proc/meminfo: memFree=1644376/2055920 swapFree=4179368/4192956
[pid=28427] ppid=28425 vsize=867260 CPUtime=1800.04
/proc/28427/stat : 28427 (java) S 28425 28427 27780 0 -1 0 34068 268 1 0 179979 24 0 1 18 0 9 0 630535885 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28427/statm: 216815 22754 2634 9 0 211321 0
[pid=28427/tid=28429] ppid=28425 vsize=867260 CPUtime=1799.65
/proc/28427/task/28429/stat : 28429 (java) R 28425 28427 27780 0 -1 64 22946 268 1 0 179946 18 0 1 25 0 9 0 630535886 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4126766373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28430] ppid=28425 vsize=867260 CPUtime=0.13
/proc/28427/task/28430/stat : 28430 (java) S 28425 28427 27780 0 -1 64 9712 268 0 0 9 3 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28431] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28431/stat : 28431 (java) S 28425 28427 27780 0 -1 64 16 268 0 0 0 0 0 1 16 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28432] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28432/stat : 28432 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535893 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28433] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28433/stat : 28433 (java) S 28425 28427 27780 0 -1 64 0 268 0 0 0 0 0 1 18 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28434] ppid=28425 vsize=867260 CPUtime=0.24
/proc/28427/task/28434/stat : 28434 (java) S 28425 28427 27780 0 -1 64 573 268 0 0 23 0 0 1 16 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28427/tid=28435] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28435/stat : 28435 (java) S 28425 28427 27780 0 -1 64 2 268 0 0 0 0 0 1 19 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28427/tid=28436] ppid=28425 vsize=867260 CPUtime=0.01
/proc/28427/task/28436/stat : 28436 (java) S 28425 28427 27780 0 -1 64 8 268 0 0 0 0 0 1 15 0 9 0 630535895 888074240 22754 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867260

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

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

Child status: 143
Real time (s): 1809.06
CPU time (s): 1800.11
CPU user time (s): 1799.83
CPU system time (s): 0.270958
CPU usage (%): 99.5051
Max. virtual memory (cumulated for all children) (KiB): 867404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34365
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= 37841
involuntary context switches= 51961

runsolver used 2.20366 second user time and 6.03708 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-04 16:46:42
IDJOB=1075969
IDBENCH=56553
IDSOLVER=363
FILE ID=node87/1075969-1215182802
PBS_JOBID= 7881579
Free space on /tmp= 66348 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg7-9_ext.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-1075969-1215182802/watcher-1075969-1215182802 -o /tmp/evaluation-result-1075969-1215182802/solver-1075969-1215182802 -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-1075969-1215182802.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c98d7c7472aa25a970862831a17bfbcf
RANDOM SEED=25136502

node87.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        939176 kB
Buffers:         27964 kB
Cached:         322016 kB
SwapCached:       7632 kB
Active:         950756 kB
Inactive:       111964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        939176 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:            4072 kB
Writeback:           0 kB
Mapped:         729724 kB
Slab:            37520 kB
Committed_AS:  2325672 kB
PageTables:       3436 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 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 node87 at 2008-07-04 17:16:53