Trace number 2095749

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.13 1817.28

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga45-45-sat-pb-cnf-cr.xml
MD5SUM929dc5a6d18af75acb29966626caf1d9
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.213
Satisfiable
(Un)Satisfiability was proved
Number of variables3038
Number of constraints2160
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2160)

Solver Data

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2095749-1247408385.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.49/0.54	     nbVariables=3038  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=6076
0.49/0.54	       =>  wckTime=0.299  cpuTime=0.19  mem=15M726
0.49/0.54	   
0.49/0.54	   constraints being loaded...
8.01/8.17	     nbConstraints=2290  nbGlobalConstraints=2290  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=50
8.01/8.17	     minArity=22  avgArity=28.11  maxArity=136  nbGenerators=130  nbFusions=0  symmetryWckTime=7.202
8.01/8.17	     symmetryCpuTime=0.92
8.01/8.17	       =>  wckTime=7.925  cpuTime=1.42  mem=67M822
8.12/8.28	   
8.12/8.28	   solver IterativeSystematicSolver being built... 
8.22/8.35	   
8.22/8.36	   INFO : Forward propagation technique limited 
8.41/8.55	       =>  wckTime=8.31  cpuTime=1.64  mem=67M219
8.41/8.58	   
8.41/8.58	   preprocessing
8.41/8.58	     nbConstraintChecks=0  nbPropagations=3038  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
8.41/8.58	     detectedInconsistency=no
8.41/8.58	       =>  wckTime=0.022  cpuTime=0.01  mem=68M235

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-2095749-1247408385/watcher-2095749-1247408385 -o /tmp/evaluation-result-2095749-1247408385/solver-2095749-1247408385 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095749-1247408385.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: 2.00 2.00 1.97 4/80 30291
/proc/meminfo: memFree=1752288/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=152 CPUtime=0
/proc/30291/stat : 30291 (java) R 30289 30291 29565 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27905339 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 2605355 0 0 4096 0 0 0 0 17 0 0 0
/proc/30291/statm: 38 26 19 9 0 4 0

[startup+0.0501539 s]
/proc/loadavg: 2.00 2.00 1.97 4/80 30291
/proc/meminfo: memFree=1752288/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=864860 CPUtime=0.04
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 2694 0 1 0 3 1 0 0 18 0 9 0 27905339 885616640 2241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 216215 2242 1082 9 0 211108 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864860

[startup+0.102164 s]
/proc/loadavg: 2.00 2.00 1.97 4/80 30291
/proc/meminfo: memFree=1752288/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=866696 CPUtime=0.09
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 3816 0 1 0 7 2 0 0 18 0 9 0 27905339 887496704 3267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 216674 3267 1718 9 0 211159 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866696

[startup+0.3012 s]
/proc/loadavg: 2.00 2.00 1.97 4/80 30291
/proc/meminfo: memFree=1752288/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=867036 CPUtime=0.29
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 6083 0 1 0 25 4 0 0 18 0 9 0 27905339 887844864 5449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 216759 5450 1986 9 0 211217 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867036

[startup+0.702273 s]
/proc/loadavg: 2.00 2.00 1.97 4/80 30291
/proc/meminfo: memFree=1752288/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868060 CPUtime=0.7
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 12732 0 1 0 63 7 0 0 18 0 9 0 27905339 888893440 12095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217015 12097 2007 9 0 211473 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 868060

[startup+1.50143 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 30300
/proc/meminfo: memFree=1667480/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868384 CPUtime=1.2
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 23935 0 1 0 108 12 0 0 18 0 10 0 27905339 889225216 23157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217096 23157 2029 9 0 211554 0
[pid=30291/tid=30293] ppid=30289 vsize=868384 CPUtime=0.92
/proc/30291/task/30293/stat : 30293 (java) S 30289 30291 29565 0 -1 64 15799 0 1 0 84 8 0 0 16 0 10 0 27905340 889225216 23157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868384 CPUtime=0.06
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 6686 0 0 0 4 2 0 0 17 0 10 0 27905341 889225216 23157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27905341 889225216 23157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27905341 889225216 23157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 27905343 889225216 23157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868384 CPUtime=0.19
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 672 0 0 0 19 0 0 0 16 0 10 0 27905343 889225216 23157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 27905343 889225216 23157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 27905343 889225216 23157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 868384

[startup+3.10272 s]
/proc/loadavg: 2.00 2.00 1.97 3/91 30302
/proc/meminfo: memFree=1659848/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868384 CPUtime=1.25
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 26113 0 1 0 112 13 0 0 18 0 10 0 27905339 889225216 23162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217096 23162 2029 9 0 211554 0
[pid=30302] ppid=30291 vsize=9388 CPUtime=1.81
/proc/30302/stat : 30302 (saucy) R 30291 30291 29565 0 -1 4194304 1804 0 0 0 180 1 0 0 25 0 1 0 27905460 9613312 1767 996147200 134512640 134531332 4294956000 18446744073709551615 134521373 0 4 0 0 0 0 0 17 1 0 0
/proc/30302/statm: 2347 1767 104 4 0 2023 0
[pid=30291/tid=30293] ppid=30289 vsize=868384 CPUtime=0.96
/proc/30291/task/30293/stat : 30293 (java) S 30289 30291 29565 0 -1 64 17881 0 1 0 88 8 0 0 15 0 10 0 27905340 889225216 23162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868384 CPUtime=0.06
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 6727 0 0 0 4 2 0 0 16 0 10 0 27905341 889225216 23162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27905341 889225216 23162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27905341 889225216 23162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 27905343 889225216 23162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868384 CPUtime=0.19
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 727 0 0 0 19 0 0 0 16 0 10 0 27905343 889225216 23162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 27905343 889225216 23162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 27905343 889225216 23162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30301] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30301/stat : 30301 (java) S 30289 30291 29565 0 -1 64 69 0 0 0 0 0 0 0 16 0 10 0 27905460 889225216 23162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 877772

[startup+6.30131 s]
/proc/loadavg: 2.00 2.00 1.97 3/91 30302
/proc/meminfo: memFree=1657352/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868384 CPUtime=1.28
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 28039 0 1 0 114 14 0 0 18 0 10 0 27905339 889225216 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217096 23167 2029 9 0 211554 0
[pid=30302] ppid=30291 vsize=10708 CPUtime=4.96
/proc/30302/stat : 30302 (saucy) R 30291 30291 29565 0 -1 4194304 2135 0 0 0 494 2 0 0 25 0 1 0 27905460 10964992 2098 996147200 134512640 134531332 4294956000 18446744073709551615 134521774 0 4 0 0 0 0 0 17 1 0 0
/proc/30302/statm: 2677 2098 104 4 0 2353 0
[pid=30291/tid=30293] ppid=30289 vsize=868384 CPUtime=0.98
/proc/30291/task/30293/stat : 30293 (java) S 30289 30291 29565 0 -1 64 19248 0 1 0 89 9 0 0 15 0 10 0 27905340 889225216 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868384 CPUtime=0.07
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 7244 0 0 0 4 3 0 0 16 0 10 0 27905341 889225216 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27905341 889225216 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27905341 889225216 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 27905343 889225216 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868384 CPUtime=0.19
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 729 0 0 0 19 0 0 0 15 0 10 0 27905343 889225216 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 27905343 889225216 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 48 0 0 0 0 0 0 0 15 0 10 0 27905343 889225216 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30301] ppid=30289 vsize=868384 CPUtime=0
/proc/30291/task/30301/stat : 30301 (java) S 30289 30291 29565 0 -1 64 69 0 0 0 0 0 0 0 16 0 10 0 27905460 889225216 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 879092

[startup+12.7015 s]
/proc/loadavg: 2.16 2.03 1.98 3/89 30304
/proc/meminfo: memFree=1644872/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868844 CPUtime=12.58
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 48846 2347 1 0 626 21 608 3 18 0 9 0 27905339 889696256 29200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217211 29200 2662 9 0 211647 0
[pid=30291/tid=30293] ppid=30289 vsize=868844 CPUtime=11.97
/proc/30291/task/30293/stat : 30293 (java) R 30289 30291 29565 0 -1 64 28914 2347 1 0 574 12 608 3 18 0 9 0 27905340 889696256 29200 996147200 134512640 134550932 4294955968 18446744073709551615 4127318578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868844 CPUtime=6.34
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 18022 2347 0 0 18 5 608 3 16 0 9 0 27905341 889696256 29200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 20 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 8 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 24 0 9 0 27905343 889696256 29200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868844 CPUtime=6.44
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 1013 2347 0 0 33 0 608 3 15 0 9 0 27905343 889696256 29200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 25 0 9 0 27905343 889696256 29200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 53 2347 0 0 0 0 608 3 15 0 9 0 27905343 889696256 29200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868844

[startup+25.5028 s]
/proc/loadavg: 2.12 2.03 1.98 3/89 30304
/proc/meminfo: memFree=1645136/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868844 CPUtime=25.25
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 48863 2347 1 0 1893 21 608 3 18 0 9 0 27905339 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217211 29206 2662 9 0 211647 0
[pid=30291/tid=30293] ppid=30289 vsize=868844 CPUtime=24.65
/proc/30291/task/30293/stat : 30293 (java) R 30289 30291 29565 0 -1 64 28925 2347 1 0 1841 13 608 3 25 0 9 0 27905340 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4127316066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868844 CPUtime=6.34
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 18022 2347 0 0 18 5 608 3 16 0 9 0 27905341 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 20 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 8 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 24 0 9 0 27905343 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868844 CPUtime=6.45
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 1019 2347 0 0 34 0 608 3 16 0 9 0 27905343 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 25 0 9 0 27905343 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 53 2347 0 0 0 0 608 3 15 0 9 0 27905343 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868844

[startup+51.1025 s]
/proc/loadavg: 2.01 2.01 1.97 3/89 30345
/proc/meminfo: memFree=1702016/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868844 CPUtime=50.61
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 48881 2347 1 0 4428 22 608 3 18 0 9 0 27905339 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217211 29206 2662 9 0 211647 0
[pid=30291/tid=30293] ppid=30289 vsize=868844 CPUtime=49.99
/proc/30291/task/30293/stat : 30293 (java) R 30289 30291 29565 0 -1 64 28942 2347 1 0 4375 13 608 3 25 0 9 0 27905340 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4127204464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868844 CPUtime=6.34
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 18022 2347 0 0 18 5 608 3 16 0 9 0 27905341 889696256 29206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 8 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 24 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868844 CPUtime=6.46
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 1023 2347 0 0 34 1 608 3 16 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 25 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 53 2347 0 0 0 0 608 3 15 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1468.3
Current children cumulated vsize (KiB) 868844

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 30345
/proc/meminfo: memFree=1701064/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868844 CPUtime=1527.73
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 49001 2347 1 0 152137 25 608 3 18 0 9 0 27905339 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217211 29208 2662 9 0 211647 0
[pid=30291/tid=30293] ppid=30289 vsize=868844 CPUtime=1527.12
/proc/30291/task/30293/stat : 30293 (java) R 30289 30291 29565 0 -1 64 29059 2347 1 0 152084 17 608 3 25 0 9 0 27905340 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4127204435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868844 CPUtime=6.34
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 18022 2347 0 0 18 5 608 3 16 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 20 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 8 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 24 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868844 CPUtime=6.46
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 1023 2347 0 0 34 1 608 3 16 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 25 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 53 2347 0 0 0 0 608 3 15 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.73
Current children cumulated vsize (KiB) 868844

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 30345
/proc/meminfo: memFree=1701064/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868844 CPUtime=1587.17
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 49001 2347 1 0 158081 25 608 3 18 0 9 0 27905339 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217211 29208 2662 9 0 211647 0
[pid=30291/tid=30293] ppid=30289 vsize=868844 CPUtime=1586.55
/proc/30291/task/30293/stat : 30293 (java) R 30289 30291 29565 0 -1 64 29059 2347 1 0 158027 17 608 3 25 0 9 0 27905340 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4127204435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868844 CPUtime=6.34
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 18022 2347 0 0 18 5 608 3 16 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 20 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 8 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 24 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868844 CPUtime=6.46
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 1023 2347 0 0 34 1 608 3 16 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 25 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 53 2347 0 0 0 0 608 3 15 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.17
Current children cumulated vsize (KiB) 868844

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 30345
/proc/meminfo: memFree=1701064/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868844 CPUtime=1646.59
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 49003 2347 1 0 164023 25 608 3 18 0 9 0 27905339 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217211 29208 2662 9 0 211647 0
[pid=30291/tid=30293] ppid=30289 vsize=868844 CPUtime=1645.98
/proc/30291/task/30293/stat : 30293 (java) R 30289 30291 29565 0 -1 64 29061 2347 1 0 163970 17 608 3 25 0 9 0 27905340 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4127201992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868844 CPUtime=6.34
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 18022 2347 0 0 18 5 608 3 16 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 20 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 8 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 24 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868844 CPUtime=6.46
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 1023 2347 0 0 34 1 608 3 16 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 25 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 53 2347 0 0 0 0 608 3 15 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.59
Current children cumulated vsize (KiB) 868844

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/89 30345
/proc/meminfo: memFree=1701000/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868844 CPUtime=1706.03
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 49003 2347 1 0 169967 25 608 3 18 0 9 0 27905339 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217211 29208 2662 9 0 211647 0
[pid=30291/tid=30293] ppid=30289 vsize=868844 CPUtime=1705.42
/proc/30291/task/30293/stat : 30293 (java) R 30289 30291 29565 0 -1 64 29061 2347 1 0 169914 17 608 3 25 0 9 0 27905340 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4127200300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868844 CPUtime=6.34
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 18022 2347 0 0 18 5 608 3 16 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 20 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 8 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 24 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868844 CPUtime=6.46
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 1023 2347 0 0 34 1 608 3 16 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 25 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 53 2347 0 0 0 0 608 3 15 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.03
Current children cumulated vsize (KiB) 868844

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 1.98 3/89 30345
/proc/meminfo: memFree=1700872/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868844 CPUtime=1765.46
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 49003 2347 1 0 175910 25 608 3 18 0 9 0 27905339 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217211 29208 2662 9 0 211647 0
[pid=30291/tid=30293] ppid=30289 vsize=868844 CPUtime=1764.85
/proc/30291/task/30293/stat : 30293 (java) R 30289 30291 29565 0 -1 64 29061 2347 1 0 175857 17 608 3 25 0 9 0 27905340 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4127200300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868844 CPUtime=6.34
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 18022 2347 0 0 18 5 608 3 16 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 20 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 8 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 24 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868844 CPUtime=6.46
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 1023 2347 0 0 34 1 608 3 16 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 25 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 53 2347 0 0 0 0 608 3 15 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.46
Current children cumulated vsize (KiB) 868844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.20 2.06 2.00 3/89 30345
/proc/meminfo: memFree=1700872/2055920 swapFree=4192812/4192956
[pid=30291] ppid=30289 vsize=868844 CPUtime=1800.04
/proc/30291/stat : 30291 (java) S 30289 30291 29565 0 -1 0 49003 2347 1 0 179367 26 608 3 18 0 9 0 27905339 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30291/statm: 217211 29208 2662 9 0 211647 0
[pid=30291/tid=30293] ppid=30289 vsize=868844 CPUtime=1799.42
/proc/30291/task/30293/stat : 30293 (java) R 30289 30291 29565 0 -1 64 29061 2347 1 0 179314 17 608 3 25 0 9 0 27905340 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4127200296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30294] ppid=30289 vsize=868844 CPUtime=6.34
/proc/30291/task/30294/stat : 30294 (java) S 30289 30291 29565 0 -1 64 18022 2347 0 0 18 5 608 3 16 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30295] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30295/stat : 30295 (java) S 30289 30291 29565 0 -1 64 20 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30296] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30296/stat : 30296 (java) S 30289 30291 29565 0 -1 64 8 2347 0 0 0 0 608 3 15 0 9 0 27905341 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30297] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30297/stat : 30297 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 24 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30298] ppid=30289 vsize=868844 CPUtime=6.46
/proc/30291/task/30298/stat : 30298 (java) S 30289 30291 29565 0 -1 64 1023 2347 0 0 34 1 608 3 16 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30291/tid=30299] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30299/stat : 30299 (java) S 30289 30291 29565 0 -1 64 1 2347 0 0 0 0 608 3 25 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30291/tid=30300] ppid=30289 vsize=868844 CPUtime=6.11
/proc/30291/task/30300/stat : 30300 (java) S 30289 30291 29565 0 -1 64 53 2347 0 0 0 0 608 3 15 0 9 0 27905343 889696256 29208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868844

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): 1817.28
CPU time (s): 1800.13
CPU user time (s): 1799.81
CPU system time (s): 0.317951
CPU usage (%): 99.0563
Max. virtual memory (cumulated for all children) (KiB): 879356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51379
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= 38660
involuntary context switches= 77241

runsolver used 2.22866 second user time and 6.04708 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 16:19:45
IDJOB=2095749
IDBENCH=55570
IDSOLVER=773
FILE ID=node24/2095749-1247408385
PBS_JOBID= 9510596
Free space on /tmp= 66460 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga45-45-sat-pb-cnf-cr.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095749-1247408385/watcher-2095749-1247408385 -o /tmp/evaluation-result-2095749-1247408385/solver-2095749-1247408385 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095749-1247408385.xml

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

MD5SUM BENCH= 929dc5a6d18af75acb29966626caf1d9
RANDOM SEED=1212864520

node24.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.287
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.287
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:       1752768 kB
Buffers:         38864 kB
Cached:         102236 kB
SwapCached:          0 kB
Active:         197848 kB
Inactive:        51176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:         128376 kB
Slab:            39256 kB
Committed_AS:  1003492 kB
PageTables:       2028 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= 66460 MiB
End job on node24 at 2009-07-12 16:50:04