Trace number 1076965

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.12 1817.07

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-10.xml
MD5SUM7bcb9756efafd11bd2e8436c9abc02f0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables383
Number of constraints1869
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension1735
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1076965-1215190618.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.40	     nbVariables=383  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9958
0.29/0.40	       =>  wckTime=0.157  cpuTime=0.13  mem=8M894
0.29/0.40	   
0.29/0.40	   relations being loaded...
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
0.88/0.94	   Too large in ConstraintConflictsSTructure
0.88/0.97	   Too large in ConstraintConflictsSTructure
0.99/1.01	   Too large in ConstraintConflictsSTructure
2.25/2.31	     nbConstraints=1870  nbRelationTypes=7  nbGlobalConstraints=135  nbExtensionStructures=7
2.25/2.31	     nbSharedExtensionStructures=127  nbConflictsStructures=4  nbSharedConflictsStructures=76
2.25/2.31	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.25/2.31	     nbSharedEvaluationManagers=1728  minDegree=13  maxDegree=83  minArity=3  avgArity=11.25  maxArity=372
2.25/2.31	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.425  symmetryCpuTime=0.25
2.25/2.31	       =>  wckTime=2.072  cpuTime=1.58  mem=35M703
2.35/2.42	   
2.35/2.43	   solver IterativeSystematicSolver being built... 
2.64/2.78	   
2.64/2.79	   INFO : Forward propagation technique limited 
2.75/2.86	       =>  wckTime=2.624  cpuTime=1.91  mem=85M168
3.05/3.18	   
3.05/3.18	   preprocessing
3.05/3.18	     nbConstraintChecks=0  nbValidityChecks=1471298  nbPropagations=424  nbRevisions=0  nbUselessRevisions=0
3.05/3.18	     nbRemovedValues=559  detectedInconsistency=no
3.05/3.18	       =>  wckTime=0.308  cpuTime=0.19  mem=60M126
4.25/4.34	   
4.25/4.38	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=61M107)

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-1076965-1215190618/watcher-1076965-1215190618 -o /tmp/evaluation-result-1076965-1215190618/solver-1076965-1215190618 -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-1076965-1215190618.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.99 1.97 1.98 4/81 19110
/proc/meminfo: memFree=1734720/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=1616 CPUtime=0
/proc/19110/stat : 19110 (java) D 19108 19110 16648 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1998035988 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/19110/statm: 404 148 122 9 0 46 0

[startup+0.025291 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 19110
/proc/meminfo: memFree=1734720/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=861228 CPUtime=0.01
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 1809 0 1 0 1 0 0 0 18 0 3 0 1998035988 881897472 1499 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 215307 1512 655 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.102301 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 19110
/proc/meminfo: memFree=1734720/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=865884 CPUtime=0.09
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 3765 0 1 0 7 2 0 0 18 0 9 0 1998035988 886665216 3223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 216471 3223 1708 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301322 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 19110
/proc/meminfo: memFree=1734720/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=866408 CPUtime=0.29
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 6031 0 1 0 25 4 0 0 18 0 9 0 1998035988 887201792 5405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 216600 5405 1956 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866408

[startup+0.701369 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 19110
/proc/meminfo: memFree=1734720/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=867680 CPUtime=0.68
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 10690 0 1 0 62 6 0 0 18 0 9 0 1998035988 888504320 10050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 216920 10051 2012 9 0 211426 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867680

[startup+1.50146 s]
/proc/loadavg: 1.99 1.97 1.98 3/90 19119
/proc/meminfo: memFree=1679224/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=867592 CPUtime=1.48
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 19876 0 1 0 134 14 0 0 18 0 9 0 1998035988 888414208 19209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 216898 19209 2007 9 0 211426 0
[pid=19110/tid=19112] ppid=19108 vsize=867592 CPUtime=1.2
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 15788 0 1 0 108 12 0 0 25 0 9 0 1998035989 888414208 19209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19113] ppid=19108 vsize=867592 CPUtime=0.04
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 2690 0 0 0 4 0 0 0 17 0 9 0 1998035990 888414208 19209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=867592 CPUtime=0
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998035990 888414208 19209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19115] ppid=19108 vsize=867592 CPUtime=0
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998035990 888414208 19209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19116] ppid=19108 vsize=867592 CPUtime=0
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1998035992 888414208 19209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=867592 CPUtime=0.21
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 702 0 0 0 21 0 0 0 15 0 9 0 1998035992 888414208 19209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19118] ppid=19108 vsize=867592 CPUtime=0
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998035992 888414208 19209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=867596 CPUtime=0
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998035992 888418304 19209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867592

[startup+3.10165 s]
/proc/loadavg: 1.99 1.97 1.98 3/92 19121
/proc/meminfo: memFree=1652712/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=3.05
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53338 595 1 0 262 30 13 0 18 0 10 0 1998035988 888844288 33476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33476 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=2.33
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29179 595 1 0 201 19 13 0 18 0 10 0 1998035989 888844288 33476 996147200 134512640 134550740 4294955968 18446744073709551615 4127233924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.5
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 595 0 0 29 8 13 0 17 0 10 0 1998035990 888844288 33476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.13
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 595 0 0 0 0 13 0 16 0 10 0 1998035990 888844288 33476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.13
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 595 0 0 0 0 13 0 15 0 10 0 1998035990 888844288 33476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.13
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 595 0 0 0 0 13 0 23 0 10 0 1998035992 888844288 33476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.44
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 935 595 0 0 30 1 13 0 15 0 10 0 1998035992 888844288 33476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.13
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 595 0 0 0 0 13 0 24 0 10 0 1998035992 888844288 33476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.13
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 10 595 0 0 0 0 13 0 15 0 10 0 1998035992 888844288 33476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868012

[startup+6.30301 s]
/proc/loadavg: 1.99 1.97 1.98 3/90 19123
/proc/meminfo: memFree=1610152/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=6.23
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53634 717 1 0 578 30 14 1 18 0 9 0 1998035988 888844288 33519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33519 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=5.45
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29392 717 1 0 511 19 14 1 17 0 9 0 1998035989 888844288 33519 996147200 134512640 134550740 4294955968 18446744073709551615 4127234281 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 717 0 0 29 8 14 1 16 0 9 0 1998035990 888844288 33519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 717 0 0 0 0 14 1 16 0 9 0 1998035990 888844288 33519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 990 717 0 0 36 1 14 1 15 0 9 0 1998035992 888844288 33519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 24 0 9 0 1998035992 888844288 33519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 35 717 0 0 0 0 14 1 15 0 9 0 1998035992 888844288 33519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868012

[startup+12.7017 s]
/proc/loadavg: 1.99 1.97 1.98 3/90 19123
/proc/meminfo: memFree=1609960/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=12.57
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53665 717 1 0 1212 30 14 1 18 0 9 0 1998035988 888844288 33533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33533 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=11.76
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29394 717 1 0 1142 19 14 1 25 0 9 0 1998035989 888844288 33533 996147200 134512640 134550740 4294955968 18446744073709551615 4126377943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 717 0 0 29 8 14 1 16 0 9 0 1998035990 888844288 33533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 717 0 0 0 0 14 1 16 0 9 0 1998035990 888844288 33533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.56
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 1019 717 0 0 40 1 14 1 16 0 9 0 1998035992 888844288 33533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 24 0 9 0 1998035992 888844288 33533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 35 717 0 0 0 0 14 1 15 0 9 0 1998035992 888844288 33533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868012

[startup+25.5022 s]
/proc/loadavg: 1.99 1.97 1.98 3/90 19123
/proc/meminfo: memFree=1610024/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=25.25
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53667 717 1 0 2480 30 14 1 18 0 9 0 1998035988 888844288 33534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33534 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=24.44
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29395 717 1 0 2410 19 14 1 25 0 9 0 1998035989 888844288 33534 996147200 134512640 134550740 4294955968 18446744073709551615 4127299399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 717 0 0 29 8 14 1 16 0 9 0 1998035990 888844288 33534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 717 0 0 0 0 14 1 16 0 9 0 1998035990 888844288 33534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.56
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 1020 717 0 0 40 1 14 1 16 0 9 0 1998035992 888844288 33534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 24 0 9 0 1998035992 888844288 33534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 35 717 0 0 0 0 14 1 15 0 9 0 1998035992 888844288 33534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868012

[startup+51.1021 s]
/proc/loadavg: 1.99 1.97 1.98 3/90 19123
/proc/meminfo: memFree=1610088/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=50.61
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53669 717 1 0 5016 30 14 1 18 0 9 0 1998035988 888844288 33535 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33535 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=49.79
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29395 717 1 0 4945 19 14 1 25 0 9 0 1998035989 888844288 33535 996147200 134512640 134550740 4294955968 18446744073709551615 4127023655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 717 0 0 29 8 14 1 16 0 9 0 1998035990 888844288 33535 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 717 0 0 0 0 14 1 16 0 9 0 1998035990 888844288 33535 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33535 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33535 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.56
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 1022 717 0 0 40 1 14 1 15 0 9 0 1998035992 888844288 33535 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15

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

/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.56
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 1025 717 0 0 40 1 14 1 16 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 24 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 35 717 0 0 0 0 14 1 15 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1468.4
Current children cumulated vsize (KiB) 868012

[startup+1542.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/90 19129
/proc/meminfo: memFree=1608488/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=1527.84
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53675 717 1 0 152734 35 14 1 18 0 9 0 1998035988 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33536 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=1527.02
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29398 717 1 0 152663 24 14 1 25 0 9 0 1998035989 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4127233679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 717 0 0 29 8 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 717 0 0 0 0 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.56
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 1025 717 0 0 40 1 14 1 16 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 24 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 35 717 0 0 0 0 14 1 15 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.84
Current children cumulated vsize (KiB) 868012

[startup+1602.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/89 19288
/proc/meminfo: memFree=1614064/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=1587.34
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53675 717 1 0 158682 37 14 1 18 0 9 0 1998035988 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33536 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=1586.52
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29398 717 1 0 158611 26 14 1 25 0 9 0 1998035989 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4127255731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 717 0 0 29 8 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 717 0 0 0 0 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.56
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 1025 717 0 0 40 1 14 1 16 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 24 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 35 717 0 0 0 0 14 1 15 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.34
Current children cumulated vsize (KiB) 868012

[startup+1662.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/89 19288
/proc/meminfo: memFree=1613872/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=1646.78
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53675 717 1 0 164626 37 14 1 18 0 9 0 1998035988 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33536 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=1645.95
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29398 717 1 0 164554 26 14 1 25 0 9 0 1998035989 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4127255731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 717 0 0 29 8 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 717 0 0 0 0 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.56
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 1025 717 0 0 40 1 14 1 16 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 24 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 35 717 0 0 0 0 14 1 15 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.78
Current children cumulated vsize (KiB) 868012

[startup+1722.3 s]
/proc/loadavg: 2.12 2.07 2.00 3/89 19288
/proc/meminfo: memFree=1613808/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=1706.22
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53675 717 1 0 170570 37 14 1 18 0 9 0 1998035988 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33536 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=1705.4
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29398 717 1 0 170499 26 14 1 25 0 9 0 1998035989 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4127234099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 717 0 0 29 8 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 717 0 0 0 0 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.56
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 1025 717 0 0 40 1 14 1 16 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 24 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 35 717 0 0 0 0 14 1 15 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.22
Current children cumulated vsize (KiB) 868012

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 2.00 3/89 19288
/proc/meminfo: memFree=1613744/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=1765.65
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53675 717 1 0 176513 37 14 1 18 0 9 0 1998035988 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33536 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=1764.83
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29398 717 1 0 176442 26 14 1 25 0 9 0 1998035989 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4127233691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 717 0 0 29 8 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 717 0 0 0 0 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.56
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 1025 717 0 0 40 1 14 1 16 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 24 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 35 717 0 0 0 0 14 1 15 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.65
Current children cumulated vsize (KiB) 868012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.06 2.06 2.00 3/89 19288
/proc/meminfo: memFree=1613744/2055920 swapFree=4180000/4192956
[pid=19110] ppid=19108 vsize=868012 CPUtime=1800.03
/proc/19110/stat : 19110 (java) S 19108 19110 16648 0 -1 0 53675 717 1 0 179951 37 14 1 18 0 9 0 1998035988 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19110/statm: 217003 33536 2615 9 0 211531 0
[pid=19110/tid=19112] ppid=19108 vsize=868012 CPUtime=1799.21
/proc/19110/task/19112/stat : 19112 (java) R 19108 19110 16648 0 -1 64 29398 717 1 0 179880 26 14 1 25 0 9 0 1998035989 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4127256453 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19108 vsize=868012 CPUtime=0.52
/proc/19110/task/19113/stat : 19113 (java) S 19108 19110 16648 0 -1 64 22390 717 0 0 29 8 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19114] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19114/stat : 19114 (java) S 19108 19110 16648 0 -1 64 17 717 0 0 0 0 14 1 16 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19115/stat : 19115 (java) S 19108 19110 16648 0 -1 64 9 717 0 0 0 0 14 1 15 0 9 0 1998035990 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19116/stat : 19116 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 23 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19117] ppid=19108 vsize=868012 CPUtime=0.56
/proc/19110/task/19117/stat : 19117 (java) S 19108 19110 16648 0 -1 64 1025 717 0 0 40 1 14 1 16 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19118/stat : 19118 (java) S 19108 19110 16648 0 -1 64 1 717 0 0 0 0 14 1 24 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19110/tid=19119] ppid=19108 vsize=868012 CPUtime=0.15
/proc/19110/task/19119/stat : 19119 (java) S 19108 19110 16648 0 -1 64 35 717 0 0 0 0 14 1 15 0 9 0 1998035992 888844288 33536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868012

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): 1817.07
CPU time (s): 1800.12
CPU user time (s): 1799.7
CPU system time (s): 0.412937
CPU usage (%): 99.0667
Max. virtual memory (cumulated for all children) (KiB): 870548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54424
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= 38727
involuntary context switches= 48301

runsolver used 1.90171 second user time and 6.36803 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-04 18:56:58
IDJOB=1076965
IDBENCH=56620
IDSOLVER=363
FILE ID=node23/1076965-1215190618
PBS_JOBID= 7881511
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-10.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-1076965-1215190618/watcher-1076965-1215190618 -o /tmp/evaluation-result-1076965-1215190618/solver-1076965-1215190618 -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-1076965-1215190618.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7bcb9756efafd11bd2e8436c9abc02f0
RANDOM SEED=930201822

node23.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.216
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.216
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:       1735200 kB
Buffers:         41424 kB
Cached:         177852 kB
SwapCached:       6756 kB
Active:         171036 kB
Inactive:        95284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735200 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            2888 kB
Writeback:           0 kB
Mapped:          60768 kB
Slab:            39540 kB
Committed_AS:  4146444 kB
PageTables:       1908 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node23 at 2008-07-04 19:27:17