Trace number 1068558

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.1 1809.04

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg8-12_ext.xml
MD5SUMa30bac125ccd6edcdaea2d160e56f6b8
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 variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1068558-1215202973.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.29/0.39	     nbVariables=96  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=2496
0.29/0.39	       =>  wckTime=0.155  cpuTime=0.11  mem=7M919
0.29/0.39	   
0.29/0.39	   relations being loaded...
0.68/0.70	   
0.68/0.70	   constraints being loaded...
0.68/0.77	   Too large in ConstraintConflictsSTructure
0.77/0.82	   Too large in ConstraintConflictsSTructure
0.77/0.88	     nbConstraints=20  nbRelationTypes=2  nbGlobalConstraints=20  nbExtensionStructures=2
0.77/0.88	     nbSharedExtensionStructures=18  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.77/0.88	     maxDegree=2  minArity=8  avgArity=9.6  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.055
0.77/0.88	     symmetryCpuTime=0.02
0.77/0.88	       =>  wckTime=0.648  cpuTime=0.51  mem=40M925
0.87/0.97	   
0.87/0.97	   solver IterativeSystematicSolver being built... 
0.96/1.05	   
0.96/1.05	   INFO : Forward propagation technique limited 
1.06/1.12	       =>  wckTime=0.886  cpuTime=0.63  mem=28M818
1.16/1.27	   
1.16/1.27	   preprocessing
1.16/1.27	     nbConstraintChecks=0  nbValidityChecks=1261425  nbPropagations=98  nbRevisions=0  nbUselessRevisions=0
1.16/1.27	     nbRemovedValues=60  detectedInconsistency=no
1.16/1.27	       =>  wckTime=0.142  cpuTime=0.14  mem=29M722
5.12/5.25	   
5.12/5.25	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M609)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 4/73 29698
/proc/meminfo: memFree=718000/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=1616 CPUtime=0
/proc/29698/stat : 29698 (java) D 29696 29698 29442 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 1999269777 1654784 126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29698/statm: 404 151 125 9 0 46 0

[startup+0.0906481 s]
/proc/loadavg: 2.00 2.00 1.94 4/73 29698
/proc/meminfo: memFree=718000/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=865884 CPUtime=0.07
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 3610 0 1 0 6 1 0 0 18 0 9 0 1999269777 886665216 3098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216471 3098 1662 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101549 s]
/proc/loadavg: 2.00 2.00 1.94 4/73 29698
/proc/meminfo: memFree=718000/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=865884 CPUtime=0.09
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 3742 0 1 0 7 2 0 0 18 0 9 0 1999269777 886665216 3201 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216471 3201 1699 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301571 s]
/proc/loadavg: 2.00 2.00 1.94 4/73 29698
/proc/meminfo: memFree=718000/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=866196 CPUtime=0.29
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 5624 0 1 0 26 3 0 0 18 0 9 0 1999269777 886984704 5038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216549 5038 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701608 s]
/proc/loadavg: 2.00 2.00 1.94 4/73 29698
/proc/meminfo: memFree=718000/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=866408 CPUtime=0.68
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 11501 0 1 0 63 5 0 0 18 0 9 0 1999269777 887201792 10871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216602 10871 1969 9 0 211130 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866408

[startup+1.50428 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 29711
/proc/meminfo: memFree=659880/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=1.45
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 25308 271 1 0 136 9 0 0 18 0 9 0 1999269777 888078336 17128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17128 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=1.19
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 17934 271 1 0 112 7 0 0 25 0 9 0 1999269779 888078336 17128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 17 0 9 0 1999269780 888078336 17128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.17
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 542 271 0 0 17 0 0 0 15 0 9 0 1999269783 888078336 17128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17128 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) 867264

[startup+3.10282 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 29711
/proc/meminfo: memFree=659304/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=3.04
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 25334 271 1 0 295 9 0 0 18 0 9 0 1999269777 888078336 17139 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17139 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=2.76
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 17949 271 1 0 269 7 0 0 25 0 9 0 1999269779 888078336 17139 996147200 134512640 134550740 4294955968 18446744073709551615 4126777864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 17 0 9 0 1999269780 888078336 17139 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17139 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17139 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17139 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.19
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 553 271 0 0 19 0 0 0 15 0 9 0 1999269783 888078336 17139 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17139 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17139 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) 867264

[startup+6.30111 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 29711
/proc/meminfo: memFree=659112/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=6.21
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 25357 271 1 0 612 9 0 0 18 0 9 0 1999269777 888078336 17144 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17144 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=5.91
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 17967 271 1 0 584 7 0 0 25 0 9 0 1999269779 888078336 17144 996147200 134512640 134550740 4294955968 18446744073709551615 4126767347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 17 0 9 0 1999269780 888078336 17144 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17144 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17144 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17144 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.2
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 558 271 0 0 20 0 0 0 15 0 9 0 1999269783 888078336 17144 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17144 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17144 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) 867264

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 29711
/proc/meminfo: memFree=658920/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=12.55
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 25370 271 1 0 1246 9 0 0 18 0 9 0 1999269777 888078336 17147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17147 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=12.25
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 17973 271 1 0 1218 7 0 0 25 0 9 0 1999269779 888078336 17147 996147200 134512640 134550740 4294955968 18446744073709551615 4126767319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 16 0 9 0 1999269780 888078336 17147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.21
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 565 271 0 0 21 0 0 0 15 0 9 0 1999269783 888078336 17147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17147 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) 867264

[startup+25.5018 s]
/proc/loadavg: 2.08 2.02 1.94 3/90 29748
/proc/meminfo: memFree=518312/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=25.27
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 25400 271 1 0 2517 10 0 0 18 0 9 0 1999269777 888078336 17157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17157 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=24.93
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 17986 271 1 0 2486 7 0 0 25 0 9 0 1999269779 888078336 17157 996147200 134512640 134550740 4294955968 18446744073709551615 4126767316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 16 0 9 0 1999269780 888078336 17157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.23
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 582 271 0 0 23 0 0 0 17 0 9 0 1999269783 888078336 17157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 867264

[startup+51.1019 s]
/proc/loadavg: 2.05 2.01 1.94 3/82 29749
/proc/meminfo: memFree=18600/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=50.75
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 25429 271 1 0 5063 12 0 0 18 0 9 0 1999269777 888078336 17159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17159 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=50.41
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 18012 271 1 0 5032 9 0 0 25 0 9 0 1999269779 888078336 17159 996147200 134512640 134550740 4294955968 18446744073709551615 4126777675 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 16 0 9 0 1999269780 888078336 17159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.24
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 585 271 0 0 24 0 0 0 16 0 9 0 1999269783 888078336 17159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0

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

/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.25
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 589 271 0 0 25 0 0 0 15 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.94
Current children cumulated vsize (KiB) 867264

[startup+1542.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/82 29751
/proc/meminfo: memFree=17896/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=1534.64
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 26925 271 1 0 153448 16 0 0 18 0 9 0 1999269777 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17163 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=1534.28
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 19504 271 1 0 153415 13 0 0 25 0 9 0 1999269779 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4126777897 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.25
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 589 271 0 0 25 0 0 0 15 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.64
Current children cumulated vsize (KiB) 867264

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/82 29751
/proc/meminfo: memFree=17896/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=1594.35
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 26999 271 1 0 159419 16 0 0 18 0 9 0 1999269777 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17163 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=1593.99
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 19578 271 1 0 159386 13 0 0 25 0 9 0 1999269779 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4126778117 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.25
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 589 271 0 0 25 0 0 0 16 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.35
Current children cumulated vsize (KiB) 867264

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 29751
/proc/meminfo: memFree=17896/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=1654.06
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 27062 271 1 0 165389 17 0 0 18 0 9 0 1999269777 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17163 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=1653.7
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 19641 271 1 0 165357 13 0 0 25 0 9 0 1999269779 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4126785189 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.25
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 589 271 0 0 25 0 0 0 16 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.06
Current children cumulated vsize (KiB) 867264

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 29751
/proc/meminfo: memFree=17896/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=1713.77
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 27129 271 1 0 171360 17 0 0 18 0 9 0 1999269777 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17163 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=1713.4
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 19708 271 1 0 171327 13 0 0 25 0 9 0 1999269779 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4126778290 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.25
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 589 271 0 0 25 0 0 0 16 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.77
Current children cumulated vsize (KiB) 867264

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 29751
/proc/meminfo: memFree=17832/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=1773.47
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 27177 271 1 0 177330 17 0 0 18 0 9 0 1999269777 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17163 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=1773.12
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 19756 271 1 0 177298 14 0 0 25 0 9 0 1999269779 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4126777665 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.25
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 589 271 0 0 25 0 0 0 16 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.47
Current children cumulated vsize (KiB) 867264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 29751
/proc/meminfo: memFree=17704/2055920 swapFree=4179776/4192956
[pid=29698] ppid=29696 vsize=867264 CPUtime=1800.04
/proc/29698/stat : 29698 (java) S 29696 29698 29442 0 -1 0 27203 271 1 0 179987 17 0 0 18 0 9 0 1999269777 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29698/statm: 216816 17163 2631 9 0 211322 0
[pid=29698/tid=29699] ppid=29696 vsize=867264 CPUtime=1799.69
/proc/29698/task/29699/stat : 29699 (java) R 29696 29698 29442 0 -1 64 19782 271 1 0 179955 14 0 0 25 0 9 0 1999269779 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4126767386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29701] ppid=29696 vsize=867264 CPUtime=0.07
/proc/29698/task/29701/stat : 29701 (java) S 29696 29698 29442 0 -1 64 5994 271 0 0 6 1 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29702] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29702/stat : 29702 (java) S 29696 29698 29442 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29703] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29703/stat : 29703 (java) S 29696 29698 29442 0 -1 64 7 271 0 0 0 0 0 0 16 0 9 0 1999269780 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29704] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29704/stat : 29704 (java) S 29696 29698 29442 0 -1 64 0 271 0 0 0 0 0 0 18 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29705] ppid=29696 vsize=867264 CPUtime=0.25
/proc/29698/task/29705/stat : 29705 (java) S 29696 29698 29442 0 -1 64 589 271 0 0 25 0 0 0 16 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29698/tid=29706] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29706/stat : 29706 (java) S 29696 29698 29442 0 -1 64 2 271 0 0 0 0 0 0 19 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29698/tid=29707] ppid=29696 vsize=867264 CPUtime=0
/proc/29698/task/29707/stat : 29707 (java) S 29696 29698 29442 0 -1 64 3 271 0 0 0 0 0 0 15 0 9 0 1999269783 888078336 17163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867264

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

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

Child status: 143
Real time (s): 1809.04
CPU time (s): 1800.1
CPU user time (s): 1799.91
CPU system time (s): 0.19697
CPU usage (%): 99.5058
Max. virtual memory (cumulated for all children) (KiB): 867264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27504
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= 37680
involuntary context switches= 27789

runsolver used 2.38964 second user time and 5.85011 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 22:22:53
IDJOB=1068558
IDBENCH=55528
IDSOLVER=363
FILE ID=node43/1068558-1215202973
PBS_JOBID= 7881650
Free space on /tmp= 66480 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg8-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-1068558-1215202973/watcher-1068558-1215202973 -o /tmp/evaluation-result-1068558-1215202973/solver-1068558-1215202973 -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-1068558-1215202973.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a30bac125ccd6edcdaea2d160e56f6b8
RANDOM SEED=260017642

node43.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.230
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.230
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:        718416 kB
Buffers:         65600 kB
Cached:        1194260 kB
SwapCached:       7048 kB
Active:         856608 kB
Inactive:       414236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        718416 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            3176 kB
Writeback:           0 kB
Mapped:          18592 kB
Slab:            51936 kB
Committed_AS:  3715964 kB
PageTables:       1900 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= 66464 MiB
End job on node43 at 2008-07-04 22:53:04