Trace number 1076084

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.17 1808.07

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg11-12_ext.xml
MD5SUMa481655545e88c63f02e9cb22452bde9
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 variables132
Number of constraints23
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension23
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1076084-1215183583.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.40	     nbVariables=132  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=3432
0.37/0.40	       =>  wckTime=0.156  cpuTime=0.13  mem=7M919
0.37/0.40	   
0.37/0.40	   relations being loaded...
0.98/1.06	   
0.98/1.06	   constraints being loaded...
1.08/1.19	   Too large in ConstraintConflictsSTructure
1.17/1.29	   Too large in ConstraintConflictsSTructure
1.27/1.38	     nbConstraints=23  nbRelationTypes=2  nbGlobalConstraints=23  nbExtensionStructures=2
1.27/1.38	     nbSharedExtensionStructures=21  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
1.27/1.38	     maxDegree=2  minArity=11  avgArity=11.48  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.066
1.27/1.38	     symmetryCpuTime=0.03
1.27/1.38	       =>  wckTime=1.131  cpuTime=0.93  mem=60M590
1.45/1.50	   
1.45/1.50	   solver IterativeSystematicSolver being built... 
1.45/1.57	   
1.45/1.58	   INFO : Forward propagation technique limited 
1.55/1.65	       =>  wckTime=1.406  cpuTime=1.07  mem=46M455
2.06/2.14	   
2.06/2.14	   preprocessing
2.06/2.14	     nbConstraintChecks=0  nbValidityChecks=4479840  nbPropagations=138  nbRevisions=0  nbUselessRevisions=0
2.06/2.14	     nbRemovedValues=121  detectedInconsistency=no
2.06/2.14	       =>  wckTime=0.486  cpuTime=0.46  mem=47M265
32.01/32.31	   
32.01/32.31	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=48M59)

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-1076084-1215183583/watcher-1076084-1215183583 -o /tmp/evaluation-result-1076084-1215183583/solver-1076084-1215183583 -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-1076084-1215183583.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.91 3/81 24880
/proc/meminfo: memFree=1655264/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=10616 CPUtime=0
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1997331627 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 2654 472 209 9 0 1184 0
[pid=24880/tid=24881] ppid=24878 vsize=10616 CPUtime=0
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1997331628 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4014040 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.08773 s]
/proc/loadavg: 1.92 1.97 1.91 3/81 24880
/proc/meminfo: memFree=1655264/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=865856 CPUtime=0.06
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 3549 0 1 0 5 1 0 0 18 0 9 0 1997331627 886636544 3039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216464 3039 1632 9 0 211026 0
[pid=24880/tid=24881] ppid=24878 vsize=865856 CPUtime=0.05
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 2647 0 1 0 5 0 0 0 18 0 9 0 1997331628 886636544 3039 996147200 134512640 134550740 4294955968 18446744073709551615 104253009 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102729 s]
/proc/loadavg: 1.92 1.97 1.91 3/81 24880
/proc/meminfo: memFree=1655264/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=865884 CPUtime=0.08
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 3707 0 1 0 7 1 0 0 18 0 9 0 1997331627 886665216 3173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216471 3173 1681 9 0 211026 0
[pid=24880/tid=24881] ppid=24878 vsize=865884 CPUtime=0.07
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 2805 0 1 0 6 1 0 0 18 0 9 0 1997331628 886665216 3173 996147200 134512640 134550740 4294955968 18446744073709551615 4125960269 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302751 s]
/proc/loadavg: 1.92 1.97 1.91 3/81 24880
/proc/meminfo: memFree=1655264/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=866128 CPUtime=0.28
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 5683 0 1 0 24 4 0 0 18 0 9 0 1997331627 886915072 5064 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216532 5064 1944 9 0 211060 0
[pid=24880/tid=24881] ppid=24878 vsize=866128 CPUtime=0.25
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 4760 0 1 0 22 3 0 0 18 0 9 0 1997331628 886915072 5064 996147200 134512640 134550740 4294955968 18446744073709551615 102538983 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.702797 s]
/proc/loadavg: 1.92 1.97 1.91 3/81 24880
/proc/meminfo: memFree=1655264/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=866512 CPUtime=0.68
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 12252 0 1 0 61 7 0 0 18 0 9 0 1997331627 887308288 11622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216628 11622 1969 9 0 211156 0
[pid=24880/tid=24881] ppid=24878 vsize=866512 CPUtime=0.59
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 11222 0 1 0 53 6 0 0 20 0 9 0 1997331628 887308288 11622 996147200 134512640 134550740 4294955968 18446744073709551615 4126417525 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866512

[startup+1.50288 s]
/proc/loadavg: 1.92 1.97 1.91 3/90 24889
/proc/meminfo: memFree=1582176/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867160 CPUtime=1.45
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 31538 149 1 0 131 14 0 0 18 0 10 0 1997331627 887971840 25294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216790 25294 2607 9 0 211318 0
[pid=24880/tid=24881] ppid=24878 vsize=867160 CPUtime=1.15
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 16448 149 1 0 107 8 0 0 16 0 10 0 1997331628 887971840 25294 996147200 134512640 134550740 4294955968 18446744073709551615 104454910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867160 CPUtime=0.15
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 149 0 0 11 4 0 0 16 0 10 0 1997331630 887971840 25294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867160 CPUtime=0
/proc/24880/task/24884/stat : 24884 (java) R 24878 24880 24574 0 -1 64 13 149 0 0 0 0 0 0 16 0 10 0 1997331630 887971840 25294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867160 CPUtime=0
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 5 149 0 0 0 0 0 0 16 0 10 0 1997331630 887971840 25294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867160 CPUtime=0
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 149 0 0 0 0 0 0 18 0 10 0 1997331632 887971840 25294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867160 CPUtime=0.11
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 455 149 0 0 11 0 0 0 16 0 10 0 1997331632 887971840 25294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867160 CPUtime=0
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 149 0 0 0 0 0 0 19 0 10 0 1997331632 887971840 25294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867160 CPUtime=0
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 149 0 0 0 0 0 0 15 0 10 0 1997331632 887971840 25294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867160

[startup+3.10106 s]
/proc/loadavg: 1.92 1.97 1.91 3/90 24893
/proc/meminfo: memFree=1563296/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=3.04
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36089 273 1 0 287 16 0 1 18 0 9 0 1997331627 888197120 25432 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25432 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=2.68
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20897 273 1 0 257 10 0 1 25 0 9 0 1997331628 888197120 25432 996147200 134512640 134550740 4294955968 18446744073709551615 4126789747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 273 0 0 12 4 0 1 16 0 9 0 1997331630 888197120 25432 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24884/stat : 24884 (java) S 24878 24880 24574 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25432 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25432 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25432 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.19
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 551 273 0 0 18 0 0 1 15 0 9 0 1997331632 888197120 25432 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25432 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25432 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867380

[startup+6.30241 s]
/proc/loadavg: 1.93 1.97 1.91 3/90 24893
/proc/meminfo: memFree=1563168/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=6.21
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36099 273 1 0 604 16 0 1 18 0 9 0 1997331627 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25438 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=5.83
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20901 273 1 0 572 10 0 1 25 0 9 0 1997331628 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4126789506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 273 0 0 12 4 0 1 17 0 9 0 1997331630 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24884/stat : 24884 (java) S 24878 24880 24574 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.2
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 557 273 0 0 19 0 0 1 16 0 9 0 1997331632 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) R 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867380

[startup+12.7011 s]
/proc/loadavg: 1.93 1.97 1.91 3/90 24893
/proc/meminfo: memFree=1563168/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=12.55
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36100 273 1 0 1238 16 0 1 18 0 9 0 1997331627 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25438 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=12.17
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20901 273 1 0 1206 10 0 1 25 0 9 0 1997331628 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4126789323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 273 0 0 12 4 0 1 16 0 9 0 1997331630 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24884/stat : 24884 (java) S 24878 24880 24574 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.2
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 558 273 0 0 19 0 0 1 15 0 9 0 1997331632 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25438 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) 867380

[startup+25.5025 s]
/proc/loadavg: 1.95 1.97 1.91 3/90 24893
/proc/meminfo: memFree=1563296/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=25.22
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36108 273 1 0 2505 16 0 1 18 0 9 0 1997331627 888197120 25444 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25444 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=24.83
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20902 273 1 0 2472 10 0 1 25 0 9 0 1997331628 888197120 25444 996147200 134512640 134550740 4294955968 18446744073709551615 4126789516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 273 0 0 12 4 0 1 16 0 9 0 1997331630 888197120 25444 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24884/stat : 24884 (java) S 24878 24880 24574 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25444 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25444 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25444 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.21
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 565 273 0 0 20 0 0 1 16 0 9 0 1997331632 888197120 25444 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25444 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25444 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 867380

[startup+51.1023 s]
/proc/loadavg: 1.91 1.96 1.91 3/81 25071
/proc/meminfo: memFree=1682928/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=50.81
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36116 273 1 0 5062 18 0 1 18 0 9 0 1997331627 888197120 25445 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25445 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=50.41
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20907 273 1 0 5028 12 0 1 25 0 9 0 1997331628 888197120 25445 996147200 134512640 134550740 4294955968 18446744073709551615 4126789506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17

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

/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.26
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 595 273 0 0 25 0 0 1 16 0 9 0 1997331632 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.86
Current children cumulated vsize (KiB) 867380

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 25077
/proc/meminfo: memFree=1682168/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=1535.6
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36152 273 1 0 153536 23 0 1 18 0 9 0 1997331627 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25462 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=1535.15
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20916 273 1 0 153498 16 0 1 25 0 9 0 1997331628 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4126779028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 273 0 0 12 4 0 1 16 0 9 0 1997331630 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24884/stat : 24884 (java) S 24878 24880 24574 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.26
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 595 273 0 0 25 0 0 1 16 0 9 0 1997331632 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.6
Current children cumulated vsize (KiB) 867380

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 25077
/proc/meminfo: memFree=1682168/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=1595.33
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36153 273 1 0 159509 23 0 1 18 0 9 0 1997331627 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25463 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=1594.88
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20916 273 1 0 159471 16 0 1 25 0 9 0 1997331628 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4126778983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 273 0 0 12 4 0 1 16 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24884/stat : 24884 (java) S 24878 24880 24574 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.26
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 596 273 0 0 25 0 0 1 15 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.33
Current children cumulated vsize (KiB) 867380

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 25077
/proc/meminfo: memFree=1682168/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=1655.05
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36153 273 1 0 165481 23 0 1 18 0 9 0 1997331627 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25463 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=1654.61
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20916 273 1 0 165444 16 0 1 25 0 9 0 1997331628 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4126789323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 273 0 0 12 4 0 1 16 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24884/stat : 24884 (java) S 24878 24880 24574 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.26
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 596 273 0 0 25 0 0 1 15 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.05
Current children cumulated vsize (KiB) 867380

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 25077
/proc/meminfo: memFree=1682168/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=1714.78
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36153 273 1 0 171454 23 0 1 18 0 9 0 1997331627 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25463 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=1714.34
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20916 273 1 0 171416 17 0 1 25 0 9 0 1997331628 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4126789506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 273 0 0 12 4 0 1 16 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24884/stat : 24884 (java) S 24878 24880 24574 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.26
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 596 273 0 0 25 0 0 1 15 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.78
Current children cumulated vsize (KiB) 867380

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 25077
/proc/meminfo: memFree=1682104/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=1774.51
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36153 273 1 0 177427 23 0 1 18 0 9 0 1997331627 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25463 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=1774.07
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20916 273 1 0 177389 17 0 1 25 0 9 0 1997331628 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4126789506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 273 0 0 12 4 0 1 16 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24884/stat : 24884 (java) S 24878 24880 24574 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.26
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 596 273 0 0 25 0 0 1 15 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.51
Current children cumulated vsize (KiB) 867380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 25077
/proc/meminfo: memFree=1681976/2055920 swapFree=4179916/4192956
[pid=24880] ppid=24878 vsize=867380 CPUtime=1800.09
/proc/24880/stat : 24880 (java) S 24878 24880 24574 0 -1 0 36153 273 1 0 179985 23 0 1 18 0 9 0 1997331627 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24880/statm: 216845 25463 2634 9 0 211351 0
[pid=24880/tid=24881] ppid=24878 vsize=867380 CPUtime=1799.65
/proc/24880/task/24881/stat : 24881 (java) R 24878 24880 24574 0 -1 64 20916 273 1 0 179947 17 0 1 25 0 9 0 1997331628 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4126789506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24883] ppid=24878 vsize=867380 CPUtime=0.17
/proc/24880/task/24883/stat : 24883 (java) S 24878 24880 24574 0 -1 64 13799 273 0 0 12 4 0 1 16 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24884] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24884/stat : 24884 (java) S 24878 24880 24574 0 -1 64 16 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24885] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24885/stat : 24885 (java) S 24878 24880 24574 0 -1 64 8 273 0 0 0 0 0 1 15 0 9 0 1997331630 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24886] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24886/stat : 24886 (java) S 24878 24880 24574 0 -1 64 1 273 0 0 0 0 0 1 18 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24887] ppid=24878 vsize=867380 CPUtime=0.26
/proc/24880/task/24887/stat : 24887 (java) S 24878 24880 24574 0 -1 64 596 273 0 0 25 0 0 1 15 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24880/tid=24888] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24888/stat : 24888 (java) S 24878 24880 24574 0 -1 64 2 273 0 0 0 0 0 1 19 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24880/tid=24889] ppid=24878 vsize=867380 CPUtime=0.01
/proc/24880/task/24889/stat : 24889 (java) S 24878 24880 24574 0 -1 64 4 273 0 0 0 0 0 1 15 0 9 0 1997331632 888197120 25463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867380

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): 1808.07
CPU time (s): 1800.17
CPU user time (s): 1799.9
CPU system time (s): 0.267959
CPU usage (%): 99.5631
Max. virtual memory (cumulated for all children) (KiB): 867380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36454
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= 37544
involuntary context switches= 27381

runsolver used 2.47362 second user time and 5.07523 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 16:59:44
IDJOB=1076084
IDBENCH=56562
IDSOLVER=363
FILE ID=node37/1076084-1215183583
PBS_JOBID= 7881601
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg11-12_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-1076084-1215183583/watcher-1076084-1215183583 -o /tmp/evaluation-result-1076084-1215183583/solver-1076084-1215183583 -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-1076084-1215183583.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a481655545e88c63f02e9cb22452bde9
RANDOM SEED=1334694457

node37.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.236
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.236
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:       1655744 kB
Buffers:         58136 kB
Cached:         153112 kB
SwapCached:       6964 kB
Active:         257168 kB
Inactive:        83772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655744 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            5308 kB
Writeback:           0 kB
Mapped:         145768 kB
Slab:            44188 kB
Committed_AS:  3682640 kB
PageTables:       2088 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node37 at 2008-07-04 17:29:54