Trace number 2098502

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.09 1816.65

General information on the benchmark

Namecsp/bibd12-13/
normalized-bibd-13-78-18-3-3_glb.xml
MD5SUM3bf5ba11eb99ed21cdb1c4a6e28bf1e7
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.610906
Satisfiable
(Un)Satisfiability was proved
Number of variables7098
Number of constraints6253
Maximum constraint arity78
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6084
Global constraints used (with number of constraints)weightedsum(169)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=esac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-2098502-1247415861.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.68/0.74	     nbVariables=7098  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=14196
0.68/0.74	       =>  wckTime=0.496  cpuTime=0.35  mem=27M412
0.68/0.75	   
0.68/0.75	   predicates being loaded...
0.77/0.81	   
0.77/0.81	   constraints being loaded...
4.01/4.18	     nbConstraints=6342  nbGlobalConstraints=258  nbConflictsStructures=1  nbSharedConflictsStructures=6083
4.01/4.18	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=6083  minDegree=4  maxDegree=18
4.01/4.18	     minArity=3  avgArity=9.91  maxArity=1872  nbGenerators=89  nbFusions=0  symmetryWckTime=2.114  symmetryCpuTime=0.55
4.01/4.18	       =>  wckTime=3.926  cpuTime=2.03  mem=35M108
4.21/4.36	   
4.21/4.36	   solver IterativeSystematicSolver being built... 
4.41/4.58	   
4.41/4.60	   INFO : Forward propagation technique limited 
4.81/4.91	       =>  wckTime=4.659  cpuTime=2.52  mem=64M826
16.31/16.56	   
16.31/16.58	   preprocessing
16.31/16.58	     nbConstraintChecks=60047  nbValidityChecks=39971  nbPropagations=29727  nbRevisions=45243  nbUselessRevisions=30314
16.31/16.58	     nbSingletonTests=7119  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
16.31/16.58	     detectedInconsistency=no
16.31/16.58	       =>  wckTime=11.644  cpuTime=11.47  mem=65M806

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098502-1247415861/watcher-2098502-1247415861 -o /tmp/evaluation-result-2098502-1247415861/solver-2098502-1247415861 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098502-1247415861.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.94 1.98 3/80 5230
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=18576 CPUtime=0
/proc/5230/stat : 5230 (runsolver) R 5228 5230 5193 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28649633 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/5230/statm: 4644 284 249 26 0 2626 0

[startup+0.055021 s]
/proc/loadavg: 1.83 1.94 1.98 3/80 5230
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=861936 CPUtime=0.04
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 2385 0 1 0 2 2 0 0 18 0 5 0 28649633 882622464 1965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 215484 1966 902 9 0 210399 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 861936

[startup+0.103739 s]
/proc/loadavg: 1.83 1.94 1.98 3/80 5230
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=865984 CPUtime=0.08
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 3722 0 1 0 5 3 0 0 18 0 9 0 28649633 886767616 3190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 216496 3190 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301748 s]
/proc/loadavg: 1.83 1.94 1.98 3/80 5230
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=866144 CPUtime=0.28
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 5658 0 1 0 23 5 0 0 18 0 9 0 28649633 886931456 5061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 216536 5061 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866144

[startup+0.701783 s]
/proc/loadavg: 1.83 1.94 1.98 3/80 5230
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=867536 CPUtime=0.68
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 10009 0 1 0 60 8 0 0 18 0 9 0 28649633 888356864 9371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 216884 9371 2000 9 0 211342 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867536

[startup+1.50186 s]
/proc/loadavg: 1.84 1.94 1.98 3/89 5239
/proc/meminfo: memFree=1666320/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=867540 CPUtime=1.47
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 18767 0 1 0 131 16 0 0 18 0 9 0 28649633 888360960 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 216885 18095 2029 9 0 211343 0
[pid=5230/tid=5232] ppid=5228 vsize=867540 CPUtime=1.17
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 15814 0 1 0 104 13 0 0 25 0 9 0 28649635 888360960 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5233] ppid=5228 vsize=867540 CPUtime=0.07
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 1579 0 0 0 6 1 0 0 16 0 9 0 28649636 888360960 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5234] ppid=5228 vsize=867540 CPUtime=0
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28649636 888360960 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=867540 CPUtime=0
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28649636 888360960 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5236] ppid=5228 vsize=867540 CPUtime=0
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28649639 888360960 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=867540 CPUtime=0.21
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 673 0 0 0 20 1 0 0 16 0 9 0 28649639 888360960 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=867540 CPUtime=0
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28649639 888360960 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=867540 CPUtime=0
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28649639 888360960 18095 996147200 134512640 134550932 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) 867540

[startup+3.10199 s]
/proc/loadavg: 1.84 1.94 1.98 3/89 5239
/proc/meminfo: memFree=1646288/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=867860 CPUtime=2.23
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 19982 0 1 0 184 39 0 0 18 0 10 0 28649633 888688640 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 216965 18154 2034 9 0 211423 0
[pid=5230/tid=5232] ppid=5228 vsize=867860 CPUtime=1.89
/proc/5230/task/5232/stat : 5232 (java) S 5228 5230 5193 0 -1 64 16836 0 1 0 154 35 0 0 15 0 10 0 28649635 888688640 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=5230/tid=5233] ppid=5228 vsize=867860 CPUtime=0.07
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 1633 0 0 0 6 1 0 0 16 0 10 0 28649636 888688640 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5234] ppid=5228 vsize=867860 CPUtime=0
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28649636 888688640 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=867860 CPUtime=0
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28649636 888688640 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5236] ppid=5228 vsize=867860 CPUtime=0
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28649639 888688640 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=867860 CPUtime=0.25
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 740 0 0 0 24 1 0 0 15 0 10 0 28649639 888688640 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=867860 CPUtime=0
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28649639 888688640 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=867860 CPUtime=0
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 28649639 888688640 18154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 867860
heavy processes:

[startup+6.30229 s]
/proc/loadavg: 1.84 1.94 1.98 4/91 5243
/proc/meminfo: memFree=1615352/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=868400 CPUtime=6.21
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 54996 1645 1 0 436 49 134 2 18 0 9 0 28649633 889241600 26112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 217100 26112 2663 9 0 211536 0
[pid=5230/tid=5232] ppid=5228 vsize=868400 CPUtime=5.42
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 31667 1645 1 0 367 39 134 2 17 0 9 0 28649635 889241600 26112 996147200 134512640 134550932 4294955968 18446744073709551615 4127438698 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5233] ppid=5228 vsize=868400 CPUtime=1.74
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 21429 1645 0 0 32 6 134 2 16 0 9 0 28649636 889241600 26112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5234] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 26 1645 0 0 0 0 134 2 15 0 9 0 28649636 889241600 26112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.72
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1015 1645 0 0 35 1 134 2 16 0 9 0 28649639 889241600 26112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 1645 0 0 0 0 134 2 19 0 9 0 28649639 889241600 26112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 28 1645 0 0 0 0 134 2 15 0 9 0 28649639 889241600 26112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868400

[startup+12.7029 s]
/proc/loadavg: 1.94 1.96 1.98 3/89 5243
/proc/meminfo: memFree=1616328/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=868400 CPUtime=12.54
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 55000 1645 1 0 1069 49 134 2 18 0 9 0 28649633 889241600 26113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 217100 26113 2663 9 0 211536 0
[pid=5230/tid=5232] ppid=5228 vsize=868400 CPUtime=11.75
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 31670 1645 1 0 1000 39 134 2 17 0 9 0 28649635 889241600 26113 996147200 134512640 134550932 4294955968 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5233] ppid=5228 vsize=868400 CPUtime=1.74
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 21429 1645 0 0 32 6 134 2 16 0 9 0 28649636 889241600 26113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5234] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 26 1645 0 0 0 0 134 2 15 0 9 0 28649636 889241600 26113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.73
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1016 1645 0 0 36 1 134 2 16 0 9 0 28649639 889241600 26113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 1645 0 0 0 0 134 2 19 0 9 0 28649639 889241600 26113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 28 1645 0 0 0 0 134 2 15 0 9 0 28649639 889241600 26113 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868400

[startup+25.503 s]
/proc/loadavg: 1.95 1.96 1.98 3/89 5243
/proc/meminfo: memFree=1616456/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=868400 CPUtime=25.22
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 55072 1645 1 0 2336 50 134 2 18 0 9 0 28649633 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 217100 26146 2663 9 0 211536 0
[pid=5230/tid=5232] ppid=5228 vsize=868400 CPUtime=24.38
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 31682 1645 1 0 2262 40 134 2 18 0 9 0 28649635 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4127414977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5233] ppid=5228 vsize=868400 CPUtime=1.74
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 21429 1645 0 0 32 6 134 2 16 0 9 0 28649636 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5234] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 26 1645 0 0 0 0 134 2 15 0 9 0 28649636 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.78
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1076 1645 0 0 41 1 134 2 17 0 9 0 28649639 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 1645 0 0 0 0 134 2 19 0 9 0 28649639 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 28 1645 0 0 0 0 134 2 15 0 9 0 28649639 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868400

[startup+51.1023 s]
/proc/loadavg: 1.97 1.96 1.98 3/89 5243
/proc/meminfo: memFree=1616456/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=868400 CPUtime=50.58
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 55073 1645 1 0 4872 50 134 2 18 0 9 0 28649633 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 217100 26146 2663 9 0 211536 0
[pid=5230/tid=5232] ppid=5228 vsize=868400 CPUtime=49.74
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 31683 1645 1 0 4798 40 134 2 25 0 9 0 28649635 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4127456008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5233] ppid=5228 vsize=868400 CPUtime=1.74
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 21429 1645 0 0 32 6 134 2 16 0 9 0 28649636 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5234] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 26 1645 0 0 0 0 134 2 15 0 9 0 28649636 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.78
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1076 1645 0 0 41 1 134 2 17 0 9 0 28649639 889241600 26146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36

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

/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.78
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1078 1645 0 0 41 1 134 2 16 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 1645 0 0 0 0 134 2 19 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 28 1645 0 0 0 0 134 2 15 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.38
Current children cumulated vsize (KiB) 868400

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 5243
/proc/meminfo: memFree=1615624/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=868400 CPUtime=1527.81
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 55075 1645 1 0 152595 50 134 2 18 0 9 0 28649633 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 217100 26147 2663 9 0 211536 0
[pid=5230/tid=5232] ppid=5228 vsize=868400 CPUtime=1526.97
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 31683 1645 1 0 152521 40 134 2 25 0 9 0 28649635 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4127458494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5233] ppid=5228 vsize=868400 CPUtime=1.74
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 21429 1645 0 0 32 6 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5234] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 26 1645 0 0 0 0 134 2 15 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.78
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1078 1645 0 0 41 1 134 2 16 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 1645 0 0 0 0 134 2 19 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 28 1645 0 0 0 0 134 2 15 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.81
Current children cumulated vsize (KiB) 868400

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 5245
/proc/meminfo: memFree=1615496/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=868400 CPUtime=1587.25
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 55075 1645 1 0 158539 50 134 2 18 0 9 0 28649633 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 217100 26147 2663 9 0 211536 0
[pid=5230/tid=5232] ppid=5228 vsize=868400 CPUtime=1586.41
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 31683 1645 1 0 158465 40 134 2 25 0 9 0 28649635 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4127416276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5233] ppid=5228 vsize=868400 CPUtime=1.74
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 21429 1645 0 0 32 6 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5234] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 26 1645 0 0 0 0 134 2 15 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.78
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1078 1645 0 0 41 1 134 2 16 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 1645 0 0 0 0 134 2 19 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 28 1645 0 0 0 0 134 2 15 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.25
Current children cumulated vsize (KiB) 868400

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 5325
/proc/meminfo: memFree=1688600/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=868400 CPUtime=1646.73
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 55075 1645 1 0 164485 52 134 2 18 0 9 0 28649633 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 217100 26147 2663 9 0 211536 0
[pid=5230/tid=5232] ppid=5228 vsize=868400 CPUtime=1645.88
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 31683 1645 1 0 164410 42 134 2 25 0 9 0 28649635 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4127322736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5233] ppid=5228 vsize=868400 CPUtime=1.74
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 21429 1645 0 0 32 6 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5234] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 26 1645 0 0 0 0 134 2 15 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.78
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1078 1645 0 0 41 1 134 2 16 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 1645 0 0 0 0 134 2 19 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 28 1645 0 0 0 0 134 2 15 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.73
Current children cumulated vsize (KiB) 868400

[startup+1722.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1685976/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=868400 CPUtime=1706.5
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 55075 1645 1 0 170458 56 134 2 18 0 9 0 28649633 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 217100 26147 2663 9 0 211536 0
[pid=5230/tid=5232] ppid=5228 vsize=868400 CPUtime=1705.66
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 31683 1645 1 0 170384 46 134 2 25 0 9 0 28649635 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4127458441 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5233] ppid=5228 vsize=868400 CPUtime=1.74
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 21429 1645 0 0 32 6 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5234] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 26 1645 0 0 0 0 134 2 15 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.78
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1078 1645 0 0 41 1 134 2 16 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 1645 0 0 0 0 134 2 19 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 28 1645 0 0 0 0 134 2 15 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.5
Current children cumulated vsize (KiB) 868400

[startup+1782.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/89 5793
/proc/meminfo: memFree=1658064/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=868400 CPUtime=1766.05
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 55075 1645 1 0 176411 58 134 2 18 0 9 0 28649633 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 217100 26147 2663 9 0 211536 0
[pid=5230/tid=5232] ppid=5228 vsize=868400 CPUtime=1765.2
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 31683 1645 1 0 176336 48 134 2 25 0 9 0 28649635 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4127458401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5233] ppid=5228 vsize=868400 CPUtime=1.74
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 21429 1645 0 0 32 6 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5234] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 26 1645 0 0 0 0 134 2 15 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.78
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1078 1645 0 0 41 1 134 2 16 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 1645 0 0 0 0 134 2 19 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 28 1645 0 0 0 0 134 2 15 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.05
Current children cumulated vsize (KiB) 868400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.6 s]
/proc/loadavg: 1.98 1.98 1.99 3/89 5793
/proc/meminfo: memFree=1658192/2055920 swapFree=4192812/4192956
[pid=5230] ppid=5228 vsize=868400 CPUtime=1800.03
/proc/5230/stat : 5230 (java) S 5228 5230 5193 0 -1 0 55075 1645 1 0 179809 58 134 2 18 0 9 0 28649633 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5230/statm: 217100 26147 2663 9 0 211536 0
[pid=5230/tid=5232] ppid=5228 vsize=868400 CPUtime=1799.18
/proc/5230/task/5232/stat : 5232 (java) R 5228 5230 5193 0 -1 64 31683 1645 1 0 179734 48 134 2 25 0 9 0 28649635 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4127456024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5233] ppid=5228 vsize=868400 CPUtime=1.74
/proc/5230/task/5233/stat : 5233 (java) S 5228 5230 5193 0 -1 64 21429 1645 0 0 32 6 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5234] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5234/stat : 5234 (java) S 5228 5230 5193 0 -1 64 26 1645 0 0 0 0 134 2 15 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5235] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5235/stat : 5235 (java) S 5228 5230 5193 0 -1 64 22 1645 0 0 0 0 134 2 16 0 9 0 28649636 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5230/tid=5236] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5236/stat : 5236 (java) S 5228 5230 5193 0 -1 64 2 1645 0 0 0 0 134 2 18 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5237] ppid=5228 vsize=868400 CPUtime=1.78
/proc/5230/task/5237/stat : 5237 (java) S 5228 5230 5193 0 -1 64 1078 1645 0 0 41 1 134 2 16 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5238] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5238/stat : 5238 (java) S 5228 5230 5193 0 -1 64 0 1645 0 0 0 0 134 2 19 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5230/tid=5239] ppid=5228 vsize=868400 CPUtime=1.36
/proc/5230/task/5239/stat : 5239 (java) S 5228 5230 5193 0 -1 64 28 1645 0 0 0 0 134 2 15 0 9 0 28649639 889241600 26147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868400

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.65
CPU time (s): 1800.09
CPU user time (s): 1799.46
CPU system time (s): 0.626904
CPU usage (%): 99.0884
Max. virtual memory (cumulated for all children) (KiB): 875496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.626904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56747
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= 38694
involuntary context switches= 74012

runsolver used 2.53561 second user time and 5.74613 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 18:24:21
IDJOB=2098502
IDBENCH=58700
IDSOLVER=774
FILE ID=node51/2098502-1247415861
PBS_JOBID= 9510694
Free space on /tmp= 66204 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibd12-13/normalized-bibd-13-78-18-3-3_glb.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098502-1247415861/watcher-2098502-1247415861 -o /tmp/evaluation-result-2098502-1247415861/solver-2098502-1247415861 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098502-1247415861.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3bf5ba11eb99ed21cdb1c4a6e28bf1e7
RANDOM SEED=175022721

node51.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
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.225
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:       1711864 kB
Buffers:         49516 kB
Cached:         115180 kB
SwapCached:          0 kB
Active:         220360 kB
Inactive:        63568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:         139676 kB
Slab:            45112 kB
Committed_AS:  1024360 kB
PageTables:       2004 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= 66200 MiB
End job on node51 at 2009-07-12 18:54:40