Trace number 2094303

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-12.xml
MD5SUMd1654ea43962c938fe22704df22159b5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.5614
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints28400
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28200
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-2094303-1247403336.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.38	   
0.27/0.38	   variables being loaded...
0.57/0.60	     nbVariables=800  nbDomainTypes=19  minDomainSize=1  maxDomainSize=45  nbTotalValues=18782
0.57/0.60	       =>  wckTime=0.35  cpuTime=0.23  mem=10M818
0.57/0.60	   
0.57/0.60	   predicates being loaded...
0.57/0.66	   
0.57/0.66	   constraints being loaded...
8.69/8.84	     nbConstraints=28415  nbGlobalConstraints=215  nbSingletonDomainVariables=186  nbConflictsStructures=27
8.69/8.84	     nbSharedConflictsStructures=12953  nbUnbuiltConflictsStructures=84  nbSharedBinaryRepresentations=0
8.69/8.84	     nbEvaluationManagers=111  nbSharedEvaluationManagers=28089  minDegree=22  maxDegree=326  minArity=4  avgArity=4.1
8.69/8.84	     maxArity=20  nbGenerators=15  nbFusions=0  symmetryWckTime=1.903  symmetryCpuTime=0.67
8.69/8.84	       =>  wckTime=8.592  cpuTime=6.3  mem=184M385
9.18/9.38	   
9.18/9.38	   solver IterativeSystematicSolver being built... 
10.77/10.99	   
10.77/10.99	   INFO : Forward propagation technique limited 
10.97/11.18	       =>  wckTime=10.93  cpuTime=7.35  mem=253M511
12.05/12.28	   
12.05/12.28	   preprocessing
12.05/12.29	     nbConstraintChecks=1416956  nbValidityChecks=50331  nbPropagations=800  nbRevisions=60880  nbUselessRevisions=60880
12.05/12.29	     nbRemovedValues=0  detectedInconsistency=no
12.05/12.29	       =>  wckTime=1.103  cpuTime=1.07  mem=257M507
34.84/35.24	   
34.84/35.24	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=260M505)

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-2094303-1247403336/watcher-2094303-1247403336 -o /tmp/evaluation-result-2094303-1247403336/solver-2094303-1247403336 -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-2094303-1247403336.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.04 2.00 1.79 3/80 27616
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=18576 CPUtime=0
/proc/27616/stat : 27616 (runsolver) R 27614 27616 27210 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27396437 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 227607637287 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27616/statm: 4644 284 249 26 0 2626 0

[startup+0.013008 s]
/proc/loadavg: 2.04 2.00 1.79 3/80 27616
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=272 CPUtime=0
/proc/27616/stat : 27616 (java) D 27614 27616 27210 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 27396437 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 9839396 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/27616/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.10302 s]
/proc/loadavg: 2.04 2.00 1.79 3/80 27616
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=865984 CPUtime=0.08
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 3721 0 1 0 6 2 0 0 18 0 9 0 27396437 886767616 3189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 216496 3189 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301034 s]
/proc/loadavg: 2.04 2.00 1.79 3/80 27616
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=866144 CPUtime=0.27
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 5658 0 1 0 24 3 0 0 18 0 9 0 27396437 886931456 5061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 216536 5061 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866144

[startup+0.701081 s]
/proc/loadavg: 2.04 2.00 1.79 3/80 27616
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=867200 CPUtime=0.67
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 8266 0 1 0 62 5 0 0 18 0 9 0 27396437 888012800 7620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 216800 7620 2034 9 0 211236 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867200

[startup+1.50218 s]
/proc/loadavg: 2.12 2.02 1.79 3/89 27625
/proc/meminfo: memFree=1674344/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=867700 CPUtime=1.47
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 18549 0 1 0 136 11 0 0 18 0 9 0 27396437 888524800 17877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 216925 17877 2028 9 0 211383 0
[pid=27616/tid=27618] ppid=27614 vsize=867700 CPUtime=1.21
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 15798 0 1 0 112 9 0 0 25 0 9 0 27396439 888524800 17877 996147200 134512640 134550932 4294955968 18446744073709551615 4126426833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27619] ppid=27614 vsize=867700 CPUtime=0.06
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 1371 0 0 0 6 0 0 0 16 0 9 0 27396440 888524800 17877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27396440 888524800 17877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27396440 888524800 17877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27396442 888524800 17877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=867700 CPUtime=0.17
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 677 0 0 0 17 0 0 0 16 0 9 0 27396442 888524800 17877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27396442 888524800 17877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27396443 888524800 17877 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) 867700

[startup+3.10236 s]
/proc/loadavg: 2.12 2.02 1.79 5/89 27625
/proc/meminfo: memFree=1644968/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=867700 CPUtime=3.05
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 23016 0 1 0 285 20 0 0 18 0 9 0 27396437 888524800 22342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 216925 22342 2029 9 0 211383 0
[pid=27616/tid=27618] ppid=27614 vsize=867700 CPUtime=2.56
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 15823 0 1 0 241 15 0 0 25 0 9 0 27396439 888524800 22342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27619] ppid=27614 vsize=867700 CPUtime=0.24
/proc/27616/task/27619/stat : 27619 (java) R 27614 27616 27210 0 -1 64 5773 0 0 0 21 3 0 0 16 0 9 0 27396440 888524800 22342 996147200 134512640 134550932 4294955968 18446744073709551615 102547088 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27396440 888524800 22342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27396440 888524800 22342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27396442 888524800 22342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=867700 CPUtime=0.22
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 717 0 0 0 22 0 0 0 16 0 9 0 27396442 888524800 22342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27396442 888524800 22342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27396443 888524800 22342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867700

[startup+6.30174 s]
/proc/loadavg: 2.11 2.02 1.80 3/89 27625
/proc/meminfo: memFree=1579880/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=867700 CPUtime=6.22
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 41023 0 1 0 501 121 0 0 18 0 9 0 27396437 888524800 40345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 216925 40345 2029 9 0 211383 0
[pid=27616/tid=27618] ppid=27614 vsize=867700 CPUtime=5.33
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 15828 0 1 0 425 108 0 0 25 0 9 0 27396439 888524800 40345 996147200 134512640 134550932 4294955968 18446744073709551615 10208216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27619] ppid=27614 vsize=867700 CPUtime=0.61
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 23760 0 0 0 51 10 0 0 17 0 9 0 27396440 888524800 40345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27396440 888524800 40345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27396440 888524800 40345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27396442 888524800 40345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=867700 CPUtime=0.24
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 732 0 0 0 24 0 0 0 16 0 9 0 27396442 888524800 40345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27396442 888524800 40345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=867700 CPUtime=0
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27396443 888524800 40345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867700

[startup+12.7025 s]
/proc/loadavg: 2.10 2.02 1.80 3/89 27629
/proc/meminfo: memFree=1407384/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=868436 CPUtime=12.55
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 127811 2827 1 0 986 170 95 4 18 0 9 0 27396437 889278464 78351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 217109 78351 2662 9 0 211545 0
[pid=27616/tid=27618] ppid=27614 vsize=868436 CPUtime=10.01
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 29185 2827 1 0 771 131 95 4 25 0 9 0 27396439 889278464 78351 996147200 134512640 134550932 4294955968 18446744073709551615 4125952176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27619] ppid=27614 vsize=868436 CPUtime=3.09
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 96740 2827 0 0 176 34 95 4 17 0 9 0 27396440 889278464 78351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 20 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 27 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 2827 0 0 0 0 95 4 18 0 9 0 27396442 889278464 78351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=868436 CPUtime=1.37
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 1010 2827 0 0 37 1 95 4 15 0 9 0 27396442 889278464 78351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 2827 0 0 0 0 95 4 19 0 9 0 27396442 889278464 78351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 15 2827 0 0 0 0 95 4 15 0 9 0 27396443 889278464 78351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868436

[startup+25.502 s]
/proc/loadavg: 2.08 2.01 1.80 3/89 27629
/proc/meminfo: memFree=1407384/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=868436 CPUtime=25.22
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 127834 2827 1 0 2253 170 95 4 18 0 9 0 27396437 889278464 78364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 217109 78364 2662 9 0 211545 0
[pid=27616/tid=27618] ppid=27614 vsize=868436 CPUtime=22.67
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 29190 2827 1 0 2037 131 95 4 25 0 9 0 27396439 889278464 78364 996147200 134512640 134550932 4294955968 18446744073709551615 4127373552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27619] ppid=27614 vsize=868436 CPUtime=3.09
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 96740 2827 0 0 176 34 95 4 16 0 9 0 27396440 889278464 78364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 20 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 27 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 2827 0 0 0 0 95 4 18 0 9 0 27396442 889278464 78364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=868436 CPUtime=1.4
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 1028 2827 0 0 40 1 95 4 16 0 9 0 27396442 889278464 78364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 2827 0 0 0 0 95 4 19 0 9 0 27396442 889278464 78364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 15 2827 0 0 0 0 95 4 15 0 9 0 27396443 889278464 78364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868436

[startup+51.102 s]
/proc/loadavg: 2.05 2.01 1.80 3/89 27629
/proc/meminfo: memFree=1407384/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=868436 CPUtime=50.58
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 127853 2827 1 0 4788 171 95 4 18 0 9 0 27396437 889278464 78376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 217109 78376 2662 9 0 211545 0
[pid=27616/tid=27618] ppid=27614 vsize=868436 CPUtime=48
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 29196 2827 1 0 4569 132 95 4 25 0 9 0 27396439 889278464 78376 996147200 134512640 134550932 4294955968 18446744073709551615 4127352587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27619] ppid=27614 vsize=868436 CPUtime=3.09
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 96740 2827 0 0 176 34 95 4 16 0 9 0 27396440 889278464 78376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 20 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 27 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 2827 0 0 0 0 95 4 18 0 9 0 27396442 889278464 78376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=868436 CPUtime=1.42
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 1041 2827 0 0 42 1 95 4 15 0 9 0 27396442 889278464 78376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 2827 0 0 0 0 95 4 19 0 9 0 27396442 889278464 78376 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 27 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 2827 0 0 0 0 95 4 18 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=868436 CPUtime=1.45
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 1055 2827 0 0 44 2 95 4 16 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 2827 0 0 0 0 95 4 19 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 15 2827 0 0 0 0 95 4 15 0 9 0 27396443 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1468.36
Current children cumulated vsize (KiB) 868436

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 1.91 3/89 27635
/proc/meminfo: memFree=1406232/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=868436 CPUtime=1527.8
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 127875 2827 1 0 152509 172 95 4 18 0 9 0 27396437 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 217109 78385 2662 9 0 211545 0
[pid=27616/tid=27618] ppid=27614 vsize=868436 CPUtime=1525.2
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 29204 2827 1 0 152288 133 95 4 25 0 9 0 27396439 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4127352587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27619] ppid=27614 vsize=868436 CPUtime=3.09
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 96740 2827 0 0 176 34 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 20 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 27 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 2827 0 0 0 0 95 4 18 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=868436 CPUtime=1.45
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 1055 2827 0 0 44 2 95 4 16 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 2827 0 0 0 0 95 4 19 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 15 2827 0 0 0 0 95 4 15 0 9 0 27396443 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.8
Current children cumulated vsize (KiB) 868436

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/89 27635
/proc/meminfo: memFree=1406232/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=868436 CPUtime=1587.24
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 127875 2827 1 0 158453 172 95 4 18 0 9 0 27396437 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 217109 78385 2662 9 0 211545 0
[pid=27616/tid=27618] ppid=27614 vsize=868436 CPUtime=1584.63
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 29204 2827 1 0 158231 133 95 4 25 0 9 0 27396439 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4127352587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27619] ppid=27614 vsize=868436 CPUtime=3.09
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 96740 2827 0 0 176 34 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 20 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 27 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 2827 0 0 0 0 95 4 18 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=868436 CPUtime=1.45
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 1055 2827 0 0 44 2 95 4 16 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 2827 0 0 0 0 95 4 19 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 15 2827 0 0 0 0 95 4 15 0 9 0 27396443 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.24
Current children cumulated vsize (KiB) 868436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 27635
/proc/meminfo: memFree=1406232/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=868436 CPUtime=1646.68
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 127875 2827 1 0 164396 173 95 4 18 0 9 0 27396437 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 217109 78385 2662 9 0 211545 0
[pid=27616/tid=27618] ppid=27614 vsize=868436 CPUtime=1644.07
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 29204 2827 1 0 164175 133 95 4 25 0 9 0 27396439 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4127358208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27619] ppid=27614 vsize=868436 CPUtime=3.09
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 96740 2827 0 0 176 34 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 20 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 27 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 2827 0 0 0 0 95 4 18 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=868436 CPUtime=1.45
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 1055 2827 0 0 44 2 95 4 16 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 2827 0 0 0 0 95 4 19 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 15 2827 0 0 0 0 95 4 15 0 9 0 27396443 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.68
Current children cumulated vsize (KiB) 868436

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.92 3/89 27676
/proc/meminfo: memFree=1462488/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=868436 CPUtime=1706.16
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 127875 2827 1 0 170343 174 95 4 18 0 9 0 27396437 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 217109 78385 2662 9 0 211545 0
[pid=27616/tid=27618] ppid=27614 vsize=868436 CPUtime=1703.55
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 29204 2827 1 0 170122 134 95 4 25 0 9 0 27396439 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4127352587 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27616/tid=27619] ppid=27614 vsize=868436 CPUtime=3.09
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 96740 2827 0 0 176 34 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 20 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 27 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 2827 0 0 0 0 95 4 18 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=868436 CPUtime=1.45
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 1055 2827 0 0 44 2 95 4 16 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 2827 0 0 0 0 95 4 19 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 15 2827 0 0 0 0 95 4 15 0 9 0 27396443 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.16
Current children cumulated vsize (KiB) 868436

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/89 27676
/proc/meminfo: memFree=1460888/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=868436 CPUtime=1766.13
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 127875 2827 1 0 176340 174 95 4 18 0 9 0 27396437 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 217109 78385 2662 9 0 211545 0
[pid=27616/tid=27618] ppid=27614 vsize=868436 CPUtime=1763.53
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 29204 2827 1 0 176119 135 95 4 25 0 9 0 27396439 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4127363827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27616/tid=27619] ppid=27614 vsize=868436 CPUtime=3.09
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 96740 2827 0 0 176 34 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 20 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 27 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 2827 0 0 0 0 95 4 18 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=868436 CPUtime=1.45
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 1055 2827 0 0 44 2 95 4 16 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 2827 0 0 0 0 95 4 19 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 15 2827 0 0 0 0 95 4 15 0 9 0 27396443 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.13
Current children cumulated vsize (KiB) 868436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.2 s]
/proc/loadavg: 2.01 2.01 1.92 3/89 27676
/proc/meminfo: memFree=1460760/2055920 swapFree=4192812/4192956
[pid=27616] ppid=27614 vsize=868436 CPUtime=1800.03
/proc/27616/stat : 27616 (java) S 27614 27616 27210 0 -1 0 127875 2827 1 0 179730 174 95 4 18 0 9 0 27396437 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27616/statm: 217109 78385 2662 9 0 211545 0
[pid=27616/tid=27618] ppid=27614 vsize=868436 CPUtime=1797.42
/proc/27616/task/27618/stat : 27618 (java) R 27614 27616 27210 0 -1 64 29204 2827 1 0 179508 135 95 4 25 0 9 0 27396439 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4127352661 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27616/tid=27619] ppid=27614 vsize=868436 CPUtime=3.09
/proc/27616/task/27619/stat : 27619 (java) S 27614 27616 27210 0 -1 64 96740 2827 0 0 176 34 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27620] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27620/stat : 27620 (java) S 27614 27616 27210 0 -1 64 20 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27621] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27621/stat : 27621 (java) S 27614 27616 27210 0 -1 64 27 2827 0 0 0 0 95 4 16 0 9 0 27396440 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27622] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27622/stat : 27622 (java) S 27614 27616 27210 0 -1 64 2 2827 0 0 0 0 95 4 18 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27623] ppid=27614 vsize=868436 CPUtime=1.45
/proc/27616/task/27623/stat : 27623 (java) S 27614 27616 27210 0 -1 64 1055 2827 0 0 44 2 95 4 16 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27624] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27624/stat : 27624 (java) S 27614 27616 27210 0 -1 64 1 2827 0 0 0 0 95 4 19 0 9 0 27396442 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27616/tid=27625] ppid=27614 vsize=868436 CPUtime=0.99
/proc/27616/task/27625/stat : 27625 (java) S 27614 27616 27210 0 -1 64 15 2827 0 0 0 0 95 4 15 0 9 0 27396443 889278464 78385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 868436

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

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

Child status: 143
Real time (s): 1816.29
CPU time (s): 1800.13
CPU user time (s): 1798.29
CPU system time (s): 1.83372
CPU usage (%): 99.11
Max. virtual memory (cumulated for all children) (KiB): 884428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 1.83372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130731
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= 38805
involuntary context switches= 100663

runsolver used 2.46062 second user time and 5.81112 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 14:55:36
IDJOB=2094303
IDBENCH=54122
IDSOLVER=773
FILE ID=node66/2094303-1247403336
PBS_JOBID= 9510515
Free space on /tmp= 66244 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-12.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-2094303-1247403336/watcher-2094303-1247403336 -o /tmp/evaluation-result-2094303-1247403336/solver-2094303-1247403336 -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-2094303-1247403336.xml

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

MD5SUM BENCH= d1654ea43962c938fe22704df22159b5
RANDOM SEED=1462350685

node66.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.214
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.214
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:       1712016 kB
Buffers:         31124 kB
Cached:         115960 kB
SwapCached:          0 kB
Active:         226984 kB
Inactive:        58904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5992 kB
Writeback:           0 kB
Mapped:         159240 kB
Slab:            42956 kB
Committed_AS:   991804 kB
PageTables:       1980 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= 66240 MiB
End job on node66 at 2009-07-12 15:25:54