Trace number 1045166

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.08 1816.56

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.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1045166-1215026987.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.27/0.38	     nbVariables=144  nbDomainTypes=1  minDomainSize=12  maxDomainSize=12  nbTotalValues=1728
0.27/0.38	       =>  wckTime=0.132  cpuTime=0.11  mem=7M919
0.27/0.38	   
0.27/0.38	   constraints being loaded...
20.46/20.72	     nbConstraints=50  nbGlobalConstraints=50  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=6  minArity=12
20.46/20.72	     avgArity=16.8  maxArity=144  nbGenerators=2  nbFusions=0  symmetryWckTime=20.284  symmetryCpuTime=0.05
20.46/20.72	       =>  wckTime=20.465  cpuTime=0.18  mem=12M803
20.46/20.77	   
20.46/20.77	   solver IterativeSystematicSolver being built... 
20.56/20.84	   
20.56/20.84	   INFO : Forward propagation technique limited 
20.66/20.92	       =>  wckTime=20.671  cpuTime=0.31  mem=19M820
20.76/21.00	   
20.76/21.00	   preprocessing
20.76/21.00	     nbConstraintChecks=0  nbPropagations=4839  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=177
20.76/21.00	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
20.76/21.00	       =>  wckTime=0.075  cpuTime=0.05  mem=20M795
20.86/21.12	   
20.86/21.12	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M836)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 4/85 25420
/proc/meminfo: memFree=845176/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=18572 CPUtime=0
/proc/25420/stat : 25420 (runsolver) R 25418 25420 24492 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 667824096 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25420/statm: 4643 292 257 25 0 2626 0

[startup+0.102341 s]
/proc/loadavg: 2.00 2.00 1.96 4/85 25420
/proc/meminfo: memFree=845176/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=865884 CPUtime=0.08
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 3688 0 1 0 6 2 0 0 20 0 9 0 667824096 886665216 3163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216471 3163 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201351 s]
/proc/loadavg: 2.00 2.00 1.96 4/85 25420
/proc/meminfo: memFree=845176/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866044 CPUtime=0.18
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 4656 0 1 0 15 3 0 0 20 0 9 0 667824096 886829056 4083 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216511 4083 1859 9 0 211059 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866044

[startup+0.301364 s]
/proc/loadavg: 2.00 2.00 1.96 4/85 25420
/proc/meminfo: memFree=845176/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866284 CPUtime=0.27
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 5813 0 1 0 23 4 0 0 20 0 9 0 667824096 887074816 5187 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216571 5187 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701407 s]
/proc/loadavg: 2.00 2.00 1.96 4/85 25420
/proc/meminfo: memFree=845176/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866852 CPUtime=0.43
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 7174 0 1 0 38 5 0 0 20 0 10 0 667824096 887656448 6401 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216713 6401 1989 9 0 211241 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 866852

[startup+1.50151 s]
/proc/loadavg: 2.00 2.00 1.96 3/96 25431
/proc/meminfo: memFree=826912/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866852 CPUtime=0.43
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 7219 0 1 0 38 5 0 0 20 0 10 0 667824096 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216713 6402 1990 9 0 211241 0
[pid=25431] ppid=25420 vsize=1456 CPUtime=1.02
/proc/25431/stat : 25431 (saucy) R 25420 25420 24492 0 -1 4194304 169 0 0 0 102 0 0 0 25 0 1 0 667824142 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134522483 0 4 0 0 0 0 0 17 0 0 0
/proc/25431/statm: 364 141 104 4 0 40 0
[pid=25420/tid=25422] ppid=25418 vsize=866852 CPUtime=0.34
/proc/25420/task/25422/stat : 25422 (java) S 25418 25420 24492 0 -1 64 6076 0 1 0 30 4 0 0 24 0 10 0 667824098 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 49 0 0 0 0 0 0 0 16 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 10 0 0 0 0 0 0 0 23 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866852 CPUtime=0.08
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 329 0 0 0 8 0 0 0 16 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25430] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25430/stat : 25430 (java) S 25418 25420 24492 0 -1 64 67 0 0 0 0 0 0 0 24 0 10 0 667824142 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868308

[startup+3.1017 s]
/proc/loadavg: 2.00 2.00 1.96 3/96 25431
/proc/meminfo: memFree=826720/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866852 CPUtime=0.43
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 7219 0 1 0 38 5 0 0 20 0 10 0 667824096 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216713 6402 1990 9 0 211241 0
[pid=25431] ppid=25420 vsize=1456 CPUtime=2.6
/proc/25431/stat : 25431 (saucy) R 25420 25420 24492 0 -1 4194304 169 0 0 0 260 0 0 0 25 0 1 0 667824142 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134521720 0 4 0 0 0 0 0 17 0 0 0
/proc/25431/statm: 364 141 104 4 0 40 0
[pid=25420/tid=25422] ppid=25418 vsize=866852 CPUtime=0.34
/proc/25420/task/25422/stat : 25422 (java) S 25418 25420 24492 0 -1 64 6076 0 1 0 30 4 0 0 24 0 10 0 667824098 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 49 0 0 0 0 0 0 0 16 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 10 0 0 0 0 0 0 0 23 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866852 CPUtime=0.08
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 329 0 0 0 8 0 0 0 16 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25430] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25430/stat : 25430 (java) S 25418 25420 24492 0 -1 64 67 0 0 0 0 0 0 0 24 0 10 0 667824142 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868308

[startup+6.3021 s]
/proc/loadavg: 2.00 2.00 1.96 3/96 25431
/proc/meminfo: memFree=826528/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866852 CPUtime=0.43
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 7760 0 1 0 38 5 0 0 20 0 10 0 667824096 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216713 6402 1990 9 0 211241 0
[pid=25431] ppid=25420 vsize=1456 CPUtime=5.78
/proc/25431/stat : 25431 (saucy) R 25420 25420 24492 0 -1 4194304 169 0 0 0 577 1 0 0 25 0 1 0 667824142 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134523209 0 4 0 0 0 0 0 17 0 0 0
/proc/25431/statm: 364 141 104 4 0 40 0
[pid=25420/tid=25422] ppid=25418 vsize=866852 CPUtime=0.34
/proc/25420/task/25422/stat : 25422 (java) S 25418 25420 24492 0 -1 64 6076 0 1 0 30 4 0 0 24 0 10 0 667824098 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 572 0 0 0 0 0 0 0 16 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 10 0 0 0 0 0 0 0 23 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866852 CPUtime=0.08
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 329 0 0 0 8 0 0 0 16 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 24 0 0 0 0 0 0 0 15 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25430] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25430/stat : 25430 (java) S 25418 25420 24492 0 -1 64 67 0 0 0 0 0 0 0 24 0 10 0 667824142 887656448 6402 996147200 134512640 134550740 4294955968 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.7029 s]
/proc/loadavg: 2.00 2.00 1.96 3/96 25431
/proc/meminfo: memFree=826400/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866852 CPUtime=0.43
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 7760 0 1 0 38 5 0 0 20 0 10 0 667824096 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216713 6402 1990 9 0 211241 0
[pid=25431] ppid=25420 vsize=1456 CPUtime=12.11
/proc/25431/stat : 25431 (saucy) R 25420 25420 24492 0 -1 4194304 169 0 0 0 1210 1 0 0 25 0 1 0 667824142 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134521027 0 4 0 0 0 0 0 17 0 0 0
/proc/25431/statm: 364 141 104 4 0 40 0
[pid=25420/tid=25422] ppid=25418 vsize=866852 CPUtime=0.34
/proc/25420/task/25422/stat : 25422 (java) S 25418 25420 24492 0 -1 64 6076 0 1 0 30 4 0 0 24 0 10 0 667824098 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 572 0 0 0 0 0 0 0 16 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 10 0 0 0 0 0 0 0 23 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 667824099 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866852 CPUtime=0.08
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 329 0 0 0 8 0 0 0 16 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 24 0 0 0 0 0 0 0 15 0 10 0 667824101 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25430] ppid=25418 vsize=866852 CPUtime=0
/proc/25420/task/25430/stat : 25430 (java) S 25418 25420 24492 0 -1 64 67 0 0 0 0 0 0 0 24 0 10 0 667824142 887656448 6402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868308

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 1.96 3/94 25433
/proc/meminfo: memFree=813216/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866948 CPUtime=25.21
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 15515 294 1 0 513 8 1998 2 20 0 9 0 667824096 887754752 10371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216737 10371 2630 9 0 211243 0
[pid=25420/tid=25422] ppid=25418 vsize=866948 CPUtime=24.95
/proc/25420/task/25422/stat : 25422 (java) R 25418 25420 24492 0 -1 64 11416 294 1 0 489 6 1998 2 25 0 9 0 667824098 887754752 10371 996147200 134512640 134550740 4294955968 18446744073709551615 4126744519 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866948 CPUtime=20.03
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 2735 294 0 0 3 0 1998 2 17 0 9 0 667824099 887754752 10371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 16 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866948 CPUtime=20.2
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 506 294 0 0 20 0 1998 2 15 0 9 0 667824101 887754752 10371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 26 294 0 0 0 0 1998 2 15 0 9 0 667824101 887754752 10371 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 866948

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

/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866948 CPUtime=20.2
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 506 294 0 0 20 0 1998 2 16 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 26 294 0 0 0 0 1998 2 15 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1467.59
Current children cumulated vsize (KiB) 866948

[startup+1542.31 s]
/proc/loadavg: 2.22 2.20 2.09 3/94 25658
/proc/meminfo: memFree=533104/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866948 CPUtime=1527.21
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 15532 294 1 0 150703 18 1998 2 20 0 9 0 667824096 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216737 10387 2630 9 0 211243 0
[pid=25420/tid=25422] ppid=25418 vsize=866948 CPUtime=1526.93
/proc/25420/task/25422/stat : 25422 (java) R 25418 25420 24492 0 -1 64 11433 294 1 0 150678 15 1998 2 25 0 9 0 667824098 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4126740576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866948 CPUtime=20.03
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 2735 294 0 0 3 0 1998 2 16 0 9 0 667824099 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 16 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866948 CPUtime=20.2
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 506 294 0 0 20 0 1998 2 16 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 26 294 0 0 0 0 1998 2 15 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.21
Current children cumulated vsize (KiB) 866948

[startup+1602.3 s]
/proc/loadavg: 2.15 2.18 2.09 3/94 25658
/proc/meminfo: memFree=533040/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866948 CPUtime=1586.9
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 15532 294 1 0 156672 18 1998 2 20 0 9 0 667824096 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216737 10387 2630 9 0 211243 0
[pid=25420/tid=25422] ppid=25418 vsize=866948 CPUtime=1586.62
/proc/25420/task/25422/stat : 25422 (java) R 25418 25420 24492 0 -1 64 11433 294 1 0 156647 15 1998 2 25 0 9 0 667824098 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4126749137 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866948 CPUtime=20.03
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 2735 294 0 0 3 0 1998 2 16 0 9 0 667824099 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 16 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866948 CPUtime=20.2
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 506 294 0 0 20 0 1998 2 16 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 26 294 0 0 0 0 1998 2 15 0 9 0 667824101 887754752 10387 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1586.9
Current children cumulated vsize (KiB) 866948

[startup+1662.3 s]
/proc/loadavg: 2.22 2.19 2.10 3/94 25658
/proc/meminfo: memFree=533040/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866948 CPUtime=1646.59
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 15534 294 1 0 162641 18 1998 2 20 0 9 0 667824096 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216737 10389 2630 9 0 211243 0
[pid=25420/tid=25422] ppid=25418 vsize=866948 CPUtime=1646.31
/proc/25420/task/25422/stat : 25422 (java) R 25418 25420 24492 0 -1 64 11434 294 1 0 162616 15 1998 2 25 0 9 0 667824098 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4126734184 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866948 CPUtime=20.03
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 2735 294 0 0 3 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 16 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866948 CPUtime=20.2
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 507 294 0 0 20 0 1998 2 16 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 26 294 0 0 0 0 1998 2 15 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.59
Current children cumulated vsize (KiB) 866948

[startup+1722.3 s]
/proc/loadavg: 2.14 2.17 2.09 3/94 25658
/proc/meminfo: memFree=533104/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866948 CPUtime=1706.28
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 15534 294 1 0 168610 18 1998 2 20 0 9 0 667824096 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216737 10389 2630 9 0 211243 0
[pid=25420/tid=25422] ppid=25418 vsize=866948 CPUtime=1706.01
/proc/25420/task/25422/stat : 25422 (java) R 25418 25420 24492 0 -1 64 11434 294 1 0 168585 16 1998 2 25 0 9 0 667824098 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4126734184 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866948 CPUtime=20.03
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 2735 294 0 0 3 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 16 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866948 CPUtime=20.2
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 507 294 0 0 20 0 1998 2 16 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 26 294 0 0 0 0 1998 2 15 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.28
Current children cumulated vsize (KiB) 866948

[startup+1782.3 s]
/proc/loadavg: 2.10 2.15 2.09 3/94 25658
/proc/meminfo: memFree=533040/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866948 CPUtime=1765.98
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 15534 294 1 0 174579 19 1998 2 20 0 9 0 667824096 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216737 10389 2630 9 0 211243 0
[pid=25420/tid=25422] ppid=25418 vsize=866948 CPUtime=1765.71
/proc/25420/task/25422/stat : 25422 (java) R 25418 25420 24492 0 -1 64 11434 294 1 0 174555 16 1998 2 25 0 9 0 667824098 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4126866467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866948 CPUtime=20.03
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 2735 294 0 0 3 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 16 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866948 CPUtime=20.2
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 507 294 0 0 20 0 1998 2 16 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 26 294 0 0 0 0 1998 2 15 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.98
Current children cumulated vsize (KiB) 866948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.5 s]
/proc/loadavg: 2.26 2.18 2.10 3/94 25658
/proc/meminfo: memFree=533104/2055920 swapFree=4147292/4192956
[pid=25420] ppid=25418 vsize=866948 CPUtime=1800.01
/proc/25420/stat : 25420 (java) S 25418 25420 24492 0 -1 0 15534 294 1 0 177982 19 1998 2 20 0 9 0 667824096 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 216737 10389 2630 9 0 211243 0
[pid=25420/tid=25422] ppid=25418 vsize=866948 CPUtime=1799.73
/proc/25420/task/25422/stat : 25422 (java) R 25418 25420 24492 0 -1 64 11434 294 1 0 177957 16 1998 2 25 0 9 0 667824098 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4126741396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25418 vsize=866948 CPUtime=20.03
/proc/25420/task/25423/stat : 25423 (java) S 25418 25420 24492 0 -1 64 2735 294 0 0 3 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25424] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25424/stat : 25424 (java) S 25418 25420 24492 0 -1 64 16 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25425/stat : 25425 (java) S 25418 25420 24492 0 -1 64 9 294 0 0 0 0 1998 2 16 0 9 0 667824099 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25426/stat : 25426 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25418 vsize=866948 CPUtime=20.2
/proc/25420/task/25427/stat : 25427 (java) S 25418 25420 24492 0 -1 64 507 294 0 0 20 0 1998 2 16 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25428/stat : 25428 (java) S 25418 25420 24492 0 -1 64 1 294 0 0 0 0 1998 2 25 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25420/tid=25429] ppid=25418 vsize=866948 CPUtime=20
/proc/25420/task/25429/stat : 25429 (java) S 25418 25420 24492 0 -1 64 26 294 0 0 0 0 1998 2 15 0 9 0 667824101 887754752 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
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

Child status: 143
Real time (s): 1816.56
CPU time (s): 1800.08
CPU user time (s): 1799.86
CPU system time (s): 0.225965
CPU usage (%): 99.0929
Max. virtual memory (cumulated for all children) (KiB): 868308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15862
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= 37950
involuntary context switches= 97307

runsolver used 2.47162 second user time and 6.21505 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-02 21:29:47
IDJOB=1045166
IDBENCH=53805
IDSOLVER=364
FILE ID=node80/1045166-1215026987
PBS_JOBID= 7874311
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 ESAC
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 esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1045166-1215026987/watcher-1045166-1215026987 -o /tmp/evaluation-result-1045166-1215026987/solver-1045166-1215026987 -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-1045166-1215026987.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 535246887d226e6be0539abc12ce8eb5
RANDOM SEED=2090000349

node80.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        845592 kB
Buffers:         78108 kB
Cached:         949648 kB
SwapCached:      39708 kB
Active:         442776 kB
Inactive:       679824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        845592 kB
SwapTotal:     4192956 kB
SwapFree:      4147292 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:         112104 kB
Slab:            72600 kB
Committed_AS:  1011740 kB
PageTables:       2072 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= 66524 MiB
End job on node80 at 2008-07-02 22:00:05