Trace number 1068260

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.14 1812.36

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg6-10_ext.xml
MD5SUM77cf315d85c5b0dc6faca98dd915c7cb
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 variables60
Number of constraints16
Maximum constraint arity10
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.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1068260-1215153001.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.36	     nbVariables=60  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1560
0.28/0.36	       =>  wckTime=0.114  cpuTime=0.09  mem=7M919
0.28/0.36	   
0.28/0.36	   relations being loaded...
0.47/0.54	   
0.47/0.54	   constraints being loaded...
0.57/0.66	   Too large in ConstraintConflictsSTructure
0.66/0.71	     nbConstraints=16  nbRelationTypes=2  nbGlobalConstraints=16  nbExtensionStructures=2
0.66/0.71	     nbSharedExtensionStructures=14  nbConflictsStructures=1  nbSharedConflictsStructures=9
0.66/0.71	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=2  minArity=6  avgArity=7.5
0.66/0.71	     maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.045  symmetryCpuTime=0.02
0.66/0.71	       =>  wckTime=0.463  cpuTime=0.37  mem=37M667
0.66/0.79	   
0.66/0.79	   solver IterativeSystematicSolver being built... 
0.76/0.86	   
0.76/0.86	   INFO : Forward propagation technique limited 
0.87/0.93	       =>  wckTime=0.679  cpuTime=0.48  mem=27M522
1.45/1.51	   
1.45/1.51	   preprocessing
1.45/1.51	     nbConstraintChecks=0  nbValidityChecks=6127423  nbPropagations=1023  nbRevisions=0  nbUselessRevisions=0
1.45/1.51	     nbSingletonTests=75  nbEffectiveSingletonTests=0  nbACRemovals=40  nbFoundSingletons=0  nbRemovedValues=40
1.45/1.51	     detectedInconsistency=no
1.45/1.51	       =>  wckTime=0.574  cpuTime=0.54  mem=28M568
2.54/2.66	   
2.54/2.66	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=29M468)

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-1068260-1215153001/watcher-1068260-1215153001 -o /tmp/evaluation-result-1068260-1215153001/solver-1068260-1215153001 -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-1068260-1215153001.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.01 2.04 2.00 3/82 12154
/proc/meminfo: memFree=1819224/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=18572 CPUtime=0
/proc/12154/stat : 12154 (runsolver) R 12152 12154 7458 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 671027719 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12154/statm: 4643 292 257 25 0 2626 0

[startup+0.0940861 s]
/proc/loadavg: 2.01 2.04 2.00 3/82 12154
/proc/meminfo: memFree=1819224/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=865884 CPUtime=0.07
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 3643 0 1 0 5 2 0 0 20 0 9 0 671027719 886665216 3127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216471 3127 1675 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101086 s]
/proc/loadavg: 2.01 2.04 2.00 3/82 12154
/proc/meminfo: memFree=1819224/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=865884 CPUtime=0.08
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 3691 0 1 0 6 2 0 0 20 0 9 0 671027719 886665216 3166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216471 3166 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301109 s]
/proc/loadavg: 2.01 2.04 2.00 3/82 12154
/proc/meminfo: memFree=1819224/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=866284 CPUtime=0.28
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 5867 0 1 0 24 4 0 0 20 0 9 0 671027719 887074816 5241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216571 5241 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701152 s]
/proc/loadavg: 2.01 2.04 2.00 3/82 12154
/proc/meminfo: memFree=1819224/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=866844 CPUtime=0.66
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 13926 267 1 0 59 7 0 0 20 0 9 0 671027719 887648256 12847 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216711 12847 1992 9 0 211239 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 866844

[startup+1.50223 s]
/proc/loadavg: 2.01 2.04 2.00 3/91 12167
/proc/meminfo: memFree=1764688/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=866932 CPUtime=1.45
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 24006 267 1 0 135 10 0 0 20 0 9 0 671027719 887738368 16177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216733 16177 2631 9 0 211239 0
[pid=12154/tid=12156] ppid=12152 vsize=866932 CPUtime=1.21
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 17059 267 1 0 114 7 0 0 25 0 9 0 671027721 887738368 16177 996147200 134512640 134550740 4294955968 18446744073709551615 4126776325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12157] ppid=12152 vsize=866932 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 16 0 9 0 671027722 887738368 16177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=866932 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887738368 16177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=866932 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887738368 16177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=866932 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887738368 16177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=866932 CPUtime=0.15
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 522 267 0 0 15 0 0 0 15 0 9 0 671027725 887738368 16177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12162] ppid=12152 vsize=866932 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887738368 16177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=866932 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887738368 16177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 866932

[startup+3.10239 s]
/proc/loadavg: 2.01 2.04 2.00 3/91 12167
/proc/meminfo: memFree=1764368/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=3.04
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 24311 267 1 0 294 10 0 0 20 0 9 0 671027719 887873536 16205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 16205 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=2.77
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 17341 267 1 0 269 8 0 0 25 0 9 0 671027721 887873536 16205 996147200 134512640 134550740 4294955968 18446744073709551615 4126776556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 17 0 9 0 671027722 887873536 16205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 16205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 16205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 16205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.19
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 545 267 0 0 19 0 0 0 15 0 9 0 671027725 887873536 16205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 16205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 16205 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867064

[startup+6.30171 s]
/proc/loadavg: 2.09 2.06 2.00 3/91 12167
/proc/meminfo: memFree=1764176/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=6.21
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 24339 267 1 0 610 11 0 0 20 0 9 0 671027719 887873536 16217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 16217 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=5.91
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 17356 267 1 0 583 8 0 0 25 0 9 0 671027721 887873536 16217 996147200 134512640 134550740 4294955968 18446744073709551615 4126765544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 17 0 9 0 671027722 887873536 16217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 16217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 16217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 16217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.21
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 558 267 0 0 21 0 0 0 15 0 9 0 671027725 887873536 16217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 16217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 16217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867064

[startup+12.7023 s]
/proc/loadavg: 2.08 2.06 2.00 3/91 12167
/proc/meminfo: memFree=1764056/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=12.55
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 24369 267 1 0 1244 11 0 0 20 0 9 0 671027719 887873536 16224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 16224 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=12.23
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 17376 267 1 0 1215 8 0 0 25 0 9 0 671027721 887873536 16224 996147200 134512640 134550740 4294955968 18446744073709551615 4126765555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 16 0 9 0 671027722 887873536 16224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 16224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 16224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 16224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.22
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 568 267 0 0 22 0 0 0 15 0 9 0 671027725 887873536 16224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 16224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 16224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867064

[startup+25.5016 s]
/proc/loadavg: 2.06 2.06 2.00 3/91 12167
/proc/meminfo: memFree=1764056/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=25.23
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 24421 267 1 0 2512 11 0 0 20 0 9 0 671027719 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 16225 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=24.91
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 17427 267 1 0 2483 8 0 0 25 0 9 0 671027721 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4126775883 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 16 0 9 0 671027722 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.22
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 569 267 0 0 22 0 0 0 16 0 9 0 671027725 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867064

[startup+51.1012 s]
/proc/loadavg: 2.04 2.05 2.00 3/91 12167
/proc/meminfo: memFree=1763992/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=50.58
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 24508 267 1 0 5047 11 0 0 20 0 9 0 671027719 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 16225 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=50.26
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 17514 267 1 0 5018 8 0 0 25 0 9 0 671027721 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4126776066 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 16 0 9 0 671027722 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.22
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 569 267 0 0 22 0 0 0 16 0 9 0 671027725 887873536 16225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0

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

/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.23
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 570 267 0 0 23 0 0 0 16 0 9 0 671027725 887873536 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 18067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.11
Current children cumulated vsize (KiB) 867064

[startup+1602.3 s]
/proc/loadavg: 2.05 1.99 1.99 3/82 12231
/proc/meminfo: memFree=1795944/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=1590.87
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 29287 267 1 0 159070 17 0 0 20 0 9 0 671027719 887873536 18307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 18307 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=1590.56
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 22292 267 1 0 159041 15 0 0 25 0 9 0 671027721 887873536 18307 996147200 134512640 134550740 4294955968 18446744073709551615 4126776066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 16 0 9 0 671027722 887873536 18307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 18307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 18307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 18307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.23
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 570 267 0 0 23 0 0 0 16 0 9 0 671027725 887873536 18307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 18307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 18307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.87
Current children cumulated vsize (KiB) 867064

[startup+1662.3 s]
/proc/loadavg: 2.02 1.99 1.99 3/82 12231
/proc/meminfo: memFree=1794856/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=1650.64
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 29548 267 1 0 165046 18 0 0 20 0 9 0 671027719 887873536 18568 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 18568 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=1650.32
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 22553 267 1 0 165017 15 0 0 25 0 9 0 671027721 887873536 18568 996147200 134512640 134550740 4294955968 18446744073709551615 4126775883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 16 0 9 0 671027722 887873536 18568 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 18568 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 18568 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 18568 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.23
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 570 267 0 0 23 0 0 0 16 0 9 0 671027725 887873536 18568 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 18568 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 18568 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.64
Current children cumulated vsize (KiB) 867064

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 12231
/proc/meminfo: memFree=1793704/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=1710.41
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 29823 267 1 0 171023 18 0 0 20 0 9 0 671027719 887873536 18842 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 18842 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=1710.09
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 22828 267 1 0 170994 15 0 0 25 0 9 0 671027721 887873536 18842 996147200 134512640 134550740 4294955968 18446744073709551615 4126776066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 16 0 9 0 671027722 887873536 18842 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 18842 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 18842 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 18842 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.23
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 570 267 0 0 23 0 0 0 16 0 9 0 671027725 887873536 18842 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 18842 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 18842 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.41
Current children cumulated vsize (KiB) 867064

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 12231
/proc/meminfo: memFree=1792488/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=1770.17
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 30078 267 1 0 176999 18 0 0 20 0 9 0 671027719 887873536 19097 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 19097 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=1769.85
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 23083 267 1 0 176970 15 0 0 25 0 9 0 671027721 887873536 19097 996147200 134512640 134550740 4294955968 18446744073709551615 4126776050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 16 0 9 0 671027722 887873536 19097 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 19097 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 19097 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 19097 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.23
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 570 267 0 0 23 0 0 0 16 0 9 0 671027725 887873536 19097 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 19097 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 19097 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.17
Current children cumulated vsize (KiB) 867064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 12231
/proc/meminfo: memFree=1791912/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=1800.06
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 30216 267 1 0 179987 19 0 0 20 0 9 0 671027719 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 19235 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=1799.74
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 23221 267 1 0 179958 16 0 0 25 0 9 0 671027721 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4126776540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 16 0 9 0 671027722 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.23
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 570 267 0 0 23 0 0 0 16 0 9 0 671027725 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867064

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

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

[startup+1812.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 12231
/proc/meminfo: memFree=1791912/2055920 swapFree=4179808/4192956
[pid=12154] ppid=12152 vsize=867064 CPUtime=1800.06
/proc/12154/stat : 12154 (java) S 12152 12154 7458 0 -1 0 30216 267 1 0 179987 19 0 0 20 0 9 0 671027719 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12154/statm: 216766 19235 2631 9 0 211272 0
[pid=12154/tid=12156] ppid=12152 vsize=867064 CPUtime=1799.74
/proc/12154/task/12156/stat : 12156 (java) R 12152 12154 7458 0 -1 64 23221 267 1 0 179958 16 0 0 25 0 9 0 671027721 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4126776540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12157] ppid=12152 vsize=867064 CPUtime=0.06
/proc/12154/task/12157/stat : 12157 (java) S 12152 12154 7458 0 -1 64 5582 267 0 0 5 1 0 0 16 0 9 0 671027722 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12158] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12158/stat : 12158 (java) S 12152 12154 7458 0 -1 64 16 267 0 0 0 0 0 0 16 0 9 0 671027723 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12159] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12159/stat : 12159 (java) S 12152 12154 7458 0 -1 64 7 267 0 0 0 0 0 0 15 0 9 0 671027723 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12160] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12160/stat : 12160 (java) S 12152 12154 7458 0 -1 64 0 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12161] ppid=12152 vsize=867064 CPUtime=0.23
/proc/12154/task/12161/stat : 12161 (java) S 12152 12154 7458 0 -1 64 570 267 0 0 23 0 0 0 16 0 9 0 671027725 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12154/tid=12162] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12162/stat : 12162 (java) S 12152 12154 7458 0 -1 64 2 267 0 0 0 0 0 0 25 0 9 0 671027725 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12154/tid=12163] ppid=12152 vsize=867064 CPUtime=0
/proc/12154/task/12163/stat : 12163 (java) S 12152 12154 7458 0 -1 64 9 267 0 0 0 0 0 0 15 0 9 0 671027725 887873536 19235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867064

Child status: 143
Real time (s): 1812.36
CPU time (s): 1800.14
CPU user time (s): 1799.92
CPU system time (s): 0.217966
CPU usage (%): 99.3253
Max. virtual memory (cumulated for all children) (KiB): 867064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31551
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= 37951
involuntary context switches= 52411

runsolver used 2.33465 second user time and 5.9091 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 08:30:01
IDJOB=1068260
IDBENCH=55506
IDSOLVER=364
FILE ID=node89/1068260-1215153001
PBS_JOBID= 7877328
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg6-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-1068260-1215153001/watcher-1068260-1215153001 -o /tmp/evaluation-result-1068260-1215153001/solver-1068260-1215153001 -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-1068260-1215153001.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 77cf315d85c5b0dc6faca98dd915c7cb
RANDOM SEED=1394644096

node89.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1819640 kB
Buffers:         14116 kB
Cached:         110372 kB
SwapCached:       7092 kB
Active:         156772 kB
Inactive:        29220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819640 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            3064 kB
Writeback:           0 kB
Mapped:          75268 kB
Slab:            35328 kB
Committed_AS:  2591776 kB
PageTables:       1920 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= 66556 MiB
End job on node89 at 2008-07-04 09:00:15