Trace number 2095859

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.07 1806.65

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl40-45-pb-cnf-cr.xml
MD5SUMd90b14d447b2d0625f8e023b3d8fff94
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables3600
Number of constraints170
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(170)

Solver Data

0.04/0.10	
0.04/0.10	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-2095859-1247408830.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.57/0.68	     nbVariables=3600  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=7200
0.57/0.68	       =>  wckTime=0.429  cpuTime=0.29  mem=17M677
0.57/0.68	   
0.57/0.68	   constraints being loaded...
7.80/7.91	     nbConstraints=337  nbGlobalConstraints=337  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=7  minArity=40
7.80/7.91	     avgArity=73.77  maxArity=3600  nbGenerators=167  nbFusions=0  symmetryWckTime=7.138  symmetryCpuTime=6.13
7.80/7.91	       =>  wckTime=7.665  cpuTime=6.5  mem=25M884
7.80/7.99	   
7.80/7.99	   solver IterativeSystematicSolver being built... 
7.89/8.06	   
7.89/8.06	   INFO : Forward propagation technique limited 
8.09/8.26	       =>  wckTime=8.012  cpuTime=6.72  mem=44M353
8.09/8.28	   
8.09/8.28	   preprocessing
8.09/8.28	     nbConstraintChecks=0  nbPropagations=3600  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
8.09/8.28	     detectedInconsistency=no
8.09/8.28	       =>  wckTime=0.017  cpuTime=0.0  mem=44M353

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-2095859-1247408830/watcher-2095859-1247408830 -o /tmp/evaluation-result-2095859-1247408830/solver-2095859-1247408830 -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-2095859-1247408830.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

[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 27212
/proc/meminfo: memFree=1792792/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=18576 CPUtime=0
/proc/27212/stat : 27212 (runsolver) R 27210 26031 26031 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 27949526 19021824 282 996147200 4194304 4302564 548682068384 18446744073709551615 4231430 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27212/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0622861 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 27212
/proc/meminfo: memFree=1792792/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=863616 CPUtime=0.04
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 2434 0 1 0 3 1 0 0 18 0 9 0 27949526 884342784 2004 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 215904 2004 911 9 0 210819 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863616

[startup+0.102294 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 27212
/proc/meminfo: memFree=1792792/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=865984 CPUtime=0.07
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 3671 0 1 0 6 1 0 0 18 0 9 0 27949526 886767616 3151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216496 3151 1681 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.302323 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 27212
/proc/meminfo: memFree=1792792/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=866144 CPUtime=0.27
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 5660 0 1 0 24 3 0 0 18 0 9 0 27949526 886931456 5063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216536 5063 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866144

[startup+0.70138 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 27212
/proc/meminfo: memFree=1792792/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867536 CPUtime=0.67
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 9328 0 1 0 61 6 0 0 18 0 9 0 27949526 888356864 8690 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216884 8690 2006 9 0 211342 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867536

[startup+1.50149 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 27223
/proc/meminfo: memFree=1755968/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867860 CPUtime=0.85
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 11997 0 1 0 77 8 0 0 18 0 10 0 27949526 888688640 11094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216965 11094 2019 9 0 211423 0
[pid=27223] ppid=27212 vsize=2932 CPUtime=0.6
/proc/27223/stat : 27223 (saucy) R 27212 27212 26031 0 -1 4194304 470 0 0 0 60 0 0 0 25 0 1 0 27949611 3002368 441 996147200 134512640 134531332 4294956000 18446744073709551615 134521861 0 4 0 0 0 0 0 17 1 0 0
/proc/27223/statm: 733 441 104 4 0 409 0
[pid=27212/tid=27214] ppid=27210 vsize=867860 CPUtime=0.65
/proc/27212/task/27214/stat : 27214 (java) S 27210 27212 26031 0 -1 64 10470 0 1 0 59 6 0 0 15 0 10 0 27949527 888688640 11094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867860 CPUtime=0
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 61 0 0 0 0 0 0 0 16 0 10 0 27949529 888688640 11094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867860 CPUtime=0
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 11 0 0 0 0 0 0 0 19 0 10 0 27949529 888688640 11094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867860 CPUtime=0
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 27949529 888688640 11094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867860 CPUtime=0
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 27949532 888688640 11094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867860 CPUtime=0.17
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 700 0 0 0 17 0 0 0 15 0 10 0 27949532 888688640 11094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867860 CPUtime=0
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 27949532 888688640 11094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867860 CPUtime=0
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 27949532 888688640 11094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27222] ppid=27210 vsize=867860 CPUtime=0
/proc/27212/task/27222/stat : 27222 (java) S 27210 27212 26031 0 -1 64 66 0 0 0 0 0 0 0 22 0 10 0 27949611 888688640 11094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 870792

[startup+3.10273 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 27225
/proc/meminfo: memFree=1726920/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867860 CPUtime=3.05
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 28859 641 1 0 213 14 77 1 18 0 9 0 27949526 888688640 20349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216965 20349 2040 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867860 CPUtime=2.75
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 21822 641 1 0 187 10 77 1 25 0 9 0 27949527 888688640 20349 996147200 134512640 134550932 4294955968 18446744073709551615 4126929328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867860 CPUtime=0.85
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 5315 641 0 0 5 2 77 1 16 0 9 0 27949529 888688640 20349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867860 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 11 641 0 0 0 0 77 1 19 0 9 0 27949529 888688640 20349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867860 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 4 641 0 0 0 0 77 1 20 0 9 0 27949529 888688640 20349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867860 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888688640 20349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867860 CPUtime=0.98
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 892 641 0 0 20 0 77 1 17 0 9 0 27949532 888688640 20349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867860 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888688640 20349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867860 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 10 641 0 0 0 0 77 1 15 0 9 0 27949532 888688640 20349 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) 867860

[startup+6.30119 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 27225
/proc/meminfo: memFree=1718728/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867860 CPUtime=6.22
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 29140 641 1 0 530 14 77 1 18 0 9 0 27949526 888688640 20371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216965 20371 2040 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867860 CPUtime=5.9
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 21829 641 1 0 502 10 77 1 25 0 9 0 27949527 888688640 20371 996147200 134512640 134550932 4294955968 18446744073709551615 4127005623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867860 CPUtime=0.86
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 5567 641 0 0 6 2 77 1 16 0 9 0 27949529 888688640 20371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867860 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 11 641 0 0 0 0 77 1 19 0 9 0 27949529 888688640 20371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867860 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 4 641 0 0 0 0 77 1 20 0 9 0 27949529 888688640 20371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867860 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888688640 20371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867860 CPUtime=0.98
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 892 641 0 0 20 0 77 1 17 0 9 0 27949532 888688640 20371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867860 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888688640 20371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867860 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 32 641 0 0 0 0 77 1 15 0 9 0 27949532 888688640 20371 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) 867860

[startup+12.7011 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 27225
/proc/meminfo: memFree=1717128/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867948 CPUtime=12.55
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 30802 641 1 0 1162 15 77 1 18 0 9 0 27949526 888778752 21391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216987 21391 2662 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867948 CPUtime=12.03
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 22023 641 1 0 1114 11 77 1 25 0 9 0 27949527 888778752 21391 996147200 134512640 134550932 4294955968 18446744073709551615 4127168467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867948 CPUtime=0.93
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 6888 641 0 0 13 2 77 1 17 0 9 0 27949529 888778752 21391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 19 641 0 0 0 0 77 1 17 0 9 0 27949529 888778752 21391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 9 641 0 0 0 0 77 1 16 0 9 0 27949529 888778752 21391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888778752 21391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867948 CPUtime=1.11
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 1026 641 0 0 33 0 77 1 15 0 9 0 27949532 888778752 21391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888778752 21391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 32 641 0 0 0 0 77 1 15 0 9 0 27949532 888778752 21391 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) 867948

[startup+25.503 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 27225
/proc/meminfo: memFree=1717064/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867948 CPUtime=25.23
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 30805 641 1 0 2430 15 77 1 18 0 9 0 27949526 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216987 21392 2662 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867948 CPUtime=24.71
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 22025 641 1 0 2382 11 77 1 25 0 9 0 27949527 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4127182850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867948 CPUtime=0.93
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 6888 641 0 0 13 2 77 1 16 0 9 0 27949529 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 19 641 0 0 0 0 77 1 17 0 9 0 27949529 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 9 641 0 0 0 0 77 1 16 0 9 0 27949529 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867948 CPUtime=1.12
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 1027 641 0 0 34 0 77 1 15 0 9 0 27949532 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 32 641 0 0 0 0 77 1 15 0 9 0 27949532 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867948

[startup+51.1026 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27225
/proc/meminfo: memFree=1717000/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867948 CPUtime=50.59
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 30805 641 1 0 4966 15 77 1 18 0 9 0 27949526 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216987 21392 2662 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867948 CPUtime=50.06
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 22025 641 1 0 4917 11 77 1 25 0 9 0 27949527 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4127168467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867948 CPUtime=0.93
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 6888 641 0 0 13 2 77 1 16 0 9 0 27949529 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 19 641 0 0 0 0 77 1 17 0 9 0 27949529 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 9 641 0 0 0 0 77 1 16 0 9 0 27949529 888778752 21392 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867948 CPUtime=0.78

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

/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 9 641 0 0 0 0 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867948 CPUtime=1.12
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 1029 641 0 0 34 0 77 1 16 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 32 641 0 0 0 0 77 1 15 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.85
Current children cumulated vsize (KiB) 867948

[startup+1542.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 27307
/proc/meminfo: memFree=1721688/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867948 CPUtime=1535.82
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 30808 641 1 0 153485 19 77 1 18 0 9 0 27949526 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216987 21394 2662 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867948 CPUtime=1535.3
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 22026 641 1 0 153437 15 77 1 25 0 9 0 27949527 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4127168467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867948 CPUtime=0.93
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 6888 641 0 0 13 2 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 19 641 0 0 0 0 77 1 17 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 9 641 0 0 0 0 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867948 CPUtime=1.12
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 1029 641 0 0 34 0 77 1 16 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 32 641 0 0 0 0 77 1 15 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.82
Current children cumulated vsize (KiB) 867948

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 27307
/proc/meminfo: memFree=1721688/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867948 CPUtime=1595.79
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 30808 641 1 0 159482 19 77 1 18 0 9 0 27949526 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216987 21394 2662 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867948 CPUtime=1595.27
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 22026 641 1 0 159434 15 77 1 25 0 9 0 27949527 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4127169568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867948 CPUtime=0.93
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 6888 641 0 0 13 2 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 19 641 0 0 0 0 77 1 17 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 9 641 0 0 0 0 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867948 CPUtime=1.12
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 1029 641 0 0 34 0 77 1 16 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 32 641 0 0 0 0 77 1 15 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.79
Current children cumulated vsize (KiB) 867948

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27307
/proc/meminfo: memFree=1721688/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867948 CPUtime=1655.76
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 30808 641 1 0 165479 19 77 1 18 0 9 0 27949526 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216987 21394 2662 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867948 CPUtime=1655.24
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 22026 641 1 0 165431 15 77 1 25 0 9 0 27949527 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4127168467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867948 CPUtime=0.93
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 6888 641 0 0 13 2 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 19 641 0 0 0 0 77 1 17 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 9 641 0 0 0 0 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867948 CPUtime=1.12
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 1029 641 0 0 34 0 77 1 16 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 32 641 0 0 0 0 77 1 15 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.76
Current children cumulated vsize (KiB) 867948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27346
/proc/meminfo: memFree=1662232/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867948 CPUtime=1715.75
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 30808 641 1 0 171476 21 77 1 18 0 9 0 27949526 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216987 21394 2662 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867948 CPUtime=1715.21
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 22026 641 1 0 171427 16 77 1 25 0 9 0 27949527 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4127137585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867948 CPUtime=0.93
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 6888 641 0 0 13 2 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 19 641 0 0 0 0 77 1 17 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 9 641 0 0 0 0 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867948 CPUtime=1.12
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 1029 641 0 0 34 0 77 1 16 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 32 641 0 0 0 0 77 1 15 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.75
Current children cumulated vsize (KiB) 867948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27346
/proc/meminfo: memFree=1662040/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867948 CPUtime=1775.72
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 30808 641 1 0 177473 21 77 1 18 0 9 0 27949526 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216987 21394 2662 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867948 CPUtime=1775.18
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 22026 641 1 0 177424 16 77 1 25 0 9 0 27949527 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4127168467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867948 CPUtime=0.93
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 6888 641 0 0 13 2 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 19 641 0 0 0 0 77 1 17 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 9 641 0 0 0 0 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867948 CPUtime=1.12
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 1029 641 0 0 34 0 77 1 16 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 32 641 0 0 0 0 77 1 15 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.72
Current children cumulated vsize (KiB) 867948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 27346
/proc/meminfo: memFree=1662040/2055920 swapFree=4192812/4192956
[pid=27212] ppid=27210 vsize=867948 CPUtime=1800.01
/proc/27212/stat : 27212 (java) S 27210 27212 26031 0 -1 0 30808 641 1 0 179902 21 77 1 18 0 9 0 27949526 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27212/statm: 216987 21394 2662 9 0 211423 0
[pid=27212/tid=27214] ppid=27210 vsize=867948 CPUtime=1799.48
/proc/27212/task/27214/stat : 27214 (java) R 27210 27212 26031 0 -1 64 22026 641 1 0 179854 16 77 1 25 0 9 0 27949527 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4127137559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27212/tid=27215] ppid=27210 vsize=867948 CPUtime=0.93
/proc/27212/task/27215/stat : 27215 (java) S 27210 27212 26031 0 -1 64 6888 641 0 0 13 2 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27216] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27216/stat : 27216 (java) S 27210 27212 26031 0 -1 64 19 641 0 0 0 0 77 1 17 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27217] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27217/stat : 27217 (java) S 27210 27212 26031 0 -1 64 9 641 0 0 0 0 77 1 16 0 9 0 27949529 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27218] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27218/stat : 27218 (java) S 27210 27212 26031 0 -1 64 2 641 0 0 0 0 77 1 18 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27219] ppid=27210 vsize=867948 CPUtime=1.12
/proc/27212/task/27219/stat : 27219 (java) S 27210 27212 26031 0 -1 64 1029 641 0 0 34 0 77 1 16 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27220] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27220/stat : 27220 (java) S 27210 27212 26031 0 -1 64 0 641 0 0 0 0 77 1 19 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27212/tid=27221] ppid=27210 vsize=867948 CPUtime=0.78
/proc/27212/task/27221/stat : 27221 (java) S 27210 27212 26031 0 -1 64 32 641 0 0 0 0 77 1 15 0 9 0 27949532 888778752 21394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867948

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): 1806.65
CPU time (s): 1800.07
CPU user time (s): 1799.83
CPU system time (s): 0.238963
CPU usage (%): 99.6356
Max. virtual memory (cumulated for all children) (KiB): 870792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31477
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= 38049
involuntary context switches= 80151

runsolver used 2.58661 second user time and 5.63814 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 16:27:10
IDJOB=2095859
IDBENCH=55795
IDSOLVER=773
FILE ID=node22/2095859-1247408830
PBS_JOBID= 9510600
Free space on /tmp= 66396 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl40-45-pb-cnf-cr.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095859-1247408830/watcher-2095859-1247408830 -o /tmp/evaluation-result-2095859-1247408830/solver-2095859-1247408830 -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-2095859-1247408830.xml

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

MD5SUM BENCH= d90b14d447b2d0625f8e023b3d8fff94
RANDOM SEED=1311575147

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1793272 kB
Buffers:         41676 kB
Cached:         114928 kB
SwapCached:          0 kB
Active:         153004 kB
Inactive:        58524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          75364 kB
Slab:            36324 kB
Committed_AS:   993808 kB
PageTables:       1832 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= 66392 MiB
End job on node22 at 2009-07-12 16:57:19