Trace number 1062226

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

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-30-30.xml
MD5SUMc7a10992fbd03921b43966fd04238705
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2875
Satisfiable
(Un)Satisfiability was proved
Number of variables1350
Number of constraints990
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension990
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1062226-1215133982.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.48/0.59	     nbVariables=1350  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=2700
0.48/0.59	       =>  wckTime=0.342  cpuTime=0.26  mem=10M779
0.48/0.59	   
0.48/0.59	   predicates being loaded...
0.58/0.69	   
0.58/0.69	   constraints being loaded...
3.79/3.75	     nbConstraints=1076  nbGlobalConstraints=86  nbUnbuiltConflictsStructures=4  nbSharedBinaryRepresentations=0
3.79/3.75	     nbEvaluationManagers=4  nbSharedEvaluationManagers=986  minDegree=6  maxDegree=36  minArity=15  avgArity=21.47
3.79/3.75	     maxArity=1350  nbGenerators=86  nbFusions=0  symmetryWckTime=1.965  symmetryCpuTime=0.95
3.79/3.75	       =>  wckTime=3.505  cpuTime=2.29  mem=38M169
3.89/3.83	   
3.89/3.83	   solver IterativeSystematicSolver being built... 
4.02/3.96	   
4.02/3.96	   INFO : Forward propagation technique limited 
4.13/4.08	       =>  wckTime=3.838  cpuTime=2.52  mem=28M991
4.24/4.16	   
4.24/4.16	   preprocessing
4.24/4.16	     nbConstraintChecks=16680  nbValidityChecks=13920  nbPropagations=1350  nbRevisions=14850  nbUselessRevisions=14850
4.24/4.16	     nbRemovedValues=0  detectedInconsistency=no
4.24/4.16	       =>  wckTime=0.076  cpuTime=0.07  mem=30M968
44.85/44.84	   
44.85/44.84	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=42M829)

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-1062226-1215133982/watcher-1062226-1215133982 -o /tmp/evaluation-result-1062226-1215133982/solver-1062226-1215133982 -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-1062226-1215133982.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.96 2.00 2.00 3/72 9126
/proc/meminfo: memFree=1580848/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=1616 CPUtime=0
/proc/9126/stat : 9126 (java) D 9124 9126 8087 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1543070030 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/9126/statm: 404 145 119 9 0 46 0

[startup+0.0285241 s]
/proc/loadavg: 1.96 2.00 2.00 3/72 9126
/proc/meminfo: memFree=1580848/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=861228 CPUtime=0.01
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 1710 0 1 0 0 1 0 0 18 0 3 0 1543070030 881897472 1407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 215307 1407 563 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.102024 s]
/proc/loadavg: 1.96 2.00 2.00 3/72 9126
/proc/meminfo: memFree=1580848/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=865884 CPUtime=0.08
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 3708 0 1 0 6 2 0 0 18 0 9 0 1543070030 886665216 3174 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 216471 3174 1683 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301049 s]
/proc/loadavg: 1.96 2.00 2.00 3/72 9126
/proc/meminfo: memFree=1580848/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=866128 CPUtime=0.28
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 5695 0 1 0 24 4 0 0 18 0 9 0 1543070030 886915072 5072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 216532 5072 1946 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.7011 s]
/proc/loadavg: 1.96 2.00 2.00 3/72 9126
/proc/meminfo: memFree=1580848/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=867064 CPUtime=0.68
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 8184 0 1 0 62 6 0 0 18 0 9 0 1543070030 887873536 7544 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 216766 7544 2004 9 0 211272 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867064

[startup+1.5012 s]
/proc/loadavg: 1.96 2.00 2.00 3/80 9136
/proc/meminfo: memFree=1586480/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=867564 CPUtime=1.5
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 18479 0 1 0 135 15 0 0 18 0 9 0 1543070030 888385536 17814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 216891 17814 2001 9 0 211419 0
[pid=9126/tid=9128] ppid=9124 vsize=867564 CPUtime=1.26
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 15756 0 1 0 113 13 0 0 18 0 9 0 1543070031 888385536 17814 996147200 134512640 134550740 4294955984 18446744073709551615 102689605 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=867568 CPUtime=0.02
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 1329 0 0 0 2 0 0 0 16 0 9 0 1543070033 888389632 17814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=867564 CPUtime=0
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1543070033 888385536 17814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=867564 CPUtime=0
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1543070033 888385536 17814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=867564 CPUtime=0
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1543070035 888385536 17814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=867564 CPUtime=0.18
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 698 0 0 0 18 0 0 0 16 0 9 0 1543070035 888385536 17814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=867564 CPUtime=0
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1543070035 888385536 17814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=867564 CPUtime=0
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1543070035 888385536 17814 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 867564

[startup+3.10242 s]
/proc/loadavg: 1.96 2.00 2.00 2/81 9138
/proc/meminfo: memFree=1547944/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=868212 CPUtime=3.2
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 31210 991 1 0 202 21 95 2 18 0 9 0 1543070030 889049088 20735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217053 20735 2014 9 0 211581 0
[pid=9126/tid=9128] ppid=9124 vsize=868212 CPUtime=2.84
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 20758 991 1 0 171 16 95 2 17 0 9 0 1543070031 889049088 20735 996147200 134512640 134550740 4294955984 18446744073709551615 4127055404 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=868212 CPUtime=1.05
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 8685 991 0 0 6 2 95 2 16 0 9 0 1543070033 889049088 20735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=868212 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 19 991 0 0 0 0 95 2 15 0 9 0 1543070033 889049088 20735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=868212 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 9 991 0 0 0 0 95 2 15 0 9 0 1543070033 889049088 20735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=868212 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 889049088 20735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=868212 CPUtime=1.19
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 938 991 0 0 22 0 95 2 16 0 9 0 1543070035 889049088 20735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9134] ppid=9124 vsize=868212 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 889049088 20735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=868212 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 4 991 0 0 0 0 95 2 15 0 9 0 1543070035 889049088 20735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 868212

[startup+6.30264 s]
/proc/loadavg: 1.88 1.98 1.99 2/76 9157
/proc/meminfo: memFree=1546824/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=869444 CPUtime=6.49
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 46003 991 1 0 528 24 95 2 18 0 9 0 1543070030 890310656 23208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217361 23208 2637 9 0 211867 0
[pid=9126/tid=9128] ppid=9124 vsize=869444 CPUtime=5.91
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 29318 991 1 0 477 17 95 2 18 0 9 0 1543070031 890310656 23208 996147200 134512640 134550740 4294955984 18446744073709551615 4127234227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9129] ppid=9124 vsize=869444 CPUtime=1.17
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 14792 991 0 0 17 3 95 2 16 0 9 0 1543070033 890310656 23208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 26 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.3
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1025 991 0 0 32 1 95 2 15 0 9 0 1543070035 890310656 23208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 890310656 23208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 30 991 0 0 0 0 95 2 15 0 9 0 1543070035 890310656 23208 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 869444

[startup+12.7025 s]
/proc/loadavg: 1.81 1.96 1.98 3/89 9208
/proc/meminfo: memFree=1503072/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=869444 CPUtime=12.88
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 46054 991 1 0 1167 24 95 2 18 0 9 0 1543070030 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217361 23221 2637 9 0 211867 0
[pid=9126/tid=9128] ppid=9124 vsize=869444 CPUtime=12.29
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 29321 991 1 0 1114 18 95 2 25 0 9 0 1543070031 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4127253536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=869444 CPUtime=1.17
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 14792 991 0 0 17 3 95 2 16 0 9 0 1543070033 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 26 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.33
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1073 991 0 0 35 1 95 2 16 0 9 0 1543070035 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 30 991 0 0 0 0 95 2 15 0 9 0 1543070035 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 869444

[startup+25.5022 s]
/proc/loadavg: 1.85 1.96 1.98 3/89 9212
/proc/meminfo: memFree=1460304/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=869444 CPUtime=25.62
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 46055 991 1 0 2441 24 95 2 18 0 9 0 1543070030 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217361 23221 2637 9 0 211867 0
[pid=9126/tid=9128] ppid=9124 vsize=869444 CPUtime=25.03
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 29322 991 1 0 2388 18 95 2 25 0 9 0 1543070031 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4127202556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=869444 CPUtime=1.17
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 14792 991 0 0 17 3 95 2 16 0 9 0 1543070033 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 26 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.33
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1073 991 0 0 35 1 95 2 16 0 9 0 1543070035 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 30 991 0 0 0 0 95 2 15 0 9 0 1543070035 890310656 23221 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.62
Current children cumulated vsize (KiB) 869444

[startup+51.1026 s]
/proc/loadavg: 1.97 1.98 1.99 3/89 9212
/proc/meminfo: memFree=1460176/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=869444 CPUtime=51.12
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 46064 991 1 0 4991 24 95 2 18 0 9 0 1543070030 890310656 23224 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217361 23224 2637 9 0 211867 0
[pid=9126/tid=9128] ppid=9124 vsize=869444 CPUtime=50.53
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 29324 991 1 0 4938 18 95 2 21 0 9 0 1543070031 890310656 23224 996147200 134512640 134550740 4294955984 18446744073709551615 4127219877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=869444 CPUtime=1.17
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 14792 991 0 0 17 3 95 2 16 0 9 0 1543070033 890310656 23224 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 26 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23224 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23224 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23224 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.33
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1080 991 0 0 35 1 95 2 16 0 9 0 1543070035 890310656 23224 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97

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

/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.35
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1089 991 0 0 37 1 95 2 16 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 30 991 0 0 0 0 95 2 15 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.16
Current children cumulated vsize (KiB) 869444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9214
/proc/meminfo: memFree=1459536/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=869444 CPUtime=1595.91
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 46078 991 1 0 159467 27 95 2 18 0 9 0 1543070030 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217361 23230 2637 9 0 211867 0
[pid=9126/tid=9128] ppid=9124 vsize=869444 CPUtime=1595.29
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 29329 991 1 0 159412 20 95 2 25 0 9 0 1543070031 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4127195040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=869444 CPUtime=1.17
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 14792 991 0 0 17 3 95 2 16 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 26 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.35
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1089 991 0 0 37 1 95 2 16 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 30 991 0 0 0 0 95 2 15 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.91
Current children cumulated vsize (KiB) 869444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9214
/proc/meminfo: memFree=1459536/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=869444 CPUtime=1655.67
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 46078 991 1 0 165443 27 95 2 18 0 9 0 1543070030 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217361 23230 2637 9 0 211867 0
[pid=9126/tid=9128] ppid=9124 vsize=869444 CPUtime=1655.05
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 29329 991 1 0 165388 20 95 2 25 0 9 0 1543070031 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4127195792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=869444 CPUtime=1.17
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 14792 991 0 0 17 3 95 2 16 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 26 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.35
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1089 991 0 0 37 1 95 2 16 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 30 991 0 0 0 0 95 2 15 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.67
Current children cumulated vsize (KiB) 869444

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9214
/proc/meminfo: memFree=1459472/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=869444 CPUtime=1715.42
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 46078 991 1 0 171418 27 95 2 18 0 9 0 1543070030 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217361 23230 2637 9 0 211867 0
[pid=9126/tid=9128] ppid=9124 vsize=869444 CPUtime=1714.8
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 29329 991 1 0 171363 20 95 2 25 0 9 0 1543070031 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4127190426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=869444 CPUtime=1.17
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 14792 991 0 0 17 3 95 2 16 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 26 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.35
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1089 991 0 0 37 1 95 2 16 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 30 991 0 0 0 0 95 2 15 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.42
Current children cumulated vsize (KiB) 869444

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9214
/proc/meminfo: memFree=1459472/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=869444 CPUtime=1775.18
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 46078 991 1 0 177394 27 95 2 18 0 9 0 1543070030 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217361 23230 2637 9 0 211867 0
[pid=9126/tid=9128] ppid=9124 vsize=869444 CPUtime=1774.56
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 29329 991 1 0 177339 20 95 2 25 0 9 0 1543070031 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4127190426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=869444 CPUtime=1.17
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 14792 991 0 0 17 3 95 2 16 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 26 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.35
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1089 991 0 0 37 1 95 2 16 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 30 991 0 0 0 0 95 2 15 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.18
Current children cumulated vsize (KiB) 869444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9214
/proc/meminfo: memFree=1459472/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=869444 CPUtime=1800.08
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 46078 991 1 0 179884 27 95 2 18 0 9 0 1543070030 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217361 23230 2637 9 0 211867 0
[pid=9126/tid=9128] ppid=9124 vsize=869444 CPUtime=1799.46
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 29329 991 1 0 179829 20 95 2 25 0 9 0 1543070031 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4127190426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=869444 CPUtime=1.17
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 14792 991 0 0 17 3 95 2 16 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 26 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.35
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1089 991 0 0 37 1 95 2 16 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 30 991 0 0 0 0 95 2 15 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 869444

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

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

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 9214
/proc/meminfo: memFree=1459472/2055920 swapFree=4180424/4192956
[pid=9126] ppid=9124 vsize=869444 CPUtime=1800.08
/proc/9126/stat : 9126 (java) S 9124 9126 8087 0 -1 0 46078 991 1 0 179884 27 95 2 18 0 9 0 1543070030 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9126/statm: 217361 23230 2637 9 0 211867 0
[pid=9126/tid=9128] ppid=9124 vsize=869444 CPUtime=1799.46
/proc/9126/task/9128/stat : 9128 (java) R 9124 9126 8087 0 -1 64 29329 991 1 0 179829 20 95 2 25 0 9 0 1543070031 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4127190426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9129] ppid=9124 vsize=869444 CPUtime=1.17
/proc/9126/task/9129/stat : 9129 (java) S 9124 9126 8087 0 -1 64 14792 991 0 0 17 3 95 2 16 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9130] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9130/stat : 9130 (java) S 9124 9126 8087 0 -1 64 26 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9131] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9131/stat : 9131 (java) S 9124 9126 8087 0 -1 64 13 991 0 0 0 0 95 2 15 0 9 0 1543070033 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9132] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9132/stat : 9132 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 18 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9133] ppid=9124 vsize=869444 CPUtime=1.35
/proc/9126/task/9133/stat : 9133 (java) S 9124 9126 8087 0 -1 64 1089 991 0 0 37 1 95 2 16 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9126/tid=9134] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9134/stat : 9134 (java) S 9124 9126 8087 0 -1 64 1 991 0 0 0 0 95 2 19 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9126/tid=9135] ppid=9124 vsize=869444 CPUtime=0.97
/proc/9126/task/9135/stat : 9135 (java) S 9124 9126 8087 0 -1 64 30 991 0 0 0 0 95 2 15 0 9 0 1543070035 890310656 23230 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 869444

Child status: 143
Real time (s): 1807.38
CPU time (s): 1800.17
CPU user time (s): 1799.86
CPU system time (s): 0.313952
CPU usage (%): 99.6013
Max. virtual memory (cumulated for all children) (KiB): 872332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47098
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= 37449
involuntary context switches= 58729

runsolver used 1.71674 second user time and 5.00224 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 03:13:02
IDJOB=1062226
IDBENCH=54618
IDSOLVER=363
FILE ID=node13/1062226-1215133982
PBS_JOBID= 7877211
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-30-30.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-1062226-1215133982/watcher-1062226-1215133982 -o /tmp/evaluation-result-1062226-1215133982/solver-1062226-1215133982 -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-1062226-1215133982.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c7a10992fbd03921b43966fd04238705
RANDOM SEED=1364213797

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:       1581328 kB
Buffers:         69920 kB
Cached:         270824 kB
SwapCached:       6668 kB
Active:         223040 kB
Inactive:       172936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581328 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2376 kB
Writeback:           0 kB
Mapped:          62780 kB
Slab:            63808 kB
Committed_AS:  2954244 kB
PageTables:       1948 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= 66548 MiB
End job on node13 at 2008-07-04 03:43:12