Trace number 1055913

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

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-12.xml
MD5SUM2ba2a764a757f9f5d70ed9cb063b7290
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark748.425
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints10330
Maximum constraint arity2
Maximum domain size144
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10330
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	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-1055913-1215060574.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.33	   
0.29/0.34	   variables being loaded...
0.29/0.39	     nbVariables=145  nbDomainTypes=2  minDomainSize=21  maxDomainSize=144  nbTotalValues=20757
0.29/0.39	       =>  wckTime=0.133  cpuTime=0.1  mem=8M862
0.29/0.39	   
0.29/0.39	   predicates being loaded...
0.39/0.46	   
0.39/0.46	   constraints being loaded...
2.74/2.84	     nbConstraints=10331  nbGlobalConstraints=1  nbConvertedConstraints=10330  nbConvertConstraintsChecks=44496
2.74/2.84	     nbExtensionStructures=3  nbSharedExtensionStructures=10327  nbConflictsStructures=3
2.74/2.84	     nbSharedConflictsStructures=10327  nbSharedBinaryRepresentations=338  minDegree=144  maxDegree=145  minArity=2
2.74/2.85	     avgArity=2.01  maxArity=144  nbGenerators=0  nbFusions=0  symmetryWckTime=0.562  symmetryCpuTime=0.35  nbCliques=1
2.74/2.85	       =>  wckTime=2.589  cpuTime=2.05  mem=32M962
2.93/3.00	   
2.93/3.00	   solver IterativeSystematicSolver being built... 
2.93/3.08	   
2.93/3.08	   INFO : Forward propagation technique limited 
3.04/3.15	       =>  wckTime=2.892  cpuTime=2.18  mem=30M703
4.12/4.24	   
4.12/4.24	   preprocessing
4.12/4.24	     nbConstraintChecks=2819808  nbPropagations=10365  nbRevisions=43377  nbUselessRevisions=32050  nbSingletonTests=155
4.12/4.24	     nbEffectiveSingletonTests=0  nbACRemovals=510  nbFoundSingletons=0  nbRemovedValues=510  detectedInconsistency=no
4.12/4.24	       =>  wckTime=1.092  cpuTime=1.05  mem=30M703
6.10/6.24	   
6.10/6.24	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=32M597)

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 15064
/proc/meminfo: memFree=1284336/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=10616 CPUtime=0
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1985026298 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 2654 472 209 9 0 1184 0
[pid=15064/tid=15065] ppid=15062 vsize=10616 CPUtime=0
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1985026299 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 9261016 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0417431 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 15064
/proc/meminfo: memFree=1284336/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=861876 CPUtime=0.03
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 2254 0 1 0 1 2 0 0 18 0 5 0 1985026298 882561024 1863 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 215469 1879 860 9 0 210448 0
[pid=15064/tid=15065] ppid=15062 vsize=862716 CPUtime=0.02
/proc/15064/task/15065/stat : 15065 (java) S 15062 15064 9807 0 -1 64 1686 0 1 0 1 1 0 0 18 0 7 0 1985026299 883421184 1962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.109701 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 15064
/proc/meminfo: memFree=1284336/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=865884 CPUtime=0.09
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 3805 0 1 0 7 2 0 0 18 0 9 0 1985026298 886665216 3256 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 216471 3256 1724 9 0 211026 0
[pid=15064/tid=15065] ppid=15062 vsize=865884 CPUtime=0.07
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 2886 0 1 0 6 1 0 0 18 0 9 0 1985026299 886665216 3256 996147200 134512640 134550740 4294955968 18446744073709551615 4125960198 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.301731 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 15064
/proc/meminfo: memFree=1284336/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=866284 CPUtime=0.29
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 5812 0 1 0 23 6 0 0 18 0 9 0 1985026298 887074816 5186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 216571 5186 1953 9 0 211099 0
[pid=15064/tid=15065] ppid=15062 vsize=866284 CPUtime=0.24
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 4838 0 1 0 19 5 0 0 18 0 9 0 1985026299 887074816 5186 996147200 134512640 134550740 4294955968 18446744073709551615 104251812 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701805 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 15064
/proc/meminfo: memFree=1284336/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=867676 CPUtime=0.67
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 8584 0 1 0 59 8 0 0 18 0 9 0 1985026298 888500224 7944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 216919 7944 2010 9 0 211425 0
[pid=15064/tid=15065] ppid=15062 vsize=867676 CPUtime=0.5
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 7230 0 1 0 43 7 0 0 19 0 9 0 1985026299 888500224 7944 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867676

[startup+1.50195 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 15073
/proc/meminfo: memFree=1242920/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=867680 CPUtime=1.47
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 15650 0 1 0 126 21 0 0 18 0 9 0 1985026298 888504320 15007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 216920 15007 2014 9 0 211426 0
[pid=15064/tid=15065] ppid=15062 vsize=867680 CPUtime=1.23
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 14239 0 1 0 103 20 0 0 25 0 9 0 1985026299 888504320 15007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15062 vsize=867680 CPUtime=0
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1985026300 888504320 15007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=867680 CPUtime=0
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1985026301 888504320 15007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=867680 CPUtime=0
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1985026301 888504320 15007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=867680 CPUtime=0
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985026303 888504320 15007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=867680 CPUtime=0.22
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 714 0 0 0 22 0 0 0 16 0 9 0 1985026303 888504320 15007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15072] ppid=15062 vsize=867680 CPUtime=0
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985026303 888504320 15007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=867680 CPUtime=0
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985026303 888504320 15007 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867680

[startup+3.10224 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 15073
/proc/meminfo: memFree=1216296/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=3.04
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 29631 743 1 0 230 58 15 1 18 0 9 0 1985026298 888930304 21768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21768 2635 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=2.5
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 20390 743 1 0 180 54 15 1 25 0 9 0 1985026299 888930304 21768 996147200 134512640 134550740 4294955968 18446744073709551615 4125977230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 7474 743 0 0 22 1 15 1 18 0 9 0 1985026300 888930304 21768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 17 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.43
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 925 743 0 0 27 0 15 1 15 0 9 0 1985026303 888930304 21768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 14 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868096

[startup+6.30181 s]
/proc/loadavg: 1.99 1.99 1.99 4/90 15077
/proc/meminfo: memFree=1203304/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=6.2
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 31821 743 1 0 546 58 15 1 18 0 9 0 1985026298 888930304 21830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21830 2636 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=5.6
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 22518 743 1 0 489 55 15 1 25 0 9 0 1985026299 888930304 21830 996147200 134512640 134550740 4294955968 18446744073709551615 4127176727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 7474 743 0 0 22 1 15 1 17 0 9 0 1985026300 888930304 21830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 17 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.5
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 959 743 0 0 34 0 15 1 15 0 9 0 1985026303 888930304 21830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 42 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868096

[startup+12.703 s]
/proc/loadavg: 1.99 1.99 1.99 3/90 15077
/proc/meminfo: memFree=1198768/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=12.55
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 31884 743 1 0 1180 59 15 1 18 0 9 0 1985026298 888930304 21846 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21846 2636 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=11.9
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 22523 743 1 0 1119 55 15 1 25 0 9 0 1985026299 888930304 21846 996147200 134512640 134550740 4294955968 18446744073709551615 4127176243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 7474 743 0 0 22 1 15 1 16 0 9 0 1985026300 888930304 21846 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 17 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21846 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21846 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21846 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.53
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 1017 743 0 0 37 0 15 1 17 0 9 0 1985026303 888930304 21846 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21846 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 42 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21846 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868096

[startup+25.5023 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 15078
/proc/meminfo: memFree=855664/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=25.33
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 31889 743 1 0 2458 59 15 1 18 0 9 0 1985026298 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21848 2636 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=24.68
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 22525 743 1 0 2397 55 15 1 25 0 9 0 1985026299 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4127184040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 7474 743 0 0 22 1 15 1 16 0 9 0 1985026300 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 17 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.54
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 1020 743 0 0 38 0 15 1 16 0 9 0 1985026303 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 42 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 868096

[startup+51.1019 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 15078
/proc/meminfo: memFree=854960/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=50.9
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 31890 743 1 0 5015 59 15 1 18 0 9 0 1985026298 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21848 2636 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=50.25
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 22526 743 1 0 4954 55 15 1 25 0 9 0 1985026299 888930304 21848 996147200 134512640 134550740 4294955968 18446744073709551615 4127180616 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39

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

/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.54
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 1021 743 0 0 38 0 15 1 16 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 42 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.22
Current children cumulated vsize (KiB) 868096

[startup+1542.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/81 15121
/proc/meminfo: memFree=1465016/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=1537.95
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 31891 743 1 0 153716 63 15 1 18 0 9 0 1985026298 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21849 2636 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=1537.3
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 22526 743 1 0 153655 59 15 1 25 0 9 0 1985026299 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4127167264 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 7474 743 0 0 22 1 15 1 16 0 9 0 1985026300 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 17 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.54
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 1021 743 0 0 38 0 15 1 16 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 42 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.95
Current children cumulated vsize (KiB) 868096

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/81 15121
/proc/meminfo: memFree=1465016/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=1597.67
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 31891 743 1 0 159688 63 15 1 18 0 9 0 1985026298 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21849 2636 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=1597.02
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 22526 743 1 0 159627 59 15 1 25 0 9 0 1985026299 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4127173327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 7474 743 0 0 22 1 15 1 16 0 9 0 1985026300 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 17 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.54
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 1021 743 0 0 38 0 15 1 16 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 42 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.67
Current children cumulated vsize (KiB) 868096

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/81 15121
/proc/meminfo: memFree=1465016/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=1657.4
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 31891 743 1 0 165661 63 15 1 18 0 9 0 1985026298 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21849 2636 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=1656.74
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 22526 743 1 0 165599 59 15 1 25 0 9 0 1985026299 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4127167329 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 7474 743 0 0 22 1 15 1 16 0 9 0 1985026300 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 17 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.54
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 1021 743 0 0 38 0 15 1 16 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 42 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.4
Current children cumulated vsize (KiB) 868096

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 15121
/proc/meminfo: memFree=1465016/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=1717.13
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 31891 743 1 0 171634 63 15 1 18 0 9 0 1985026298 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21849 2636 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=1716.47
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 22526 743 1 0 171572 59 15 1 25 0 9 0 1985026299 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4127176117 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 7474 743 0 0 22 1 15 1 16 0 9 0 1985026300 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 17 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.54
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 1021 743 0 0 38 0 15 1 16 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 42 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.13
Current children cumulated vsize (KiB) 868096

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 15121
/proc/meminfo: memFree=1464888/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=1776.86
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 31891 743 1 0 177606 64 15 1 18 0 9 0 1985026298 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21849 2636 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=1776.19
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 22526 743 1 0 177544 59 15 1 25 0 9 0 1985026299 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4127251155 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 7474 743 0 0 22 1 15 1 16 0 9 0 1985026300 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 17 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.54
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 1021 743 0 0 38 0 15 1 16 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 42 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.86
Current children cumulated vsize (KiB) 868096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 15121
/proc/meminfo: memFree=1464888/2055920 swapFree=4110364/4192956
[pid=15064] ppid=15062 vsize=868096 CPUtime=1800.06
/proc/15064/stat : 15064 (java) S 15062 15064 9807 0 -1 0 31891 743 1 0 179926 64 15 1 18 0 9 0 1985026298 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15064/statm: 217024 21849 2636 9 0 211530 0
[pid=15064/tid=15065] ppid=15062 vsize=868096 CPUtime=1799.4
/proc/15064/task/15065/stat : 15065 (java) R 15062 15064 9807 0 -1 64 22526 743 1 0 179865 59 15 1 25 0 9 0 1985026299 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4127179267 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15067] ppid=15062 vsize=868096 CPUtime=0.39
/proc/15064/task/15067/stat : 15067 (java) S 15062 15064 9807 0 -1 64 7474 743 0 0 22 1 15 1 16 0 9 0 1985026300 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15068] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15068/stat : 15068 (java) S 15062 15064 9807 0 -1 64 17 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15069] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15069/stat : 15069 (java) S 15062 15064 9807 0 -1 64 8 743 0 0 0 0 15 1 16 0 9 0 1985026301 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15070] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15070/stat : 15070 (java) S 15062 15064 9807 0 -1 64 1 743 0 0 0 0 15 1 18 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15071] ppid=15062 vsize=868096 CPUtime=0.54
/proc/15064/task/15071/stat : 15071 (java) S 15062 15064 9807 0 -1 64 1021 743 0 0 38 0 15 1 16 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15064/tid=15072] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15072/stat : 15072 (java) S 15062 15064 9807 0 -1 64 2 743 0 0 0 0 15 1 19 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15064/tid=15073] ppid=15062 vsize=868096 CPUtime=0.16
/proc/15064/task/15073/stat : 15073 (java) S 15062 15064 9807 0 -1 64 42 743 0 0 0 0 15 1 15 0 9 0 1985026303 888930304 21849 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868096

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): 1805.64
CPU time (s): 1800.11
CPU user time (s): 1799.44
CPU system time (s): 0.670898
CPU usage (%): 99.6941
Max. virtual memory (cumulated for all children) (KiB): 868244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.670898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32668
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= 38362
involuntary context switches= 19892

runsolver used 2.32165 second user time and 5.9001 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-03 06:49:34
IDJOB=1055913
IDBENCH=57389
IDSOLVER=364
FILE ID=node70/1055913-1215060574
PBS_JOBID= 7875036
Free space on /tmp= 66268 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-12.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-1055913-1215060574/watcher-1055913-1215060574 -o /tmp/evaluation-result-1055913-1215060574/solver-1055913-1215060574 -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-1055913-1215060574.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ba2a764a757f9f5d70ed9cb063b7290
RANDOM SEED=337869786

node70.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.256
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.256
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:       1284816 kB
Buffers:         65848 kB
Cached:         440892 kB
SwapCached:      76428 kB
Active:         389796 kB
Inactive:       303796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1284816 kB
SwapTotal:     4192956 kB
SwapFree:      4110364 kB
Dirty:            5924 kB
Writeback:           0 kB
Mapped:         200508 kB
Slab:            62520 kB
Committed_AS:  4819412 kB
PageTables:       2156 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= 66436 MiB
End job on node70 at 2008-07-03 07:19:42