Trace number 1058032

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.16 1816.08

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-16.xml
MD5SUM60daac4778aa66fc9cd6221b0d2d0b74
Bench CategoryGLOBAL (global constraints)
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 variables800
Number of constraints25339
Maximum constraint arity24
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24840
Global constraints used (with number of constraints)alldifferent(499)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1058032-1215112507.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.48/0.55	   
0.48/0.55	   variables being loaded...
0.58/0.67	     nbVariables=800  nbDomainTypes=421  minDomainSize=1  maxDomainSize=34  nbTotalValues=11332
0.58/0.67	       =>  wckTime=0.425  cpuTime=0.3  mem=10M780
0.58/0.67	   
0.58/0.67	   predicates being loaded...
0.68/0.73	   
0.68/0.73	   constraints being loaded...
21.29/21.58	   
21.29/21.58	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 88M287)
35.16/35.57	     nbConstraints=25339  nbGlobalConstraints=499  nbSingletonDomainVariables=216  nbConflictsStructures=18064
35.16/35.57	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=6776  nbSharedBinaryRepresentations=0
35.16/35.57	     nbEvaluationManagers=24840  nbSharedEvaluationManagers=0  minDegree=43  maxDegree=360  minArity=4  avgArity=4.34
35.16/35.57	     maxArity=24  nbGenerators=0  nbFusions=0  symmetryWckTime=1.495  symmetryCpuTime=0.52
35.16/35.57	       =>  wckTime=35.323  cpuTime=32.54  mem=189M385
35.76/36.15	   
35.76/36.15	   solver IterativeSystematicSolver being built... 
37.04/37.41	   
37.04/37.41	   INFO : Forward propagation technique limited 
37.14/37.51	       =>  wckTime=37.268  cpuTime=33.38  mem=244M671
37.53/37.99	   
37.53/37.99	   preprocessing
37.53/37.99	     nbConstraintChecks=416059  nbValidityChecks=23952  nbPropagations=800  nbRevisions=27104  nbUselessRevisions=27104
37.53/37.99	     nbRemovedValues=0  detectedInconsistency=no
37.53/37.99	       =>  wckTime=0.479  cpuTime=0.45  mem=248M765
50.03/50.59	   
50.03/50.59	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=243M10)

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 14001
/proc/meminfo: memFree=1516824/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=272 CPUtime=0
/proc/14001/stat : 14001 (java) D 13999 14001 13435 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 1990225291 278528 37 996147200 134512640 134550740 4294955984 18446744073709551615 2605860 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/14001/statm: 68 37 28 9 0 6 0

[startup+0.0523141 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 14001
/proc/meminfo: memFree=1516824/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=861876 CPUtime=0.04
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 2360 0 1 0 2 2 0 0 18 0 5 0 1990225291 882561024 1947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 215469 1948 898 9 0 210448 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 861876

[startup+0.103675 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 14001
/proc/meminfo: memFree=1516824/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=865884 CPUtime=0.09
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 3713 0 1 0 6 3 0 0 18 0 9 0 1990225291 886665216 3179 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216471 3179 1686 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301698 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 14001
/proc/meminfo: memFree=1516824/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=866196 CPUtime=0.28
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 5618 0 1 0 24 4 0 0 18 0 9 0 1990225291 886984704 5032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216549 5032 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701739 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 14001
/proc/meminfo: memFree=1516824/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867104 CPUtime=0.68
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 7895 0 1 0 61 7 0 0 18 0 9 0 1990225291 887914496 7256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216776 7256 1998 9 0 211282 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867104

[startup+1.50283 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 14010
/proc/meminfo: memFree=1482768/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867604 CPUtime=1.48
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 18461 0 1 0 135 13 0 0 18 0 9 0 1990225291 888426496 17796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216901 17796 2004 9 0 211429 0
[pid=14001/tid=14003] ppid=13999 vsize=867604 CPUtime=1.2
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 15755 0 1 0 110 10 0 0 25 0 9 0 1990225292 888426496 17796 996147200 134512640 134550740 4294955984 18446744073709551615 102887925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867604 CPUtime=0.06
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 1347 0 0 0 6 0 0 0 16 0 9 0 1990225294 888426496 17796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1990225294 888426496 17796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990225294 888426496 17796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990225296 888426496 17796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867604 CPUtime=0.18
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 662 0 0 0 18 0 0 0 16 0 9 0 1990225296 888426496 17796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990225296 888426496 17796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990225296 888426496 17796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867604

[startup+3.10299 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 14010
/proc/meminfo: memFree=1453136/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867604 CPUtime=3.06
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 21259 0 1 0 290 16 0 0 18 0 9 0 1990225291 888426496 20593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216901 20593 2005 9 0 211429 0
[pid=14001/tid=14003] ppid=13999 vsize=867604 CPUtime=2.62
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 15782 0 1 0 249 13 0 0 25 0 9 0 1990225292 888426496 20593 996147200 134512640 134550740 4294955984 18446744073709551615 4126934812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867604 CPUtime=0.17
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 4073 0 0 0 16 1 0 0 17 0 9 0 1990225294 888426496 20593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1990225294 888426496 20593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990225294 888426496 20593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990225296 888426496 20593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867604 CPUtime=0.23
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 707 0 0 0 23 0 0 0 16 0 9 0 1990225296 888426496 20593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990225296 888426496 20593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990225296 888426496 20593 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867604

[startup+6.30133 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 14010
/proc/meminfo: memFree=1432912/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867604 CPUtime=6.23
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 25352 0 1 0 594 29 0 0 18 0 9 0 1990225291 888426496 24681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216901 24681 2005 9 0 211429 0
[pid=14001/tid=14003] ppid=13999 vsize=867604 CPUtime=5.57
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 15788 0 1 0 534 23 0 0 25 0 9 0 1990225292 888426496 24681 996147200 134512640 134550740 4294955984 18446744073709551615 102606059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867604 CPUtime=0.35
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 8139 0 0 0 32 3 0 0 16 0 9 0 1990225294 888426496 24681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1990225294 888426496 24681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990225294 888426496 24681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990225296 888426496 24681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867604 CPUtime=0.27
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 728 0 0 0 27 0 0 0 15 0 9 0 1990225296 888426496 24681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990225296 888426496 24681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14010/stat : 14010 (java) R 13999 14001 13435 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990225296 888426496 24681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867604

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 14010
/proc/meminfo: memFree=1403600/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867608 CPUtime=12.57
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 30772 0 1 0 1203 54 0 0 18 0 9 0 1990225291 888430592 30098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216902 30098 2005 9 0 211430 0
[pid=14001/tid=14003] ppid=13999 vsize=867608 CPUtime=11.73
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 15791 0 1 0 1127 46 0 0 25 0 9 0 1990225292 888430592 30098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867608 CPUtime=0.53
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 13556 0 0 0 48 5 0 0 16 0 9 0 1990225294 888430592 30098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867608 CPUtime=0
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1990225294 888430592 30098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867608 CPUtime=0
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990225294 888430592 30098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867608 CPUtime=0
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990225296 888430592 30098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867608 CPUtime=0.27
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 728 0 0 0 27 0 0 0 15 0 9 0 1990225296 888430592 30098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867608 CPUtime=0
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990225296 888430592 30098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867608 CPUtime=0
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990225296 888430592 30098 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867608

[startup+25.5023 s]
/proc/loadavg: 2.10 2.02 2.01 3/81 14010
/proc/meminfo: memFree=1360336/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867604 CPUtime=25.26
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 43415 0 1 0 2441 85 0 0 18 0 9 0 1990225291 888426496 42734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216901 42734 2005 9 0 211429 0
[pid=14001/tid=14003] ppid=13999 vsize=867604 CPUtime=23.98
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 15798 0 1 0 2328 70 0 0 25 0 9 0 1990225292 888426496 42734 996147200 134512640 134550740 4294955984 18446744073709551615 4126939100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867604 CPUtime=0.97
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 26191 0 0 0 85 12 0 0 17 0 9 0 1990225294 888426496 42734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1990225294 888426496 42734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990225294 888426496 42734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990225296 888426496 42734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867604 CPUtime=0.27
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 729 0 0 0 27 0 0 0 16 0 9 0 1990225296 888426496 42734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990225296 888426496 42734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867604 CPUtime=0
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990225296 888426496 42734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867604

[startup+51.103 s]
/proc/loadavg: 2.07 2.01 2.00 3/81 14014
/proc/meminfo: memFree=1229192/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867928 CPUtime=50.62
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 124301 2424 1 0 4883 114 60 5 18 0 9 0 1990225291 888758272 74184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216982 74184 2615 9 0 211510 0
[pid=14001/tid=14003] ppid=13999 vsize=867928 CPUtime=47.45
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 28946 2424 1 0 4605 75 60 5 25 0 9 0 1990225292 888758272 74184 996147200 134512640 134550740 4294955984 18446744073709551615 4127334105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867928 CPUtime=3.31
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 93484 2424 0 0 233 33 60 5 16 0 9 0 1990225294 888758272 74184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 14 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 26 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 2424 0 0 0 0 60 5 18 0 9 0 1990225296 888758272 74184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867928 CPUtime=1.1
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 1002 2424 0 0 44 1 60 5 15 0 9 0 1990225296 888758272 74184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867928 CPUtime=0.65

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

/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 26 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 2424 0 0 0 0 60 5 18 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867928 CPUtime=1.12
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 1012 2424 0 0 46 1 60 5 16 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 2424 0 0 0 0 60 5 19 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867928 CPUtime=0.67
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 13 2424 0 0 1 1 60 5 15 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.35
Current children cumulated vsize (KiB) 867928

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14016
/proc/meminfo: memFree=1228232/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867928 CPUtime=1528.82
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 124595 2424 1 0 152696 121 60 5 18 0 9 0 1990225291 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216982 74266 2615 9 0 211510 0
[pid=14001/tid=14003] ppid=13999 vsize=867928 CPUtime=1523.54
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 29154 2424 1 0 152209 80 60 5 25 0 9 0 1990225292 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4125952048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867928 CPUtime=5.38
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 93560 2424 0 0 438 35 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 14 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 26 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 2424 0 0 0 0 60 5 18 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867928 CPUtime=1.12
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 1012 2424 0 0 46 1 60 5 16 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 2424 0 0 0 0 60 5 19 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867928 CPUtime=0.67
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 13 2424 0 0 1 1 60 5 15 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.82
Current children cumulated vsize (KiB) 867928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14016
/proc/meminfo: memFree=1228360/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867928 CPUtime=1588.29
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 124602 2424 1 0 158643 121 60 5 18 0 9 0 1990225291 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216982 74266 2615 9 0 211510 0
[pid=14001/tid=14003] ppid=13999 vsize=867928 CPUtime=1582.95
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 29161 2424 1 0 158150 80 60 5 25 0 9 0 1990225292 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4126934173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867928 CPUtime=5.44
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 93560 2424 0 0 444 35 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 14 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 26 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 2424 0 0 0 0 60 5 18 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867928 CPUtime=1.12
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 1012 2424 0 0 46 1 60 5 16 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 2424 0 0 0 0 60 5 19 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867928 CPUtime=0.67
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 13 2424 0 0 1 1 60 5 15 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.29
Current children cumulated vsize (KiB) 867928

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14016
/proc/meminfo: memFree=1228360/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867928 CPUtime=1647.76
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 124609 2424 1 0 164590 121 60 5 18 0 9 0 1990225291 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216982 74266 2615 9 0 211510 0
[pid=14001/tid=14003] ppid=13999 vsize=867928 CPUtime=1642.36
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 29168 2424 1 0 164091 80 60 5 25 0 9 0 1990225292 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4127421720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867928 CPUtime=5.5
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 93560 2424 0 0 450 35 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 14 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 26 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 2424 0 0 0 0 60 5 18 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867928 CPUtime=1.12
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 1012 2424 0 0 46 1 60 5 16 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 2424 0 0 0 0 60 5 19 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867928 CPUtime=0.67
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 13 2424 0 0 1 1 60 5 15 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.76
Current children cumulated vsize (KiB) 867928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14016
/proc/meminfo: memFree=1228296/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867928 CPUtime=1707.24
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 124616 2424 1 0 170537 122 60 5 18 0 9 0 1990225291 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216982 74266 2615 9 0 211510 0
[pid=14001/tid=14003] ppid=13999 vsize=867928 CPUtime=1701.75
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 29175 2424 1 0 170030 80 60 5 25 0 9 0 1990225292 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4127343946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867928 CPUtime=5.57
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 93560 2424 0 0 457 35 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 14 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 26 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 2424 0 0 0 0 60 5 18 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867928 CPUtime=1.12
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 1012 2424 0 0 46 1 60 5 16 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 2424 0 0 0 0 60 5 19 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867928 CPUtime=0.67
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 13 2424 0 0 1 1 60 5 15 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.24
Current children cumulated vsize (KiB) 867928

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 14055
/proc/meminfo: memFree=1205744/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867928 CPUtime=1766.71
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 124623 2424 1 0 176484 122 60 5 18 0 9 0 1990225291 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216982 74266 2615 9 0 211510 0
[pid=14001/tid=14003] ppid=13999 vsize=867928 CPUtime=1761.16
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 29182 2424 1 0 175971 80 60 5 25 0 9 0 1990225292 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4127357561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867928 CPUtime=5.64
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 93560 2424 0 0 464 35 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 14 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 26 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 2424 0 0 0 0 60 5 18 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867928 CPUtime=1.12
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 1012 2424 0 0 46 1 60 5 16 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 2424 0 0 0 0 60 5 19 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867928 CPUtime=0.68
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 13 2424 0 0 2 1 60 5 15 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.71
Current children cumulated vsize (KiB) 867928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 2.11 2.03 2.01 3/92 14055
/proc/meminfo: memFree=1183920/2055920 swapFree=4180448/4192956
[pid=14001] ppid=13999 vsize=867928 CPUtime=1800.07
/proc/14001/stat : 14001 (java) S 13999 14001 13435 0 -1 0 124628 2424 1 0 179820 122 60 5 18 0 9 0 1990225291 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14001/statm: 216982 74266 2615 9 0 211510 0
[pid=14001/tid=14003] ppid=13999 vsize=867928 CPUtime=1794.47
/proc/14001/task/14003/stat : 14003 (java) R 13999 14001 13435 0 -1 64 29187 2424 1 0 179301 81 60 5 25 0 9 0 1990225292 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4127334116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14004] ppid=13999 vsize=867928 CPUtime=5.69
/proc/14001/task/14004/stat : 14004 (java) S 13999 14001 13435 0 -1 64 93560 2424 0 0 469 35 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14005] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14005/stat : 14005 (java) S 13999 14001 13435 0 -1 64 14 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14006] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14006/stat : 14006 (java) S 13999 14001 13435 0 -1 64 26 2424 0 0 0 0 60 5 16 0 9 0 1990225294 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14007] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14007/stat : 14007 (java) S 13999 14001 13435 0 -1 64 1 2424 0 0 0 0 60 5 18 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14008] ppid=13999 vsize=867928 CPUtime=1.12
/proc/14001/task/14008/stat : 14008 (java) S 13999 14001 13435 0 -1 64 1012 2424 0 0 46 1 60 5 16 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14009] ppid=13999 vsize=867928 CPUtime=0.65
/proc/14001/task/14009/stat : 14009 (java) S 13999 14001 13435 0 -1 64 2 2424 0 0 0 0 60 5 19 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14001/tid=14010] ppid=13999 vsize=867928 CPUtime=0.68
/proc/14001/task/14010/stat : 14010 (java) S 13999 14001 13435 0 -1 64 13 2424 0 0 2 1 60 5 15 0 9 0 1990225296 888758272 74266 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867928

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): 1816.08
CPU time (s): 1800.16
CPU user time (s): 1798.83
CPU system time (s): 1.3278
CPU usage (%): 99.1231
Max. virtual memory (cumulated for all children) (KiB): 883160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.3278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127085
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= 40369
involuntary context switches= 75647

runsolver used 2.47062 second user time and 5.80412 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-03 21:15:07
IDJOB=1058032
IDBENCH=54102
IDSOLVER=363
FILE ID=node24/1058032-1215112507
PBS_JOBID= 7877156
Free space on /tmp= 66520 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-16.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058032-1215112507/watcher-1058032-1215112507 -o /tmp/evaluation-result-1058032-1215112507/solver-1058032-1215112507 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1058032-1215112507.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 60daac4778aa66fc9cd6221b0d2d0b74
RANDOM SEED=251084806

node24.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.232
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.232
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:       1517304 kB
Buffers:         48692 kB
Cached:         358668 kB
SwapCached:       6556 kB
Active:         228672 kB
Inactive:       250108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517304 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:           10508 kB
Writeback:           0 kB
Mapped:          78968 kB
Slab:            44932 kB
Committed_AS:  3480744 kB
PageTables:       1896 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= 66520 MiB
End job on node24 at 2008-07-03 21:45:25