Trace number 1045165

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 ESAC? (TO) 1800.09 1812.95

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-10_all.xml
MD5SUMfbe45cff1c17eeb8610f231ec185faba
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.39779
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(40)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1045165-1215026912.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.38	     nbVariables=100  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10  nbTotalValues=1000
0.28/0.38	       =>  wckTime=0.148  cpuTime=0.14  mem=7M919
0.28/0.38	   
0.28/0.38	   constraints being loaded...
20.48/20.78	     nbConstraints=42  nbGlobalConstraints=42  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=6  minArity=10
20.48/20.78	     avgArity=13.81  maxArity=100  nbGenerators=2  nbFusions=0  symmetryWckTime=20.352  symmetryCpuTime=0.06
20.48/20.78	       =>  wckTime=20.544  cpuTime=0.24  mem=11M861
20.58/20.84	   
20.58/20.84	   solver IterativeSystematicSolver being built... 
20.58/20.90	   
20.68/20.92	   INFO : Forward propagation technique limited 
20.68/20.98	       =>  wckTime=20.749  cpuTime=0.38  mem=19M709
20.78/21.05	   
20.78/21.05	   preprocessing
20.78/21.05	     nbConstraintChecks=0  nbPropagations=2545  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=107
20.78/21.05	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
20.78/21.05	       =>  wckTime=0.064  cpuTime=0.04  mem=19M709
20.87/21.16	   
20.87/21.16	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=20M750)

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-1045165-1215026912/watcher-1045165-1215026912 -o /tmp/evaluation-result-1045165-1215026912/solver-1045165-1215026912 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1045165-1215026912.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.01 2.00 4/80 25590
/proc/meminfo: memFree=1760208/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=10616 CPUtime=0
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1981664656 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 2654 472 209 9 0 1184 0
[pid=25590/tid=25591] ppid=25588 vsize=10616 CPUtime=0
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 24856 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1981664657 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8568792 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0284279 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 25590
/proc/meminfo: memFree=1760208/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=861876 CPUtime=0.02
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 1880 0 1 0 1 1 0 0 18 0 5 0 1981664656 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 215469 1567 695 9 0 210448 0
[pid=25590/tid=25591] ppid=25588 vsize=861876 CPUtime=0
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 24856 0 -1 64 1190 0 1 0 0 0 0 0 19 0 5 0 1981664657 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102128 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 25590
/proc/meminfo: memFree=1760208/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=865884 CPUtime=0.09
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 3777 0 1 0 7 2 0 0 18 0 9 0 1981664656 886665216 3228 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216471 3228 1711 9 0 211026 0
[pid=25590/tid=25591] ppid=25588 vsize=865884 CPUtime=0.07
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 24856 0 -1 64 2875 0 1 0 6 1 0 0 18 0 9 0 1981664657 886665216 3228 996147200 134512640 134550740 4294955968 18446744073709551615 4125961237 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.30116 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 25590
/proc/meminfo: memFree=1760208/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866128 CPUtime=0.28
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 5788 0 1 0 25 3 0 0 18 0 9 0 1981664656 886915072 5162 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216532 5162 1946 9 0 211060 0
[pid=25590/tid=25591] ppid=25588 vsize=866128 CPUtime=0.26
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 24856 0 -1 64 4883 0 1 0 24 2 0 0 18 0 9 0 1981664657 886915072 5162 996147200 134512640 134550740 4294955968 18446744073709551615 102538899 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.701214 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 25590
/proc/meminfo: memFree=1760208/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866872 CPUtime=0.51
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 7335 0 1 0 47 4 0 0 18 0 10 0 1981664656 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216718 6332 1989 9 0 211246 0
[pid=25590/tid=25591] ppid=25588 vsize=866872 CPUtime=0.42
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 24856 0 -1 64 5978 0 1 0 39 3 0 0 19 0 10 0 1981664657 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 866872

[startup+1.50234 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 25601
/proc/meminfo: memFree=1742520/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866872 CPUtime=0.51
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 7339 0 1 0 47 4 0 0 18 0 10 0 1981664656 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216718 6332 1989 9 0 211246 0
[pid=25601] ppid=25590 vsize=1456 CPUtime=0.94
/proc/25601/stat : 25601 (saucy) R 25590 25590 24856 0 -1 4194304 162 0 0 0 94 0 0 0 25 0 1 0 1981664703 1490944 134 996147200 134512640 134531332 4294956000 18446744073709551615 134521639 0 4 0 0 0 0 0 17 1 0 0
/proc/25601/statm: 364 134 104 4 0 40 0
[pid=25590/tid=25591] ppid=25588 vsize=866872 CPUtime=0.42
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 24856 0 -1 64 5978 0 1 0 39 3 0 0 19 0 10 0 1981664657 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 1981664659 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 10 0 0 0 0 0 0 0 19 0 10 0 1981664659 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 1981664659 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1981664661 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866872 CPUtime=0.08
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 591 0 0 0 8 0 0 0 19 0 10 0 1981664661 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1981664661 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1981664661 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25600] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25600/stat : 25600 (java) S 25588 25590 24856 0 -1 64 67 0 0 0 0 0 0 0 21 0 10 0 1981664702 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868328

[startup+3.10259 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 25601
/proc/meminfo: memFree=1742328/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866872 CPUtime=0.51
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 7339 0 1 0 47 4 0 0 18 0 10 0 1981664656 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216718 6332 1989 9 0 211246 0
[pid=25601] ppid=25590 vsize=1456 CPUtime=2.53
/proc/25601/stat : 25601 (saucy) R 25590 25590 24856 0 -1 4194304 162 0 0 0 252 1 0 0 25 0 1 0 1981664703 1490944 134 996147200 134512640 134531332 4294956000 18446744073709551615 134522365 0 4 0 0 0 0 0 17 1 0 0
/proc/25601/statm: 364 134 104 4 0 40 0
[pid=25590/tid=25591] ppid=25588 vsize=866872 CPUtime=0.42
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 24856 0 -1 64 5978 0 1 0 39 3 0 0 19 0 10 0 1981664657 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 1981664659 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 10 0 0 0 0 0 0 0 19 0 10 0 1981664659 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 1981664659 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1981664661 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866872 CPUtime=0.08
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 591 0 0 0 8 0 0 0 19 0 10 0 1981664661 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1981664661 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1981664661 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25600] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25600/stat : 25600 (java) S 25588 25590 24856 0 -1 64 67 0 0 0 0 0 0 0 21 0 10 0 1981664702 887676928 6332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868328

[startup+6.30208 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 25601
/proc/meminfo: memFree=1742136/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866872 CPUtime=0.51
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 7817 0 1 0 47 4 0 0 18 0 10 0 1981664656 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216718 6333 1990 9 0 211246 0
[pid=25601] ppid=25590 vsize=1456 CPUtime=5.71
/proc/25601/stat : 25601 (saucy) R 25590 25590 24856 0 -1 4194304 162 0 0 0 569 2 0 0 25 0 1 0 1981664703 1490944 134 996147200 134512640 134531332 4294956000 18446744073709551615 134521117 0 4 0 0 0 0 0 17 1 0 0
/proc/25601/statm: 364 134 104 4 0 40 0
[pid=25590/tid=25591] ppid=25588 vsize=866872 CPUtime=0.42
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 24856 0 -1 64 5978 0 1 0 39 3 0 0 19 0 10 0 1981664657 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 486 0 0 0 0 0 0 0 16 0 10 0 1981664659 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 10 0 0 0 0 0 0 0 19 0 10 0 1981664659 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 1981664659 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1981664661 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866872 CPUtime=0.08
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 591 0 0 0 8 0 0 0 19 0 10 0 1981664661 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1981664661 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1981664661 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25600] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25600/stat : 25600 (java) S 25588 25590 24856 0 -1 64 67 0 0 0 0 0 0 0 21 0 10 0 1981664702 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868328

[startup+12.7021 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 25601
/proc/meminfo: memFree=1742008/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866872 CPUtime=0.51
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 7817 0 1 0 47 4 0 0 18 0 10 0 1981664656 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216718 6333 1990 9 0 211246 0
[pid=25601] ppid=25590 vsize=1456 CPUtime=12.03
/proc/25601/stat : 25601 (saucy) R 25590 25590 24856 0 -1 4194304 162 0 0 0 1201 2 0 0 25 0 1 0 1981664703 1490944 134 996147200 134512640 134531332 4294956000 18446744073709551615 134520924 0 4 0 0 0 0 0 17 1 0 0
/proc/25601/statm: 364 134 104 4 0 40 0
[pid=25590/tid=25591] ppid=25588 vsize=866872 CPUtime=0.42
/proc/25590/task/25591/stat : 25591 (java) S 25588 25590 24856 0 -1 64 5978 0 1 0 39 3 0 0 19 0 10 0 1981664657 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 486 0 0 0 0 0 0 0 16 0 10 0 1981664659 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 10 0 0 0 0 0 0 0 19 0 10 0 1981664659 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 1981664659 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1981664661 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866872 CPUtime=0.08
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 591 0 0 0 8 0 0 0 19 0 10 0 1981664661 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1981664661 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1981664661 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25600] ppid=25588 vsize=866872 CPUtime=0
/proc/25590/task/25600/stat : 25600 (java) S 25588 25590 24856 0 -1 64 67 0 0 0 0 0 0 0 21 0 10 0 1981664702 887676928 6333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868328

[startup+25.5011 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 25603
/proc/meminfo: memFree=1728888/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866960 CPUtime=25.23
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 15494 287 1 0 516 7 1996 4 18 0 9 0 1981664656 887767040 10291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216740 10291 2630 9 0 211246 0
[pid=25590/tid=25591] ppid=25588 vsize=866960 CPUtime=24.97
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 24856 0 -1 64 11290 287 1 0 492 5 1996 4 25 0 9 0 1981664657 887767040 10291 996147200 134512640 134550740 4294955968 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866960 CPUtime=20.03
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 2573 287 0 0 3 0 1996 4 17 0 9 0 1981664659 887767040 10291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 16 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 9 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 9 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 18 0 9 0 1981664661 887767040 10306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866960 CPUtime=20.2
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 801 287 0 0 20 0 1996 4 16 0 9 0 1981664661 887767040 10306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 19 0 9 0 1981664661 887767040 10306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 5 287 0 0 0 0 1996 4 15 0 9 0 1981664661 887767040 10306 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.52
Current children cumulated vsize (KiB) 866960

[startup+1602.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/81 25634
/proc/meminfo: memFree=1774464/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866960 CPUtime=1590.27
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 15513 287 1 0 157016 11 1996 4 18 0 9 0 1981664656 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216740 10307 2630 9 0 211246 0
[pid=25590/tid=25591] ppid=25588 vsize=866960 CPUtime=1590.01
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 24856 0 -1 64 11306 287 1 0 156992 9 1996 4 25 0 9 0 1981664657 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4126735207 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866960 CPUtime=20.03
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 2573 287 0 0 3 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 16 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 9 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 18 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866960 CPUtime=20.2
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 801 287 0 0 20 0 1996 4 16 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 19 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 5 287 0 0 0 0 1996 4 15 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.27
Current children cumulated vsize (KiB) 866960

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/81 25634
/proc/meminfo: memFree=1774464/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866960 CPUtime=1650.03
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 15513 287 1 0 162992 11 1996 4 18 0 9 0 1981664656 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216740 10307 2630 9 0 211246 0
[pid=25590/tid=25591] ppid=25588 vsize=866960 CPUtime=1649.76
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 24856 0 -1 64 11306 287 1 0 162967 9 1996 4 25 0 9 0 1981664657 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4126731494 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866960 CPUtime=20.03
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 2573 287 0 0 3 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 16 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 9 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 18 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866960 CPUtime=20.2
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 801 287 0 0 20 0 1996 4 16 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 19 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 5 287 0 0 0 0 1996 4 15 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.03
Current children cumulated vsize (KiB) 866960

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 25634
/proc/meminfo: memFree=1774272/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866960 CPUtime=1709.78
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 15513 287 1 0 168967 11 1996 4 18 0 9 0 1981664656 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216740 10307 2630 9 0 211246 0
[pid=25590/tid=25591] ppid=25588 vsize=866960 CPUtime=1709.52
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 24856 0 -1 64 11306 287 1 0 168943 9 1996 4 25 0 9 0 1981664657 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866960 CPUtime=20.03
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 2573 287 0 0 3 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 16 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 9 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 18 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866960 CPUtime=20.2
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 801 287 0 0 20 0 1996 4 16 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 19 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 5 287 0 0 0 0 1996 4 15 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.78
Current children cumulated vsize (KiB) 866960

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 25634
/proc/meminfo: memFree=1774080/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866960 CPUtime=1769.54
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 15513 287 1 0 174943 11 1996 4 18 0 9 0 1981664656 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216740 10307 2630 9 0 211246 0
[pid=25590/tid=25591] ppid=25588 vsize=866960 CPUtime=1769.28
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 24856 0 -1 64 11306 287 1 0 174919 9 1996 4 25 0 9 0 1981664657 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4126761863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866960 CPUtime=20.03
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 2573 287 0 0 3 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 16 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 9 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 18 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866960 CPUtime=20.2
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 801 287 0 0 20 0 1996 4 16 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 19 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 5 287 0 0 0 0 1996 4 15 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.54
Current children cumulated vsize (KiB) 866960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 25634
/proc/meminfo: memFree=1774080/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866960 CPUtime=1800.02
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 15513 287 1 0 177991 11 1996 4 18 0 9 0 1981664656 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216740 10307 2630 9 0 211246 0
[pid=25590/tid=25591] ppid=25588 vsize=866960 CPUtime=1799.75
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 24856 0 -1 64 11306 287 1 0 177966 9 1996 4 25 0 9 0 1981664657 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4126726089 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866960 CPUtime=20.03
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 2573 287 0 0 3 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 16 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 9 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 18 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866960 CPUtime=20.2
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 801 287 0 0 20 0 1996 4 16 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 19 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 5 287 0 0 0 0 1996 4 15 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 866960

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

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

[startup+1812.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 25634
/proc/meminfo: memFree=1774080/2055920 swapFree=4179812/4192956
[pid=25590] ppid=25588 vsize=866960 CPUtime=1800.02
/proc/25590/stat : 25590 (java) S 25588 25590 24856 0 -1 0 15513 287 1 0 177991 11 1996 4 18 0 9 0 1981664656 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25590/statm: 216740 10307 2630 9 0 211246 0
[pid=25590/tid=25591] ppid=25588 vsize=866960 CPUtime=1799.75
/proc/25590/task/25591/stat : 25591 (java) R 25588 25590 24856 0 -1 64 11306 287 1 0 177966 9 1996 4 25 0 9 0 1981664657 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4126726089 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25593] ppid=25588 vsize=866960 CPUtime=20.03
/proc/25590/task/25593/stat : 25593 (java) S 25588 25590 24856 0 -1 64 2573 287 0 0 3 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25594] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25594/stat : 25594 (java) S 25588 25590 24856 0 -1 64 16 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25595] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25595/stat : 25595 (java) S 25588 25590 24856 0 -1 64 9 287 0 0 0 0 1996 4 16 0 9 0 1981664659 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25596] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25596/stat : 25596 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 18 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25597] ppid=25588 vsize=866960 CPUtime=20.2
/proc/25590/task/25597/stat : 25597 (java) S 25588 25590 24856 0 -1 64 801 287 0 0 20 0 1996 4 16 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25590/tid=25598] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25598/stat : 25598 (java) S 25588 25590 24856 0 -1 64 1 287 0 0 0 0 1996 4 19 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25590/tid=25599] ppid=25588 vsize=866960 CPUtime=20
/proc/25590/task/25599/stat : 25599 (java) S 25588 25590 24856 0 -1 64 5 287 0 0 0 0 1996 4 15 0 9 0 1981664661 887767040 10307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 866960

Child status: 143
Real time (s): 1812.95
CPU time (s): 1800.09
CPU user time (s): 1799.92
CPU system time (s): 0.171973
CPU usage (%): 99.2906
Max. virtual memory (cumulated for all children) (KiB): 868328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15831
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= 37403
involuntary context switches= 72157

runsolver used 2.00069 second user time and 6.25305 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-02 21:28:32
IDJOB=1045165
IDBENCH=53804
IDSOLVER=364
FILE ID=node34/1045165-1215026912
PBS_JOBID= 7874402
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-10_all.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1045165-1215026912/watcher-1045165-1215026912 -o /tmp/evaluation-result-1045165-1215026912/solver-1045165-1215026912 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1045165-1215026912.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fbe45cff1c17eeb8610f231ec185faba
RANDOM SEED=2075399022

node34.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.259
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.259
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:       1760688 kB
Buffers:         20604 kB
Cached:         141988 kB
SwapCached:       6932 kB
Active:         167336 kB
Inactive:        61608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760688 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:          82592 kB
Slab:            51252 kB
Committed_AS:  4168252 kB
PageTables:       1960 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= 66540 MiB
End job on node34 at 2008-07-02 21:58:47