Trace number 1064515

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.16 1814.16

General information on the benchmark

Namecsp/tdsp/
normalized-C4-1-60.xml
MD5SUMb21f5127694617ef1ec57e033a0a71a2
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 benchmark96.9073
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.23/0.30	
0.23/0.30	   configuration
0.23/0.30	     name=mac.xml
0.26/0.47	   
0.26/0.47	   instance
0.26/0.47	     name=HOME/instance-1064515-1215142144.xml
0.29/0.51	   
0.29/0.51	   domains being loaded...
0.29/0.51	   
0.29/0.51	   variables being loaded...
0.29/0.56	     nbVariables=149  nbDomainTypes=5  minDomainSize=1  maxDomainSize=61  nbTotalValues=6078
0.29/0.56	       =>  wckTime=0.264  cpuTime=0.1  mem=7M919
0.29/0.56	   
0.29/0.56	   predicates being loaded...
0.39/0.63	   
0.39/0.63	   constraints being loaded...
2.96/3.23	     nbConstraints=1274  nbSingletonDomainVariables=2  nbConflictsStructures=94  nbSharedConflictsStructures=4
2.96/3.23	     nbUnbuiltConflictsStructures=1089  nbSharedBinaryRepresentations=0  nbEvaluationManagers=1183
2.96/3.23	     nbSharedEvaluationManagers=91  minDegree=49  maxDegree=50  minArity=3  avgArity=5.77  maxArity=6  nbGenerators=0
2.96/3.23	     nbFusions=0  symmetryWckTime=0.179  symmetryCpuTime=0.09
2.96/3.23	       =>  wckTime=2.934  cpuTime=2.42  mem=44M52
3.06/3.33	   
3.06/3.33	   solver IterativeSystematicSolver being built... 
3.25/3.50	   
3.25/3.50	   INFO : Forward propagation technique limited 
3.25/3.56	       =>  wckTime=3.265  cpuTime=2.63  mem=53M265
3.34/3.60	   
3.34/3.60	   preprocessing
3.34/3.60	     nbConstraintChecks=1060  nbPropagations=149  nbRevisions=98  nbUselessRevisions=0  nbRemovedValues=530
3.34/3.60	     detectedInconsistency=no
3.34/3.60	       =>  wckTime=0.032  cpuTime=0.03  mem=54M238
43.15/43.67	   
43.15/43.68	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=27M53)

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 2.03 4/82 23418
/proc/meminfo: memFree=1794808/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=18572 CPUtime=0
/proc/23418/stat : 23418 (runsolver) R 23416 23418 21536 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1543886616 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 268213742887 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23418/statm: 4643 292 257 25 0 2626 0

[startup+0.0355631 s]
/proc/loadavg: 1.92 1.99 2.03 4/82 23418
/proc/meminfo: memFree=1794808/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=861876 CPUtime=0.02
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 2028 0 1 0 1 1 0 0 20 0 5 0 1543886616 882561024 1695 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 215469 1695 783 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.10156 s]
/proc/loadavg: 1.92 1.99 2.03 4/82 23418
/proc/meminfo: memFree=1794808/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=865884 CPUtime=0.08
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 3688 0 1 0 6 2 0 0 20 0 9 0 1543886616 886665216 3163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216471 3163 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301585 s]
/proc/loadavg: 1.92 1.99 2.03 4/82 23418
/proc/meminfo: memFree=1794808/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=866204 CPUtime=0.23
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 5288 0 4 0 19 4 0 0 20 0 9 0 1543886616 886992896 4717 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216551 4717 1863 9 0 211099 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 866204

[startup+0.701629 s]
/proc/loadavg: 1.92 1.99 2.03 4/82 23418
/proc/meminfo: memFree=1794808/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867052 CPUtime=0.49
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 7543 0 9 0 44 5 0 0 20 0 9 0 1543886616 887861248 6911 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216763 6911 2006 9 0 211269 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 867052

[startup+1.50272 s]
/proc/loadavg: 1.92 1.99 2.03 4/91 23427
/proc/meminfo: memFree=1761136/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867548 CPUtime=1.28
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 17867 0 9 0 115 13 0 0 20 0 9 0 1543886616 888369152 17210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216887 17210 2003 9 0 211415 0
[pid=23418/tid=23420] ppid=23416 vsize=867548 CPUtime=1.03
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 15757 0 9 0 93 10 0 0 25 0 9 0 1543886618 888369152 17210 996147200 134512640 134550740 4294955984 18446744073709551615 4126981987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867548 CPUtime=0.02
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 710 0 0 0 2 0 0 0 16 0 9 0 1543886619 888369152 17210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867548 CPUtime=0
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1543886619 888369152 17210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867548 CPUtime=0
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1543886619 888369152 17210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867548 CPUtime=0
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1543886621 888369152 17210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867548 CPUtime=0.2
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 703 0 0 0 19 1 0 0 15 0 9 0 1543886621 888369152 17210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867548 CPUtime=0
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1543886621 888369152 17210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867548 CPUtime=0
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543886621 888369152 17210 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 867548

[startup+3.1029 s]
/proc/loadavg: 1.92 1.99 2.03 3/91 23427
/proc/meminfo: memFree=1727920/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867548 CPUtime=2.87
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 19547 0 9 0 269 18 0 0 20 0 9 0 1543886616 888369152 18888 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216887 18888 2005 9 0 211415 0
[pid=23418/tid=23420] ppid=23416 vsize=867548 CPUtime=2.55
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 15773 0 9 0 240 15 0 0 25 0 9 0 1543886618 888369152 18888 996147200 134512640 134550740 4294955984 18446744073709551615 4125977243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867548 CPUtime=0.07
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 2359 0 0 0 6 1 0 0 16 0 9 0 1543886619 888369152 18888 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867548 CPUtime=0
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1543886619 888369152 18888 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867548 CPUtime=0
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1543886619 888369152 18888 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867548 CPUtime=0
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1543886621 888369152 18888 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867548 CPUtime=0.22
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 718 0 0 0 21 1 0 0 16 0 9 0 1543886621 888369152 18888 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867548 CPUtime=0
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1543886621 888369152 18888 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867548 CPUtime=0
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1543886621 888369152 18888 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 867548

[startup+6.30126 s]
/proc/loadavg: 1.93 1.99 2.03 3/91 23431
/proc/meminfo: memFree=1706408/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867992 CPUtime=6.04
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 40731 425 9 2 575 25 3 1 20 0 9 0 1543886616 888823808 24122 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216998 24122 2615 9 0 211526 0
[pid=23418/tid=23420] ppid=23416 vsize=867992 CPUtime=5.46
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 26580 425 9 2 524 18 3 1 25 0 9 0 1543886618 888823808 24122 996147200 134512640 134550740 4294955984 18446744073709551615 4127218930 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867992 CPUtime=0.28
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 12350 425 0 2 21 3 3 1 17 0 9 0 1543886619 888823808 24122 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 18 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24122 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24122 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24122 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.34
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 932 425 0 2 29 1 3 1 15 0 9 0 1543886621 888823808 24122 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24122 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 41 425 0 2 0 0 3 1 15 0 9 0 1543886621 888823808 24122 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 867992

[startup+12.702 s]
/proc/loadavg: 1.93 1.99 2.03 3/91 23431
/proc/meminfo: memFree=1706280/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867992 CPUtime=12.41
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 40749 425 9 2 1212 25 3 1 20 0 9 0 1543886616 888823808 24129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216998 24129 2615 9 0 211526 0
[pid=23418/tid=23420] ppid=23416 vsize=867992 CPUtime=11.81
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 26583 425 9 2 1159 18 3 1 25 0 9 0 1543886618 888823808 24129 996147200 134512640 134550740 4294955984 18446744073709551615 4127210191 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867992 CPUtime=0.28
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 12350 425 0 2 21 3 3 1 17 0 9 0 1543886619 888823808 24129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 18 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.35
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 947 425 0 2 30 1 3 1 16 0 9 0 1543886621 888823808 24129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 41 425 0 2 0 0 3 1 15 0 9 0 1543886621 888823808 24129 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 867992

[startup+25.5024 s]
/proc/loadavg: 1.95 1.99 2.03 3/91 23431
/proc/meminfo: memFree=1706280/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867992 CPUtime=25.14
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 40799 425 9 2 2485 25 3 1 20 0 9 0 1543886616 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216998 24142 2615 9 0 211526 0
[pid=23418/tid=23420] ppid=23416 vsize=867992 CPUtime=24.51
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 26585 425 9 2 2429 18 3 1 25 0 9 0 1543886618 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4126876425 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867992 CPUtime=0.28
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 12350 425 0 2 21 3 3 1 17 0 9 0 1543886619 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 18 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.38
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 995 425 0 2 33 1 3 1 16 0 9 0 1543886621 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 41 425 0 2 0 0 3 1 15 0 9 0 1543886621 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 867992

[startup+51.1023 s]
/proc/loadavg: 1.96 1.99 2.02 3/91 23431
/proc/meminfo: memFree=1706280/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867992 CPUtime=50.6
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 40800 425 9 2 5030 26 3 1 20 0 9 0 1543886616 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216998 24142 2615 9 0 211526 0
[pid=23418/tid=23420] ppid=23416 vsize=867992 CPUtime=49.97
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 26586 425 9 2 4975 18 3 1 25 0 9 0 1543886618 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4126861188 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867992 CPUtime=0.28
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 12350 425 0 2 21 3 3 1 16 0 9 0 1543886619 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 18 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.38
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 995 425 0 2 33 1 3 1 16 0 9 0 1543886621 888823808 24142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04

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

/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.4
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 1002 425 0 2 34 2 3 1 16 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 41 425 0 2 0 0 3 1 15 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.77
Current children cumulated vsize (KiB) 867992

[startup+1602.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/82 23463
/proc/meminfo: memFree=1692088/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867992 CPUtime=1590.22
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 40810 425 9 2 158988 30 3 1 20 0 9 0 1543886616 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216998 24146 2615 9 0 211526 0
[pid=23418/tid=23420] ppid=23416 vsize=867992 CPUtime=1589.58
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 26589 425 9 2 158932 22 3 1 25 0 9 0 1543886618 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4126863719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867992 CPUtime=0.28
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 12350 425 0 2 21 3 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 18 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.4
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 1002 425 0 2 34 2 3 1 16 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 41 425 0 2 0 0 3 1 15 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.22
Current children cumulated vsize (KiB) 867992

[startup+1662.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/82 23463
/proc/meminfo: memFree=1692024/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867992 CPUtime=1649.67
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 40810 425 9 2 164933 30 3 1 20 0 9 0 1543886616 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216998 24146 2615 9 0 211526 0
[pid=23418/tid=23420] ppid=23416 vsize=867992 CPUtime=1649.03
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 26589 425 9 2 164877 22 3 1 25 0 9 0 1543886618 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4126861153 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867992 CPUtime=0.28
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 12350 425 0 2 21 3 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 18 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.4
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 1002 425 0 2 34 2 3 1 16 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 41 425 0 2 0 0 3 1 15 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.67
Current children cumulated vsize (KiB) 867992

[startup+1722.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/82 23463
/proc/meminfo: memFree=1691960/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867992 CPUtime=1709.13
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 40810 425 9 2 170879 30 3 1 20 0 9 0 1543886616 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216998 24146 2615 9 0 211526 0
[pid=23418/tid=23420] ppid=23416 vsize=867992 CPUtime=1708.49
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 26589 425 9 2 170823 22 3 1 25 0 9 0 1543886618 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4127170421 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867992 CPUtime=0.28
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 12350 425 0 2 21 3 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 18 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.4
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 1002 425 0 2 34 2 3 1 16 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 41 425 0 2 0 0 3 1 15 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.13
Current children cumulated vsize (KiB) 867992

[startup+1782.3 s]
/proc/loadavg: 2.14 2.09 2.02 3/82 23463
/proc/meminfo: memFree=1691896/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867992 CPUtime=1768.58
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 40810 425 9 2 176824 30 3 1 20 0 9 0 1543886616 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216998 24146 2615 9 0 211526 0
[pid=23418/tid=23420] ppid=23416 vsize=867992 CPUtime=1767.95
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 26589 425 9 2 176768 23 3 1 25 0 9 0 1543886618 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4127215572 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867992 CPUtime=0.28
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 12350 425 0 2 21 3 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 18 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.4
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 1002 425 0 2 34 2 3 1 16 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 41 425 0 2 0 0 3 1 15 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.58
Current children cumulated vsize (KiB) 867992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.1 s]
/proc/loadavg: 2.16 2.10 2.03 3/82 23463
/proc/meminfo: memFree=1691832/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867992 CPUtime=1800.09
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 40810 425 9 2 179975 30 3 1 20 0 9 0 1543886616 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216998 24146 2615 9 0 211526 0
[pid=23418/tid=23420] ppid=23416 vsize=867992 CPUtime=1799.46
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 26589 425 9 2 179919 23 3 1 25 0 9 0 1543886618 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4126861111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867992 CPUtime=0.28
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 12350 425 0 2 21 3 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 18 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.4
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 1002 425 0 2 34 2 3 1 16 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 41 425 0 2 0 0 3 1 15 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867992

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

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

[startup+1814.1 s]
/proc/loadavg: 2.16 2.10 2.03 3/82 23463
/proc/meminfo: memFree=1691832/2055920 swapFree=4097880/4192956
[pid=23418] ppid=23416 vsize=867992 CPUtime=1800.09
/proc/23418/stat : 23418 (java) S 23416 23418 21536 0 -1 0 40810 425 9 2 179975 30 3 1 20 0 9 0 1543886616 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23418/statm: 216998 24146 2615 9 0 211526 0
[pid=23418/tid=23420] ppid=23416 vsize=867992 CPUtime=1799.46
/proc/23418/task/23420/stat : 23420 (java) R 23416 23418 21536 0 -1 64 26589 425 9 2 179919 23 3 1 25 0 9 0 1543886618 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4126861111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23421] ppid=23416 vsize=867992 CPUtime=0.28
/proc/23418/task/23421/stat : 23421 (java) S 23416 23418 21536 0 -1 64 12350 425 0 2 21 3 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23422] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23422/stat : 23422 (java) S 23416 23418 21536 0 -1 64 18 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23423] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23423/stat : 23423 (java) S 23416 23418 21536 0 -1 64 8 425 0 2 0 0 3 1 16 0 9 0 1543886619 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23424] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23424/stat : 23424 (java) S 23416 23418 21536 0 -1 64 0 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23425] ppid=23416 vsize=867992 CPUtime=0.4
/proc/23418/task/23425/stat : 23425 (java) S 23416 23418 21536 0 -1 64 1002 425 0 2 34 2 3 1 16 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23426] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23426/stat : 23426 (java) S 23416 23418 21536 0 -1 64 2 425 0 2 0 0 3 1 25 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23418/tid=23427] ppid=23416 vsize=867992 CPUtime=0.04
/proc/23418/task/23427/stat : 23427 (java) S 23416 23418 21536 0 -1 64 41 425 0 2 0 0 3 1 15 0 9 0 1543886621 888823808 24146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867992

Child status: 143
Real time (s): 1814.16
CPU time (s): 1800.16
CPU user time (s): 1799.82
CPU system time (s): 0.338948
CPU usage (%): 99.2286
Max. virtual memory (cumulated for all children) (KiB): 868224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41267
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38880
involuntary context switches= 86477

runsolver used 2.22266 second user time and 5.97009 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 05:29:04
IDJOB=1064515
IDBENCH=54959
IDSOLVER=363
FILE ID=node32/1064515-1215142144
PBS_JOBID= 7877317
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-1-60.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-1064515-1215142144/watcher-1064515-1215142144 -o /tmp/evaluation-result-1064515-1215142144/solver-1064515-1215142144 -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-1064515-1215142144.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b21f5127694617ef1ec57e033a0a71a2
RANDOM SEED=1781089526

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1795296 kB
Buffers:          3884 kB
Cached:          41240 kB
SwapCached:      86932 kB
Active:         189400 kB
Inactive:        18956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795296 kB
SwapTotal:     4192956 kB
SwapFree:      4097880 kB
Dirty:            2212 kB
Writeback:           0 kB
Mapped:         180492 kB
Slab:            36856 kB
Committed_AS:  3294296 kB
PageTables:       2276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node32 at 2008-07-04 05:59:20