Trace number 1063339

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.18 1820.88

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-berlin-5-8_0.xml
MD5SUM5f8e2808fd92e99d0cdc8c20fad0e186
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 benchmark5.00524
Satisfiable
(Un)Satisfiability was proved
Number of variables9464
Number of constraints1821
Maximum constraint arity61
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1821
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.10	
0.07/0.10	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=mac.xml
0.26/0.34	   
0.26/0.34	   instance
0.26/0.34	     name=HOME/instance-1063339-1215136620.xml
0.26/0.37	   
0.26/0.37	   domains being loaded...
0.26/0.38	   
0.26/0.38	   variables being loaded...
0.65/0.79	     nbVariables=9464  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=18928
0.65/0.79	       =>  wckTime=0.536  cpuTime=0.39  mem=33M208
0.65/0.79	   
0.65/0.79	   predicates being loaded...
0.76/0.89	   
0.76/0.89	   constraints being loaded...
4.56/5.28	     nbConstraints=1726  nbMergedConstraints=95  nbConflictsStructures=4  nbSharedConflictsStructures=305
4.56/5.28	     nbUnbuiltConflictsStructures=91  nbSharedBinaryRepresentations=0  nbEvaluationManagers=95
4.56/5.28	     nbSharedEvaluationManagers=1631  minDegree=1  maxDegree=18  minArity=4  avgArity=45.43  maxArity=61  nbGenerators=0
4.56/5.28	     nbFusions=0  symmetryWckTime=0.877  symmetryCpuTime=0.26
4.56/5.28	       =>  wckTime=5.018  cpuTime=3.68  mem=124M763
5.35/5.51	   
5.35/5.52	   solver IterativeSystematicSolver being built... 
6.04/6.21	   
6.04/6.21	   INFO : Forward propagation technique limited 
6.33/6.60	       =>  wckTime=6.338  cpuTime=4.44  mem=152M618
6.43/6.70	   
6.43/6.70	   preprocessing
6.43/6.70	     nbConstraintChecks=0  nbPropagations=9464  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
6.43/6.70	     detectedInconsistency=no
6.43/6.70	       =>  wckTime=0.089  cpuTime=0.08  mem=171M898

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 30695
/proc/meminfo: memFree=1525880/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=1616 CPUtime=0
/proc/30695/stat : 30695 (java) D 30693 30695 30231 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 1992635776 1654784 151 996147200 134512640 134550740 4294955984 18446744073709551615 4129572 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30695/statm: 404 151 125 9 0 46 0
[pid=30695/tid=30696] ppid=30693 vsize=10616 CPUtime=0
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1992635777 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4976600 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0596439 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 30695
/proc/meminfo: memFree=1525880/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=861876 CPUtime=0.02
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 2251 0 1 0 1 1 0 0 18 0 5 0 1992635776 882561024 1862 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 215469 1862 854 9 0 210448 0
[pid=30695/tid=30696] ppid=30693 vsize=861876 CPUtime=0.01
/proc/30695/task/30696/stat : 30696 (java) D 30693 30695 30231 0 -1 64 1557 0 1 0 1 0 0 0 17 0 5 0 1992635777 882561024 1862 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.103098 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 30695
/proc/meminfo: memFree=1525880/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=865856 CPUtime=0.07
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 3558 0 1 0 5 2 0 0 18 0 9 0 1992635776 886636544 3048 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216464 3048 1634 9 0 211026 0
[pid=30695/tid=30696] ppid=30693 vsize=865856 CPUtime=0.05
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 2656 0 1 0 4 1 0 0 18 0 9 0 1992635777 886636544 3048 996147200 134512640 134550740 4294955984 18446744073709551615 104526427 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.30111 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 30695
/proc/meminfo: memFree=1525880/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=866048 CPUtime=0.26
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 5570 0 1 0 23 3 0 0 18 0 9 0 1992635776 886833152 4984 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216512 4984 1902 9 0 211060 0
[pid=30695/tid=30696] ppid=30693 vsize=866048 CPUtime=0.25
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 4655 0 1 0 22 3 0 0 19 0 9 0 1992635777 886833152 4984 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866048

[startup+0.702134 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 30695
/proc/meminfo: memFree=1525880/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867440 CPUtime=0.65
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 9500 0 1 0 59 6 0 0 18 0 9 0 1992635776 888258560 8870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216860 8870 1969 9 0 211388 0
[pid=30695/tid=30696] ppid=30693 vsize=867440 CPUtime=0.5
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 8199 0 1 0 45 5 0 0 19 0 9 0 1992635777 888258560 8870 996147200 134512640 134550740 4294955984 18446744073709551615 4126525632 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 867440

[startup+1.50219 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 30704
/proc/meminfo: memFree=1475376/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867440 CPUtime=1.44
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 18586 0 1 0 133 11 0 0 18 0 9 0 1992635776 888258560 17921 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216860 17921 2001 9 0 211388 0
[pid=30695/tid=30696] ppid=30693 vsize=867440 CPUtime=1.19
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 15732 0 1 0 110 9 0 0 25 0 9 0 1992635777 888258560 17921 996147200 134512640 134550740 4294955984 18446744073709551615 104689078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867440 CPUtime=0.05
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 1525 0 0 0 5 0 0 0 16 0 9 0 1992635780 888258560 17921 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867440 CPUtime=0
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992635781 888258560 17921 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867440 CPUtime=0
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992635781 888258560 17921 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867440 CPUtime=0
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992635783 888258560 17921 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867440 CPUtime=0.16
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 633 0 0 0 16 0 0 0 16 0 9 0 1992635783 888258560 17921 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867440 CPUtime=0
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992635783 888258560 17921 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867440 CPUtime=0
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992635783 888258560 17921 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 867440

[startup+3.10128 s]
/proc/loadavg: 2.00 2.00 2.00 4/102 30704
/proc/meminfo: memFree=1450288/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867440 CPUtime=3.01
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 28972 0 1 0 280 21 0 0 18 0 9 0 1992635776 888258560 28304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216860 28304 2002 9 0 211388 0
[pid=30695/tid=30696] ppid=30693 vsize=867440 CPUtime=2.53
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 15766 0 1 0 239 14 0 0 25 0 9 0 1992635777 888258560 28304 996147200 134512640 134550740 4294955984 18446744073709551615 4126442094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867440 CPUtime=0.24
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 11837 0 0 0 19 5 0 0 16 0 9 0 1992635780 888258560 28304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867440 CPUtime=0
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992635781 888258560 28304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867440 CPUtime=0
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992635781 888258560 28304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867440 CPUtime=0
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992635783 888258560 28304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867440 CPUtime=0.23
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 673 0 0 0 22 1 0 0 15 0 9 0 1992635783 888258560 28304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867440 CPUtime=0
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992635783 888258560 28304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867440 CPUtime=0
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992635783 888258560 28304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 867440

[startup+6.30249 s]
/proc/loadavg: 2.00 2.00 2.00 5/103 30708
/proc/meminfo: memFree=1370984/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867852 CPUtime=6.14
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 76806 1657 1 0 520 42 50 2 18 0 9 0 1992635776 888680448 51668 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216963 51668 2637 9 0 211469 0
[pid=30695/tid=30696] ppid=30693 vsize=867852 CPUtime=4.94
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 28588 1657 1 0 419 23 50 2 20 0 9 0 1992635777 888680448 51668 996147200 134512640 134550740 4294955984 18446744073709551615 102604768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867852 CPUtime=1.37
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 46432 1657 0 0 70 15 50 2 16 0 9 0 1992635780 888680448 51668 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867852 CPUtime=0.52
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 17 1657 0 0 0 0 50 2 16 0 9 0 1992635781 888680448 51668 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867852 CPUtime=0.52
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 22 1657 0 0 0 0 50 2 15 0 9 0 1992635781 888680448 51668 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867852 CPUtime=0.52
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 18 0 9 0 1992635783 888680448 51668 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867852 CPUtime=0.83
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 886 1657 0 0 30 1 50 2 15 0 9 0 1992635783 888680448 51668 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867852 CPUtime=0.52
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 19 0 9 0 1992635783 888680448 51668 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867852 CPUtime=0.52
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 47 1657 0 0 0 0 50 2 15 0 9 0 1992635783 888680448 51668 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 867852

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 30708
/proc/meminfo: memFree=1322344/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867764 CPUtime=12.42
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 78356 1657 1 0 1147 43 50 2 18 0 9 0 1992635776 888590336 53178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216941 53178 2615 9 0 211469 0
[pid=30695/tid=30696] ppid=30693 vsize=867764 CPUtime=11.14
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 28618 1657 1 0 1039 23 50 2 25 0 9 0 1992635777 888590336 53178 996147200 134512640 134550740 4294955984 18446744073709551615 4127320426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867764 CPUtime=1.41
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 47926 1657 0 0 73 16 50 2 16 0 9 0 1992635780 888590336 53178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 17 1657 0 0 0 0 50 2 16 0 9 0 1992635781 888590336 53178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 27 1657 0 0 0 0 50 2 15 0 9 0 1992635781 888590336 53178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 18 0 9 0 1992635783 888590336 53178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867764 CPUtime=0.87
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 907 1657 0 0 34 1 50 2 16 0 9 0 1992635783 888590336 53178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 19 0 9 0 1992635783 888590336 53178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 47 1657 0 0 0 0 50 2 15 0 9 0 1992635783 888590336 53178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 867764

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 30708
/proc/meminfo: memFree=1322280/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867764 CPUtime=24.98
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 78364 1657 1 0 2403 43 50 2 18 0 9 0 1992635776 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216941 53184 2615 9 0 211469 0
[pid=30695/tid=30696] ppid=30693 vsize=867764 CPUtime=23.69
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 28619 1657 1 0 2294 23 50 2 25 0 9 0 1992635777 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4127316814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867764 CPUtime=1.41
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 47926 1657 0 0 73 16 50 2 17 0 9 0 1992635780 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 17 1657 0 0 0 0 50 2 16 0 9 0 1992635781 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 27 1657 0 0 0 0 50 2 15 0 9 0 1992635781 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 18 0 9 0 1992635783 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867764 CPUtime=0.88
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 914 1657 0 0 35 1 50 2 15 0 9 0 1992635783 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 19 0 9 0 1992635783 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 47 1657 0 0 0 0 50 2 15 0 9 0 1992635783 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 867764

[startup+51.1023 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 30708
/proc/meminfo: memFree=1322280/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867764 CPUtime=50.1
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 78366 1657 1 0 4915 43 50 2 18 0 9 0 1992635776 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216941 53184 2615 9 0 211469 0
[pid=30695/tid=30696] ppid=30693 vsize=867764 CPUtime=48.81
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 28620 1657 1 0 4806 23 50 2 25 0 9 0 1992635777 888590336 53184 996147200 134512640 134550740 4294955984 18446744073709551615 4126984268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867764 CPUtime=1.41

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

/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 27 1657 0 0 0 0 50 2 15 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 18 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867764 CPUtime=0.91
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 950 1657 0 0 38 1 50 2 16 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 19 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 47 1657 0 0 0 0 50 2 15 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1464.43
Current children cumulated vsize (KiB) 867764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 31220
/proc/meminfo: memFree=1410336/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867764 CPUtime=1523.93
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 78408 1657 1 0 152292 49 50 2 18 0 9 0 1992635776 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216941 53203 2615 9 0 211469 0
[pid=30695/tid=30696] ppid=30693 vsize=867764 CPUtime=1522.59
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 28627 1657 1 0 152179 28 50 2 25 0 9 0 1992635777 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4127267930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867764 CPUtime=1.41
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 47926 1657 0 0 73 16 50 2 16 0 9 0 1992635780 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 17 1657 0 0 0 0 50 2 16 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 27 1657 0 0 0 0 50 2 15 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 18 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867764 CPUtime=0.91
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 950 1657 0 0 38 1 50 2 16 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 19 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 47 1657 0 0 0 0 50 2 15 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1523.93
Current children cumulated vsize (KiB) 867764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 31220
/proc/meminfo: memFree=1410336/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867764 CPUtime=1583.42
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 78408 1657 1 0 158241 49 50 2 18 0 9 0 1992635776 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216941 53203 2615 9 0 211469 0
[pid=30695/tid=30696] ppid=30693 vsize=867764 CPUtime=1582.09
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 28627 1657 1 0 158128 29 50 2 25 0 9 0 1992635777 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4127313604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867764 CPUtime=1.41
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 47926 1657 0 0 73 16 50 2 16 0 9 0 1992635780 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 17 1657 0 0 0 0 50 2 16 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 27 1657 0 0 0 0 50 2 15 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 18 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867764 CPUtime=0.91
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 950 1657 0 0 38 1 50 2 16 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 19 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 47 1657 0 0 0 0 50 2 15 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1583.42
Current children cumulated vsize (KiB) 867764

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 31220
/proc/meminfo: memFree=1410336/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867764 CPUtime=1642.91
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 78408 1657 1 0 164190 49 50 2 18 0 9 0 1992635776 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216941 53203 2615 9 0 211469 0
[pid=30695/tid=30696] ppid=30693 vsize=867764 CPUtime=1641.59
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 28627 1657 1 0 164078 29 50 2 25 0 9 0 1992635777 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4126984271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867764 CPUtime=1.41
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 47926 1657 0 0 73 16 50 2 16 0 9 0 1992635780 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 17 1657 0 0 0 0 50 2 16 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 27 1657 0 0 0 0 50 2 15 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 18 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867764 CPUtime=0.91
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 950 1657 0 0 38 1 50 2 16 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 19 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 47 1657 0 0 0 0 50 2 15 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1642.91
Current children cumulated vsize (KiB) 867764

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/81 31222
/proc/meminfo: memFree=1410336/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867764 CPUtime=1702.41
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 78408 1657 1 0 170140 49 50 2 18 0 9 0 1992635776 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216941 53203 2615 9 0 211469 0
[pid=30695/tid=30696] ppid=30693 vsize=867764 CPUtime=1701.08
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 28627 1657 1 0 170027 29 50 2 25 0 9 0 1992635777 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4127267921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867764 CPUtime=1.41
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 47926 1657 0 0 73 16 50 2 16 0 9 0 1992635780 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 17 1657 0 0 0 0 50 2 16 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 27 1657 0 0 0 0 50 2 15 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 18 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867764 CPUtime=0.91
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 950 1657 0 0 38 1 50 2 16 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 19 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 47 1657 0 0 0 0 50 2 15 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1702.41
Current children cumulated vsize (KiB) 867764

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/81 31222
/proc/meminfo: memFree=1410272/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867764 CPUtime=1761.9
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 78408 1657 1 0 176089 49 50 2 18 0 9 0 1992635776 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216941 53203 2615 9 0 211469 0
[pid=30695/tid=30696] ppid=30693 vsize=867764 CPUtime=1760.57
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 28627 1657 1 0 175976 29 50 2 25 0 9 0 1992635777 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4127307347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867764 CPUtime=1.41
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 47926 1657 0 0 73 16 50 2 16 0 9 0 1992635780 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 17 1657 0 0 0 0 50 2 16 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 27 1657 0 0 0 0 50 2 15 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 18 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867764 CPUtime=0.91
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 950 1657 0 0 38 1 50 2 16 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 19 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 47 1657 0 0 0 0 50 2 15 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1761.9
Current children cumulated vsize (KiB) 867764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.8 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 31222
/proc/meminfo: memFree=1410272/2055920 swapFree=4180452/4192956
[pid=30695] ppid=30693 vsize=867764 CPUtime=1800.07
/proc/30695/stat : 30695 (java) S 30693 30695 30231 0 -1 0 78408 1657 1 0 179906 49 50 2 18 0 9 0 1992635776 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30695/statm: 216941 53203 2615 9 0 211469 0
[pid=30695/tid=30696] ppid=30693 vsize=867764 CPUtime=1798.75
/proc/30695/task/30696/stat : 30696 (java) R 30693 30695 30231 0 -1 64 28627 1657 1 0 179794 29 50 2 25 0 9 0 1992635777 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4127307394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30698] ppid=30693 vsize=867764 CPUtime=1.41
/proc/30695/task/30698/stat : 30698 (java) S 30693 30695 30231 0 -1 64 47926 1657 0 0 73 16 50 2 16 0 9 0 1992635780 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30699] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30699/stat : 30699 (java) S 30693 30695 30231 0 -1 64 17 1657 0 0 0 0 50 2 16 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30700] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30700/stat : 30700 (java) S 30693 30695 30231 0 -1 64 27 1657 0 0 0 0 50 2 15 0 9 0 1992635781 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30701] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30701/stat : 30701 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 18 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30702] ppid=30693 vsize=867764 CPUtime=0.91
/proc/30695/task/30702/stat : 30702 (java) S 30693 30695 30231 0 -1 64 950 1657 0 0 38 1 50 2 16 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30703] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30703/stat : 30703 (java) S 30693 30695 30231 0 -1 64 1 1657 0 0 0 0 50 2 19 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30695/tid=30704] ppid=30693 vsize=867764 CPUtime=0.52
/proc/30695/task/30704/stat : 30704 (java) S 30693 30695 30231 0 -1 64 47 1657 0 0 0 0 50 2 15 0 9 0 1992635783 888590336 53203 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867764

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): 1820.88
CPU time (s): 1800.18
CPU user time (s): 1799.61
CPU system time (s): 0.562914
CPU usage (%): 98.8628
Max. virtual memory (cumulated for all children) (KiB): 867852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.562914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80096
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= 38607
involuntary context switches= 77564

runsolver used 2.58961 second user time and 5.68114 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-04 03:57:00
IDJOB=1063339
IDBENCH=54744
IDSOLVER=363
FILE ID=node29/1063339-1215136620
PBS_JOBID= 7877369
Free space on /tmp= 66516 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-berlin-5-8_0.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-1063339-1215136620/watcher-1063339-1215136620 -o /tmp/evaluation-result-1063339-1215136620/solver-1063339-1215136620 -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-1063339-1215136620.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5f8e2808fd92e99d0cdc8c20fad0e186
RANDOM SEED=2114432741

node29.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.220
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.220
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:       1526360 kB
Buffers:         57060 kB
Cached:         332440 kB
SwapCached:       6872 kB
Active:         256288 kB
Inactive:       215376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1526360 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            4004 kB
Writeback:           0 kB
Mapped:          98220 kB
Slab:            42472 kB
Committed_AS:  4016948 kB
PageTables:       2364 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= 66556 MiB
End job on node29 at 2008-07-04 04:27:23