Trace number 1076453

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.17 1811.26

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg6-10_ext.xml
MD5SUM736ff43c411590f40207d1ba3746f752
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.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1076453-1215186911.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.28/0.35	     nbVariables=60  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1560
0.28/0.35	       =>  wckTime=0.107  cpuTime=0.09  mem=7M919
0.28/0.35	   
0.28/0.35	   relations being loaded...
0.58/0.64	   
0.58/0.64	   constraints being loaded...
0.78/0.85	   Too large in ConstraintConflictsSTructure
0.87/0.91	     nbConstraints=16  nbRelationTypes=2  nbGlobalConstraints=16  nbExtensionStructures=2
0.87/0.91	     nbSharedExtensionStructures=14  nbConflictsStructures=1  nbSharedConflictsStructures=9
0.87/0.91	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=2  minArity=6  avgArity=7.5
0.87/0.91	     maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.047  symmetryCpuTime=0.03
0.87/0.91	       =>  wckTime=0.663  cpuTime=0.54  mem=23M816
0.97/1.00	   
0.97/1.00	   solver IterativeSystematicSolver being built... 
0.97/1.07	   
0.97/1.07	   INFO : Forward propagation technique limited 
1.06/1.15	       =>  wckTime=0.906  cpuTime=0.66  mem=35M211
2.36/2.49	   
2.36/2.49	   preprocessing
2.36/2.49	     nbConstraintChecks=0  nbValidityChecks=13347690  nbPropagations=1327  nbRevisions=0  nbUselessRevisions=0
2.36/2.49	     nbSingletonTests=74  nbEffectiveSingletonTests=0  nbACRemovals=12  nbFoundSingletons=0  nbRemovedValues=12
2.36/2.49	     detectedInconsistency=no
2.36/2.49	       =>  wckTime=1.338  cpuTime=1.31  mem=35M211
5.82/5.94	   
5.82/5.94	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=36M944)

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-1076453-1215186911/watcher-1076453-1215186911 -o /tmp/evaluation-result-1076453-1215186911/solver-1076453-1215186911 -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-1076453-1215186911.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 1.98 1.91 4/82 11645
/proc/meminfo: memFree=1558056/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=148 CPUtime=0
/proc/11645/stat : 11645 (java) R 11643 11645 7511 0 -1 0 199 0 0 0 0 0 0 0 18 0 1 0 1997663740 151552 20 996147200 134512640 134550740 4294955936 18446744073709551615 1809471 0 0 4096 0 0 0 0 17 0 0 0
/proc/11645/statm: 38 26 19 9 0 4 0

[startup+0.065851 s]
/proc/loadavg: 2.01 1.98 1.91 4/82 11645
/proc/meminfo: memFree=1558056/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=864076 CPUtime=0.04
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 2862 0 1 0 3 1 0 0 18 0 9 0 1997663740 884813824 2388 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216019 2389 1143 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.101855 s]
/proc/loadavg: 2.01 1.98 1.91 4/82 11645
/proc/meminfo: memFree=1558056/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=865884 CPUtime=0.08
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 3738 0 1 0 6 2 0 0 18 0 9 0 1997663740 886665216 3201 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216471 3201 1695 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30189 s]
/proc/loadavg: 2.01 1.98 1.91 4/82 11645
/proc/meminfo: memFree=1558056/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=866408 CPUtime=0.28
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 6032 0 1 0 24 4 0 0 18 0 9 0 1997663740 887201792 5406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216600 5406 1956 9 0 211128 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866408

[startup+0.701978 s]
/proc/loadavg: 2.01 1.98 1.91 4/82 11645
/proc/meminfo: memFree=1558056/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=866520 CPUtime=0.68
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 16066 0 1 0 59 9 0 0 18 0 9 0 1997663740 887316480 15426 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216630 15426 1978 9 0 211158 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866520

[startup+1.50115 s]
/proc/loadavg: 2.01 1.98 1.91 8/93 11658
/proc/meminfo: memFree=1477904/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=866932 CPUtime=1.47
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 31572 267 1 0 132 14 0 1 18 0 9 0 1997663740 887738368 22675 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216733 22675 2633 9 0 211239 0
[pid=11645/tid=11647] ppid=11643 vsize=866932 CPUtime=1.19
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 20442 267 1 0 108 10 0 1 19 0 9 0 1997663741 887738368 22675 996147200 134512640 134550740 4294955936 18446744073709551615 4126776013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11648] ppid=11643 vsize=866932 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9774 267 0 0 9 2 0 1 17 0 9 0 1997663742 887738368 22675 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=866932 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887738368 22675 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=866932 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887738368 22675 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=866932 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887738368 22675 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=866932 CPUtime=0.15
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 517 267 0 0 14 0 0 1 15 0 9 0 1997663745 887738368 22675 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11653] ppid=11643 vsize=866932 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887738368 22675 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=866932 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887738368 22675 996147200 134512640 134550740 4294955936 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) 866932

[startup+3.10247 s]
/proc/loadavg: 2.01 1.98 1.91 3/91 11658
/proc/meminfo: memFree=1477144/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=3.05
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 31848 267 1 0 290 14 0 1 18 0 9 0 1997663740 887861248 22694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22694 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=2.75
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 20702 267 1 0 264 10 0 1 25 0 9 0 1997663741 887861248 22694 996147200 134512640 134550740 4294955936 18446744073709551615 4126776066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 17 0 9 0 1997663742 887861248 22694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.18
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 532 267 0 0 17 0 0 1 15 0 9 0 1997663745 887861248 22694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22694 996147200 134512640 134550740 4294955936 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) 867052

[startup+6.30113 s]
/proc/loadavg: 2.01 1.98 1.91 3/91 11658
/proc/meminfo: memFree=1476888/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=6.22
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 31881 267 1 0 607 14 0 1 18 0 9 0 1997663740 887861248 22704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22704 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=5.89
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 20725 267 1 0 578 10 0 1 25 0 9 0 1997663741 887861248 22704 996147200 134512640 134550740 4294955936 18446744073709551615 4126775905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 17 0 9 0 1997663742 887861248 22704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.2
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 542 267 0 0 19 0 0 1 15 0 9 0 1997663745 887861248 22704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22704 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22704 996147200 134512640 134550740 4294955936 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) 867052

[startup+12.7025 s]
/proc/loadavg: 2.09 2.00 1.91 5/91 11658
/proc/meminfo: memFree=1476704/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=12.56
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 31911 267 1 0 1240 15 0 1 18 0 9 0 1997663740 887861248 22715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22715 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=12.2
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 20740 267 1 0 1209 10 0 1 25 0 9 0 1997663741 887861248 22715 996147200 134512640 134550740 4294955936 18446744073709551615 4126776066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 16 0 9 0 1997663742 887861248 22715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.22
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 557 267 0 0 21 0 0 1 15 0 9 0 1997663745 887861248 22715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22715 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867052

[startup+25.5011 s]
/proc/loadavg: 2.07 2.00 1.91 3/91 11658
/proc/meminfo: memFree=1476832/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=25.24
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 31948 267 1 0 2508 15 0 1 18 0 9 0 1997663740 887861248 22721 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22721 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=24.87
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 20770 267 1 0 2476 10 0 1 25 0 9 0 1997663741 887861248 22721 996147200 134512640 134550740 4294955936 18446744073709551615 4126765574 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 16 0 9 0 1997663742 887861248 22721 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22721 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22721 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22721 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.23
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 564 267 0 0 22 0 0 1 16 0 9 0 1997663745 887861248 22721 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22721 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22721 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867052

[startup+51.1014 s]
/proc/loadavg: 2.04 2.00 1.91 3/91 11658
/proc/meminfo: memFree=1476832/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=50.59
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 32036 267 1 0 5043 15 0 1 18 0 9 0 1997663740 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22723 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=50.22
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 20855 267 1 0 5011 10 0 1 25 0 9 0 1997663741 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4126765543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 16 0 9 0 1997663742 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.24
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 567 267 0 0 23 0 0 1 15 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01

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

/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.24
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 567 267 0 0 23 0 0 1 16 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.35
Current children cumulated vsize (KiB) 867052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 11706
/proc/meminfo: memFree=1281872/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=1531.32
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 36645 267 1 0 153109 22 0 1 18 0 9 0 1997663740 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22723 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=1530.94
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 25464 267 1 0 153076 17 0 1 25 0 9 0 1997663741 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4126776066 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 16 0 9 0 1997663742 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.24
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 567 267 0 0 23 0 0 1 16 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.32
Current children cumulated vsize (KiB) 867052

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 11706
/proc/meminfo: memFree=1281872/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=1591.29
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 36790 267 1 0 159106 22 0 1 18 0 9 0 1997663740 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22723 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=1590.92
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 25609 267 1 0 159073 18 0 1 25 0 9 0 1997663741 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4126776066 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 16 0 9 0 1997663742 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.24
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 567 267 0 0 23 0 0 1 16 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.29
Current children cumulated vsize (KiB) 867052

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 11706
/proc/meminfo: memFree=1281808/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=1651.26
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 36934 267 1 0 165103 22 0 1 18 0 9 0 1997663740 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22723 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=1650.89
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 25753 267 1 0 165070 18 0 1 25 0 9 0 1997663741 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4126776147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 16 0 9 0 1997663742 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.24
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 567 267 0 0 23 0 0 1 16 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.26
Current children cumulated vsize (KiB) 867052

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 11706
/proc/meminfo: memFree=1281808/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=1711.23
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 37041 267 1 0 171100 22 0 1 18 0 9 0 1997663740 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22723 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=1710.86
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 25860 267 1 0 171067 18 0 1 25 0 9 0 1997663741 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4126816014 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 16 0 9 0 1997663742 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.24
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 567 267 0 0 23 0 0 1 16 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.23
Current children cumulated vsize (KiB) 867052

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 11706
/proc/meminfo: memFree=1281616/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=1771.21
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 37168 267 1 0 177097 23 0 1 18 0 9 0 1997663740 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22723 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=1770.83
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 25987 267 1 0 177064 18 0 1 25 0 9 0 1997663741 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4126776066 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 16 0 9 0 1997663742 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.24
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 567 267 0 0 23 0 0 1 16 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.21
Current children cumulated vsize (KiB) 867052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/91 11706
/proc/meminfo: memFree=1281616/2055920 swapFree=4179680/4192956
[pid=11645] ppid=11643 vsize=867052 CPUtime=1800.1
/proc/11645/stat : 11645 (java) S 11643 11645 7511 0 -1 0 37218 267 1 0 179986 23 0 1 18 0 9 0 1997663740 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11645/statm: 216763 22723 2634 9 0 211269 0
[pid=11645/tid=11647] ppid=11643 vsize=867052 CPUtime=1799.72
/proc/11645/task/11647/stat : 11647 (java) R 11643 11645 7511 0 -1 64 26037 267 1 0 179953 18 0 1 25 0 9 0 1997663741 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4126776066 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11648] ppid=11643 vsize=867052 CPUtime=0.12
/proc/11645/task/11648/stat : 11648 (java) S 11643 11645 7511 0 -1 64 9775 267 0 0 9 2 0 1 16 0 9 0 1997663742 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11649/stat : 11649 (java) S 11643 11645 7511 0 -1 64 17 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11650/stat : 11650 (java) S 11643 11645 7511 0 -1 64 9 267 0 0 0 0 0 1 16 0 9 0 1997663743 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11651/stat : 11651 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 23 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11652] ppid=11643 vsize=867052 CPUtime=0.24
/proc/11645/task/11652/stat : 11652 (java) S 11643 11645 7511 0 -1 64 567 267 0 0 23 0 0 1 16 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11653] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11653/stat : 11653 (java) S 11643 11645 7511 0 -1 64 1 267 0 0 0 0 0 1 24 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11645/tid=11654] ppid=11643 vsize=867052 CPUtime=0.01
/proc/11645/task/11654/stat : 11654 (java) S 11643 11645 7511 0 -1 64 8 267 0 0 0 0 0 1 15 0 9 0 1997663745 887861248 22723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 867052

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

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

Child status: 143
Real time (s): 1811.26
CPU time (s): 1800.17
CPU user time (s): 1799.91
CPU system time (s): 0.25996
CPU usage (%): 99.3874
Max. virtual memory (cumulated for all children) (KiB): 867052

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

runsolver used 2.44663 second user time and 5.80412 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 17:55:11
IDJOB=1076453
IDBENCH=56587
IDSOLVER=364
FILE ID=node54/1076453-1215186911
PBS_JOBID= 7881529
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-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-1076453-1215186911/watcher-1076453-1215186911 -o /tmp/evaluation-result-1076453-1215186911/solver-1076453-1215186911 -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-1076453-1215186911.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 736ff43c411590f40207d1ba3746f752
RANDOM SEED=277809476

node54.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.279
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.279
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:       1558472 kB
Buffers:         52228 kB
Cached:         223164 kB
SwapCached:       6536 kB
Active:         337644 kB
Inactive:        92220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558472 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            4172 kB
Writeback:           0 kB
Mapped:         170484 kB
Slab:            52552 kB
Committed_AS:  4026152 kB
PageTables:       2068 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node54 at 2008-07-04 18:25:24