Trace number 1064368

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.09 1806.07

General information on the benchmark

Namecsp/tdsp/
normalized-C5-3-91.xml
MD5SUM9dd9a7613f57790269389339b38e48da
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1064368-1215140805.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.39	     nbVariables=221  nbDomainTypes=5  minDomainSize=1  maxDomainSize=92  nbTotalValues=11317
0.28/0.39	       =>  wckTime=0.142  cpuTime=0.12  mem=8M894
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
4.96/5.04	     nbConstraints=2774  nbSingletonDomainVariables=2  nbConflictsStructures=122  nbSharedConflictsStructures=24
4.96/5.05	     nbUnbuiltConflictsStructures=2028  nbSharedBinaryRepresentations=0  nbEvaluationManagers=2150
4.96/5.05	     nbSharedEvaluationManagers=624  minDegree=73  maxDegree=74  minArity=3  avgArity=5.84  maxArity=6  nbGenerators=0
4.96/5.05	     nbFusions=0  symmetryWckTime=0.261  symmetryCpuTime=0.13
4.96/5.05	       =>  wckTime=4.797  cpuTime=4.27  mem=59M989
5.16/5.22	   
5.16/5.23	   solver IterativeSystematicSolver being built... 
5.56/5.65	   
5.56/5.65	   INFO : Forward propagation technique limited 
5.65/5.71	       =>  wckTime=5.462  cpuTime=4.61  mem=77M136
5.65/5.77	   
5.65/5.77	   preprocessing
5.65/5.77	     nbConstraintChecks=1572  nbPropagations=221  nbRevisions=146  nbUselessRevisions=0  nbRemovedValues=786
5.65/5.77	     detectedInconsistency=no
5.65/5.77	       =>  wckTime=0.057  cpuTime=0.04  mem=78M126
163.87/164.73	   
163.87/164.73	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=81M112)

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 14805
/proc/meminfo: memFree=1060232/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=1616 CPUtime=0
/proc/14805/stat : 14805 (java) R 14803 14805 13529 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1993056127 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 6194106 0 0 4096 0 0 0 0 17 0 0 0
/proc/14805/statm: 404 148 122 9 0 46 0

[startup+0.033167 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 14805
/proc/meminfo: memFree=1060232/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=861876 CPUtime=0.02
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 2098 0 1 0 1 1 0 0 18 0 5 0 1993056127 882561024 1747 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 215469 1747 805 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102182 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 14805
/proc/meminfo: memFree=1060232/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=865884 CPUtime=0.08
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 3701 0 1 0 6 2 0 0 18 0 9 0 1993056127 886665216 3175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 216471 3175 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302218 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 14805
/proc/meminfo: memFree=1060232/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=866284 CPUtime=0.28
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 5890 0 1 0 25 3 0 0 18 0 9 0 1993056127 887074816 5264 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 216571 5265 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701299 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 14805
/proc/meminfo: memFree=1060232/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=867636 CPUtime=0.68
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 9764 0 1 0 61 7 0 0 18 0 9 0 1993056127 888459264 9124 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 216909 9125 2010 9 0 211415 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867636

[startup+1.50145 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 14814
/proc/meminfo: memFree=1016256/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=867548 CPUtime=1.48
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 18307 0 1 0 134 14 0 0 18 0 9 0 1993056127 888369152 17642 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 216887 17642 2004 9 0 211415 0
[pid=14805/tid=14807] ppid=14803 vsize=867548 CPUtime=1.21
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 15772 0 1 0 109 12 0 0 25 0 9 0 1993056128 888369152 17642 996147200 134512640 134550740 4294955984 18446744073709551615 104464289 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=867548 CPUtime=0.03
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 1134 0 0 0 3 0 0 0 16 0 9 0 1993056130 888369152 17642 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14809] ppid=14803 vsize=867548 CPUtime=0
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993056130 888369152 17642 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14810] ppid=14803 vsize=867548 CPUtime=0
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993056130 888369152 17642 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14811] ppid=14803 vsize=867548 CPUtime=0
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993056132 888369152 17642 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=867548 CPUtime=0.2
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 704 0 0 0 20 0 0 0 15 0 9 0 1993056132 888369152 17642 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14813] ppid=14803 vsize=867548 CPUtime=0
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993056132 888369152 17642 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=867548 CPUtime=0
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993056132 888369152 17642 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867548

[startup+3.10277 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 14814
/proc/meminfo: memFree=991424/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=867548 CPUtime=3.08
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 19773 0 1 0 288 20 0 0 18 0 9 0 1993056127 888369152 19106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 216887 19106 2005 9 0 211415 0
[pid=14805/tid=14807] ppid=14803 vsize=867548 CPUtime=2.72
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 15777 0 1 0 255 17 0 0 25 0 9 0 1993056128 888369152 19106 996147200 134512640 134550740 4294955984 18446744073709551615 4126915227 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=867548 CPUtime=0.09
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 2574 0 0 0 8 1 0 0 16 0 9 0 1993056130 888369152 19106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14809] ppid=14803 vsize=867548 CPUtime=0
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993056130 888369152 19106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14810] ppid=14803 vsize=867548 CPUtime=0
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993056130 888369152 19106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14811] ppid=14803 vsize=867548 CPUtime=0
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993056132 888369152 19106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=867548 CPUtime=0.24
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 725 0 0 0 24 0 0 0 16 0 9 0 1993056132 888369152 19106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14813] ppid=14803 vsize=867548 CPUtime=0
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993056132 888369152 19106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=867548 CPUtime=0
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993056132 888369152 19106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867548

[startup+6.3014 s]
/proc/loadavg: 1.93 1.98 1.99 4/93 14818
/proc/meminfo: memFree=977968/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=869420 CPUtime=6.25
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 46007 576 1 0 582 35 7 1 18 0 9 0 1993056127 890286080 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 217355 27535 2637 9 0 211861 0
[pid=14805/tid=14807] ppid=14803 vsize=869420 CPUtime=5.41
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 26223 576 1 0 508 25 7 1 22 0 9 0 1993056128 890286080 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4127323055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14808] ppid=14803 vsize=869420 CPUtime=0.53
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 17905 576 0 0 38 7 7 1 16 0 9 0 1993056130 890286080 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14809] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 17 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14810] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.43
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 985 576 0 0 34 1 7 1 15 0 9 0 1993056132 890286080 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 25 0 9 0 1993056132 890286080 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 48 576 0 0 0 0 7 1 15 0 9 0 1993056132 890286080 27535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 869420

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 14818
/proc/meminfo: memFree=958136/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=869420 CPUtime=12.61
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 46021 576 1 0 1218 35 7 1 18 0 9 0 1993056127 890286080 27542 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 217355 27542 2637 9 0 211861 0
[pid=14805/tid=14807] ppid=14803 vsize=869420 CPUtime=11.76
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 26227 576 1 0 1143 25 7 1 25 0 9 0 1993056128 890286080 27542 996147200 134512640 134550740 4294955984 18446744073709551615 4126872627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14808] ppid=14803 vsize=869420 CPUtime=0.53
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 17905 576 0 0 38 7 7 1 17 0 9 0 1993056130 890286080 27542 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14809] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 17 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27542 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14810] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27542 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27542 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.44
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 995 576 0 0 35 1 7 1 15 0 9 0 1993056132 890286080 27542 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 25 0 9 0 1993056132 890286080 27542 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 48 576 0 0 0 0 7 1 15 0 9 0 1993056132 890286080 27542 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 869420

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 14818
/proc/meminfo: memFree=958200/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=869420 CPUtime=25.35
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 46024 576 1 0 2492 35 7 1 18 0 9 0 1993056127 890286080 27543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 217355 27543 2637 9 0 211861 0
[pid=14805/tid=14807] ppid=14803 vsize=869420 CPUtime=24.49
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 26229 576 1 0 2416 25 7 1 25 0 9 0 1993056128 890286080 27543 996147200 134512640 134550740 4294955984 18446744073709551615 4127252507 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14808] ppid=14803 vsize=869420 CPUtime=0.53
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 17905 576 0 0 38 7 7 1 16 0 9 0 1993056130 890286080 27543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14809] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 17 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14810] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.45
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 996 576 0 0 36 1 7 1 17 0 9 0 1993056132 890286080 27543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 25 0 9 0 1993056132 890286080 27543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 48 576 0 0 0 0 7 1 15 0 9 0 1993056132 890286080 27543 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 869420

[startup+51.1022 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 14818
/proc/meminfo: memFree=947128/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=869420 CPUtime=50.83
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 46028 576 1 0 5039 36 7 1 18 0 9 0 1993056127 890286080 27546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 217355 27546 2637 9 0 211861 0
[pid=14805/tid=14807] ppid=14803 vsize=869420 CPUtime=49.96
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 26230 576 1 0 4963 25 7 1 25 0 9 0 1993056128 890286080 27546 996147200 134512640 134550740 4294955984 18446744073709551615 4126872568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14808] ppid=14803 vsize=869420 CPUtime=0.53
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 17905 576 0 0 38 7 7 1 16 0 9 0 1993056130 890286080 27546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14809] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 17 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14810] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.45
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 999 576 0 0 36 1 7 1 16 0 9 0 1993056132 890286080 27546 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08

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

/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.49
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 1018 576 0 0 40 1 7 1 16 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 25 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 48 576 0 0 0 0 7 1 15 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.46
Current children cumulated vsize (KiB) 869420

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=869420 CPUtime=1536.43
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 46052 576 1 0 153595 40 7 1 18 0 9 0 1993056127 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 217355 27561 2637 9 0 211861 0
[pid=14805/tid=14807] ppid=14803 vsize=869420 CPUtime=1535.52
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 26235 576 1 0 153515 29 7 1 25 0 9 0 1993056128 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4126872584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=869420 CPUtime=0.53
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 17905 576 0 0 38 7 7 1 16 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14809] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 17 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14810] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.49
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 1018 576 0 0 40 1 7 1 16 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 25 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 48 576 0 0 0 0 7 1 15 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.43
Current children cumulated vsize (KiB) 869420

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=869420 CPUtime=1596.4
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 46052 576 1 0 159592 40 7 1 18 0 9 0 1993056127 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 217355 27561 2637 9 0 211861 0
[pid=14805/tid=14807] ppid=14803 vsize=869420 CPUtime=1595.49
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 26235 576 1 0 159512 29 7 1 25 0 9 0 1993056128 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4126884919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=869420 CPUtime=0.53
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 17905 576 0 0 38 7 7 1 16 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14809] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 17 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14810] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.49
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 1018 576 0 0 40 1 7 1 16 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 25 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 48 576 0 0 0 0 7 1 15 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.4
Current children cumulated vsize (KiB) 869420

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=869420 CPUtime=1656.37
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 46052 576 1 0 165589 40 7 1 18 0 9 0 1993056127 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 217355 27561 2637 9 0 211861 0
[pid=14805/tid=14807] ppid=14803 vsize=869420 CPUtime=1655.46
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 26235 576 1 0 165509 29 7 1 25 0 9 0 1993056128 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4126868508 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=869420 CPUtime=0.53
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 17905 576 0 0 38 7 7 1 16 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14809] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 17 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14810] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.49
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 1018 576 0 0 40 1 7 1 16 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 25 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 48 576 0 0 0 0 7 1 15 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.37
Current children cumulated vsize (KiB) 869420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675784/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=869420 CPUtime=1716.34
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 46054 576 1 0 171586 40 7 1 18 0 9 0 1993056127 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 217355 27561 2637 9 0 211861 0
[pid=14805/tid=14807] ppid=14803 vsize=869420 CPUtime=1715.43
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 26237 576 1 0 171506 29 7 1 18 0 9 0 1993056128 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4126868514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=869420 CPUtime=0.53
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 17905 576 0 0 38 7 7 1 16 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14809] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 17 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14810] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.49
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 1018 576 0 0 40 1 7 1 16 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 25 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 48 576 0 0 0 0 7 1 15 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.34
Current children cumulated vsize (KiB) 869420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675720/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=869420 CPUtime=1776.31
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 46054 576 1 0 177583 40 7 1 18 0 9 0 1993056127 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 217355 27561 2637 9 0 211861 0
[pid=14805/tid=14807] ppid=14803 vsize=869420 CPUtime=1775.4
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 26237 576 1 0 177503 29 7 1 25 0 9 0 1993056128 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4126868514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=869420 CPUtime=0.53
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 17905 576 0 0 38 7 7 1 16 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14809] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 17 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14810] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.49
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 1018 576 0 0 40 1 7 1 16 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 25 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 48 576 0 0 0 0 7 1 15 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.31
Current children cumulated vsize (KiB) 869420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 14848
/proc/meminfo: memFree=1675656/2055920 swapFree=4179472/4192956
[pid=14805] ppid=14803 vsize=869420 CPUtime=1800
/proc/14805/stat : 14805 (java) S 14803 14805 13529 0 -1 0 46054 576 1 0 179952 40 7 1 18 0 9 0 1993056127 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14805/statm: 217355 27561 2637 9 0 211861 0
[pid=14805/tid=14807] ppid=14803 vsize=869420 CPUtime=1799.09
/proc/14805/task/14807/stat : 14807 (java) R 14803 14805 13529 0 -1 64 26237 576 1 0 179872 29 7 1 25 0 9 0 1993056128 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4127317628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14808] ppid=14803 vsize=869420 CPUtime=0.53
/proc/14805/task/14808/stat : 14808 (java) S 14803 14805 13529 0 -1 64 17905 576 0 0 38 7 7 1 16 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14809] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14809/stat : 14809 (java) S 14803 14805 13529 0 -1 64 17 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14810] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14810/stat : 14810 (java) S 14803 14805 13529 0 -1 64 21 576 0 0 0 0 7 1 15 0 9 0 1993056130 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14805/tid=14811] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14811/stat : 14811 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 24 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14812] ppid=14803 vsize=869420 CPUtime=0.49
/proc/14805/task/14812/stat : 14812 (java) S 14803 14805 13529 0 -1 64 1018 576 0 0 40 1 7 1 16 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14813] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14813/stat : 14813 (java) S 14803 14805 13529 0 -1 64 1 576 0 0 0 0 7 1 25 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14805/tid=14814] ppid=14803 vsize=869420 CPUtime=0.08
/proc/14805/task/14814/stat : 14814 (java) S 14803 14805 13529 0 -1 64 48 576 0 0 0 0 7 1 15 0 9 0 1993056132 890286080 27561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 869420

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

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

Child status: 143
Real time (s): 1806.07
CPU time (s): 1800.09
CPU user time (s): 1799.65
CPU system time (s): 0.438933
CPU usage (%): 99.669
Max. virtual memory (cumulated for all children) (KiB): 869556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46662
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= 38652
involuntary context switches= 53432

runsolver used 2.11368 second user time and 6.11407 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 05:06:45
IDJOB=1064368
IDBENCH=54939
IDSOLVER=363
FILE ID=node1/1064368-1215140805
PBS_JOBID= 7877341
Free space on /tmp= 66440 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-3-91.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-1064368-1215140805/watcher-1064368-1215140805 -o /tmp/evaluation-result-1064368-1215140805/solver-1064368-1215140805 -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-1064368-1215140805.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9dd9a7613f57790269389339b38e48da
RANDOM SEED=1512570656

node1.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.265
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.265
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:       1060712 kB
Buffers:         35792 kB
Cached:         257356 kB
SwapCached:       7548 kB
Active:         866164 kB
Inactive:        73708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1060712 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:         663836 kB
Slab:            38996 kB
Committed_AS:  3850596 kB
PageTables:       3272 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= 66552 MiB
End job on node1 at 2008-07-04 05:36:53