Trace number 1075970

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.07 1808.24

General information on the benchmark

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

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1075970-1215182820.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.28/0.39	     nbVariables=63  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1638
0.28/0.39	       =>  wckTime=0.149  cpuTime=0.11  mem=7M919
0.28/0.39	   
0.28/0.39	   relations being loaded...
0.68/0.75	   
0.68/0.75	   constraints being loaded...
0.77/0.84	   Too large in ConstraintConflictsSTructure
0.87/0.98	   Too large in ConstraintConflictsSTructure
0.97/1.05	     nbConstraints=16  nbRelationTypes=2  nbGlobalConstraints=16  nbExtensionStructures=2
0.97/1.05	     nbSharedExtensionStructures=14  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.97/1.05	     maxDegree=2  minArity=7  avgArity=7.88  maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.061
0.97/1.05	     symmetryCpuTime=0.02
0.97/1.05	       =>  wckTime=0.807  cpuTime=0.63  mem=24M453
1.06/1.15	   
1.06/1.16	   solver IterativeSystematicSolver being built... 
1.16/1.21	   
1.16/1.22	   INFO : Forward propagation technique limited 
1.16/1.29	       =>  wckTime=1.047  cpuTime=0.76  mem=35M687
3.06/3.14	   
3.06/3.14	   preprocessing
3.06/3.14	     nbConstraintChecks=0  nbValidityChecks=17384462  nbPropagations=1615  nbRevisions=0  nbUselessRevisions=0
3.06/3.14	     nbSingletonTests=89  nbEffectiveSingletonTests=0  nbACRemovals=24  nbFoundSingletons=0  nbRemovedValues=24
3.06/3.14	     detectedInconsistency=no
3.06/3.14	       =>  wckTime=1.841  cpuTime=1.79  mem=35M687
6.92/7.08	   
6.92/7.08	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=36M568)

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-1075970-1215182820/watcher-1075970-1215182820 -o /tmp/evaluation-result-1075970-1215182820/solver-1075970-1215182820 -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-1075970-1215182820.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.91 3/73 12157
/proc/meminfo: memFree=1492800/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=10616 CPUtime=0
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1997256397 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 2654 472 209 9 0 1184 0
[pid=12157/tid=12158] ppid=12155 vsize=10616 CPUtime=0
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1997256398 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8708056 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.063635 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 12157
/proc/meminfo: memFree=1492800/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=864076 CPUtime=0.04
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 2719 0 1 0 3 1 0 0 18 0 9 0 1997256397 884813824 2276 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216019 2276 1087 9 0 210976 0
[pid=12157/tid=12158] ppid=12155 vsize=864076 CPUtime=0.03
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 1820 0 1 0 2 1 0 0 20 0 9 0 1997256398 884813824 2276 996147200 134512640 134550740 4294955968 18446744073709551615 102756401 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.10164 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 12157
/proc/meminfo: memFree=1492800/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=865884 CPUtime=0.08
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 3689 0 1 0 6 2 0 0 18 0 9 0 1997256397 886665216 3163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216471 3163 1681 9 0 211026 0
[pid=12157/tid=12158] ppid=12155 vsize=865884 CPUtime=0.06
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 2780 0 1 0 5 1 0 0 18 0 9 0 1997256398 886665216 3163 996147200 134512640 134550740 4294955968 18446744073709551615 4125979668 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301675 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 12157
/proc/meminfo: memFree=1492800/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=866196 CPUtime=0.28
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 5619 0 1 0 24 4 0 0 18 0 9 0 1997256397 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216549 5033 1902 9 0 211097 0
[pid=12157/tid=12158] ppid=12155 vsize=866196 CPUtime=0.24
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 4656 0 1 0 21 3 0 0 19 0 9 0 1997256398 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.703986 s]
/proc/loadavg: 2.00 2.00 1.91 3/73 12157
/proc/meminfo: memFree=1492800/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=866408 CPUtime=0.68
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 14187 0 1 0 60 8 0 0 18 0 9 0 1997256397 887201792 13557 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216602 13557 1969 9 0 211130 0
[pid=12157/tid=12158] ppid=12155 vsize=866408 CPUtime=0.6
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 13168 0 1 0 53 7 0 0 22 0 9 0 1997256398 887201792 13557 996147200 134512640 134550740 4294955968 18446744073709551615 4126574866 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866408

[startup+1.50288 s]
/proc/loadavg: 2.00 2.00 1.91 4/82 12166
/proc/meminfo: memFree=1424888/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867264 CPUtime=1.48
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 31241 269 1 0 132 15 0 1 18 0 10 0 1997256397 888078336 22713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216816 22713 2633 9 0 211322 0
[pid=12157/tid=12158] ppid=12155 vsize=867264 CPUtime=1.18
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 20197 269 1 0 107 10 0 1 18 0 10 0 1997256398 888078336 22713 996147200 134512640 134550740 4294955968 18446744073709551615 4126766608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867264 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9708 269 0 0 10 3 0 1 16 0 10 0 1997256400 888078336 22713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867264 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 10 0 1997256400 888078336 22713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867264 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 10 0 1997256400 888078336 22713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867264 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 10 0 1997256402 888078336 22713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867264 CPUtime=0.14
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 509 269 0 0 13 0 0 1 16 0 10 0 1997256402 888078336 22713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867264 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 10 0 1997256402 888078336 22713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867264 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 10 0 1997256402 888078336 22713 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867264

[startup+3.10117 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 12170
/proc/meminfo: memFree=1411832/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867264 CPUtime=3.06
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 31287 269 1 0 290 15 0 1 18 0 9 0 1997256397 888078336 22723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216816 22723 2634 9 0 211322 0
[pid=12157/tid=12158] ppid=12155 vsize=867264 CPUtime=2.74
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 20229 269 1 0 263 10 0 1 25 0 9 0 1997256398 888078336 22723 996147200 134512640 134550740 4294955968 18446744073709551615 4126766316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867264 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9709 269 0 0 10 3 0 1 17 0 9 0 1997256400 888078336 22723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867264 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 9 0 1997256400 888078336 22723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867264 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888078336 22723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867264 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888078336 22723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867264 CPUtime=0.16
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 518 269 0 0 15 0 0 1 15 0 9 0 1997256402 888078336 22723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867264 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888078336 22723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867264 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888078336 22723 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867264

[startup+6.30273 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 12170
/proc/meminfo: memFree=1411448/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867396 CPUtime=6.23
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 31587 269 1 0 606 16 0 1 18 0 9 0 1997256397 888213504 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216849 22749 2634 9 0 211355 0
[pid=12157/tid=12158] ppid=12155 vsize=867396 CPUtime=5.87
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 20508 269 1 0 576 10 0 1 25 0 9 0 1997256398 888213504 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4126766563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867396 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9709 269 0 0 10 3 0 1 17 0 9 0 1997256400 888213504 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888213504 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867396 CPUtime=0.2
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 539 269 0 0 19 0 0 1 15 0 9 0 1997256402 888213504 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888213504 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888213504 22749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867396

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 12170
/proc/meminfo: memFree=1411192/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867396 CPUtime=12.57
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 31605 269 1 0 1240 16 0 1 18 0 9 0 1997256397 888213504 22751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216849 22751 2634 9 0 211355 0
[pid=12157/tid=12158] ppid=12155 vsize=867396 CPUtime=12.21
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 20521 269 1 0 1210 10 0 1 25 0 9 0 1997256398 888213504 22751 996147200 134512640 134550740 4294955968 18446744073709551615 4126756008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867396 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9709 269 0 0 10 3 0 1 17 0 9 0 1997256400 888213504 22751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888213504 22751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867396 CPUtime=0.2
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 544 269 0 0 19 0 0 1 15 0 9 0 1997256402 888213504 22751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888213504 22751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888213504 22751 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867396

[startup+25.5021 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 12170
/proc/meminfo: memFree=1411192/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867396 CPUtime=25.24
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 31637 269 1 0 2507 16 0 1 18 0 9 0 1997256397 888213504 22764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216849 22764 2634 9 0 211355 0
[pid=12157/tid=12158] ppid=12155 vsize=867396 CPUtime=24.85
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 20537 269 1 0 2474 10 0 1 25 0 9 0 1997256398 888213504 22764 996147200 134512640 134550740 4294955968 18446744073709551615 4126766870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867396 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9709 269 0 0 10 3 0 1 16 0 9 0 1997256400 888213504 22764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888213504 22764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867396 CPUtime=0.23
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 560 269 0 0 22 0 0 1 17 0 9 0 1997256402 888213504 22764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888213504 22764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888213504 22764 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867396

[startup+51.1026 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 12170
/proc/meminfo: memFree=1411128/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867396 CPUtime=50.6
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 31674 269 1 0 5042 17 0 1 18 0 9 0 1997256397 888213504 22765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216849 22765 2634 9 0 211355 0
[pid=12157/tid=12158] ppid=12155 vsize=867396 CPUtime=50.21
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 20571 269 1 0 5009 11 0 1 25 0 9 0 1997256398 888213504 22765 996147200 134512640 134550740 4294955968 18446744073709551615 4126766944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867396 CPUtime=0.14

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

/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867396 CPUtime=0.24
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 569 269 0 0 23 0 0 1 16 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.26
Current children cumulated vsize (KiB) 867396

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 12217
/proc/meminfo: memFree=1638248/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867396 CPUtime=1534.23
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 33694 269 1 0 153400 22 0 1 18 0 9 0 1997256397 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216849 22769 2634 9 0 211355 0
[pid=12157/tid=12158] ppid=12155 vsize=867396 CPUtime=1533.83
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 22585 269 1 0 153366 16 0 1 25 0 9 0 1997256398 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4126766530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867396 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9709 269 0 0 10 3 0 1 16 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867396 CPUtime=0.24
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 569 269 0 0 23 0 0 1 16 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.23
Current children cumulated vsize (KiB) 867396

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 12217
/proc/meminfo: memFree=1638248/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867396 CPUtime=1594.21
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 33751 269 1 0 159398 22 0 1 18 0 9 0 1997256397 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216849 22769 2634 9 0 211355 0
[pid=12157/tid=12158] ppid=12155 vsize=867396 CPUtime=1593.81
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 22642 269 1 0 159364 16 0 1 25 0 9 0 1997256398 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4126766530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867396 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9709 269 0 0 10 3 0 1 16 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867396 CPUtime=0.24
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 569 269 0 0 23 0 0 1 16 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.21
Current children cumulated vsize (KiB) 867396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 12217
/proc/meminfo: memFree=1638248/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867396 CPUtime=1654.18
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 33838 269 1 0 165395 22 0 1 18 0 9 0 1997256397 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216849 22769 2634 9 0 211355 0
[pid=12157/tid=12158] ppid=12155 vsize=867396 CPUtime=1653.78
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 22729 269 1 0 165361 16 0 1 25 0 9 0 1997256398 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4126766530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867396 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9709 269 0 0 10 3 0 1 16 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867396 CPUtime=0.24
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 569 269 0 0 23 0 0 1 16 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.18
Current children cumulated vsize (KiB) 867396

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 12217
/proc/meminfo: memFree=1638248/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867396 CPUtime=1714.16
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 33933 269 1 0 171392 23 0 1 18 0 9 0 1997256397 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216849 22769 2634 9 0 211355 0
[pid=12157/tid=12158] ppid=12155 vsize=867396 CPUtime=1713.76
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 22824 269 1 0 171358 17 0 1 25 0 9 0 1997256398 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4126766347 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867396 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9709 269 0 0 10 3 0 1 16 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867396 CPUtime=0.24
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 569 269 0 0 23 0 0 1 16 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.16
Current children cumulated vsize (KiB) 867396

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 12217
/proc/meminfo: memFree=1638120/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867396 CPUtime=1774.13
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 34077 269 1 0 177389 23 0 1 18 0 9 0 1997256397 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216849 22769 2634 9 0 211355 0
[pid=12157/tid=12158] ppid=12155 vsize=867396 CPUtime=1773.73
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 22968 269 1 0 177355 17 0 1 25 0 9 0 1997256398 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4126766530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867396 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9709 269 0 0 10 3 0 1 16 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867396 CPUtime=0.24
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 569 269 0 0 23 0 0 1 16 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.13
Current children cumulated vsize (KiB) 867396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 12217
/proc/meminfo: memFree=1638120/2055920 swapFree=4180540/4192956
[pid=12157] ppid=12155 vsize=867396 CPUtime=1800.02
/proc/12157/stat : 12157 (java) S 12155 12157 11002 0 -1 0 34138 269 1 0 179978 23 0 1 18 0 9 0 1997256397 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12157/statm: 216849 22769 2634 9 0 211355 0
[pid=12157/tid=12158] ppid=12155 vsize=867396 CPUtime=1799.62
/proc/12157/task/12158/stat : 12158 (java) R 12155 12157 11002 0 -1 64 23029 269 1 0 179944 17 0 1 25 0 9 0 1997256398 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4126766530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12160] ppid=12155 vsize=867396 CPUtime=0.14
/proc/12157/task/12160/stat : 12160 (java) S 12155 12157 11002 0 -1 64 9709 269 0 0 10 3 0 1 16 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12161] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12161/stat : 12161 (java) S 12155 12157 11002 0 -1 64 17 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12162] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12162/stat : 12162 (java) S 12155 12157 11002 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1997256400 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12163] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12163/stat : 12163 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 18 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12164] ppid=12155 vsize=867396 CPUtime=0.24
/proc/12157/task/12164/stat : 12164 (java) S 12155 12157 11002 0 -1 64 569 269 0 0 23 0 0 1 16 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12157/tid=12165] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12165/stat : 12165 (java) S 12155 12157 11002 0 -1 64 1 269 0 0 0 0 0 1 19 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12157/tid=12166] ppid=12155 vsize=867396 CPUtime=0.01
/proc/12157/task/12166/stat : 12166 (java) S 12155 12157 11002 0 -1 64 3 269 0 0 0 0 0 1 15 0 9 0 1997256402 888213504 22769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 867396

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

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

Child status: 143
Real time (s): 1808.24
CPU time (s): 1800.07
CPU user time (s): 1799.81
CPU system time (s): 0.25696
CPU usage (%): 99.5479
Max. virtual memory (cumulated for all children) (KiB): 867396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34442
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37544
involuntary context switches= 37769

runsolver used 2.45163 second user time and 5.78312 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-04 16:47:00
IDJOB=1075970
IDBENCH=56553
IDSOLVER=364
FILE ID=node18/1075970-1215182820
PBS_JOBID= 7881598
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg7-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075970-1215182820/watcher-1075970-1215182820 -o /tmp/evaluation-result-1075970-1215182820/solver-1075970-1215182820 -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-1075970-1215182820.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c98d7c7472aa25a970862831a17bfbcf
RANDOM SEED=313196934

node18.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.268
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	: 5931.00
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.268
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:       1493280 kB
Buffers:         40956 kB
Cached:         211248 kB
SwapCached:       6536 kB
Active:         454308 kB
Inactive:        54676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493280 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            3980 kB
Writeback:           0 kB
Mapped:         262868 kB
Slab:            38540 kB
Committed_AS:  3726964 kB
PageTables:       2308 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= 66548 MiB
End job on node18 at 2008-07-04 17:17:10