Trace number 2094675

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.19 1817.08

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-2.xml
MD5SUM081bcb69a0fa59929db98d6eb792eb42
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6352
Number of constraints13288
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13288
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/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.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2094675-1247404825.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.59/0.62	     nbVariables=6352  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=12563
0.59/0.62	       =>  wckTime=0.37  cpuTime=0.27  mem=25M461
0.59/0.62	   
0.59/0.62	   predicates being loaded...
0.59/0.67	   
0.59/0.67	   constraints being loaded...
23.33/23.47	     nbConstraints=13288  nbSingletonDomainVariables=141  nbConvertedConstraints=6248  nbConvertConstraintsChecks=26
23.42/23.60	     nbExtensionStructures=4  nbSharedExtensionStructures=6244  nbConflictsStructures=7
23.42/23.60	     nbSharedConflictsStructures=13281  nbSharedBinaryRepresentations=10  nbEvaluationManagers=3
23.42/23.60	     nbSharedEvaluationManagers=7037  minDegree=2  maxDegree=81  minArity=2  avgArity=2.53  maxArity=3  nbGenerators=0
23.42/23.60	     nbFusions=0  symmetryWckTime=20.472  symmetryCpuTime=0.24
23.42/23.60	       =>  wckTime=23.227  cpuTime=2.56  mem=57M53
23.62/23.75	   
23.62/23.76	   solver IterativeSystematicSolver being built... 
24.13/24.24	       =>  wckTime=23.992  cpuTime=2.95  mem=64M229
24.23/24.33	   
24.23/24.33	   preprocessing
24.23/24.33	     nbConstraintChecks=5475  nbValidityChecks=833  nbPropagations=7636  nbRevisions=6033  nbUselessRevisions=4606
24.23/24.33	     nbRemovedValues=1427  detectedInconsistency=no
24.23/24.33	       =>  wckTime=0.081  cpuTime=0.06  mem=65M267

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 32611
/proc/meminfo: memFree=1716328/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=152 CPUtime=0
/proc/32611/stat : 32611 (java) R 32609 32611 32171 0 -1 0 205 0 0 0 0 0 0 0 20 0 1 0 27547091 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 5714724 0 0 4096 0 0 0 0 17 0 0 0
/proc/32611/statm: 38 26 19 9 0 4 0

[startup+0.103429 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 32611
/proc/meminfo: memFree=1716328/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=865984 CPUtime=0.09
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 3790 0 1 0 7 2 0 0 20 0 9 0 27547091 886767616 3245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216496 3245 1711 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.202437 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 32611
/proc/meminfo: memFree=1716328/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=866144 CPUtime=0.19
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 4896 0 1 0 16 3 0 0 20 0 9 0 27547091 886931456 4313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216536 4313 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866144

[startup+0.301457 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 32611
/proc/meminfo: memFree=1716328/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=866380 CPUtime=0.28
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 5988 0 1 0 25 3 0 0 20 0 9 0 27547091 887173120 5354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216595 5354 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701538 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 32611
/proc/meminfo: memFree=1716328/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867616 CPUtime=0.68
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 11940 0 1 0 62 6 0 0 20 0 9 0 27547091 888438784 11294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216904 11294 2038 9 0 211340 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867616

[startup+1.5017 s]
/proc/loadavg: 1.99 1.97 1.91 4/90 32620
/proc/meminfo: memFree=1657632/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867528 CPUtime=1.47
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 19001 0 1 0 137 10 0 0 20 0 9 0 27547091 888348672 18327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216882 18327 2032 9 0 211340 0
[pid=32611/tid=32613] ppid=32609 vsize=867528 CPUtime=1.19
/proc/32611/task/32613/stat : 32613 (java) R 32609 32611 32171 0 -1 64 15819 0 1 0 110 9 0 0 25 0 9 0 27547092 888348672 18327 996147200 134512640 134550932 4294955968 18446744073709551615 102837404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867528 CPUtime=0.07
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 1815 0 0 0 7 0 0 0 16 0 9 0 27547093 888348672 18327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867528 CPUtime=0
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27547093 888348672 18327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867528 CPUtime=0
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27547093 888348672 18327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867528 CPUtime=0
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27547095 888348672 18327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867528 CPUtime=0.19
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 664 0 0 0 19 0 0 0 15 0 9 0 27547095 888348672 18327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867528 CPUtime=0
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27547095 888348672 18327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867528 CPUtime=0
/proc/32611/task/32620/stat : 32620 (java) S 32609 32611 32171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27547095 888348672 18327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867528

[startup+3.10303 s]
/proc/loadavg: 1.99 1.97 1.91 3/90 32620
/proc/meminfo: memFree=1650272/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867528 CPUtime=3.06
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 22622 0 1 0 244 62 0 0 20 0 9 0 27547091 888348672 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216882 21946 2033 9 0 211340 0
[pid=32611/tid=32613] ppid=32609 vsize=867528 CPUtime=2.59
/proc/32611/task/32613/stat : 32613 (java) R 32609 32611 32171 0 -1 64 15832 0 1 0 200 59 0 0 25 0 9 0 27547092 888348672 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4126386626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867528 CPUtime=0.21
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 5387 0 0 0 19 2 0 0 17 0 9 0 27547093 888348672 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867528 CPUtime=0
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27547093 888348672 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867528 CPUtime=0
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27547093 888348672 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867528 CPUtime=0
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27547095 888348672 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867528 CPUtime=0.24
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 700 0 0 0 24 0 0 0 15 0 9 0 27547095 888348672 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867528 CPUtime=0
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27547095 888348672 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867528 CPUtime=0
/proc/32611/task/32620/stat : 32620 (java) S 32609 32611 32171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27547095 888348672 21946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867528

[startup+6.30168 s]
/proc/loadavg: 1.99 1.97 1.91 3/92 32622
/proc/meminfo: memFree=1631248/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867852 CPUtime=3.17
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 23412 0 1 0 254 63 0 0 20 0 10 0 27547091 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216963 21963 2035 9 0 211421 0
[pid=32622] ppid=32611 vsize=6740 CPUtime=3.08
/proc/32622/stat : 32622 (saucy) R 32611 32611 32171 0 -1 4194304 964 0 0 0 307 1 0 0 25 0 1 0 27547411 6901760 930 996147200 134512640 134531332 4294956000 18446744073709551615 134521123 0 4 0 0 0 0 0 17 0 0 0
/proc/32622/statm: 1685 930 96 4 0 1361 0
[pid=32611/tid=32613] ppid=32609 vsize=867852 CPUtime=2.69
/proc/32611/task/32613/stat : 32613 (java) S 32609 32611 32171 0 -1 64 15901 0 1 0 210 59 0 0 24 0 10 0 27547092 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867852 CPUtime=0.21
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 5986 0 0 0 19 2 0 0 16 0 10 0 27547093 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27547093 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 27547093 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 27547095 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867852 CPUtime=0.24
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 701 0 0 0 24 0 0 0 15 0 10 0 27547095 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 27547095 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32620/stat : 32620 (java) S 32609 32611 32171 0 -1 64 57 0 0 0 0 0 0 0 15 0 10 0 27547095 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32621] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32621/stat : 32621 (java) S 32609 32611 32171 0 -1 64 65 0 0 0 0 0 0 0 19 0 10 0 27547411 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 874592

[startup+12.703 s]
/proc/loadavg: 1.99 1.97 1.91 3/92 32622
/proc/meminfo: memFree=1631056/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867852 CPUtime=3.17
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 23412 0 1 0 254 63 0 0 20 0 10 0 27547091 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216963 21963 2035 9 0 211421 0
[pid=32622] ppid=32611 vsize=6740 CPUtime=9.47
/proc/32622/stat : 32622 (saucy) R 32611 32611 32171 0 -1 4194304 964 0 0 0 946 1 0 0 25 0 1 0 27547411 6901760 930 996147200 134512640 134531332 4294956000 18446744073709551615 134527444 0 4 0 0 0 0 0 17 0 0 0
/proc/32622/statm: 1685 930 96 4 0 1361 0
[pid=32611/tid=32613] ppid=32609 vsize=867852 CPUtime=2.69
/proc/32611/task/32613/stat : 32613 (java) S 32609 32611 32171 0 -1 64 15901 0 1 0 210 59 0 0 24 0 10 0 27547092 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867852 CPUtime=0.21
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 5986 0 0 0 19 2 0 0 16 0 10 0 27547093 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27547093 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 27547093 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 27547095 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867852 CPUtime=0.24
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 701 0 0 0 24 0 0 0 15 0 10 0 27547095 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 27547095 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32620/stat : 32620 (java) S 32609 32611 32171 0 -1 64 57 0 0 0 0 0 0 0 15 0 10 0 27547095 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32621] ppid=32609 vsize=867852 CPUtime=0
/proc/32611/task/32621/stat : 32621 (java) S 32609 32611 32171 0 -1 64 65 0 0 0 0 0 0 0 19 0 10 0 27547411 888680448 21963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 874592

[startup+25.5026 s]
/proc/loadavg: 1.99 1.97 1.91 3/90 32624
/proc/meminfo: memFree=1624728/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867940 CPUtime=25.41
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 44960 1090 1 0 455 69 2015 2 20 0 9 0 27547091 888770560 25338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216985 25338 2662 9 0 211421 0
[pid=32611/tid=32613] ppid=32609 vsize=867940 CPUtime=24.51
/proc/32611/task/32613/stat : 32613 (java) R 32609 32611 32171 0 -1 64 24138 1090 1 0 373 61 2015 2 25 0 9 0 27547092 888770560 25338 996147200 134512640 134550932 4294955968 18446744073709551615 4127385250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867940 CPUtime=20.68
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 19005 1090 0 0 46 5 2015 2 17 0 9 0 27547093 888770560 25338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 21 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 20 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 18 0 9 0 27547095 888770560 25338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867940 CPUtime=20.53
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 913 1090 0 0 36 0 2015 2 15 0 9 0 27547095 888770560 25338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 19 0 9 0 27547095 888770560 25338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32620/stat : 32620 (java) S 32609 32611 32171 0 -1 64 63 1090 0 0 0 0 2015 2 15 0 9 0 27547095 888770560 25338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 867940

[startup+51.1018 s]
/proc/loadavg: 1.99 1.97 1.91 3/90 32624
/proc/meminfo: memFree=1624608/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867940 CPUtime=50.77
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 44989 1090 1 0 2991 69 2015 2 20 0 9 0 27547091 888770560 25358 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216985 25358 2662 9 0 211421 0
[pid=32611/tid=32613] ppid=32609 vsize=867940 CPUtime=49.83
/proc/32611/task/32613/stat : 32613 (java) R 32609 32611 32171 0 -1 64 24143 1090 1 0 2904 62 2015 2 25 0 9 0 27547092 888770560 25358 996147200 134512640 134550932 4294955968 18446744073709551615 4127315189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867940 CPUtime=20.68
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 19005 1090 0 0 46 5 2015 2 16 0 9 0 27547093 888770560 25358 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 20 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 18 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867940 CPUtime=20.58
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 938 1090 0 0 40 1 2015 2 16 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 19 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32620/stat : 32620 (java) S 32609 32611 32171 0 -1 64 63 1090 0 0 0 0 2015 2 15 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.99
Current children cumulated vsize (KiB) 867940

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/90 32704
/proc/meminfo: memFree=1680808/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867940 CPUtime=1587.42
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 44994 1090 1 0 156654 71 2015 2 20 0 9 0 27547091 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216985 25359 2662 9 0 211421 0
[pid=32611/tid=32613] ppid=32609 vsize=867940 CPUtime=1586.48
/proc/32611/task/32613/stat : 32613 (java) R 32609 32611 32171 0 -1 64 24147 1090 1 0 156567 64 2015 2 25 0 9 0 27547092 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4127375384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867940 CPUtime=20.68
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 19005 1090 0 0 46 5 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 21 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 20 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 18 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867940 CPUtime=20.58
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 938 1090 0 0 40 1 2015 2 16 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 19 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32620/stat : 32620 (java) S 32609 32611 32171 0 -1 64 63 1090 0 0 0 0 2015 2 15 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.42
Current children cumulated vsize (KiB) 867940

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/90 32704
/proc/meminfo: memFree=1680744/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867940 CPUtime=1646.85
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 44994 1090 1 0 162596 72 2015 2 20 0 9 0 27547091 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216985 25359 2662 9 0 211421 0
[pid=32611/tid=32613] ppid=32609 vsize=867940 CPUtime=1645.9
/proc/32611/task/32613/stat : 32613 (java) R 32609 32611 32171 0 -1 64 24147 1090 1 0 162509 64 2015 2 25 0 9 0 27547092 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4127372382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867940 CPUtime=20.68
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 19005 1090 0 0 46 5 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 21 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 20 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 18 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867940 CPUtime=20.58
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 938 1090 0 0 40 1 2015 2 16 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 19 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32620/stat : 32620 (java) S 32609 32611 32171 0 -1 64 63 1090 0 0 0 0 2015 2 15 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.85
Current children cumulated vsize (KiB) 867940

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/90 32704
/proc/meminfo: memFree=1680744/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867940 CPUtime=1706.29
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 44994 1090 1 0 168540 72 2015 2 20 0 9 0 27547091 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216985 25359 2662 9 0 211421 0
[pid=32611/tid=32613] ppid=32609 vsize=867940 CPUtime=1705.34
/proc/32611/task/32613/stat : 32613 (java) R 32609 32611 32171 0 -1 64 24147 1090 1 0 168453 64 2015 2 25 0 9 0 27547092 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4126467359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867940 CPUtime=20.68
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 19005 1090 0 0 46 5 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 21 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 20 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 18 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867940 CPUtime=20.58
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 938 1090 0 0 40 1 2015 2 16 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 19 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32620/stat : 32620 (java) R 32609 32611 32171 0 -1 64 63 1090 0 0 0 0 2015 2 15 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.29
Current children cumulated vsize (KiB) 867940

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/90 32704
/proc/meminfo: memFree=1680744/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867940 CPUtime=1765.72
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 44994 1090 1 0 174483 72 2015 2 20 0 9 0 27547091 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216985 25359 2662 9 0 211421 0
[pid=32611/tid=32613] ppid=32609 vsize=867940 CPUtime=1764.76
/proc/32611/task/32613/stat : 32613 (java) R 32609 32611 32171 0 -1 64 24147 1090 1 0 174395 64 2015 2 25 0 9 0 27547092 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4127315257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867940 CPUtime=20.68
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 19005 1090 0 0 46 5 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 21 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 20 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 18 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867940 CPUtime=20.58
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 938 1090 0 0 40 1 2015 2 16 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 19 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32620/stat : 32620 (java) S 32609 32611 32171 0 -1 64 63 1090 0 0 0 0 2015 2 15 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.72
Current children cumulated vsize (KiB) 867940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.00 1.99 1.91 4/90 32704
/proc/meminfo: memFree=1680744/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867940 CPUtime=1800.09
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 44994 1090 1 0 177920 72 2015 2 20 0 9 0 27547091 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216985 25359 2662 9 0 211421 0
[pid=32611/tid=32613] ppid=32609 vsize=867940 CPUtime=1799.14
/proc/32611/task/32613/stat : 32613 (java) R 32609 32611 32171 0 -1 64 24147 1090 1 0 177833 64 2015 2 25 0 9 0 27547092 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4127372388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867940 CPUtime=20.68
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 19005 1090 0 0 46 5 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 21 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 20 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 18 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867940 CPUtime=20.58
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 938 1090 0 0 40 1 2015 2 16 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 19 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32620/stat : 32620 (java) R 32609 32611 32171 0 -1 64 63 1090 0 0 0 0 2015 2 15 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867940

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

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

[startup+1817 s]
/proc/loadavg: 2.00 1.99 1.91 4/90 32704
/proc/meminfo: memFree=1680744/2055920 swapFree=4192812/4192956
[pid=32611] ppid=32609 vsize=867940 CPUtime=1800.09
/proc/32611/stat : 32611 (java) S 32609 32611 32171 0 -1 0 44994 1090 1 0 177920 72 2015 2 20 0 9 0 27547091 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32611/statm: 216985 25359 2662 9 0 211421 0
[pid=32611/tid=32613] ppid=32609 vsize=867940 CPUtime=1799.14
/proc/32611/task/32613/stat : 32613 (java) R 32609 32611 32171 0 -1 64 24147 1090 1 0 177833 64 2015 2 25 0 9 0 27547092 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4127372388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32614] ppid=32609 vsize=867940 CPUtime=20.68
/proc/32611/task/32614/stat : 32614 (java) S 32609 32611 32171 0 -1 64 19005 1090 0 0 46 5 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32615] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32615/stat : 32615 (java) S 32609 32611 32171 0 -1 64 21 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32616] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32616/stat : 32616 (java) S 32609 32611 32171 0 -1 64 20 1090 0 0 0 0 2015 2 16 0 9 0 27547093 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32617] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32617/stat : 32617 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 18 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32618] ppid=32609 vsize=867940 CPUtime=20.58
/proc/32611/task/32618/stat : 32618 (java) S 32609 32611 32171 0 -1 64 938 1090 0 0 40 1 2015 2 16 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32619] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32619/stat : 32619 (java) S 32609 32611 32171 0 -1 64 1 1090 0 0 0 0 2015 2 19 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32611/tid=32620] ppid=32609 vsize=867940 CPUtime=20.17
/proc/32611/task/32620/stat : 32620 (java) R 32609 32611 32171 0 -1 64 63 1090 0 0 0 0 2015 2 15 0 9 0 27547095 888770560 25359 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 867940

Child status: 143
Real time (s): 1817.08
CPU time (s): 1800.19
CPU user time (s): 1799.42
CPU system time (s): 0.765883
CPU usage (%): 99.0705
Max. virtual memory (cumulated for all children) (KiB): 874592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.765883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46114
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= 38697
involuntary context switches= 83915

runsolver used 2.02769 second user time and 6.24105 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 15:20:25
IDJOB=2094675
IDBENCH=54477
IDSOLVER=773
FILE ID=node80/2094675-1247404825
PBS_JOBID= 9510490
Free space on /tmp= 66360 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-2.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-2094675-1247404825/watcher-2094675-1247404825 -o /tmp/evaluation-result-2094675-1247404825/solver-2094675-1247404825 -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-2094675-1247404825.xml

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

MD5SUM BENCH= 081bcb69a0fa59929db98d6eb792eb42
RANDOM SEED=1143010365

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
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.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1716808 kB
Buffers:         31560 kB
Cached:         121644 kB
SwapCached:          0 kB
Active:         221876 kB
Inactive:        62476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4256 kB
Writeback:           0 kB
Mapped:         151608 kB
Slab:            39788 kB
Committed_AS:  1013624 kB
PageTables:       2016 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= 66364 MiB
End job on node80 at 2009-07-12 15:50:44