Trace number 1044537

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.11 1813.55

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-12_all.xml
MD5SUM535246887d226e6be0539abc12ce8eb5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.74373
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints48
Maximum constraint arity12
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(48)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1044537-1215026974.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.36	     nbVariables=144  nbDomainTypes=1  minDomainSize=12  maxDomainSize=12  nbTotalValues=1728
0.29/0.36	       =>  wckTime=0.122  cpuTime=0.11  mem=7M919
0.29/0.36	   
0.29/0.36	   constraints being loaded...
20.38/20.69	     nbConstraints=50  nbGlobalConstraints=50  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=6  minArity=12
20.38/20.69	     avgArity=16.8  maxArity=144  nbGenerators=2  nbFusions=0  symmetryWckTime=20.278  symmetryCpuTime=0.06
20.38/20.69	       =>  wckTime=20.449  cpuTime=0.19  mem=12M803
20.48/20.74	   
20.48/20.74	   solver IterativeSystematicSolver being built... 
20.58/20.82	   
20.58/20.82	   INFO : Forward propagation technique limited 
20.58/20.90	       =>  wckTime=20.655  cpuTime=0.31  mem=19M805
20.68/20.91	   
20.68/20.91	   preprocessing
20.68/20.91	     nbConstraintChecks=0  nbPropagations=144  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
20.68/20.91	     detectedInconsistency=no
20.68/20.91	       =>  wckTime=0.0070  cpuTime=0.01  mem=19M805
20.77/21.07	   
20.77/21.07	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M755)

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

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


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 1677
/proc/meminfo: memFree=1791936/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=1616 CPUtime=0
/proc/1677/stat : 1677 (java) D 1675 1677 32713 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1981669326 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/1677/statm: 404 145 119 9 0 46 0

[startup+0.0894521 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 1677
/proc/meminfo: memFree=1791936/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=865884 CPUtime=0.08
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 3647 0 1 0 6 2 0 0 18 0 9 0 1981669326 886665216 3131 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216471 3133 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101451 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 1677
/proc/meminfo: memFree=1791936/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=865884 CPUtime=0.09
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 3731 0 1 0 7 2 0 0 18 0 9 0 1981669326 886665216 3196 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216471 3197 1692 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301485 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 1677
/proc/meminfo: memFree=1791936/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866284 CPUtime=0.29
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 6010 0 1 0 25 4 0 0 18 0 9 0 1981669326 887074816 5384 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216571 5384 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701551 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 1677
/proc/meminfo: memFree=1791936/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866852 CPUtime=0.42
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 7175 0 1 0 38 4 0 0 18 0 10 0 1981669326 887656448 6402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216713 6402 1989 9 0 211241 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 866852

[startup+1.50169 s]
/proc/loadavg: 1.91 1.97 1.99 3/91 1688
/proc/meminfo: memFree=1773920/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866852 CPUtime=0.42
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 7220 0 1 0 38 4 0 0 18 0 10 0 1981669326 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216713 6403 1990 9 0 211241 0
[pid=1688] ppid=1677 vsize=1456 CPUtime=1.04
/proc/1688/stat : 1688 (saucy) R 1677 1677 32713 0 -1 4194304 169 0 0 0 104 0 0 0 25 0 1 0 1981669370 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134527535 0 4 0 0 0 0 0 17 1 0 0
/proc/1688/statm: 364 141 104 4 0 40 0
[pid=1677/tid=1679] ppid=1675 vsize=866852 CPUtime=0.33
/proc/1677/task/1679/stat : 1679 (java) S 1675 1677 32713 0 -1 64 6076 0 1 0 30 3 0 0 16 0 10 0 1981669327 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 49 0 0 0 0 0 0 0 16 0 10 0 1981669328 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 10 0 0 0 0 0 0 0 21 0 10 0 1981669329 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 1981669329 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866852 CPUtime=0.07
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 329 0 0 0 7 0 0 0 16 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1687] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1687/stat : 1687 (java) S 1675 1677 32713 0 -1 64 67 0 0 0 0 0 0 0 25 0 10 0 1981669370 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868308

[startup+3.10296 s]
/proc/loadavg: 1.91 1.97 1.99 3/91 1688
/proc/meminfo: memFree=1773728/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866852 CPUtime=0.42
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 7220 0 1 0 38 4 0 0 18 0 10 0 1981669326 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216713 6403 1990 9 0 211241 0
[pid=1688] ppid=1677 vsize=1456 CPUtime=2.62
/proc/1688/stat : 1688 (saucy) R 1677 1677 32713 0 -1 4194304 169 0 0 0 262 0 0 0 25 0 1 0 1981669370 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134523160 0 4 0 0 0 0 0 17 1 0 0
/proc/1688/statm: 364 141 104 4 0 40 0
[pid=1677/tid=1679] ppid=1675 vsize=866852 CPUtime=0.33
/proc/1677/task/1679/stat : 1679 (java) S 1675 1677 32713 0 -1 64 6076 0 1 0 30 3 0 0 16 0 10 0 1981669327 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 49 0 0 0 0 0 0 0 16 0 10 0 1981669328 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 10 0 0 0 0 0 0 0 21 0 10 0 1981669329 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 1981669329 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866852 CPUtime=0.07
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 329 0 0 0 7 0 0 0 16 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1687] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1687/stat : 1687 (java) S 1675 1677 32713 0 -1 64 67 0 0 0 0 0 0 0 25 0 10 0 1981669370 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868308

[startup+6.30151 s]
/proc/loadavg: 1.92 1.97 1.99 3/91 1688
/proc/meminfo: memFree=1773536/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866852 CPUtime=0.42
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 7762 0 1 0 38 4 0 0 18 0 10 0 1981669326 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216713 6403 1990 9 0 211241 0
[pid=1688] ppid=1677 vsize=1456 CPUtime=5.79
/proc/1688/stat : 1688 (saucy) R 1677 1677 32713 0 -1 4194304 169 0 0 0 578 1 0 0 25 0 1 0 1981669370 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134523206 0 4 0 0 0 0 0 17 1 0 0
/proc/1688/statm: 364 141 104 4 0 40 0
[pid=1677/tid=1679] ppid=1675 vsize=866852 CPUtime=0.33
/proc/1677/task/1679/stat : 1679 (java) S 1675 1677 32713 0 -1 64 6076 0 1 0 30 3 0 0 16 0 10 0 1981669327 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 572 0 0 0 0 0 0 0 16 0 10 0 1981669328 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 10 0 0 0 0 0 0 0 21 0 10 0 1981669329 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 1981669329 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866852 CPUtime=0.07
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 329 0 0 0 7 0 0 0 16 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 26 0 0 0 0 0 0 0 15 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1687] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1687/stat : 1687 (java) S 1675 1677 32713 0 -1 64 67 0 0 0 0 0 0 0 25 0 10 0 1981669370 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868308

[startup+12.7026 s]
/proc/loadavg: 1.93 1.97 1.99 3/91 1688
/proc/meminfo: memFree=1773344/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866852 CPUtime=0.42
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 7762 0 1 0 38 4 0 0 18 0 10 0 1981669326 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216713 6403 1990 9 0 211241 0
[pid=1688] ppid=1677 vsize=1456 CPUtime=12.14
/proc/1688/stat : 1688 (saucy) R 1677 1677 32713 0 -1 4194304 169 0 0 0 1213 1 0 0 25 0 1 0 1981669370 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134523200 0 4 0 0 0 0 0 17 1 0 0
/proc/1688/statm: 364 141 104 4 0 40 0
[pid=1677/tid=1679] ppid=1675 vsize=866852 CPUtime=0.33
/proc/1677/task/1679/stat : 1679 (java) S 1675 1677 32713 0 -1 64 6076 0 1 0 30 3 0 0 16 0 10 0 1981669327 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 572 0 0 0 0 0 0 0 16 0 10 0 1981669328 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 10 0 0 0 0 0 0 0 21 0 10 0 1981669329 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 1981669329 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866852 CPUtime=0.07
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 329 0 0 0 7 0 0 0 16 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 26 0 0 0 0 0 0 0 15 0 10 0 1981669331 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1687] ppid=1675 vsize=866852 CPUtime=0
/proc/1677/task/1687/stat : 1687 (java) S 1675 1677 32713 0 -1 64 67 0 0 0 0 0 0 0 25 0 10 0 1981669370 887656448 6403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868308

[startup+25.5018 s]
/proc/loadavg: 1.94 1.97 1.99 3/89 1690
/proc/meminfo: memFree=1760416/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866948 CPUtime=25.23
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 15466 294 1 0 516 7 1998 2 18 0 9 0 1981669326 887754752 10322 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216737 10322 2630 9 0 211243 0
[pid=1677/tid=1679] ppid=1675 vsize=866948 CPUtime=24.97
/proc/1677/task/1679/stat : 1679 (java) R 1675 1677 32713 0 -1 64 11368 294 1 0 492 5 1998 2 25 0 9 0 1981669327 887754752 10322 996147200 134512640 134550740 4294955984 18446744073709551615 4126732257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866948 CPUtime=20.03
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 2737 294 0 0 3 0 1998 2 17 0 9 0 1981669328 887754752 10322 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 16 294 0 0 0 0 1998 2 17 0 9 0 1981669329 887754752 10322 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 1981669329 887754752 10322 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 23 0 9 0 1981669331 887754752 10322 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866948 CPUtime=20.19
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 505 294 0 0 19 0 1998 2 15 0 9 0 1981669331 887754752 10322 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 24 0 9 0 1981669331 887754752 10322 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 29 294 0 0 0 0 1998 2 15 0 9 0 1981669331 887754752 10322 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 866948

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

/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 23 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866948 CPUtime=20.2
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 506 294 0 0 20 0 1998 2 16 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 24 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 29 294 0 0 0 0 1998 2 15 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1528.95
Current children cumulated vsize (KiB) 866948

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/89 1735
/proc/meminfo: memFree=1690400/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866948 CPUtime=1588.93
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 15484 294 1 0 156879 14 1998 2 18 0 9 0 1981669326 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216737 10339 2630 9 0 211243 0
[pid=1677/tid=1679] ppid=1675 vsize=866948 CPUtime=1588.67
/proc/1677/task/1679/stat : 1679 (java) R 1675 1677 32713 0 -1 64 11385 294 1 0 156855 12 1998 2 25 0 9 0 1981669327 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4126805959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866948 CPUtime=20.03
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 2737 294 0 0 3 0 1998 2 16 0 9 0 1981669328 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 16 294 0 0 0 0 1998 2 17 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 23 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866948 CPUtime=20.2
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 506 294 0 0 20 0 1998 2 16 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 24 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 29 294 0 0 0 0 1998 2 15 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.93
Current children cumulated vsize (KiB) 866948

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/89 1735
/proc/meminfo: memFree=1690464/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866948 CPUtime=1648.9
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 15484 294 1 0 162876 14 1998 2 18 0 9 0 1981669326 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216737 10339 2630 9 0 211243 0
[pid=1677/tid=1679] ppid=1675 vsize=866948 CPUtime=1648.64
/proc/1677/task/1679/stat : 1679 (java) R 1675 1677 32713 0 -1 64 11385 294 1 0 162852 12 1998 2 25 0 9 0 1981669327 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4126733104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866948 CPUtime=20.03
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 2737 294 0 0 3 0 1998 2 16 0 9 0 1981669328 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 16 294 0 0 0 0 1998 2 17 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 23 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866948 CPUtime=20.2
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 506 294 0 0 20 0 1998 2 16 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 24 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 29 294 0 0 0 0 1998 2 15 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.9
Current children cumulated vsize (KiB) 866948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 1735
/proc/meminfo: memFree=1690464/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866948 CPUtime=1708.87
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 15484 294 1 0 168873 14 1998 2 18 0 9 0 1981669326 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216737 10339 2630 9 0 211243 0
[pid=1677/tid=1679] ppid=1675 vsize=866948 CPUtime=1708.61
/proc/1677/task/1679/stat : 1679 (java) R 1675 1677 32713 0 -1 64 11385 294 1 0 168849 12 1998 2 25 0 9 0 1981669327 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4126735272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866948 CPUtime=20.03
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 2737 294 0 0 3 0 1998 2 16 0 9 0 1981669328 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 16 294 0 0 0 0 1998 2 17 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 23 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866948 CPUtime=20.2
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 506 294 0 0 20 0 1998 2 16 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 24 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 29 294 0 0 0 0 1998 2 15 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.87
Current children cumulated vsize (KiB) 866948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 1735
/proc/meminfo: memFree=1690344/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866948 CPUtime=1768.85
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 15484 294 1 0 174871 14 1998 2 18 0 9 0 1981669326 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216737 10339 2630 9 0 211243 0
[pid=1677/tid=1679] ppid=1675 vsize=866948 CPUtime=1768.59
/proc/1677/task/1679/stat : 1679 (java) R 1675 1677 32713 0 -1 64 11385 294 1 0 174847 12 1998 2 25 0 9 0 1981669327 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4126778269 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866948 CPUtime=20.03
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 2737 294 0 0 3 0 1998 2 16 0 9 0 1981669328 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 16 294 0 0 0 0 1998 2 17 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 23 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866948 CPUtime=20.2
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 506 294 0 0 20 0 1998 2 16 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 24 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 29 294 0 0 0 0 1998 2 15 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.85
Current children cumulated vsize (KiB) 866948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 1735
/proc/meminfo: memFree=1690408/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866948 CPUtime=1800.04
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 15484 294 1 0 177990 14 1998 2 18 0 9 0 1981669326 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216737 10339 2630 9 0 211243 0
[pid=1677/tid=1679] ppid=1675 vsize=866948 CPUtime=1799.78
/proc/1677/task/1679/stat : 1679 (java) R 1675 1677 32713 0 -1 64 11385 294 1 0 177966 12 1998 2 25 0 9 0 1981669327 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4126732359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866948 CPUtime=20.03
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 2737 294 0 0 3 0 1998 2 16 0 9 0 1981669328 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 16 294 0 0 0 0 1998 2 17 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 23 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866948 CPUtime=20.2
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 506 294 0 0 20 0 1998 2 16 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 24 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 29 294 0 0 0 0 1998 2 15 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 866948

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

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

[startup+1813.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 1735
/proc/meminfo: memFree=1690408/2055920 swapFree=4180416/4192956
[pid=1677] ppid=1675 vsize=866948 CPUtime=1800.04
/proc/1677/stat : 1677 (java) S 1675 1677 32713 0 -1 0 15484 294 1 0 177990 14 1998 2 18 0 9 0 1981669326 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1677/statm: 216737 10339 2630 9 0 211243 0
[pid=1677/tid=1679] ppid=1675 vsize=866948 CPUtime=1799.78
/proc/1677/task/1679/stat : 1679 (java) R 1675 1677 32713 0 -1 64 11385 294 1 0 177966 12 1998 2 25 0 9 0 1981669327 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4126732359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1680] ppid=1675 vsize=866948 CPUtime=20.03
/proc/1677/task/1680/stat : 1680 (java) S 1675 1677 32713 0 -1 64 2737 294 0 0 3 0 1998 2 16 0 9 0 1981669328 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1681] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1681/stat : 1681 (java) S 1675 1677 32713 0 -1 64 16 294 0 0 0 0 1998 2 17 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1682] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1682/stat : 1682 (java) S 1675 1677 32713 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 1981669329 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1683] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1683/stat : 1683 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 23 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1684] ppid=1675 vsize=866948 CPUtime=20.2
/proc/1677/task/1684/stat : 1684 (java) S 1675 1677 32713 0 -1 64 506 294 0 0 20 0 1998 2 16 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1677/tid=1685] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1685/stat : 1685 (java) S 1675 1677 32713 0 -1 64 1 294 0 0 0 0 1998 2 24 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1677/tid=1686] ppid=1675 vsize=866948 CPUtime=20
/proc/1677/task/1686/stat : 1686 (java) S 1675 1677 32713 0 -1 64 29 294 0 0 0 0 1998 2 15 0 9 0 1981669331 887754752 10339 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 866948

Child status: 143
Real time (s): 1813.55
CPU time (s): 1800.11
CPU user time (s): 1799.93
CPU system time (s): 0.178972
CPU usage (%): 99.2589
Max. virtual memory (cumulated for all children) (KiB): 868308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15815
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= 37886
involuntary context switches= 50331

runsolver used 2.24166 second user time and 5.74013 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-02 21:29:34
IDJOB=1044537
IDBENCH=53805
IDSOLVER=363
FILE ID=node51/1044537-1215026974
PBS_JOBID= 7874368
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-12_all.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-1044537-1215026974/watcher-1044537-1215026974 -o /tmp/evaluation-result-1044537-1215026974/solver-1044537-1215026974 -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-1044537-1215026974.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 535246887d226e6be0539abc12ce8eb5
RANDOM SEED=605221110

node51.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.263
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.263
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:       1792416 kB
Buffers:         24836 kB
Cached:         137484 kB
SwapCached:       7000 kB
Active:         157480 kB
Inactive:        50220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792416 kB
SwapTotal:     4192956 kB
SwapFree:      4180416 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:          61176 kB
Slab:            40900 kB
Committed_AS:  4516196 kB
PageTables:       1892 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= 66548 MiB
End job on node51 at 2008-07-02 21:59:50