Trace number 1070082

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.1 1805.18

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl50-60-pb-cnf-cr.xml
MD5SUM6dd25a429d4058fdd77e446204c58115
Bench CategoryGLOBAL (global constraints)
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 variables6000
Number of constraints220
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(220)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-1070082-1215163194.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.34	   
0.27/0.34	   variables being loaded...
0.57/0.69	     nbVariables=6000  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=12000
0.57/0.69	       =>  wckTime=0.464  cpuTime=0.33  mem=23M457
0.57/0.70	   
0.57/0.70	   constraints being loaded...
2.77/2.87	     nbConstraints=437  nbGlobalConstraints=437  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=7  minArity=50
2.77/2.87	     avgArity=95.1  maxArity=6000  nbGenerators=217  nbFusions=0  symmetryWckTime=2.049  symmetryCpuTime=0.3
2.77/2.87	       =>  wckTime=2.636  cpuTime=0.73  mem=20M937
2.87/2.97	   
2.87/2.97	   solver IterativeSystematicSolver being built... 
2.97/3.01	   
2.97/3.02	   INFO : Forward propagation technique limited 
3.27/3.32	       =>  wckTime=3.095  cpuTime=1.1  mem=62M603
3.27/3.38	   
3.27/3.39	   preprocessing
3.27/3.39	     nbConstraintChecks=0  nbPropagations=6000  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.27/3.39	     detectedInconsistency=no
3.27/3.39	       =>  wckTime=0.04  cpuTime=0.04  mem=62M603

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-1070082-1215163194/watcher-1070082-1215163194 -o /tmp/evaluation-result-1070082-1215163194/solver-1070082-1215163194 -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-1070082-1215163194.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 1.99 4/81 24720
/proc/meminfo: memFree=1610856/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=18572 CPUtime=0
/proc/24720/stat : 24720 (runsolver) R 24718 24720 21426 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 249307328 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24720/statm: 4643 292 257 25 0 2626 0

[startup+0.078013 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 24720
/proc/meminfo: memFree=1610856/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=865856 CPUtime=0.05
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 3325 0 1 0 3 2 0 0 18 0 9 0 249307328 886636544 2849 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 216464 2849 1549 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101016 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 24720
/proc/meminfo: memFree=1610856/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=865884 CPUtime=0.07
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 3692 0 1 0 5 2 0 0 18 0 9 0 249307328 886665216 3163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 216471 3163 1678 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301037 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 24720
/proc/meminfo: memFree=1610856/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=866276 CPUtime=0.27
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 5658 0 1 0 24 3 0 0 18 0 9 0 249307328 887066624 5066 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 216569 5066 1915 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866276

[startup+0.701075 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 24720
/proc/meminfo: memFree=1610856/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=867440 CPUtime=0.67
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 10711 0 1 0 62 5 0 0 18 0 9 0 249307328 888258560 10081 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 216860 10081 1970 9 0 211388 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867440

[startup+1.50116 s]
/proc/loadavg: 2.00 2.00 1.99 4/92 24731
/proc/meminfo: memFree=1562256/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=867764 CPUtime=0.92
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 14953 0 1 0 84 8 0 0 18 0 10 0 249307328 888590336 14076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 216941 14076 1995 9 0 211469 0
[pid=24731] ppid=24720 vsize=3644 CPUtime=0.55
/proc/24731/stat : 24731 (saucy) R 24720 24720 21426 0 -1 4194304 610 0 0 0 55 0 0 0 22 0 1 0 249307420 3731456 581 996147200 134512640 134531332 4294956000 18446744073709551615 134528402 0 4 0 0 0 0 0 17 0 0 0
/proc/24731/statm: 911 581 104 4 0 587 0
[pid=24720/tid=24722] ppid=24718 vsize=867764 CPUtime=0.72
/proc/24720/task/24722/stat : 24722 (java) S 24718 24720 21426 0 -1 64 13450 0 1 0 66 6 0 0 15 0 10 0 249307329 888590336 14076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=867764 CPUtime=0
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 58 0 0 0 0 0 0 0 16 0 10 0 249307331 888590336 14076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=867764 CPUtime=0
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 9 0 0 0 0 0 0 0 19 0 10 0 249307331 888590336 14076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24725] ppid=24718 vsize=867764 CPUtime=0
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 249307331 888590336 14076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24726] ppid=24718 vsize=867764 CPUtime=0
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 249307333 888590336 14076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=867764 CPUtime=0.17
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 678 0 0 0 17 0 0 0 15 0 10 0 249307333 888590336 14076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=867764 CPUtime=0
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 249307333 888590336 14076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=867764 CPUtime=0
/proc/24720/task/24729/stat : 24729 (java) S 24718 24720 21426 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 249307333 888590336 14076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24730] ppid=24718 vsize=867764 CPUtime=0
/proc/24720/task/24730/stat : 24730 (java) S 24718 24720 21426 0 -1 64 67 0 0 0 0 0 0 0 21 0 10 0 249307420 888590336 14076 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 871408

[startup+3.10233 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 24731
/proc/meminfo: memFree=1558224/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=3.07
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 32569 884 1 0 130 12 164 1 18 0 9 0 249307328 889053184 22723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 22723 2637 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=2.72
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 21075 884 1 0 99 8 164 1 16 0 9 0 249307329 889053184 22723 996147200 134512640 134550740 4294955984 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 16 0 9 0 249307331 889053184 22723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 22723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 22723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 22723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.83
/proc/24720/task/24727/stat : 24727 (java) R 24718 24720 21426 0 -1 64 853 884 0 0 18 0 164 1 17 0 9 0 249307333 889053184 22723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 22723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) S 24718 24720 21426 0 -1 64 10 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 22723 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868216

[startup+6.30268 s]
/proc/loadavg: 2.00 2.00 1.99 3/90 24733
/proc/meminfo: memFree=1527192/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=6.27
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 36148 884 1 0 448 14 164 1 18 0 9 0 249307328 889053184 23285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 23285 2638 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=5.82
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 24557 884 1 0 408 9 164 1 20 0 9 0 249307329 889053184 23285 996147200 134512640 134550740 4294955984 18446744073709551615 4126803832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 16 0 9 0 249307331 889053184 23285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 23285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.92
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 928 884 0 0 27 0 164 1 16 0 9 0 249307333 889053184 23285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 23285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) S 24718 24720 21426 0 -1 64 32 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 23285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 868216

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 1.99 3/90 24733
/proc/meminfo: memFree=1527128/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=12.67
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 36219 884 1 0 1088 14 164 1 18 0 9 0 249307328 889053184 23306 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 23306 2638 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=12.18
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 24566 884 1 0 1044 9 164 1 25 0 9 0 249307329 889053184 23306 996147200 134512640 134550740 4294955984 18446744073709551615 4127121993 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 17 0 9 0 249307331 889053184 23306 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23306 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23306 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 23306 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.96
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 990 884 0 0 31 0 164 1 15 0 9 0 249307333 889053184 23306 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 23306 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) S 24718 24720 21426 0 -1 64 32 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 23306 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 868216

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 1.99 3/90 24733
/proc/meminfo: memFree=1527064/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=25.46
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 36223 884 1 0 2367 14 164 1 18 0 9 0 249307328 889053184 23307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 23307 2638 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=24.97
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 24568 884 1 0 2323 9 164 1 25 0 9 0 249307329 889053184 23307 996147200 134512640 134550740 4294955984 18446744073709551615 4126803799 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 16 0 9 0 249307331 889053184 23307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 23307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.96
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 992 884 0 0 31 0 164 1 16 0 9 0 249307333 889053184 23307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 23307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) S 24718 24720 21426 0 -1 64 32 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 23307 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 868216

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 1.99 3/90 24733
/proc/meminfo: memFree=1527128/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=51.05
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 36226 884 1 0 4926 14 164 1 18 0 9 0 249307328 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 23310 2638 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=50.56
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 24571 884 1 0 4882 9 164 1 25 0 9 0 249307329 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4127122000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 16 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.96
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 992 884 0 0 31 0 164 1 17 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) S 24718 24720 21426 0 -1 64 32 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.47
Current children cumulated vsize (KiB) 868216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/82 24826
/proc/meminfo: memFree=1592472/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=1598.96
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 36227 884 1 0 159713 18 164 1 18 0 9 0 249307328 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 23310 2638 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=1598.47
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 24572 884 1 0 159669 13 164 1 25 0 9 0 249307329 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4127095879 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 16 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.96
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 992 884 0 0 31 0 164 1 17 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) S 24718 24720 21426 0 -1 64 32 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.96
Current children cumulated vsize (KiB) 868216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/82 24826
/proc/meminfo: memFree=1592472/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=1658.44
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 36227 884 1 0 165661 18 164 1 18 0 9 0 249307328 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 23310 2638 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=1657.95
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 24572 884 1 0 165617 13 164 1 25 0 9 0 249307329 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4127129656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 16 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.96
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 992 884 0 0 31 0 164 1 17 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) S 24718 24720 21426 0 -1 64 32 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.44
Current children cumulated vsize (KiB) 868216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/82 24826
/proc/meminfo: memFree=1592472/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=1717.93
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 36227 884 1 0 171610 18 164 1 18 0 9 0 249307328 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 23310 2638 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=1717.44
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 24572 884 1 0 171566 13 164 1 25 0 9 0 249307329 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4127248474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 16 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.96
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 992 884 0 0 31 0 164 1 17 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) S 24718 24720 21426 0 -1 64 32 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.93
Current children cumulated vsize (KiB) 868216

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/82 24826
/proc/meminfo: memFree=1592408/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=1777.41
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 36227 884 1 0 177558 18 164 1 18 0 9 0 249307328 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 23310 2638 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=1776.92
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 24572 884 1 0 177514 13 164 1 25 0 9 0 249307329 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4127121990 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 16 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.96
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 992 884 0 0 31 0 164 1 17 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) S 24718 24720 21426 0 -1 64 32 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.41
Current children cumulated vsize (KiB) 868216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.11 s]
/proc/loadavg: 2.00 2.01 2.01 3/82 24826
/proc/meminfo: memFree=1592408/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=1800.02
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 36227 884 1 0 179819 18 164 1 18 0 9 0 249307328 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 23310 2638 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=1799.54
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 24572 884 1 0 179775 14 164 1 25 0 9 0 249307329 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4127145759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 16 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.96
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 992 884 0 0 31 0 164 1 17 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) R 24718 24720 21426 0 -1 64 32 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868216

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

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

[startup+1805.11 s]
/proc/loadavg: 2.00 2.01 2.01 3/82 24826
/proc/meminfo: memFree=1592408/2055920 swapFree=4179552/4192956
[pid=24720] ppid=24718 vsize=868216 CPUtime=1800.02
/proc/24720/stat : 24720 (java) S 24718 24720 21426 0 -1 0 36227 884 1 0 179819 18 164 1 18 0 9 0 249307328 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24720/statm: 217054 23310 2638 9 0 211560 0
[pid=24720/tid=24722] ppid=24718 vsize=868216 CPUtime=1799.54
/proc/24720/task/24722/stat : 24722 (java) R 24718 24720 21426 0 -1 64 24572 884 1 0 179775 14 164 1 25 0 9 0 249307329 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4127145759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24723] ppid=24718 vsize=868216 CPUtime=1.79
/proc/24720/task/24723/stat : 24723 (java) S 24718 24720 21426 0 -1 64 9792 884 0 0 12 2 164 1 16 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24724] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24724/stat : 24724 (java) S 24718 24720 21426 0 -1 64 16 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24725] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24725/stat : 24725 (java) S 24718 24720 21426 0 -1 64 9 884 0 0 0 0 164 1 15 0 9 0 249307331 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24726] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24726/stat : 24726 (java) S 24718 24720 21426 0 -1 64 1 884 0 0 0 0 164 1 18 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24727] ppid=24718 vsize=868216 CPUtime=1.96
/proc/24720/task/24727/stat : 24727 (java) S 24718 24720 21426 0 -1 64 992 884 0 0 31 0 164 1 17 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24720/tid=24728] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24728/stat : 24728 (java) S 24718 24720 21426 0 -1 64 2 884 0 0 0 0 164 1 19 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24720/tid=24729] ppid=24718 vsize=868216 CPUtime=1.65
/proc/24720/task/24729/stat : 24729 (java) R 24718 24720 21426 0 -1 64 32 884 0 0 0 0 164 1 15 0 9 0 249307333 889053184 23310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868216

Child status: 143
Real time (s): 1805.18
CPU time (s): 1800.1
CPU user time (s): 1799.89
CPU system time (s): 0.213967
CPU usage (%): 99.7189
Max. virtual memory (cumulated for all children) (KiB): 872068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.213967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37141
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= 37520
involuntary context switches= 50441

runsolver used 2.23666 second user time and 5.53316 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 11:19:54
IDJOB=1070082
IDBENCH=55792
IDSOLVER=363
FILE ID=node81/1070082-1215163194
PBS_JOBID= 7877378
Free space on /tmp= 126860 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl50-60-pb-cnf-cr.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-1070082-1215163194/watcher-1070082-1215163194 -o /tmp/evaluation-result-1070082-1215163194/solver-1070082-1215163194 -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-1070082-1215163194.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6dd25a429d4058fdd77e446204c58115
RANDOM SEED=816306378

node81.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1611272 kB
Buffers:         51400 kB
Cached:         251508 kB
SwapCached:       6152 kB
Active:         211744 kB
Inactive:       165428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611272 kB
SwapTotal:     4192956 kB
SwapFree:      4179552 kB
Dirty:            2468 kB
Writeback:           0 kB
Mapped:          88408 kB
Slab:            52716 kB
Committed_AS:  1339624 kB
PageTables:       1752 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126864 MiB
End job on node81 at 2008-07-04 11:50:01