Trace number 2096769

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.12 1804.56

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-10.xml
MD5SUM9598646f87b2e8df8e0507cbaab97c39
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints2086
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension156
Number of constraints which are defined in intension1930
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-2096769-1247410681.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.39/0.46	     nbVariables=462  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=12012
0.39/0.46	       =>  wckTime=0.194  cpuTime=0.14  mem=9M843
0.39/0.46	   
0.39/0.46	   relations being loaded...
0.48/0.57	   
0.48/0.57	   predicates being loaded...
0.58/0.64	   
0.58/0.64	   constraints being loaded...
1.08/1.15	   Too large in ConstraintConflictsSTructure
1.18/1.22	   Too large in ConstraintConflictsSTructure
1.18/1.22	   Too large in ConstraintConflictsSTructure
1.18/1.23	   Too large in ConstraintConflictsSTructure
2.65/2.72	     nbConstraints=2087  nbRelationTypes=8  nbGlobalConstraints=157  nbExtensionStructures=8
2.65/2.72	     nbSharedExtensionStructures=148  nbConflictsStructures=4  nbSharedConflictsStructures=104
2.65/2.72	     nbUnbuiltConflictsStructures=13  nbSharedBinaryRepresentations=0  nbEvaluationManagers=9
2.65/2.72	     nbSharedEvaluationManagers=1921  minDegree=6  maxDegree=79  minArity=3  avgArity=10.93  maxArity=450
2.65/2.72	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.47  symmetryCpuTime=0.26
2.65/2.72	       =>  wckTime=2.457  cpuTime=1.88  mem=58M947
2.75/2.86	   
2.75/2.86	   solver IterativeSystematicSolver being built... 
3.14/3.23	   
3.14/3.23	   INFO : Forward propagation technique limited 
3.35/3.40	       =>  wckTime=3.136  cpuTime=2.21  mem=65M750
3.55/3.64	   
3.55/3.64	   preprocessing
3.55/3.64	     nbConstraintChecks=0  nbValidityChecks=1535412  nbPropagations=504  nbRevisions=0  nbUselessRevisions=0
3.55/3.64	     nbRemovedValues=654  detectedInconsistency=no
3.55/3.64	       =>  wckTime=0.234  cpuTime=0.23  mem=67M712
5.32/5.47	   
5.32/5.47	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=68M734)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096769-1247410681/watcher-2096769-1247410681 -o /tmp/evaluation-result-2096769-1247410681/solver-2096769-1247410681 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096769-1247410681.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 3492
/proc/meminfo: memFree=1537776/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=862776 CPUtime=0.03
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 2419 0 1 0 2 1 0 0 18 0 7 0 28131707 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 215694 1992 910 9 0 210609 0
[pid=3492/tid=3493] ppid=3490 vsize=862776 CPUtime=0.02
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 1707 0 1 0 2 0 0 0 18 0 7 0 28131708 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3494] ppid=3490 vsize=862776 CPUtime=0
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 19 0 7 0 28131710 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=862776 CPUtime=0
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 11 0 0 0 0 0 0 0 19 0 7 0 28131710 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=862776 CPUtime=0
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 28131710 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=862776 CPUtime=0
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 18 0 7 0 28131712 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=862776 CPUtime=0
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 15 0 0 0 0 0 0 0 19 0 7 0 28131712 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.0573469 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 3492
/proc/meminfo: memFree=1537776/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=864024 CPUtime=0.04
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 2663 0 1 0 3 1 0 0 18 0 9 0 28131707 884760576 2225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 216006 2225 1040 9 0 210899 0
[pid=3492/tid=3493] ppid=3490 vsize=864024 CPUtime=0.03
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 1757 0 1 0 3 0 0 0 20 0 9 0 28131708 884760576 2225 996147200 134512640 134550932 4294955968 18446744073709551615 8359153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3494] ppid=3490 vsize=864024 CPUtime=0
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28131710 884760576 2225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=864024 CPUtime=0
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28131710 884760576 2225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=864024 CPUtime=0
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28131710 884760576 2225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=864024 CPUtime=0
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28131712 884760576 2225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=864024 CPUtime=0
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 209 0 0 0 0 0 0 0 19 0 9 0 28131712 884760576 2225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864024

[startup+0.102318 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 3492
/proc/meminfo: memFree=1537776/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=865984 CPUtime=0.09
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 3736 0 1 0 7 2 0 0 18 0 9 0 28131707 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 216496 3204 1700 9 0 210981 0
[pid=3492/tid=3493] ppid=3490 vsize=865984 CPUtime=0.06
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 2811 0 1 0 5 1 0 0 20 0 9 0 28131708 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 103669871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3494] ppid=3490 vsize=865984 CPUtime=0
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28131710 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=865984 CPUtime=0
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28131710 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=865984 CPUtime=0
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28131710 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=865984 CPUtime=0
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28131712 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=865984 CPUtime=0.01
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 228 0 0 0 1 0 0 0 18 0 9 0 28131712 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302339 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 3492
/proc/meminfo: memFree=1537776/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=866380 CPUtime=0.29
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 5823 0 1 0 25 4 0 0 18 0 9 0 28131707 887173120 5197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 216595 5197 1975 9 0 211053 0
[pid=3492/tid=3493] ppid=3490 vsize=866380 CPUtime=0.23
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 4841 0 1 0 20 3 0 0 18 0 9 0 28131708 887173120 5197 996147200 134512640 134550932 4294955968 18446744073709551615 103667710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3494] ppid=3490 vsize=866380 CPUtime=0
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28131710 887173120 5197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=866380 CPUtime=0
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28131710 887173120 5197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=866380 CPUtime=0
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28131710 887173120 5197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=866380 CPUtime=0
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28131712 887173120 5197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=866380 CPUtime=0.04
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 285 0 0 0 4 0 0 0 16 0 9 0 28131712 887173120 5197 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.702372 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 3492
/proc/meminfo: memFree=1537776/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=867192 CPUtime=0.69
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 10371 0 1 0 62 7 0 0 18 0 9 0 28131707 888004608 9725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 216798 9725 2035 9 0 211234 0
[pid=3492/tid=3493] ppid=3490 vsize=867192 CPUtime=0.52
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 9185 0 1 0 47 5 0 0 19 0 9 0 28131708 888004608 9725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3494] ppid=3490 vsize=867192 CPUtime=0
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28131710 888004608 9725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=867192 CPUtime=0
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28131710 888004608 9725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=867192 CPUtime=0
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28131710 888004608 9725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=867192 CPUtime=0
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28131712 888004608 9725 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=867192 CPUtime=0.14
/proc/3492/task/3498/stat : 3498 (java) R 3490 3492 2471 0 -1 64 489 0 0 0 14 0 0 0 16 0 9 0 28131712 888004608 9725 996147200 134512640 134550932 4294955968 18446744073709551615 102051145 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867192

[startup+1.50244 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 3501
/proc/meminfo: memFree=1491112/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=867692 CPUtime=1.47
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 19491 0 1 0 132 15 0 0 18 0 9 0 28131707 888516608 18817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 216923 18817 2033 9 0 211381 0
[pid=3492/tid=3493] ppid=3490 vsize=867692 CPUtime=1.16
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 15830 0 1 0 104 12 0 0 25 0 9 0 28131708 888516608 18817 996147200 134512640 134550932 4294955968 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3494] ppid=3490 vsize=867692 CPUtime=0.05
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 2246 0 0 0 4 1 0 0 16 0 9 0 28131710 888516608 18817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=867692 CPUtime=0
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28131710 888516608 18817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=867692 CPUtime=0
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28131710 888516608 18817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=867692 CPUtime=0
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28131712 888516608 18817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=867692 CPUtime=0.24
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 714 0 0 0 24 0 0 0 15 0 9 0 28131712 888516608 18817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3500] ppid=3490 vsize=867692 CPUtime=0
/proc/3492/task/3500/stat : 3500 (java) S 3490 3492 2471 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28131712 888516608 18817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3501] ppid=3490 vsize=867692 CPUtime=0
/proc/3492/task/3501/stat : 3501 (java) S 3490 3492 2471 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28131712 888516608 18817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867692

[startup+3.10159 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 3501
/proc/meminfo: memFree=1454248/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=868192 CPUtime=3.05
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 46812 757 1 0 260 29 15 1 18 0 9 0 28131707 889028608 26640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 217048 26640 2659 9 0 211484 0
[pid=3492/tid=3493] ppid=3490 vsize=868192 CPUtime=2.41
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 28180 757 1 0 205 20 15 1 25 0 9 0 28131708 889028608 26640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3494] ppid=3490 vsize=868192 CPUtime=0.43
/proc/3492/task/3494/stat : 3494 (java) R 3490 3492 2471 0 -1 64 16865 757 0 0 22 5 15 1 16 0 9 0 28131710 889028608 26640 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=868192 CPUtime=0.16
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 21 757 0 0 0 0 15 1 17 0 9 0 28131710 889028608 26640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=868192 CPUtime=0.16
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 10 757 0 0 0 0 15 1 16 0 9 0 28131710 889028608 26640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=868192 CPUtime=0.16
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 757 0 0 0 0 15 1 18 0 9 0 28131712 889028608 26640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=868192 CPUtime=0.49
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 921 757 0 0 32 1 15 1 16 0 9 0 28131712 889028608 26640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3500] ppid=3490 vsize=868192 CPUtime=0.16
/proc/3492/task/3500/stat : 3500 (java) S 3490 3492 2471 0 -1 64 0 757 0 0 0 0 15 1 19 0 9 0 28131712 889028608 26640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3501] ppid=3490 vsize=868192 CPUtime=0.16
/proc/3492/task/3501/stat : 3501 (java) S 3490 3492 2471 0 -1 64 10 757 0 0 0 0 15 1 15 0 9 0 28131712 889028608 26640 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868192

[startup+6.30187 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 3505
/proc/meminfo: memFree=1412648/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=868104 CPUtime=6.22
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 54579 757 1 0 571 35 15 1 18 0 9 0 28131707 888938496 33733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 217026 33733 2639 9 0 211484 0
[pid=3492/tid=3493] ppid=3490 vsize=868104 CPUtime=5.35
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 28759 757 1 0 498 21 15 1 25 0 9 0 28131708 888938496 33733 996147200 134512640 134550932 4294955968 18446744073709551615 4127269296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3494] ppid=3490 vsize=868104 CPUtime=0.56
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 23945 757 0 0 31 9 15 1 17 0 9 0 28131710 888938496 33733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 21 757 0 0 0 0 15 1 16 0 9 0 28131710 888938496 33733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 10 757 0 0 0 0 15 1 15 0 9 0 28131710 888938496 33733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 757 0 0 0 0 15 1 18 0 9 0 28131712 888938496 33733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=868104 CPUtime=0.58
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 1003 757 0 0 41 1 15 1 15 0 9 0 28131712 888938496 33733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3500] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3500/stat : 3500 (java) S 3490 3492 2471 0 -1 64 0 757 0 0 0 0 15 1 19 0 9 0 28131712 888938496 33733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3501] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3501/stat : 3501 (java) S 3490 3492 2471 0 -1 64 36 757 0 0 0 0 15 1 15 0 9 0 28131712 888938496 33733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868104

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 3505
/proc/meminfo: memFree=1412456/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=868104 CPUtime=12.56
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 54631 757 1 0 1205 35 15 1 18 0 9 0 28131707 888938496 33748 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 217026 33748 2639 9 0 211484 0
[pid=3492/tid=3493] ppid=3490 vsize=868104 CPUtime=11.66
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 28760 757 1 0 1129 21 15 1 25 0 9 0 28131708 888938496 33748 996147200 134512640 134550932 4294955968 18446744073709551615 4127280017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3494] ppid=3490 vsize=868104 CPUtime=0.56
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 23945 757 0 0 31 9 15 1 16 0 9 0 28131710 888938496 33748 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 10 757 0 0 0 0 15 1 15 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 757 0 0 0 0 15 1 18 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=868104 CPUtime=0.62
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 1061 757 0 0 45 1 15 1 16 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3500] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3500/stat : 3500 (java) S 3490 3492 2471 0 -1 64 0 757 0 0 0 0 15 1 19 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3501] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3501/stat : 3501 (java) S 3490 3492 2471 0 -1 64 36 757 0 0 0 0 15 1 15 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.94
Current children cumulated vsize (KiB) 868104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 3823
/proc/meminfo: memFree=1556016/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=868104 CPUtime=1597.92
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 54644 757 1 0 159734 42 15 1 18 0 9 0 28131707 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 217026 33753 2639 9 0 211484 0
[pid=3492/tid=3493] ppid=3490 vsize=868104 CPUtime=1597.01
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 28766 757 1 0 159656 29 15 1 25 0 9 0 28131708 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4127280396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3492/tid=3494] ppid=3490 vsize=868104 CPUtime=0.56
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 23945 757 0 0 31 9 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 21 757 0 0 0 0 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 10 757 0 0 0 0 15 1 15 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 757 0 0 0 0 15 1 18 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=868104 CPUtime=0.62
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 1061 757 0 0 45 1 15 1 16 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3500] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3500/stat : 3500 (java) S 3490 3492 2471 0 -1 64 0 757 0 0 0 0 15 1 19 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3501] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3501/stat : 3501 (java) S 3490 3492 2471 0 -1 64 36 757 0 0 0 0 15 1 15 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.92
Current children cumulated vsize (KiB) 868104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 3823
/proc/meminfo: memFree=1556080/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=868104 CPUtime=1657.89
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 54644 757 1 0 165731 42 15 1 18 0 9 0 28131707 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 217026 33753 2639 9 0 211484 0
[pid=3492/tid=3493] ppid=3490 vsize=868104 CPUtime=1656.99
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 28766 757 1 0 165654 29 15 1 25 0 9 0 28131708 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4127269334 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3492/tid=3494] ppid=3490 vsize=868104 CPUtime=0.56
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 23945 757 0 0 31 9 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 21 757 0 0 0 0 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 10 757 0 0 0 0 15 1 15 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 757 0 0 0 0 15 1 18 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=868104 CPUtime=0.62
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 1061 757 0 0 45 1 15 1 16 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3500] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3500/stat : 3500 (java) S 3490 3492 2471 0 -1 64 0 757 0 0 0 0 15 1 19 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3501] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3501/stat : 3501 (java) S 3490 3492 2471 0 -1 64 36 757 0 0 0 0 15 1 15 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.89
Current children cumulated vsize (KiB) 868104

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 3823
/proc/meminfo: memFree=1556080/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=868104 CPUtime=1717.87
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 54644 757 1 0 171729 42 15 1 18 0 9 0 28131707 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 217026 33753 2639 9 0 211484 0
[pid=3492/tid=3493] ppid=3490 vsize=868104 CPUtime=1716.97
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 28766 757 1 0 171652 29 15 1 25 0 9 0 28131708 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4127280210 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3492/tid=3494] ppid=3490 vsize=868104 CPUtime=0.56
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 23945 757 0 0 31 9 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 21 757 0 0 0 0 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 10 757 0 0 0 0 15 1 15 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 757 0 0 0 0 15 1 18 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=868104 CPUtime=0.62
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 1061 757 0 0 45 1 15 1 16 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3500] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3500/stat : 3500 (java) S 3490 3492 2471 0 -1 64 0 757 0 0 0 0 15 1 19 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3501] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3501/stat : 3501 (java) S 3490 3492 2471 0 -1 64 36 757 0 0 0 0 15 1 15 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.87
Current children cumulated vsize (KiB) 868104

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/89 3823
/proc/meminfo: memFree=1555952/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=868104 CPUtime=1777.85
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 54644 757 1 0 177727 42 15 1 18 0 9 0 28131707 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 217026 33753 2639 9 0 211484 0
[pid=3492/tid=3493] ppid=3490 vsize=868104 CPUtime=1776.94
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 28766 757 1 0 177649 29 15 1 25 0 9 0 28131708 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4127346149 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3492/tid=3494] ppid=3490 vsize=868104 CPUtime=0.56
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 23945 757 0 0 31 9 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 21 757 0 0 0 0 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 10 757 0 0 0 0 15 1 15 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 757 0 0 0 0 15 1 18 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=868104 CPUtime=0.62
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 1061 757 0 0 45 1 15 1 16 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3500] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3500/stat : 3500 (java) S 3490 3492 2471 0 -1 64 0 757 0 0 0 0 15 1 19 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3501] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3501/stat : 3501 (java) S 3490 3492 2471 0 -1 64 36 757 0 0 0 0 15 1 15 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.85
Current children cumulated vsize (KiB) 868104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 2.11 2.05 2.01 3/89 3823
/proc/meminfo: memFree=1555952/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=868104 CPUtime=1800.04
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 54644 757 1 0 179946 42 15 1 18 0 9 0 28131707 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 217026 33753 2639 9 0 211484 0
[pid=3492/tid=3493] ppid=3490 vsize=868104 CPUtime=1799.14
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 28766 757 1 0 179869 29 15 1 25 0 9 0 28131708 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4127280027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3492/tid=3494] ppid=3490 vsize=868104 CPUtime=0.56
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 23945 757 0 0 31 9 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 21 757 0 0 0 0 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 10 757 0 0 0 0 15 1 15 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 757 0 0 0 0 15 1 18 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=868104 CPUtime=0.62
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 1061 757 0 0 45 1 15 1 16 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3500] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3500/stat : 3500 (java) S 3490 3492 2471 0 -1 64 0 757 0 0 0 0 15 1 19 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3501] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3501/stat : 3501 (java) S 3490 3492 2471 0 -1 64 36 757 0 0 0 0 15 1 15 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868104

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

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

[startup+1804.5 s]
/proc/loadavg: 2.11 2.05 2.01 3/89 3823
/proc/meminfo: memFree=1555952/2055920 swapFree=4192812/4192956
[pid=3492] ppid=3490 vsize=868104 CPUtime=1800.04
/proc/3492/stat : 3492 (java) S 3490 3492 2471 0 -1 0 54644 757 1 0 179946 42 15 1 18 0 9 0 28131707 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3492/statm: 217026 33753 2639 9 0 211484 0
[pid=3492/tid=3493] ppid=3490 vsize=868104 CPUtime=1799.14
/proc/3492/task/3493/stat : 3493 (java) R 3490 3492 2471 0 -1 64 28766 757 1 0 179869 29 15 1 25 0 9 0 28131708 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4127280027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3492/tid=3494] ppid=3490 vsize=868104 CPUtime=0.56
/proc/3492/task/3494/stat : 3494 (java) S 3490 3492 2471 0 -1 64 23945 757 0 0 31 9 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3495] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3495/stat : 3495 (java) S 3490 3492 2471 0 -1 64 21 757 0 0 0 0 15 1 16 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3496] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3496/stat : 3496 (java) S 3490 3492 2471 0 -1 64 10 757 0 0 0 0 15 1 15 0 9 0 28131710 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3497] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3497/stat : 3497 (java) S 3490 3492 2471 0 -1 64 2 757 0 0 0 0 15 1 18 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3498] ppid=3490 vsize=868104 CPUtime=0.62
/proc/3492/task/3498/stat : 3498 (java) S 3490 3492 2471 0 -1 64 1061 757 0 0 45 1 15 1 16 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3500] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3500/stat : 3500 (java) S 3490 3492 2471 0 -1 64 0 757 0 0 0 0 15 1 19 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3492/tid=3501] ppid=3490 vsize=868104 CPUtime=0.16
/proc/3492/task/3501/stat : 3501 (java) S 3490 3492 2471 0 -1 64 36 757 0 0 0 0 15 1 15 0 9 0 28131712 888938496 33753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868104

Child status: 143
Real time (s): 1804.56
CPU time (s): 1800.12
CPU user time (s): 1799.65
CPU system time (s): 0.463929
CPU usage (%): 99.7538
Max. virtual memory (cumulated for all children) (KiB): 868192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.463929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55432
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= 38544
involuntary context switches= 34287

runsolver used 2.37764 second user time and 5.85511 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 16:58:01
IDJOB=2096769
IDBENCH=56645
IDSOLVER=773
FILE ID=node50/2096769-1247410681
PBS_JOBID= 9510545
Free space on /tmp= 66404 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-23-10.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096769-1247410681/watcher-2096769-1247410681 -o /tmp/evaluation-result-2096769-1247410681/solver-2096769-1247410681 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096769-1247410681.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9598646f87b2e8df8e0507cbaab97c39
RANDOM SEED=408381983

node50.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.231
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.231
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:       1538256 kB
Buffers:         46728 kB
Cached:         163392 kB
SwapCached:          0 kB
Active:         363412 kB
Inactive:        92008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3312 kB
Writeback:           0 kB
Mapped:         265776 kB
Slab:            46900 kB
Committed_AS:  1026088 kB
PageTables:       2336 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= 66424 MiB
End job on node50 at 2009-07-12 17:28:08