Trace number 2098349

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.15 1815.47

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-19-57-9-3-1_glb.xml
MD5SUMa81e65e4b11cfb27534523c361b674f6
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.21166
Satisfiable
(Un)Satisfiability was proved
Number of variables10830
Number of constraints9994
Maximum constraint arity57
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9747
Global constraints used (with number of constraints)weightedsum(247)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-2098349-1247414411.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.68/0.72	     nbVariables=10830  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=21660
0.68/0.72	       =>  wckTime=0.456  cpuTime=0.34  mem=37M163
0.68/0.72	   
0.68/0.72	   predicates being loaded...
0.68/0.78	   
0.68/0.78	   constraints being loaded...
5.71/5.86	     nbConstraints=10068  nbGlobalConstraints=321  nbConflictsStructures=1  nbSharedConflictsStructures=9746
5.71/5.86	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=9746  minDegree=4  maxDegree=24
5.71/5.86	     minArity=3  avgArity=9.87  maxArity=2052  nbGenerators=74  nbFusions=0  symmetryWckTime=3.151  symmetryCpuTime=0.7
5.71/5.86	       =>  wckTime=5.595  cpuTime=2.72  mem=59M652
6.01/6.11	   
6.01/6.11	   solver IterativeSystematicSolver being built... 
6.22/6.39	   
6.33/6.40	   INFO : Forward propagation technique limited 
6.71/6.82	       =>  wckTime=6.555  cpuTime=3.32  mem=74M704
6.71/6.89	   
6.71/6.89	   preprocessing
6.71/6.89	     nbConstraintChecks=0  nbPropagations=10830  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
6.71/6.89	     detectedInconsistency=no
6.71/6.89	       =>  wckTime=0.054  cpuTime=0.04  mem=75M720

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-2098349-1247414411/watcher-2098349-1247414411 -o /tmp/evaluation-result-2098349-1247414411/solver-2098349-1247414411 -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-2098349-1247414411.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.09 2.04 2.00 4/80 30876
/proc/meminfo: memFree=1722272/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=10676 CPUtime=0
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28508142 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 2669 474 207 9 0 1184 0
[pid=30876/tid=30877] ppid=30874 vsize=10676 CPUtime=0
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28508143 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 10543064 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.104631 s]
/proc/loadavg: 2.09 2.04 2.00 4/80 30876
/proc/meminfo: memFree=1722272/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=865984 CPUtime=0.08
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 3736 0 1 0 7 1 0 0 18 0 9 0 28508142 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 216496 3204 1700 9 0 210981 0
[pid=30876/tid=30877] ppid=30874 vsize=865984 CPUtime=0.07
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 2811 0 1 0 6 1 0 0 20 0 9 0 28508143 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.20164 s]
/proc/loadavg: 2.09 2.04 2.00 4/80 30876
/proc/meminfo: memFree=1722272/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=866144 CPUtime=0.18
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 4683 0 1 0 16 2 0 0 18 0 9 0 28508142 886931456 4100 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 216536 4100 1885 9 0 211014 0
[pid=30876/tid=30877] ppid=30874 vsize=866144 CPUtime=0.16
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 3754 0 1 0 14 2 0 0 20 0 9 0 28508143 886931456 4100 996147200 134512640 134550932 4294955968 18446744073709551615 4125977519 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301645 s]
/proc/loadavg: 2.09 2.04 2.00 4/80 30876
/proc/meminfo: memFree=1722272/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=866380 CPUtime=0.28
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 5847 0 1 0 25 3 0 0 18 0 9 0 28508142 887173120 5213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 216595 5213 1981 9 0 211053 0
[pid=30876/tid=30877] ppid=30874 vsize=866380 CPUtime=0.23
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 4865 0 1 0 20 3 0 0 18 0 9 0 28508143 887173120 5213 996147200 134512640 134550932 4294955968 18446744073709551615 4126409008 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701693 s]
/proc/loadavg: 2.09 2.04 2.00 4/80 30876
/proc/meminfo: memFree=1722272/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=867524 CPUtime=0.68
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 13724 0 1 0 60 8 0 0 18 0 9 0 28508142 888344576 13086 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 216881 13086 2000 9 0 211339 0
[pid=30876/tid=30877] ppid=30874 vsize=867524 CPUtime=0.52
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 12411 0 1 0 45 7 0 0 19 0 9 0 28508143 888344576 13086 996147200 134512640 134550932 4294955968 18446744073709551615 4126628794 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867524

[startup+1.50177 s]
/proc/loadavg: 2.09 2.04 2.00 4/89 30885
/proc/meminfo: memFree=1657944/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=867524 CPUtime=1.48
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 18767 0 1 0 137 11 0 0 18 0 9 0 28508142 888344576 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 216881 18095 2029 9 0 211339 0
[pid=30876/tid=30877] ppid=30874 vsize=867524 CPUtime=1.2
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 15801 0 1 0 111 9 0 0 25 0 9 0 28508143 888344576 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4126857863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30879] ppid=30874 vsize=867524 CPUtime=0.06
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 1614 0 0 0 6 0 0 0 17 0 9 0 28508145 888344576 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=867524 CPUtime=0
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28508145 888344576 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30881] ppid=30874 vsize=867524 CPUtime=0
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28508145 888344576 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=867524 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28508147 888344576 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=867524 CPUtime=0.19
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 650 0 0 0 18 1 0 0 16 0 9 0 28508147 888344576 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=867524 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28508147 888344576 18095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=867524 CPUtime=0
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28508147 888344576 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.48
Current children cumulated vsize (KiB) 867524

[startup+3.10292 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 30885
/proc/meminfo: memFree=1634776/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=867848 CPUtime=2.92
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 24606 0 1 0 237 55 0 0 18 0 10 0 28508142 888676352 23759 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 216962 23759 2034 9 0 211420 0
[pid=30876/tid=30877] ppid=30874 vsize=867848 CPUtime=2.45
/proc/30876/task/30877/stat : 30877 (java) S 30874 30876 27929 0 -1 64 15899 0 1 0 195 50 0 0 24 0 10 0 28508143 888676352 23759 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30876/tid=30879] ppid=30874 vsize=867848 CPUtime=0.19
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 7239 0 0 0 17 2 0 0 16 0 10 0 28508145 888676352 23759 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=867848 CPUtime=0
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28508145 888676352 23759 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30881] ppid=30874 vsize=867848 CPUtime=0
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 28508145 888676352 23759 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=867848 CPUtime=0
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28508147 888676352 23759 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=867848 CPUtime=0.25
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 695 0 0 0 24 1 0 0 15 0 10 0 28508147 888676352 23759 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=867848 CPUtime=0
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28508147 888676352 23759 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=867848 CPUtime=0
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 28508147 888676352 23759 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 867848

[startup+6.30226 s]
/proc/loadavg: 2.08 2.04 2.00 5/91 30889
/proc/meminfo: memFree=1624064/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=868260 CPUtime=6.22
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 59982 2462 1 0 336 63 220 3 18 0 9 0 28508142 889098240 30024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 217065 30024 2661 9 0 211501 0
[pid=30876/tid=30877] ppid=30874 vsize=868260 CPUtime=5.32
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 28994 2462 1 0 256 53 220 3 16 0 9 0 28508143 889098240 30024 996147200 134512640 134550932 4294955968 18446744073709551615 4126384444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30879] ppid=30874 vsize=868260 CPUtime=2.78
/proc/30876/task/30879/stat : 30879 (java) R 30874 30876 27929 0 -1 64 29124 2462 0 0 49 6 220 3 18 0 9 0 28508145 889098240 30024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=868260 CPUtime=2.23
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 27 2462 0 0 0 0 220 3 16 0 9 0 28508145 889098240 30024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30876/tid=30881] ppid=30874 vsize=868260 CPUtime=2.23
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 14 2462 0 0 0 0 220 3 16 0 9 0 28508145 889098240 30024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30876/tid=30882] ppid=30874 vsize=868260 CPUtime=2.23
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 2462 0 0 0 0 220 3 18 0 9 0 28508147 889098240 30024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=868260 CPUtime=2.54
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 964 2462 0 0 30 1 220 3 15 0 9 0 28508147 889098240 30024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=868260 CPUtime=2.23
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 2462 0 0 0 0 220 3 19 0 9 0 28508147 889098240 30024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=868260 CPUtime=2.23
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 51 2462 0 0 0 0 220 3 15 0 9 0 28508147 889098240 30024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868260

[startup+12.7029 s]
/proc/loadavg: 2.15 2.06 2.01 3/89 30889
/proc/meminfo: memFree=1611464/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=868172 CPUtime=12.56
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 62489 2462 1 0 969 64 220 3 18 0 9 0 28508142 889008128 30101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 217043 30101 2641 9 0 211501 0
[pid=30876/tid=30877] ppid=30874 vsize=868172 CPUtime=11.49
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 31027 2462 1 0 872 54 220 3 25 0 9 0 28508143 889008128 30101 996147200 134512640 134550932 4294955968 18446744073709551615 4126827482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30879] ppid=30874 vsize=868172 CPUtime=2.84
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 29513 2462 0 0 54 7 220 3 17 0 9 0 28508145 889008128 30101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 27 2462 0 0 0 0 220 3 15 0 9 0 28508145 889008128 30101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30881] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 30 2462 0 0 0 0 220 3 16 0 9 0 28508145 889008128 30101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 2462 0 0 0 0 220 3 18 0 9 0 28508147 889008128 30101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=868172 CPUtime=2.65
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 1033 2462 0 0 41 1 220 3 15 0 9 0 28508147 889008128 30101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 2462 0 0 0 0 220 3 19 0 9 0 28508147 889008128 30101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 51 2462 0 0 0 0 220 3 15 0 9 0 28508147 889008128 30101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868172

[startup+25.5012 s]
/proc/loadavg: 2.12 2.05 2.01 3/89 30889
/proc/meminfo: memFree=1611464/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=868172 CPUtime=25.24
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 62503 2462 1 0 2236 65 220 3 18 0 9 0 28508142 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 217043 30108 2641 9 0 211501 0
[pid=30876/tid=30877] ppid=30874 vsize=868172 CPUtime=24.15
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 31028 2462 1 0 2138 54 220 3 25 0 9 0 28508143 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4127349656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30879] ppid=30874 vsize=868172 CPUtime=2.84
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 29513 2462 0 0 54 7 220 3 16 0 9 0 28508145 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 27 2462 0 0 0 0 220 3 15 0 9 0 28508145 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30881] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 30 2462 0 0 0 0 220 3 16 0 9 0 28508145 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 2462 0 0 0 0 220 3 18 0 9 0 28508147 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=868172 CPUtime=2.66
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 1046 2462 0 0 42 1 220 3 16 0 9 0 28508147 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 2462 0 0 0 0 220 3 19 0 9 0 28508147 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 51 2462 0 0 0 0 220 3 15 0 9 0 28508147 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868172

[startup+51.1017 s]
/proc/loadavg: 2.08 2.05 2.00 3/89 30895
/proc/meminfo: memFree=1611384/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=868172 CPUtime=50.58
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 62504 2462 1 0 4770 65 220 3 18 0 9 0 28508142 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 217043 30108 2641 9 0 211501 0
[pid=30876/tid=30877] ppid=30874 vsize=868172 CPUtime=49.49
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 31029 2462 1 0 4672 54 220 3 25 0 9 0 28508143 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4127373566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30879] ppid=30874 vsize=868172 CPUtime=2.84
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 29513 2462 0 0 54 7 220 3 16 0 9 0 28508145 889008128 30108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 30 2462 0 0 0 0 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 2462 0 0 0 0 220 3 18 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=868172 CPUtime=2.67
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 1047 2462 0 0 43 1 220 3 16 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 2462 0 0 0 0 220 3 19 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 51 2462 0 0 0 0 220 3 15 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.81
Current children cumulated vsize (KiB) 868172

[startup+1602.3 s]
/proc/loadavg: 2.10 2.12 2.04 3/89 30895
/proc/meminfo: memFree=1610632/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=868172 CPUtime=1587.25
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 62506 2462 1 0 158435 67 220 3 18 0 9 0 28508142 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 217043 30109 2641 9 0 211501 0
[pid=30876/tid=30877] ppid=30874 vsize=868172 CPUtime=1586.15
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 31030 2462 1 0 158336 56 220 3 25 0 9 0 28508143 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4127383678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30879] ppid=30874 vsize=868172 CPUtime=2.84
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 29513 2462 0 0 54 7 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 27 2462 0 0 0 0 220 3 15 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30881] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 30 2462 0 0 0 0 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 2462 0 0 0 0 220 3 18 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=868172 CPUtime=2.67
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 1047 2462 0 0 43 1 220 3 16 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 2462 0 0 0 0 220 3 19 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 51 2462 0 0 0 0 220 3 15 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.25
Current children cumulated vsize (KiB) 868172

[startup+1662.3 s]
/proc/loadavg: 2.06 2.10 2.04 3/89 30969
/proc/meminfo: memFree=1570424/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=868172 CPUtime=1647.02
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 62506 2462 1 0 164410 69 220 3 18 0 9 0 28508142 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 217043 30109 2641 9 0 211501 0
[pid=30876/tid=30877] ppid=30874 vsize=868172 CPUtime=1645.93
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 31030 2462 1 0 164311 59 220 3 25 0 9 0 28508143 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4127369388 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=868172 CPUtime=2.84
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 29513 2462 0 0 54 7 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 27 2462 0 0 0 0 220 3 15 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30881] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 30 2462 0 0 0 0 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 2462 0 0 0 0 220 3 18 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=868172 CPUtime=2.67
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 1047 2462 0 0 43 1 220 3 16 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 2462 0 0 0 0 220 3 19 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 51 2462 0 0 0 0 220 3 15 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647.02
Current children cumulated vsize (KiB) 868172

[startup+1722.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/89 30969
/proc/meminfo: memFree=1570296/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=868172 CPUtime=1706.99
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 62506 2462 1 0 170407 69 220 3 18 0 9 0 28508142 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 217043 30109 2641 9 0 211501 0
[pid=30876/tid=30877] ppid=30874 vsize=868172 CPUtime=1705.9
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 31030 2462 1 0 170308 59 220 3 25 0 9 0 28508143 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4127373513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=868172 CPUtime=2.84
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 29513 2462 0 0 54 7 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 27 2462 0 0 0 0 220 3 15 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30881] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 30 2462 0 0 0 0 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 2462 0 0 0 0 220 3 18 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=868172 CPUtime=2.67
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 1047 2462 0 0 43 1 220 3 16 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 2462 0 0 0 0 220 3 19 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 51 2462 0 0 0 0 220 3 15 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.99
Current children cumulated vsize (KiB) 868172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/89 30969
/proc/meminfo: memFree=1570104/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=868172 CPUtime=1766.97
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 62506 2462 1 0 176405 69 220 3 18 0 9 0 28508142 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 217043 30109 2641 9 0 211501 0
[pid=30876/tid=30877] ppid=30874 vsize=868172 CPUtime=1765.88
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 31030 2462 1 0 176306 59 220 3 25 0 9 0 28508143 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4127349656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=868172 CPUtime=2.84
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 29513 2462 0 0 54 7 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 27 2462 0 0 0 0 220 3 15 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30881] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 30 2462 0 0 0 0 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 2462 0 0 0 0 220 3 18 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=868172 CPUtime=2.67
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 1047 2462 0 0 43 1 220 3 16 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 2462 0 0 0 0 220 3 19 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 51 2462 0 0 0 0 220 3 15 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.97
Current children cumulated vsize (KiB) 868172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.4 s]
/proc/loadavg: 2.00 2.05 2.02 3/89 30969
/proc/meminfo: memFree=1570104/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=868172 CPUtime=1800.06
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 62506 2462 1 0 179714 69 220 3 18 0 9 0 28508142 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 217043 30109 2641 9 0 211501 0
[pid=30876/tid=30877] ppid=30874 vsize=868172 CPUtime=1798.97
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 31030 2462 1 0 179615 59 220 3 25 0 9 0 28508143 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4127373513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=868172 CPUtime=2.84
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 29513 2462 0 0 54 7 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 27 2462 0 0 0 0 220 3 15 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30881] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 30 2462 0 0 0 0 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 2462 0 0 0 0 220 3 18 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=868172 CPUtime=2.67
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 1047 2462 0 0 43 1 220 3 16 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 2462 0 0 0 0 220 3 19 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 51 2462 0 0 0 0 220 3 15 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868172

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

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

[startup+1815.4 s]
/proc/loadavg: 2.00 2.05 2.02 3/89 30969
/proc/meminfo: memFree=1570104/2055920 swapFree=4192812/4192956
[pid=30876] ppid=30874 vsize=868172 CPUtime=1800.06
/proc/30876/stat : 30876 (java) S 30874 30876 27929 0 -1 0 62506 2462 1 0 179714 69 220 3 18 0 9 0 28508142 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30876/statm: 217043 30109 2641 9 0 211501 0
[pid=30876/tid=30877] ppid=30874 vsize=868172 CPUtime=1798.97
/proc/30876/task/30877/stat : 30877 (java) R 30874 30876 27929 0 -1 64 31030 2462 1 0 179615 59 220 3 25 0 9 0 28508143 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4127373513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30876/tid=30879] ppid=30874 vsize=868172 CPUtime=2.84
/proc/30876/task/30879/stat : 30879 (java) S 30874 30876 27929 0 -1 64 29513 2462 0 0 54 7 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30880] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30880/stat : 30880 (java) S 30874 30876 27929 0 -1 64 27 2462 0 0 0 0 220 3 15 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30881] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30881/stat : 30881 (java) S 30874 30876 27929 0 -1 64 30 2462 0 0 0 0 220 3 16 0 9 0 28508145 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30882] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30882/stat : 30882 (java) S 30874 30876 27929 0 -1 64 2 2462 0 0 0 0 220 3 18 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30883] ppid=30874 vsize=868172 CPUtime=2.67
/proc/30876/task/30883/stat : 30883 (java) S 30874 30876 27929 0 -1 64 1047 2462 0 0 43 1 220 3 16 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30884] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30884/stat : 30884 (java) S 30874 30876 27929 0 -1 64 0 2462 0 0 0 0 220 3 19 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30876/tid=30885] ppid=30874 vsize=868172 CPUtime=2.23
/proc/30876/task/30885/stat : 30885 (java) S 30874 30876 27929 0 -1 64 51 2462 0 0 0 0 220 3 15 0 9 0 28508147 889008128 30109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868172

Child status: 143
Real time (s): 1815.47
CPU time (s): 1800.15
CPU user time (s): 1799.4
CPU system time (s): 0.747886
CPU usage (%): 99.1559
Max. virtual memory (cumulated for all children) (KiB): 879260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.747886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64996
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= 39088
involuntary context switches= 75104

runsolver used 2.91556 second user time and 5.35019 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 18:00:11
IDJOB=2098349
IDBENCH=58584
IDSOLVER=773
FILE ID=node12/2098349-1247414411
PBS_JOBID= 9510619
Free space on /tmp= 66212 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-19-57-9-3-1_glb.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-2098349-1247414411/watcher-2098349-1247414411 -o /tmp/evaluation-result-2098349-1247414411/solver-2098349-1247414411 -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-2098349-1247414411.xml

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

MD5SUM BENCH= a81e65e4b11cfb27534523c361b674f6
RANDOM SEED=797181843

node12.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.240
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.240
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:       1722752 kB
Buffers:         45968 kB
Cached:         146740 kB
SwapCached:        140 kB
Active:         166968 kB
Inactive:        96248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4204 kB
Writeback:           0 kB
Mapped:          90812 kB
Slab:            55088 kB
Committed_AS:   997624 kB
PageTables:       1884 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= 66212 MiB
End job on node12 at 2009-07-12 18:30:29