Trace number 1081727

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

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-54.xml
MD5SUMb5d1992790bf0cc79cd48d32bd5446d6
Bench Category2-ARY-INT (binary 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 variables2916
Number of constraints77327
Maximum constraint arity2
Maximum domain size54
Number of constraints which are defined in extension0
Number of constraints which are defined in intension77327
Global constraints used (with number of constraints)

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-1081727-1215218633.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.50/0.59	     nbVariables=2916  nbDomainTypes=1  minDomainSize=54  maxDomainSize=54  nbTotalValues=157464
0.50/0.59	       =>  wckTime=0.352  cpuTime=0.23  mem=19M556
0.50/0.60	   
0.50/0.60	   predicates being loaded...
0.59/0.65	   
0.59/0.65	   constraints being loaded...
21.38/21.40	   
21.38/21.40	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 100M547)
54.56/54.96	     nbConstraints=77807  nbGlobalConstraints=480  nbConvertedConstraints=33176  nbConvertConstraintsChecks=46268172
54.56/54.96	     nbExtensionStructures=15863  nbSharedExtensionStructures=33171  nbConflictsStructures=16291
54.56/54.96	     nbSharedConflictsStructures=77318  nbSharedBinaryRepresentations=1712879  nbEvaluationManagers=4
54.56/54.96	     nbSharedEvaluationManagers=44147  minDegree=54  maxDegree=56  minArity=2  avgArity=2.04  maxArity=54
54.56/54.96	     nbGenerators=426  nbFusions=426  symmetryWckTime=31.846  symmetryCpuTime=10.28  nbCliques=54
54.56/54.96	       =>  wckTime=54.721  cpuTime=31.55  mem=140M308
55.45/55.87	   
55.45/55.87	   solver IterativeSystematicSolver being built... 
56.16/56.54	   
56.16/56.55	   INFO : Forward propagation technique limited 
56.35/56.72	       =>  wckTime=56.483  cpuTime=32.2  mem=172M118
57.05/57.49	   
57.15/57.50	   preprocessing
57.15/57.50	     nbConstraintChecks=61654  nbPropagations=3342  nbRevisions=1247  nbUselessRevisions=0  nbRemovedValues=6536
57.15/57.50	     nbRemovedTuples=2862  detectedInconsistency=no
57.15/57.50	       =>  wckTime=0.756  cpuTime=0.72  mem=172M118

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-1081727-1215218633/watcher-1081727-1215218633 -o /tmp/evaluation-result-1081727-1215218633/solver-1081727-1215218633 -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-1081727-1215218633.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 4/81 20957
/proc/meminfo: memFree=575032/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=18572 CPUtime=0
/proc/20957/stat : 20957 (runsolver) R 20955 20957 20018 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1551535124 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20957/statm: 4643 292 257 25 0 2626 0

[startup+0.060609 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20957
/proc/meminfo: memFree=575032/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=863832 CPUtime=0.04
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 2615 0 1 0 2 2 0 0 18 0 9 0 1551535124 884563968 2182 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 215958 2182 1027 9 0 210937 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863832

[startup+0.101613 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20957
/proc/meminfo: memFree=575032/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=865884 CPUtime=0.08
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 3686 0 1 0 6 2 0 0 18 0 9 0 1551535124 886665216 3159 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 216471 3159 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30164 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20957
/proc/meminfo: memFree=575032/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=866196 CPUtime=0.28
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 5560 0 1 0 24 4 0 0 18 0 9 0 1551535124 886984704 4983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 216549 4983 1883 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701692 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20957
/proc/meminfo: memFree=575032/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=867524 CPUtime=0.7
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 10393 0 1 0 63 7 0 0 18 0 9 0 1551535124 888344576 9753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 216881 9753 2010 9 0 211387 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 867524

[startup+1.5028 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 20966
/proc/meminfo: memFree=526064/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=867436 CPUtime=1.49
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 19670 0 1 0 138 11 0 0 18 0 9 0 1551535124 888254464 19005 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 216859 19005 2004 9 0 211387 0
[pid=20957/tid=20959] ppid=20955 vsize=867436 CPUtime=1.21
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 15741 0 1 0 113 8 0 0 17 0 9 0 1551535125 888254464 19005 996147200 134512640 134550740 4294955968 18446744073709551615 102884244 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20960] ppid=20955 vsize=867436 CPUtime=0.09
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 2598 0 0 0 8 1 0 0 17 0 9 0 1551535127 888254464 19005 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20961] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1551535127 888254464 19005 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20962] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1551535127 888254464 19005 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20963] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551535129 888254464 19005 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=867436 CPUtime=0.16
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 634 0 0 0 16 0 0 0 16 0 9 0 1551535129 888254464 19005 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20965] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1551535129 888254464 19005 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551535129 888254464 19005 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867436

[startup+3.10301 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 20966
/proc/meminfo: memFree=490288/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=867436 CPUtime=3.09
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 25139 0 1 0 295 14 0 0 18 0 9 0 1551535124 888254464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 216859 24472 2004 9 0 211387 0
[pid=20957/tid=20959] ppid=20955 vsize=867436 CPUtime=2.53
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 15744 0 1 0 244 9 0 0 25 0 9 0 1551535125 888254464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4126618796 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20960] ppid=20955 vsize=867436 CPUtime=0.37
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 8063 0 0 0 34 3 0 0 17 0 9 0 1551535127 888254464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20961] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1551535127 888254464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20962] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1551535127 888254464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20963] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551535129 888254464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=867436 CPUtime=0.16
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 635 0 0 0 16 0 0 0 17 0 9 0 1551535129 888254464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20965] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1551535129 888254464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551535129 888254464 24472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867436

[startup+6.30143 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 20966
/proc/meminfo: memFree=469680/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=867436 CPUtime=6.29
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 28891 0 1 0 599 30 0 0 18 0 9 0 1551535124 888254464 28218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 216859 28218 2006 9 0 211387 0
[pid=20957/tid=20959] ppid=20955 vsize=867436 CPUtime=5.38
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 15784 0 1 0 515 23 0 0 25 0 9 0 1551535125 888254464 28218 996147200 134512640 134550740 4294955968 18446744073709551615 4126899699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20960] ppid=20955 vsize=867436 CPUtime=0.63
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 11713 0 0 0 59 4 0 0 18 0 9 0 1551535127 888254464 28218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20961] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1551535127 888254464 28218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20962] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1551535127 888254464 28218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20963] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551535129 888254464 28218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=867436 CPUtime=0.24
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 697 0 0 0 24 0 0 0 16 0 9 0 1551535129 888254464 28218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20965] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1551535129 888254464 28218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551535129 888254464 28218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867436

[startup+12.7013 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 20966
/proc/meminfo: memFree=449968/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=867436 CPUtime=12.68
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 30384 0 1 0 1190 78 0 0 18 0 9 0 1551535124 888254464 29710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 216859 29710 2006 9 0 211387 0
[pid=20957/tid=20959] ppid=20955 vsize=867436 CPUtime=11.68
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 15785 0 1 0 1097 71 0 0 25 0 9 0 1551535125 888254464 29710 996147200 134512640 134550740 4294955968 18446744073709551615 4126918859 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20960] ppid=20955 vsize=867436 CPUtime=0.73
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 13204 0 0 0 68 5 0 0 16 0 9 0 1551535127 888254464 29710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20961] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1551535127 888254464 29710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20962] ppid=20955 vsize=867440 CPUtime=0
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1551535127 888258560 29710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20963] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551535129 888254464 29710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=867440 CPUtime=0.25
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 698 0 0 0 25 0 0 0 16 0 9 0 1551535129 888258560 29710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20965] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1551535129 888254464 29710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=867436 CPUtime=0
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551535129 888254464 29710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867436

[startup+25.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 20968
/proc/meminfo: memFree=360544/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=868784 CPUtime=23.86
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 44973 0 1 0 2237 149 0 0 18 0 10 0 1551535124 889634816 44113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 217196 44113 2013 9 0 211724 0
[pid=20968] ppid=20957 vsize=24580 CPUtime=1.59
/proc/20968/stat : 20968 (saucy) R 20957 20957 20018 0 -1 4194304 2810 0 0 0 156 3 0 0 25 0 1 0 1551537511 25169920 2733 996147200 134512640 134531332 4294956000 18446744073709551615 134523809 0 4 0 0 0 0 0 17 1 0 0
/proc/20968/statm: 6145 2733 95 4 0 5821 0
[pid=20957/tid=20959] ppid=20955 vsize=868784 CPUtime=21.87
/proc/20957/task/20959/stat : 20959 (java) S 20955 20957 20018 0 -1 64 15880 0 1 0 2053 134 0 0 16 0 10 0 1551535125 889634816 44113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=20957/tid=20960] ppid=20955 vsize=868784 CPUtime=1.68
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 27609 0 0 0 156 12 0 0 16 0 10 0 1551535127 889634816 44113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20961] ppid=20955 vsize=868784 CPUtime=0
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1551535127 889634816 44113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20962] ppid=20955 vsize=868784 CPUtime=0
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1551535127 889634816 44113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20963] ppid=20955 vsize=868784 CPUtime=0
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1551535129 889634816 44113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=868784 CPUtime=0.28
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 713 0 0 0 28 0 0 0 16 0 10 0 1551535129 889634816 44113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20965] ppid=20955 vsize=868784 CPUtime=0
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1551535129 889634816 44113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=868784 CPUtime=0
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 1551535129 889634816 44113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20967] ppid=20955 vsize=868784 CPUtime=0
/proc/20957/task/20967/stat : 20967 (java) S 20955 20957 20018 0 -1 64 70 0 0 0 0 0 0 0 16 0 10 0 1551537511 889634816 44113 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 893364

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 20970
/proc/meminfo: memFree=345248/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=869108 CPUtime=50.8
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 47579 5187 1 0 2845 152 2076 7 18 0 9 0 1551535124 889966592 44133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 217277 44133 2014 9 0 211805 0
[pid=20957/tid=20959] ppid=20955 vsize=869108 CPUtime=48.77
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 18075 5187 1 0 2659 135 2076 7 25 0 9 0 1551535125 889966592 44133 996147200 134512640 134550740 4294955968 18446744073709551615 4127202804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20960] ppid=20955 vsize=869108 CPUtime=22.51
/proc/20957/task/20960/stat : 20960 (java) R 20955 20957 20018 0 -1 64 27722 5187 0 0 156 12 2076 7 16 0 9 0 1551535127 889966592 44133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20961] ppid=20955 vsize=869108 CPUtime=20.83
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 13 5187 0 0 0 0 2076 7 16 0 9 0 1551535127 889966592 44133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20962] ppid=20955 vsize=869108 CPUtime=20.83
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 5 5187 0 0 0 0 2076 7 16 0 9 0 1551535127 889966592 44133 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 12 5187 0 0 0 0 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20963] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 18 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=869196 CPUtime=21.32
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 1103 5187 0 0 48 1 2076 7 16 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20965] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 19 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 18 5187 0 0 0 0 2076 7 15 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.88
Current children cumulated vsize (KiB) 869196

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 21027
/proc/meminfo: memFree=1557352/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=869196 CPUtime=1532.85
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 92228 5187 1 0 151011 191 2076 7 18 0 9 0 1551535124 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 217299 50869 2638 9 0 211805 0
[pid=20957/tid=20959] ppid=20955 vsize=869196 CPUtime=1529.6
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 35744 5187 1 0 150708 169 2076 7 25 0 9 0 1551535125 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4127473448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20960] ppid=20955 vsize=869196 CPUtime=23.54
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 54523 5187 0 0 254 17 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20961] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 17 5187 0 0 0 0 2076 7 15 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20962] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 12 5187 0 0 0 0 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20963] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 18 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=869196 CPUtime=21.32
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 1103 5187 0 0 48 1 2076 7 16 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20965] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 19 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 18 5187 0 0 0 0 2076 7 15 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.85
Current children cumulated vsize (KiB) 869196

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 21027
/proc/meminfo: memFree=1554216/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=869196 CPUtime=1592.82
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 92228 5187 1 0 157008 191 2076 7 18 0 9 0 1551535124 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 217299 50869 2638 9 0 211805 0
[pid=20957/tid=20959] ppid=20955 vsize=869196 CPUtime=1589.57
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 35744 5187 1 0 156705 169 2076 7 25 0 9 0 1551535125 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4127470939 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20960] ppid=20955 vsize=869196 CPUtime=23.54
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 54523 5187 0 0 254 17 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20961] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 17 5187 0 0 0 0 2076 7 15 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20962] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 12 5187 0 0 0 0 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20963] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 18 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=869196 CPUtime=21.32
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 1103 5187 0 0 48 1 2076 7 16 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20965] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 19 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 18 5187 0 0 0 0 2076 7 15 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.82
Current children cumulated vsize (KiB) 869196

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 21027
/proc/meminfo: memFree=1551464/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=869196 CPUtime=1652.8
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 92228 5187 1 0 163006 191 2076 7 18 0 9 0 1551535124 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 217299 50869 2638 9 0 211805 0
[pid=20957/tid=20959] ppid=20955 vsize=869196 CPUtime=1649.55
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 35744 5187 1 0 162703 169 2076 7 25 0 9 0 1551535125 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4126898368 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20960] ppid=20955 vsize=869196 CPUtime=23.54
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 54523 5187 0 0 254 17 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20961] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 17 5187 0 0 0 0 2076 7 15 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20962] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 12 5187 0 0 0 0 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20963] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 18 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=869196 CPUtime=21.32
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 1103 5187 0 0 48 1 2076 7 16 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20965] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 19 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 18 5187 0 0 0 0 2076 7 15 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.8
Current children cumulated vsize (KiB) 869196

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 21027
/proc/meminfo: memFree=1548648/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=869196 CPUtime=1712.78
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 92228 5187 1 0 169004 191 2076 7 18 0 9 0 1551535124 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 217299 50869 2638 9 0 211805 0
[pid=20957/tid=20959] ppid=20955 vsize=869196 CPUtime=1709.53
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 35744 5187 1 0 168701 169 2076 7 25 0 9 0 1551535125 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4127542768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20960] ppid=20955 vsize=869196 CPUtime=23.54
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 54523 5187 0 0 254 17 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20961] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 17 5187 0 0 0 0 2076 7 15 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20962] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 12 5187 0 0 0 0 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20963] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 18 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=869196 CPUtime=21.32
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 1103 5187 0 0 48 1 2076 7 16 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20965] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 19 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 18 5187 0 0 0 0 2076 7 15 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.78
Current children cumulated vsize (KiB) 869196

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 21027
/proc/meminfo: memFree=1546600/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=869196 CPUtime=1772.75
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 92228 5187 1 0 175001 191 2076 7 18 0 9 0 1551535124 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 217299 50869 2638 9 0 211805 0
[pid=20957/tid=20959] ppid=20955 vsize=869196 CPUtime=1769.5
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 35744 5187 1 0 174698 169 2076 7 25 0 9 0 1551535125 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4127526814 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20960] ppid=20955 vsize=869196 CPUtime=23.54
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 54523 5187 0 0 254 17 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20961] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 17 5187 0 0 0 0 2076 7 15 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20962] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 12 5187 0 0 0 0 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20963] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 18 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=869196 CPUtime=21.32
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 1103 5187 0 0 48 1 2076 7 16 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20965] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 19 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 18 5187 0 0 0 0 2076 7 15 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.75
Current children cumulated vsize (KiB) 869196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 21027
/proc/meminfo: memFree=1545896/2055920 swapFree=4180436/4192956
[pid=20957] ppid=20955 vsize=869196 CPUtime=1800.05
/proc/20957/stat : 20957 (java) S 20955 20957 20018 0 -1 0 92228 5187 1 0 177731 191 2076 7 18 0 9 0 1551535124 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20957/statm: 217299 50869 2638 9 0 211805 0
[pid=20957/tid=20959] ppid=20955 vsize=869196 CPUtime=1796.8
/proc/20957/task/20959/stat : 20959 (java) R 20955 20957 20018 0 -1 64 35744 5187 1 0 177428 169 2076 7 25 0 9 0 1551535125 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4127482165 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20957/tid=20960] ppid=20955 vsize=869196 CPUtime=23.54
/proc/20957/task/20960/stat : 20960 (java) S 20955 20957 20018 0 -1 64 54523 5187 0 0 254 17 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20961] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20961/stat : 20961 (java) S 20955 20957 20018 0 -1 64 17 5187 0 0 0 0 2076 7 15 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20962] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20962/stat : 20962 (java) S 20955 20957 20018 0 -1 64 12 5187 0 0 0 0 2076 7 16 0 9 0 1551535127 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20963] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20963/stat : 20963 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 18 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20964] ppid=20955 vsize=869196 CPUtime=21.32
/proc/20957/task/20964/stat : 20964 (java) S 20955 20957 20018 0 -1 64 1103 5187 0 0 48 1 2076 7 16 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20965] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20965/stat : 20965 (java) S 20955 20957 20018 0 -1 64 1 5187 0 0 0 0 2076 7 19 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20957/tid=20966] ppid=20955 vsize=869196 CPUtime=20.83
/proc/20957/task/20966/stat : 20966 (java) S 20955 20957 20018 0 -1 64 18 5187 0 0 0 0 2076 7 15 0 9 0 1551535129 890056704 50869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 869196

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): 1809.67
CPU time (s): 1800.14
CPU user time (s): 1798.11
CPU system time (s): 2.03069
CPU usage (%): 99.4731
Max. virtual memory (cumulated for all children) (KiB): 894948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.03069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97448
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= 38897
involuntary context switches= 42725

runsolver used 2.35564 second user time and 5.8911 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 02:43:53
IDJOB=1081727
IDBENCH=57133
IDSOLVER=363
FILE ID=node13/1081727-1215218633
PBS_JOBID= 7881803
Free space on /tmp= 65660 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-54.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-1081727-1215218633/watcher-1081727-1215218633 -o /tmp/evaluation-result-1081727-1215218633/solver-1081727-1215218633 -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-1081727-1215218633.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b5d1992790bf0cc79cd48d32bd5446d6
RANDOM SEED=1997365272

node13.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.238
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.238
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:        575576 kB
Buffers:         62164 kB
Cached:        1247764 kB
SwapCached:       6892 kB
Active:         692112 kB
Inactive:       708840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        575576 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:           55888 kB
Writeback:           0 kB
Mapped:         104748 kB
Slab:            64428 kB
Committed_AS:  3792548 kB
PageTables:       2152 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= 66512 MiB
End job on node13 at 2008-07-05 03:14:05