Trace number 1056164

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.18 1816.75

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-500.xml
MD5SUM2f41b36922ebee8c6bbe2e06a2cfd3a7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.4628
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints124750
Maximum constraint arity2
Maximum domain size500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension124750
Global constraints used (with number of constraints)

Solver Data (download as text)

0.08/0.09	
0.08/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1056164-1215061994.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.48	     nbVariables=500  nbDomainTypes=1  minDomainSize=500  maxDomainSize=500  nbTotalValues=250000
0.38/0.48	       =>  wckTime=0.214  cpuTime=0.16  mem=14M755
0.38/0.49	   
0.38/0.49	   predicates being loaded...
0.48/0.55	   
0.48/0.55	   constraints being loaded...
21.87/22.08	   
21.87/22.08	   INFO : Stopping converting binary constraints (cpu=20.12, mem = 95M119)
61.02/61.36	     nbConstraints=124752  nbGlobalConstraints=2  nbConvertedConstraints=158  nbConvertConstraintsChecks=39500000
61.02/61.36	     nbExtensionStructures=158  nbSharedExtensionStructures=0  nbConflictsStructures=158  nbSharedConflictsStructures=0
61.02/61.36	     nbUnbuiltConflictsStructures=500  nbSharedBinaryRepresentations=79000  nbEvaluationManagers=500
61.02/61.36	     nbSharedEvaluationManagers=124092  minDegree=501  maxDegree=501  minArity=2  avgArity=2.01  maxArity=500
61.02/61.36	     nbGenerators=1  nbFusions=1  symmetryWckTime=27.744  symmetryCpuTime=23.06  nbCliques=1
61.02/61.36	       =>  wckTime=61.085  cpuTime=52.86  mem=221M276
62.22/62.57	   
62.22/62.57	   solver IterativeSystematicSolver being built... 
64.72/65.09	   
64.72/65.09	   INFO : Forward propagation technique limited 
64.72/65.09	   
64.72/65.09	   INFO : Not creating residues for RM6
66.62/66.97	       =>  wckTime=66.697  cpuTime=54.27  mem=692M215
129.38/130.15	   
129.38/130.15	   preprocessing
129.38/130.15	     nbConstraintChecks=124844007  nbValidityChecks=419683  nbPropagations=501  nbRevisions=249524
129.38/130.15	     nbUselessRevisions=249522  nbRemovedValues=2  detectedInconsistency=no
129.38/130.15	       =>  wckTime=63.177  cpuTime=62.72  mem=692M215

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.00 3/80 6142
/proc/meminfo: memFree=854224/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=10616 CPUtime=0
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1535871266 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 2654 472 209 9 0 1184 0
[pid=6142/tid=6143] ppid=6140 vsize=10616 CPUtime=0
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1535871267 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 12726232 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0977489 s]
/proc/loadavg: 2.05 2.03 2.00 3/80 6142
/proc/meminfo: memFree=854224/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=865884 CPUtime=0.08
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 3609 0 1 0 6 2 0 0 18 0 9 0 1535871266 886665216 3097 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 216471 3097 1662 9 0 211026 0
[pid=6142/tid=6143] ppid=6140 vsize=865884 CPUtime=0.06
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 2700 0 1 0 5 1 0 0 18 0 9 0 1535871267 886665216 3097 996147200 134512640 134550740 4294955984 18446744073709551615 11857760 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.102753 s]
/proc/loadavg: 2.05 2.03 2.00 3/80 6142
/proc/meminfo: memFree=854224/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=865884 CPUtime=0.08
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 3673 0 1 0 6 2 0 0 18 0 9 0 1535871266 886665216 3148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 216471 3148 1681 9 0 211026 0
[pid=6142/tid=6143] ppid=6140 vsize=865884 CPUtime=0.06
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 2764 0 1 0 5 1 0 0 18 0 9 0 1535871267 886665216 3148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302775 s]
/proc/loadavg: 2.05 2.03 2.00 3/80 6142
/proc/meminfo: memFree=854224/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=866284 CPUtime=0.28
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 5645 0 1 0 24 4 0 0 18 0 9 0 1535871266 887074816 5058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 216571 5058 1912 9 0 211099 0
[pid=6142/tid=6143] ppid=6140 vsize=866284 CPUtime=0.23
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 4672 0 1 0 20 3 0 0 19 0 9 0 1535871267 887074816 5058 996147200 134512640 134550740 4294955984 18446744073709551615 11843447 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702832 s]
/proc/loadavg: 2.05 2.03 2.00 3/80 6142
/proc/meminfo: memFree=854224/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=867680 CPUtime=0.69
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 9687 0 1 0 62 7 0 0 18 0 9 0 1535871266 888504320 9047 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 216920 9047 2011 9 0 211426 0
[pid=6142/tid=6143] ppid=6140 vsize=867680 CPUtime=0.51
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 8338 0 1 0 46 5 0 0 19 0 9 0 1535871267 888504320 9047 996147200 134512640 134550740 4294955984 18446744073709551615 4126560524 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867680

[startup+1.50294 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 6151
/proc/meminfo: memFree=823688/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=867592 CPUtime=1.47
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 19648 0 1 0 136 11 0 0 18 0 9 0 1535871266 888414208 18983 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 216898 18983 2004 9 0 211426 0
[pid=6142/tid=6143] ppid=6140 vsize=867592 CPUtime=1.21
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 15751 0 1 0 112 9 0 0 25 0 9 0 1535871267 888414208 18983 996147200 134512640 134550740 4294955984 18446744073709551615 104454846 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=867592 CPUtime=0.08
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 2540 0 0 0 7 1 0 0 16 0 9 0 1535871269 888414208 18983 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6146] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535871269 888414208 18983 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6147] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535871269 888414208 18983 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6148] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535871271 888414208 18983 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=867592 CPUtime=0.16
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 661 0 0 0 16 0 0 0 16 0 9 0 1535871271 888414208 18983 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535871272 888414208 18983 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535871272 888414208 18983 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867592

[startup+3.10115 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 6151
/proc/meminfo: memFree=786952/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=867592 CPUtime=3.07
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 24451 0 1 0 292 15 0 0 18 0 9 0 1535871266 888414208 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 216898 23784 2004 9 0 211426 0
[pid=6142/tid=6143] ppid=6140 vsize=867592 CPUtime=2.57
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 15754 0 1 0 247 10 0 0 25 0 9 0 1535871267 888414208 23784 996147200 134512640 134550740 4294955984 18446744073709551615 104688864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=867592 CPUtime=0.31
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 7339 0 0 0 28 3 0 0 17 0 9 0 1535871269 888414208 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6146] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535871269 888414208 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6147] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535871269 888414208 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6148] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535871271 888414208 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=867592 CPUtime=0.16
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 662 0 0 0 16 0 0 0 17 0 9 0 1535871271 888414208 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535871272 888414208 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535871272 888414208 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867592

[startup+6.30257 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 6151
/proc/meminfo: memFree=758216/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=867592 CPUtime=6.26
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 31292 0 1 0 606 20 0 0 18 0 9 0 1535871266 888414208 30621 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 216898 30621 2004 9 0 211426 0
[pid=6142/tid=6143] ppid=6140 vsize=867592 CPUtime=5.21
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 15758 0 1 0 510 11 0 0 25 0 9 0 1535871267 888414208 30621 996147200 134512640 134550740 4294955984 18446744073709551615 4126659294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=867592 CPUtime=0.85
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 14175 0 0 0 78 7 0 0 17 0 9 0 1535871269 888414208 30621 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6146] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535871269 888414208 30621 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6147] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535871269 888414208 30621 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6148] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535871271 888414208 30621 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=867592 CPUtime=0.16
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 663 0 0 0 16 0 0 0 16 0 9 0 1535871271 888414208 30621 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535871272 888414208 30621 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535871272 888414208 30621 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867592

[startup+12.7014 s]
/proc/loadavg: 2.04 2.03 2.00 3/89 6151
/proc/meminfo: memFree=711880/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=867592 CPUtime=12.62
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 36655 0 1 0 1238 24 0 0 18 0 9 0 1535871266 888414208 35977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 216898 35977 2006 9 0 211426 0
[pid=6142/tid=6143] ppid=6140 vsize=867592 CPUtime=11.14
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 15791 0 1 0 1102 12 0 0 25 0 9 0 1535871267 888414208 35977 996147200 134512640 134550740 4294955984 18446744073709551615 4126900267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=867592 CPUtime=1.24
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 19487 0 0 0 115 9 0 0 17 0 9 0 1535871269 888414208 35977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6146] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535871269 888414208 35977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6147] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535871269 888414208 35977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6148] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535871271 888414208 35977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=867592 CPUtime=0.19
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 681 0 0 0 19 0 0 0 15 0 9 0 1535871271 888414208 35977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535871272 888414208 35977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535871272 888414208 35977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867592

[startup+25.5021 s]
/proc/loadavg: 2.11 2.04 2.01 3/89 6151
/proc/meminfo: memFree=669000/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=867592 CPUtime=25.35
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 45926 0 1 0 2505 30 0 0 18 0 9 0 1535871266 888414208 45239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 216898 45239 2007 9 0 211426 0
[pid=6142/tid=6143] ppid=6140 vsize=867592 CPUtime=23.15
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 15801 0 1 0 2301 14 0 0 25 0 9 0 1535871267 888414208 45239 996147200 134512640 134550740 4294955984 18446744073709551615 102064761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=867592 CPUtime=1.91
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 28705 0 0 0 177 14 0 0 17 0 9 0 1535871269 888414208 45239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6146] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535871269 888414208 45239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6147] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535871269 888414208 45239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6148] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535871271 888414208 45239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=867592 CPUtime=0.27
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 724 0 0 0 26 1 0 0 16 0 9 0 1535871271 888414208 45239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535871272 888414208 45239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=867592 CPUtime=0
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535871272 888414208 45239 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 867592

[startup+51.1025 s]
/proc/loadavg: 2.07 2.04 2.00 3/82 6189
/proc/meminfo: memFree=1324152/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=868240 CPUtime=50.82
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 86988 7454 1 0 4611 50 412 9 18 0 9 0 1535871266 889077760 70683 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 217060 70683 2018 9 0 211588 0
[pid=6142/tid=6143] ppid=6140 vsize=868240 CPUtime=47.03
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 30989 7454 1 0 4263 19 412 9 25 0 9 0 1535871267 889077760 70683 996147200 134512640 134550740 4294955984 18446744073709551615 4126901367 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6145] ppid=6140 vsize=868240 CPUtime=7.65

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

Current children cumulated CPU time (s) 1468.87
Current children cumulated vsize (KiB) 868328

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6205
/proc/meminfo: memFree=809824/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=868328 CPUtime=1528.3
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 267170 7454 1 0 152306 103 412 9 18 0 9 0 1535871266 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 217082 192062 2637 9 0 211588 0
[pid=6142/tid=6143] ppid=6140 vsize=868328 CPUtime=1520.26
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 48277 7454 1 0 151580 25 412 9 25 0 9 0 1535871267 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4126457476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=868328 CPUtime=11.8
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 216923 7454 0 0 686 73 412 9 16 0 9 0 1535871269 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6146] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 19 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6147] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 24 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6148] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 18 0 9 0 1535871271 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=868328 CPUtime=4.61
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 1088 7454 0 0 39 1 412 9 16 0 9 0 1535871271 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 19 0 9 0 1535871272 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 16 7454 0 0 0 0 412 9 15 0 9 0 1535871272 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.3
Current children cumulated vsize (KiB) 868328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6206
/proc/meminfo: memFree=809760/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=868328 CPUtime=1587.74
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 267170 7454 1 0 158250 103 412 9 18 0 9 0 1535871266 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 217082 192062 2637 9 0 211588 0
[pid=6142/tid=6143] ppid=6140 vsize=868328 CPUtime=1579.7
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 48277 7454 1 0 157524 25 412 9 25 0 9 0 1535871267 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4126906211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=868328 CPUtime=11.8
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 216923 7454 0 0 686 73 412 9 16 0 9 0 1535871269 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6146] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 19 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6147] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 24 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6148] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 18 0 9 0 1535871271 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=868328 CPUtime=4.61
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 1088 7454 0 0 39 1 412 9 16 0 9 0 1535871271 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 19 0 9 0 1535871272 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 16 7454 0 0 0 0 412 9 15 0 9 0 1535871272 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.74
Current children cumulated vsize (KiB) 868328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6206
/proc/meminfo: memFree=809696/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=868328 CPUtime=1647.17
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 267170 7454 1 0 164193 103 412 9 18 0 9 0 1535871266 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 217082 192062 2637 9 0 211588 0
[pid=6142/tid=6143] ppid=6140 vsize=868328 CPUtime=1639.13
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 48277 7454 1 0 163467 25 412 9 25 0 9 0 1535871267 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4126901367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=868328 CPUtime=11.8
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 216923 7454 0 0 686 73 412 9 16 0 9 0 1535871269 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6146] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 19 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6147] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 24 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6148] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 18 0 9 0 1535871271 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=868328 CPUtime=4.61
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 1088 7454 0 0 39 1 412 9 16 0 9 0 1535871271 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 19 0 9 0 1535871272 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 16 7454 0 0 0 0 412 9 15 0 9 0 1535871272 889167872 192062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.17
Current children cumulated vsize (KiB) 868328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6206
/proc/meminfo: memFree=809696/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=868328 CPUtime=1706.61
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 267173 7454 1 0 170137 103 412 9 18 0 9 0 1535871266 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 217082 192065 2637 9 0 211588 0
[pid=6142/tid=6143] ppid=6140 vsize=868328 CPUtime=1698.56
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 48277 7454 1 0 169410 25 412 9 25 0 9 0 1535871267 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4127375683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=868328 CPUtime=11.8
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 216923 7454 0 0 686 73 412 9 16 0 9 0 1535871269 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6146] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 19 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6147] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 24 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6148] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 18 0 9 0 1535871271 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=868328 CPUtime=4.62
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 1091 7454 0 0 40 1 412 9 16 0 9 0 1535871271 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 19 0 9 0 1535871272 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 16 7454 0 0 0 0 412 9 15 0 9 0 1535871272 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.61
Current children cumulated vsize (KiB) 868328

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6206
/proc/meminfo: memFree=809504/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=868328 CPUtime=1766.04
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 267174 7454 1 0 176080 103 412 9 18 0 9 0 1535871266 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 217082 192065 2637 9 0 211588 0
[pid=6142/tid=6143] ppid=6140 vsize=868328 CPUtime=1757.99
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 48278 7454 1 0 175353 25 412 9 25 0 9 0 1535871267 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4127209964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=868328 CPUtime=11.8
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 216923 7454 0 0 686 73 412 9 16 0 9 0 1535871269 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6146] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 19 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6147] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 24 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6148] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 18 0 9 0 1535871271 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=868328 CPUtime=4.62
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 1091 7454 0 0 40 1 412 9 16 0 9 0 1535871271 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 19 0 9 0 1535871272 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 16 7454 0 0 0 0 412 9 15 0 9 0 1535871272 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.04
Current children cumulated vsize (KiB) 868328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6206
/proc/meminfo: memFree=809376/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=868328 CPUtime=1800.02
/proc/6142/stat : 6142 (java) S 6140 6142 6077 0 -1 0 267174 7454 1 0 179478 103 412 9 18 0 9 0 1535871266 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 217082 192065 2637 9 0 211588 0
[pid=6142/tid=6143] ppid=6140 vsize=868328 CPUtime=1791.97
/proc/6142/task/6143/stat : 6143 (java) R 6140 6142 6077 0 -1 64 48278 7454 1 0 178751 25 412 9 25 0 9 0 1535871267 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4127372830 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6145] ppid=6140 vsize=868328 CPUtime=11.8
/proc/6142/task/6145/stat : 6145 (java) S 6140 6142 6077 0 -1 64 216923 7454 0 0 686 73 412 9 16 0 9 0 1535871269 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6146] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6146/stat : 6146 (java) S 6140 6142 6077 0 -1 64 19 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6147] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6147/stat : 6147 (java) S 6140 6142 6077 0 -1 64 24 7454 0 0 0 0 412 9 16 0 9 0 1535871269 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6142/tid=6148] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6148/stat : 6148 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 18 0 9 0 1535871271 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6149] ppid=6140 vsize=868328 CPUtime=4.62
/proc/6142/task/6149/stat : 6149 (java) S 6140 6142 6077 0 -1 64 1091 7454 0 0 40 1 412 9 16 0 9 0 1535871271 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6150] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6150/stat : 6150 (java) S 6140 6142 6077 0 -1 64 1 7454 0 0 0 0 412 9 19 0 9 0 1535871272 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6142/tid=6151] ppid=6140 vsize=868328 CPUtime=4.21
/proc/6142/task/6151/stat : 6151 (java) S 6140 6142 6077 0 -1 64 16 7454 0 0 0 0 412 9 15 0 9 0 1535871272 889167872 192065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868328

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

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

[startup+1816.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 6206
/proc/meminfo: memFree=809376/2055920 swapFree=4180424/4192956
[pid=6142] ppid=6140 vsize=0 CPUtime=1800.13
/proc/6142/stat : 6142 (java) Z 6140 6142 6077 0 -1 1036 267206 7454 1 0 179481 111 412 9 16 0 2 0 1535871266 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6142/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1816.75
CPU time (s): 1800.18
CPU user time (s): 1798.94
CPU system time (s): 1.24581
CPU usage (%): 99.0882
Max. virtual memory (cumulated for all children) (KiB): 909656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.24581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274660
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= 39698
involuntary context switches= 75092

runsolver used 2.09068 second user time and 6.18606 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-03 07:13:15
IDJOB=1056164
IDBENCH=57401
IDSOLVER=363
FILE ID=node13/1056164-1215061994
PBS_JOBID= 7875244
Free space on /tmp= 66448 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-500.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-1056164-1215061994/watcher-1056164-1215061994 -o /tmp/evaluation-result-1056164-1215061994/solver-1056164-1215061994 -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-1056164-1215061994.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f41b36922ebee8c6bbe2e06a2cfd3a7
RANDOM SEED=564204453

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:        854704 kB
Buffers:         46292 kB
Cached:         259024 kB
SwapCached:       6668 kB
Active:        1002652 kB
Inactive:       118672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        854704 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:           47900 kB
Writeback:           0 kB
Mapped:         832344 kB
Slab:            63264 kB
Committed_AS:  3712572 kB
PageTables:       3640 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= 66496 MiB
End job on node13 at 2008-07-03 07:43:33