Trace number 1076269

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 ESAC? (TO) 1800.15 1813.16

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg9-10_ext.xml
MD5SUMa6c23ac3dbdad0caf62af77ab45f6fec
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 variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1076269-1215184780.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.40	     nbVariables=90  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=2340
0.38/0.40	       =>  wckTime=0.15  cpuTime=0.13  mem=7M919
0.38/0.40	   
0.38/0.40	   relations being loaded...
0.98/1.06	   
0.98/1.06	   constraints being loaded...
1.18/1.20	   Too large in ConstraintConflictsSTructure
1.28/1.31	   Too large in ConstraintConflictsSTructure
1.28/1.39	     nbConstraints=19  nbRelationTypes=2  nbGlobalConstraints=19  nbExtensionStructures=2
1.28/1.39	     nbSharedExtensionStructures=17  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
1.28/1.39	     maxDegree=2  minArity=9  avgArity=9.47  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.066
1.28/1.39	     symmetryCpuTime=0.03
1.28/1.39	       =>  wckTime=1.141  cpuTime=0.95  mem=49M923
1.46/1.54	   
1.46/1.54	   solver IterativeSystematicSolver being built... 
1.56/1.62	   
1.56/1.62	   INFO : Forward propagation technique limited 
1.56/1.69	       =>  wckTime=1.439  cpuTime=1.08  mem=42M597
6.91/7.09	   
6.91/7.09	   preprocessing
6.91/7.09	     nbConstraintChecks=0  nbValidityChecks=42073040  nbPropagations=2943  nbRevisions=0  nbUselessRevisions=0
6.91/7.09	     nbSingletonTests=116  nbEffectiveSingletonTests=0  nbACRemovals=28  nbFoundSingletons=0  nbRemovedValues=28
6.91/7.09	     detectedInconsistency=no
6.91/7.09	       =>  wckTime=5.394  cpuTime=5.3  mem=43M444
22.76/23.02	   
22.76/23.02	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=44M341)

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-1076269-1215184780/watcher-1076269-1215184780 -o /tmp/evaluation-result-1076269-1215184780/solver-1076269-1215184780 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1076269-1215184780.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 10762
/proc/meminfo: memFree=1817744/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=1616 CPUtime=0
/proc/10762/stat : 10762 (java) D 10760 10762 5878 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1997449447 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10762/statm: 404 145 119 9 0 46 0

[startup+0.080855 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 10762
/proc/meminfo: memFree=1817744/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=865856 CPUtime=0.06
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 3412 0 1 0 4 2 0 0 18 0 9 0 1997449447 886636544 2917 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216464 2917 1571 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102857 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 10762
/proc/meminfo: memFree=1817744/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=865884 CPUtime=0.09
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 3732 0 1 0 6 3 0 0 18 0 9 0 1997449447 886665216 3194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216471 3194 1694 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302898 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 10762
/proc/meminfo: memFree=1817744/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=866280 CPUtime=0.28
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 5691 0 1 0 24 4 0 0 18 0 9 0 1997449447 887070720 5076 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216570 5076 1942 9 0 211098 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866280

[startup+0.702983 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 10762
/proc/meminfo: memFree=1817744/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=866396 CPUtime=0.68
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 12144 0 1 0 60 8 0 0 18 0 9 0 1997449447 887189504 11514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216599 11514 1969 9 0 211127 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866396

[startup+1.50113 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 10771
/proc/meminfo: memFree=1746632/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867176 CPUtime=1.46
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 26731 271 1 0 130 15 0 1 18 0 9 0 1997449447 887988224 20544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216794 20544 2606 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867176 CPUtime=1.17
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 16435 271 1 0 106 10 0 1 24 0 9 0 1997449448 887988224 20544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867176 CPUtime=0.16
/proc/10762/task/10765/stat : 10765 (java) R 10760 10762 5878 0 -1 64 9018 271 0 0 12 3 0 1 16 0 9 0 1997449449 887988224 20544 996147200 134512640 134550740 4294955968 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867176 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 10 271 0 0 0 0 0 1 19 0 9 0 1997449450 887988224 20544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867176 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 20 0 9 0 1997449450 887988224 20544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867176 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 887988224 20544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867176 CPUtime=0.12
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 452 271 0 0 11 0 0 1 16 0 9 0 1997449452 887988224 20544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867176 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 887988224 20544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867176 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 887988224 20544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867176

[startup+3.10244 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 10775
/proc/meminfo: memFree=1729352/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=3.05
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 34547 271 1 0 286 18 0 1 18 0 9 0 1997449447 888078336 24538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24538 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=2.66
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20301 271 1 0 254 11 0 1 25 0 9 0 1997449448 888078336 24538 996147200 134512640 134550740 4294955968 18446744073709551615 4126778487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 17 0 9 0 1997449449 888078336 24538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 542 271 0 0 17 0 0 1 15 0 9 0 1997449452 888078336 24538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24538 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24538 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) 867264

[startup+6.30105 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 10775
/proc/meminfo: memFree=1729224/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=6.23
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 34555 271 1 0 603 19 0 1 18 0 9 0 1997449447 888078336 24543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24543 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=5.82
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20303 271 1 0 570 11 0 1 25 0 9 0 1997449448 888078336 24543 996147200 134512640 134550740 4294955968 18446744073709551615 4126778434 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 16 0 9 0 1997449449 888078336 24543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.19
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 548 271 0 0 18 0 0 1 15 0 9 0 1997449452 888078336 24543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24543 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24543 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) 867264

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 10775
/proc/meminfo: memFree=1728976/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=12.56
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 34823 271 1 0 1236 19 0 1 18 0 9 0 1997449447 888078336 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24558 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=12.12
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20559 271 1 0 1200 11 0 1 20 0 9 0 1997449448 888078336 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4126767892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 16 0 9 0 1997449449 888078336 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.22
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 560 271 0 0 21 0 0 1 15 0 9 0 1997449452 888078336 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867264

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 10775
/proc/meminfo: memFree=1729040/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=25.24
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 34847 271 1 0 2504 19 0 1 18 0 9 0 1997449447 888078336 24562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24562 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=24.79
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20579 271 1 0 2467 11 0 1 25 0 9 0 1997449448 888078336 24562 996147200 134512640 134550740 4294955968 18446744073709551615 4126778444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 16 0 9 0 1997449449 888078336 24562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.23
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 564 271 0 0 22 0 0 1 15 0 9 0 1997449452 888078336 24562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867264

[startup+51.1026 s]
/proc/loadavg: 2.04 2.00 2.00 3/81 10775
/proc/meminfo: memFree=1728976/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=50.59
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 34860 271 1 0 5039 19 0 1 18 0 9 0 1997449447 888078336 24563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24563 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=50.15
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20587 271 1 0 5002 12 0 1 25 0 9 0 1997449448 888078336 24563 996147200 134512640 134550740 4294955968 18446744073709551615 4126778434 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 16 0 9 0 1997449449 888078336 24563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.23
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 569 271 0 0 22 0 0 1 15 0 9 0 1997449452 888078336 24563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01

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

/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.27
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 596 271 0 0 26 0 0 1 16 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.53
Current children cumulated vsize (KiB) 867264

[startup+1602.3 s]
/proc/loadavg: 1.33 1.67 1.86 2/76 11757
/proc/meminfo: memFree=1680312/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=1589.48
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 35179 271 1 0 158890 57 0 1 18 0 9 0 1997449447 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24581 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=1589
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20879 271 1 0 158849 50 0 1 25 0 9 0 1997449448 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4126778434 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 16 0 9 0 1997449449 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.27
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 596 271 0 0 26 0 0 1 16 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.48
Current children cumulated vsize (KiB) 867264

[startup+1662.3 s]
/proc/loadavg: 1.42 1.63 1.84 2/76 11832
/proc/meminfo: memFree=1678776/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=1649.4
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 35203 271 1 0 164877 62 0 1 18 0 9 0 1997449447 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24581 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=1648.93
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20903 271 1 0 164837 55 0 1 25 0 9 0 1997449448 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4126778251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 16 0 9 0 1997449449 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.27
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 596 271 0 0 26 0 0 1 16 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.4
Current children cumulated vsize (KiB) 867264

[startup+1722.3 s]
/proc/loadavg: 1.51 1.62 1.82 2/76 12017
/proc/meminfo: memFree=1663864/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=1709.36
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 35221 271 1 0 170871 64 0 1 18 0 9 0 1997449447 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24581 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=1708.89
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20921 271 1 0 170831 57 0 1 25 0 9 0 1997449448 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4126778434 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 16 0 9 0 1997449449 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.27
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 596 271 0 0 26 0 0 1 16 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.36
Current children cumulated vsize (KiB) 867264

[startup+1782.3 s]
/proc/loadavg: 1.53 1.58 1.79 3/89 12109
/proc/meminfo: memFree=1595400/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=1769.29
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 35221 271 1 0 176861 67 0 1 18 0 9 0 1997449447 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24581 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=1768.81
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20921 271 1 0 176820 60 0 1 25 0 9 0 1997449448 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4126778434 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 16 0 9 0 1997449449 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.27
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 596 271 0 0 26 0 0 1 16 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.29
Current children cumulated vsize (KiB) 867264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.1 s]
/proc/loadavg: 1.71 1.62 1.80 3/89 12109
/proc/meminfo: memFree=1581896/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=1800.08
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 35221 271 1 0 179939 68 0 1 18 0 9 0 1997449447 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24581 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=1799.59
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20921 271 1 0 179898 60 0 1 25 0 9 0 1997449448 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4126778434 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 16 0 9 0 1997449449 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.27
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 596 271 0 0 26 0 0 1 16 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
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

[startup+1813.1 s]
/proc/loadavg: 1.71 1.62 1.80 3/89 12109
/proc/meminfo: memFree=1581896/2055920 swapFree=4180500/4192956
[pid=10762] ppid=10760 vsize=867264 CPUtime=1800.08
/proc/10762/stat : 10762 (java) S 10760 10762 5878 0 -1 0 35221 271 1 0 179939 68 0 1 18 0 9 0 1997449447 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10762/statm: 216816 24581 2634 9 0 211322 0
[pid=10762/tid=10764] ppid=10760 vsize=867264 CPUtime=1799.59
/proc/10762/task/10764/stat : 10764 (java) R 10760 10762 5878 0 -1 64 20921 271 1 0 179898 60 0 1 25 0 9 0 1997449448 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4126778434 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10765] ppid=10760 vsize=867264 CPUtime=0.18
/proc/10762/task/10765/stat : 10765 (java) S 10760 10762 5878 0 -1 64 12868 271 0 0 13 4 0 1 16 0 9 0 1997449449 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10762/tid=10766] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10766/stat : 10766 (java) S 10760 10762 5878 0 -1 64 16 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10767] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10767/stat : 10767 (java) S 10760 10762 5878 0 -1 64 7 271 0 0 0 0 0 1 16 0 9 0 1997449450 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10768] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10768/stat : 10768 (java) S 10760 10762 5878 0 -1 64 0 271 0 0 0 0 0 1 18 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10769] ppid=10760 vsize=867264 CPUtime=0.27
/proc/10762/task/10769/stat : 10769 (java) S 10760 10762 5878 0 -1 64 596 271 0 0 26 0 0 1 16 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10770] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10770/stat : 10770 (java) S 10760 10762 5878 0 -1 64 2 271 0 0 0 0 0 1 19 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10762/tid=10771] ppid=10760 vsize=867264 CPUtime=0.01
/proc/10762/task/10771/stat : 10771 (java) S 10760 10762 5878 0 -1 64 3 271 0 0 0 0 0 1 15 0 9 0 1997449452 888078336 24581 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867264

Child status: 143
Real time (s): 1813.16
CPU time (s): 1800.15
CPU user time (s): 1799.43
CPU system time (s): 0.712891
CPU usage (%): 99.2822
Max. virtual memory (cumulated for all children) (KiB): 867264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.712891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35521
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= 37854
involuntary context switches= 36859

runsolver used 2.36564 second user time and 5.69813 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 17:19:41
IDJOB=1076269
IDBENCH=56576
IDSOLVER=364
FILE ID=node59/1076269-1215184780
PBS_JOBID= 7881413
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg9-10_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076269-1215184780/watcher-1076269-1215184780 -o /tmp/evaluation-result-1076269-1215184780/solver-1076269-1215184780 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1076269-1215184780.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a6c23ac3dbdad0caf62af77ab45f6fec
RANDOM SEED=1710987190

node59.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1818224 kB
Buffers:         33120 kB
Cached:         121728 kB
SwapCached:       6176 kB
Active:          74664 kB
Inactive:       102192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818224 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            5112 kB
Writeback:           0 kB
Mapped:          29988 kB
Slab:            45404 kB
Committed_AS:  4115268 kB
PageTables:       2548 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= 66492 MiB
End job on node59 at 2008-07-04 17:49:56