Trace number 1050180

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.15 1811.08

General information on the benchmark

Namecsp/pseudo/
primesDimacs/normalized-g-125-17.xml
MD5SUM28adb903193f339f0a75306072f25750
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4250
Number of constraints68397
Maximum constraint arity17
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension68397
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.17/0.27	
0.17/0.27	   configuration
0.17/0.27	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1050180-1215048503.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.58/0.61	     nbVariables=4250  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=8500
0.58/0.61	       =>  wckTime=0.342  cpuTime=0.24  mem=18M581
0.58/0.61	   
0.58/0.61	   predicates being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
16.32/16.56	     nbConstraints=68413  nbGlobalConstraints=16  nbConvertedConstraints=68272  nbConvertConstraintsChecks=8
16.42/16.69	     nbExtensionStructures=2  nbSharedExtensionStructures=68270  nbConflictsStructures=2
16.42/16.69	     nbSharedConflictsStructures=68270  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=5
16.42/16.69	     nbEvaluationManagers=1  nbSharedEvaluationManagers=124  minDegree=3  maxDegree=78  minArity=2  avgArity=2.14
16.42/16.69	     maxArity=500  nbGenerators=16  nbFusions=0  symmetryWckTime=5.677  symmetryCpuTime=2.22
16.42/16.69	       =>  wckTime=16.286  cpuTime=11.28  mem=115M256
17.11/17.30	   
17.11/17.30	   solver IterativeSystematicSolver being built... 
17.21/17.44	   
17.21/17.45	   INFO : Forward propagation technique limited 
17.40/17.66	       =>  wckTime=17.391  cpuTime=11.58  mem=137M252
33.24/33.69	   
33.24/33.69	   preprocessing
33.24/33.69	     nbConstraintChecks=993050  nbValidityChecks=244930  nbPropagations=27324  nbRevisions=804446
33.24/33.69	     nbUselessRevisions=787526  nbSingletonTests=6447  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
33.24/33.69	     nbRemovedValues=0  detectedInconsistency=no
33.24/33.69	       =>  wckTime=16.02  cpuTime=15.81  mem=138M212

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-1050180-1215048503/watcher-1050180-1215048503 -o /tmp/evaluation-result-1050180-1215048503/solver-1050180-1215048503 -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-1050180-1215048503.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14255
/proc/meminfo: memFree=1040816/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=10616 CPUtime=0
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1534522505 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 2654 472 209 9 0 1184 0
[pid=14255/tid=14256] ppid=14253 vsize=10616 CPUtime=0
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1534522506 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 10121176 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.032524 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14255
/proc/meminfo: memFree=1040816/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=861876 CPUtime=0.02
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 2251 0 1 0 1 1 0 0 18 0 5 0 1534522505 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 215469 1862 854 9 0 210448 0
[pid=14255/tid=14256] ppid=14253 vsize=861876 CPUtime=0.01
/proc/14255/task/14256/stat : 14256 (java) D 14253 14255 12722 0 -1 64 1557 0 1 0 1 0 0 0 17 0 5 0 1534522506 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099937270 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.113534 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14255
/proc/meminfo: memFree=1040816/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=865884 CPUtime=0.09
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 3735 0 1 0 7 2 0 0 18 0 9 0 1534522505 886665216 3198 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 216471 3198 1696 9 0 211026 0
[pid=14255/tid=14256] ppid=14253 vsize=865884 CPUtime=0.07
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 2817 0 1 0 6 1 0 0 20 0 9 0 1534522506 886665216 3198 996147200 134512640 134550740 4294955968 18446744073709551615 103835200 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301559 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14255
/proc/meminfo: memFree=1040816/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=866284 CPUtime=0.28
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 5634 0 1 0 24 4 0 0 18 0 9 0 1534522505 887074816 5048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 216571 5048 1903 9 0 211099 0
[pid=14255/tid=14256] ppid=14253 vsize=866284 CPUtime=0.23
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 4662 0 1 0 20 3 0 0 18 0 9 0 1534522506 887074816 5048 996147200 134512640 134550740 4294955968 18446744073709551615 9278471 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701598 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14255
/proc/meminfo: memFree=1040816/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=867408 CPUtime=0.68
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 10220 0 1 0 61 7 0 0 18 0 9 0 1534522505 888225792 9580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 216852 9580 2007 9 0 211358 0
[pid=14255/tid=14256] ppid=14253 vsize=867408 CPUtime=0.5
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 8906 0 1 0 45 5 0 0 19 0 9 0 1534522506 888225792 9580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867408

[startup+1.50269 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14264
/proc/meminfo: memFree=996392/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=867452 CPUtime=1.46
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 18914 0 1 0 135 11 0 0 18 0 9 0 1534522505 888270848 18249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 216863 18249 2001 9 0 211391 0
[pid=14255/tid=14256] ppid=14253 vsize=867452 CPUtime=1.18
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 15733 0 1 0 109 9 0 0 25 0 9 0 1534522506 888270848 18249 996147200 134512640 134550740 4294955968 18446744073709551615 102605753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=867452 CPUtime=0.08
/proc/14255/task/14258/stat : 14258 (java) S 14253 14255 12722 0 -1 64 1854 0 0 0 8 0 0 0 16 0 9 0 1534522508 888270848 18249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1534522508 888270848 18249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1534522508 888270848 18249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1534522510 888270848 18249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=867452 CPUtime=0.16
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 631 0 0 0 16 0 0 0 16 0 9 0 1534522510 888270848 18249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1534522510 888270848 18249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1534522510 888270848 18249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867452

[startup+3.10288 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14264
/proc/meminfo: memFree=975144/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=867452 CPUtime=3.05
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 22778 0 1 0 292 13 0 0 18 0 9 0 1534522505 888270848 22111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 216863 22111 2001 9 0 211391 0
[pid=14255/tid=14256] ppid=14253 vsize=867452 CPUtime=2.57
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 15738 0 1 0 247 10 0 0 25 0 9 0 1534522506 888270848 22111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=867452 CPUtime=0.29
/proc/14255/task/14258/stat : 14258 (java) R 14253 14255 12722 0 -1 64 5712 0 0 0 28 1 0 0 16 0 9 0 1534522508 888270848 22111 996147200 134512640 134550740 4294955968 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1534522508 888270848 22111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1534522508 888270848 22111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1534522510 888270848 22111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=867452 CPUtime=0.16
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 632 0 0 0 16 0 0 0 16 0 9 0 1534522510 888270848 22111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1534522510 888270848 22111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1534522510 888270848 22111 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867452

[startup+6.30124 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14264
/proc/meminfo: memFree=942760/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=867452 CPUtime=6.22
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 29379 0 1 0 513 109 0 0 18 0 9 0 1534522505 888270848 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 216863 28707 2006 9 0 211391 0
[pid=14255/tid=14256] ppid=14253 vsize=867452 CPUtime=5.23
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 15777 0 1 0 421 102 0 0 25 0 9 0 1534522506 888270848 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=867452 CPUtime=0.73
/proc/14255/task/14258/stat : 14258 (java) R 14253 14255 12722 0 -1 64 12232 0 0 0 68 5 0 0 18 0 9 0 1534522508 888270848 28707 996147200 134512640 134550740 4294955968 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1534522508 888270848 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1534522508 888270848 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1534522510 888270848 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=867452 CPUtime=0.23
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 674 0 0 0 23 0 0 0 16 0 9 0 1534522510 888270848 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1534522510 888270848 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=867452 CPUtime=0
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1534522510 888270848 28707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867452

[startup+12.703 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 14266
/proc/meminfo: memFree=875928/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=867776 CPUtime=11.39
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 41643 0 1 0 834 305 0 0 18 0 10 0 1534522505 888602624 40800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 216944 40800 2012 9 0 211472 0
[pid=14266] ppid=14255 vsize=22248 CPUtime=1.16
/proc/14266/stat : 14266 (saucy) R 14255 14255 12722 0 -1 4194304 2836 0 0 0 114 2 0 0 25 0 1 0 1534523656 22781952 2775 996147200 134512640 134531332 4294956000 18446744073709551615 134523687 0 4 0 0 0 0 0 17 1 0 0
/proc/14266/statm: 5562 2775 95 4 0 5238 0
[pid=14255/tid=14256] ppid=14253 vsize=867776 CPUtime=9.65
/proc/14255/task/14256/stat : 14256 (java) S 14253 14255 12722 0 -1 64 15865 0 1 0 673 292 0 0 24 0 10 0 1534522506 888602624 40800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=867776 CPUtime=1.45
/proc/14255/task/14258/stat : 14258 (java) S 14253 14255 12722 0 -1 64 24326 0 0 0 135 10 0 0 16 0 10 0 1534522508 888602624 40800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=867776 CPUtime=0
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1534522508 888602624 40800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=867776 CPUtime=0
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1534522508 888602624 40800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=867776 CPUtime=0
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1534522510 888602624 40800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=867776 CPUtime=0.25
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 685 0 0 0 25 0 0 0 16 0 10 0 1534522510 888602624 40800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=867776 CPUtime=0
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1534522510 888602624 40800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=867776 CPUtime=0
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 1534522510 888602624 40800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14265] ppid=14253 vsize=867776 CPUtime=0
/proc/14255/task/14265/stat : 14265 (java) S 14253 14255 12722 0 -1 64 66 0 0 0 0 0 0 0 25 0 10 0 1534523656 888602624 40800 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890024

[startup+25.5014 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 14268
/proc/meminfo: memFree=874968/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=868188 CPUtime=25.22
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 87465 4923 1 0 1902 315 300 5 18 0 9 0 1534522505 889024512 43796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 217047 43796 2637 9 0 211553 0
[pid=14255/tid=14256] ppid=14253 vsize=868188 CPUtime=22.54
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 39295 4923 1 0 1652 297 300 5 25 0 9 0 1534522506 889024512 43796 996147200 134512640 134550740 4294955968 18446744073709551615 4127455927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14258] ppid=14253 vsize=868188 CPUtime=5.29
/proc/14255/task/14258/stat : 14258 (java) S 14253 14255 12722 0 -1 64 46268 4923 0 0 210 14 300 5 16 0 9 0 1534522508 889024512 43796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 21 4923 0 0 0 0 300 5 16 0 9 0 1534522508 889024512 43796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 12 4923 0 0 0 0 300 5 17 0 9 0 1534522508 889024512 43796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 18 0 9 0 1534522510 889024512 43796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=868188 CPUtime=3.45
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 1061 4923 0 0 39 1 300 5 16 0 9 0 1534522510 889024512 43796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 19 0 9 0 1534522510 889024512 43796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 6 4923 0 0 0 0 300 5 15 0 9 0 1534522510 889024512 43796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868188

[startup+51.1013 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 14268
/proc/meminfo: memFree=874904/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=868188 CPUtime=50.58

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

/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 12 4923 0 0 0 0 300 5 17 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 18 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=868188 CPUtime=3.51
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 1096 4923 0 0 45 1 300 5 16 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 19 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 6 4923 0 0 0 0 300 5 15 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.69
Current children cumulated vsize (KiB) 868188

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14300
/proc/meminfo: memFree=1574832/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=868188 CPUtime=1531.63
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 87512 4923 1 0 152540 318 300 5 18 0 9 0 1534522505 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 217047 43828 2637 9 0 211553 0
[pid=14255/tid=14256] ppid=14253 vsize=868188 CPUtime=1528.89
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 39307 4923 1 0 152284 300 300 5 25 0 9 0 1534522506 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4127368151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14255/tid=14258] ppid=14253 vsize=868188 CPUtime=5.29
/proc/14255/task/14258/stat : 14258 (java) S 14253 14255 12722 0 -1 64 46268 4923 0 0 210 14 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 21 4923 0 0 0 0 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 12 4923 0 0 0 0 300 5 17 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 18 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=868188 CPUtime=3.51
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 1096 4923 0 0 45 1 300 5 16 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 19 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 6 4923 0 0 0 0 300 5 15 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.63
Current children cumulated vsize (KiB) 868188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14300
/proc/meminfo: memFree=1574704/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=868188 CPUtime=1591.57
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 87512 4923 1 0 158534 318 300 5 18 0 9 0 1534522505 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 217047 43828 2637 9 0 211553 0
[pid=14255/tid=14256] ppid=14253 vsize=868188 CPUtime=1588.82
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 39307 4923 1 0 158277 300 300 5 25 0 9 0 1534522506 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4126799514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14255/tid=14258] ppid=14253 vsize=868188 CPUtime=5.29
/proc/14255/task/14258/stat : 14258 (java) S 14253 14255 12722 0 -1 64 46268 4923 0 0 210 14 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 21 4923 0 0 0 0 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 12 4923 0 0 0 0 300 5 17 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 18 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=868188 CPUtime=3.51
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 1096 4923 0 0 45 1 300 5 16 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 19 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 6 4923 0 0 0 0 300 5 15 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.57
Current children cumulated vsize (KiB) 868188

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14300
/proc/meminfo: memFree=1574640/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=868188 CPUtime=1651.51
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 87512 4923 1 0 164528 318 300 5 18 0 9 0 1534522505 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 217047 43828 2637 9 0 211553 0
[pid=14255/tid=14256] ppid=14253 vsize=868188 CPUtime=1648.76
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 39307 4923 1 0 164271 300 300 5 25 0 9 0 1534522506 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4127354293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14255/tid=14258] ppid=14253 vsize=868188 CPUtime=5.29
/proc/14255/task/14258/stat : 14258 (java) S 14253 14255 12722 0 -1 64 46268 4923 0 0 210 14 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 21 4923 0 0 0 0 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 12 4923 0 0 0 0 300 5 17 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 18 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=868188 CPUtime=3.51
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 1096 4923 0 0 45 1 300 5 16 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 19 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 6 4923 0 0 0 0 300 5 15 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.51
Current children cumulated vsize (KiB) 868188

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14300
/proc/meminfo: memFree=1574704/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=868188 CPUtime=1711.44
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 87512 4923 1 0 170521 318 300 5 18 0 9 0 1534522505 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 217047 43828 2637 9 0 211553 0
[pid=14255/tid=14256] ppid=14253 vsize=868188 CPUtime=1708.7
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 39307 4923 1 0 170265 300 300 5 25 0 9 0 1534522506 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4127396992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14255/tid=14258] ppid=14253 vsize=868188 CPUtime=5.29
/proc/14255/task/14258/stat : 14258 (java) S 14253 14255 12722 0 -1 64 46268 4923 0 0 210 14 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 21 4923 0 0 0 0 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 12 4923 0 0 0 0 300 5 17 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 18 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=868188 CPUtime=3.51
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 1096 4923 0 0 45 1 300 5 16 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 19 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 6 4923 0 0 0 0 300 5 15 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.44
Current children cumulated vsize (KiB) 868188

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14300
/proc/meminfo: memFree=1574512/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=868188 CPUtime=1771.38
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 87512 4923 1 0 176515 318 300 5 18 0 9 0 1534522505 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 217047 43828 2637 9 0 211553 0
[pid=14255/tid=14256] ppid=14253 vsize=868188 CPUtime=1768.64
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 39307 4923 1 0 176259 300 300 5 25 0 9 0 1534522506 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4127369946 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14255/tid=14258] ppid=14253 vsize=868188 CPUtime=5.29
/proc/14255/task/14258/stat : 14258 (java) S 14253 14255 12722 0 -1 64 46268 4923 0 0 210 14 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 21 4923 0 0 0 0 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 12 4923 0 0 0 0 300 5 17 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 18 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=868188 CPUtime=3.51
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 1096 4923 0 0 45 1 300 5 16 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 19 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 6 4923 0 0 0 0 300 5 15 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.38
Current children cumulated vsize (KiB) 868188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14300
/proc/meminfo: memFree=1574512/2055920 swapFree=4097700/4192956
[pid=14255] ppid=14253 vsize=868188 CPUtime=1800.07
/proc/14255/stat : 14255 (java) S 14253 14255 12722 0 -1 0 87512 4923 1 0 179383 319 300 5 18 0 9 0 1534522505 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14255/statm: 217047 43828 2637 9 0 211553 0
[pid=14255/tid=14256] ppid=14253 vsize=868188 CPUtime=1797.31
/proc/14255/task/14256/stat : 14256 (java) R 14253 14255 12722 0 -1 64 39307 4923 1 0 179126 300 300 5 25 0 9 0 1534522506 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4127352410 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14255/tid=14258] ppid=14253 vsize=868188 CPUtime=5.29
/proc/14255/task/14258/stat : 14258 (java) S 14253 14255 12722 0 -1 64 46268 4923 0 0 210 14 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14259] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14259/stat : 14259 (java) S 14253 14255 12722 0 -1 64 21 4923 0 0 0 0 300 5 16 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14260] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14260/stat : 14260 (java) S 14253 14255 12722 0 -1 64 12 4923 0 0 0 0 300 5 17 0 9 0 1534522508 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14261] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14261/stat : 14261 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 18 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14262] ppid=14253 vsize=868188 CPUtime=3.51
/proc/14255/task/14262/stat : 14262 (java) S 14253 14255 12722 0 -1 64 1096 4923 0 0 45 1 300 5 16 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14263] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14263/stat : 14263 (java) S 14253 14255 12722 0 -1 64 1 4923 0 0 0 0 300 5 19 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14255/tid=14264] ppid=14253 vsize=868188 CPUtime=3.05
/proc/14255/task/14264/stat : 14264 (java) S 14253 14255 12722 0 -1 64 6 4923 0 0 0 0 300 5 15 0 9 0 1534522510 889024512 43828 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868188

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.08
CPU time (s): 1800.15
CPU user time (s): 1796.88
CPU system time (s): 3.2715
CPU usage (%): 99.3967
Max. virtual memory (cumulated for all children) (KiB): 894644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.88
system time used= 3.2715
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92466
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= 39320
involuntary context switches= 64942

runsolver used 2.55061 second user time and 5.69813 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-03 03:28:23
IDJOB=1050180
IDBENCH=54865
IDSOLVER=364
FILE ID=node32/1050180-1215048503
PBS_JOBID= 7875110
Free space on /tmp= 66532 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-g-125-17.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-1050180-1215048503/watcher-1050180-1215048503 -o /tmp/evaluation-result-1050180-1215048503/solver-1050180-1215048503 -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-1050180-1215048503.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 28adb903193f339f0a75306072f25750
RANDOM SEED=803873617

node32.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.218
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.218
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:       1041296 kB
Buffers:         11428 kB
Cached:         113752 kB
SwapCached:      88000 kB
Active:         926624 kB
Inactive:        31316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1041296 kB
SwapTotal:     4192956 kB
SwapFree:      4097700 kB
Dirty:           10836 kB
Writeback:           0 kB
Mapped:         849120 kB
Slab:            39968 kB
Committed_AS:  3901880 kB
PageTables:       3676 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= 66532 MiB
End job on node32 at 2008-07-03 03:58:36