Trace number 2093572

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 ESAC? (TO) 1800.13 1807.66

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-15_glb.xml
MD5SUM32962253496acabe94751db02f9dfcea
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.6881
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints33
Maximum constraint arity225
Maximum domain size225
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(32)

Solver Data

0.34/0.47	
0.34/0.47	Abscon 112 (May, 2008)
0.71/0.88	
0.71/0.88	   configuration
0.71/0.88	     name=esac.xml
0.80/0.92	   
0.80/0.92	   instance
0.80/0.92	     name=HOME/instance-2093572-1247401509.xml
0.80/0.95	   
0.80/0.95	   domains being loaded...
0.80/0.96	   
0.80/0.96	   variables being loaded...
0.90/1.03	     nbVariables=225  nbDomainTypes=1  minDomainSize=225  maxDomainSize=225  nbTotalValues=50625
0.90/1.04	       =>  wckTime=0.147  cpuTime=0.11  mem=9M843
0.90/1.04	   
0.90/1.04	   constraints being loaded...
1.08/1.22	     nbConstraints=74  nbGlobalConstraints=74  nbSharedBinaryRepresentations=0  minDegree=7  maxDegree=11  minArity=15
1.08/1.22	     avgArity=30.23  maxArity=225  nbGenerators=9  nbFusions=0  symmetryWckTime=0.137  symmetryCpuTime=0.09
1.08/1.22	       =>  wckTime=0.335  cpuTime=0.23  mem=15M703
1.08/1.27	   
1.08/1.27	   solver IterativeSystematicSolver being built... 
1.18/1.34	   
1.18/1.34	   INFO : Forward propagation technique limited 
1.28/1.43	       =>  wckTime=0.544  cpuTime=0.35  mem=22M869
1.28/1.44	   
1.28/1.44	   preprocessing
1.28/1.44	     nbConstraintChecks=0  nbPropagations=225  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.28/1.44	     detectedInconsistency=no
1.28/1.44	       =>  wckTime=0.015  cpuTime=0.01  mem=22M869
2.78/2.99	   
2.78/2.99	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M885)

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-2093572-1247401509/watcher-2093572-1247401509 -o /tmp/evaluation-result-2093572-1247401509/solver-2093572-1247401509 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2093572-1247401509.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.38 2.24 1.10 4/80 30248
/proc/meminfo: memFree=1647396/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=18576 CPUtime=0
/proc/30248/stat : 30248 (runsolver) R 30246 30248 29965 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27215573 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30248/statm: 4644 284 249 26 0 2626 0

[startup+0.0800921 s]
/proc/loadavg: 2.38 2.24 1.10 4/80 30248
/proc/meminfo: memFree=1647396/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=864144 CPUtime=0.06
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 3124 0 1 0 4 2 0 0 20 0 9 0 27215573 884883456 2609 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216036 2609 1240 9 0 210929 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864144

[startup+0.129448 s]
/proc/loadavg: 2.38 2.24 1.10 4/80 30248
/proc/meminfo: memFree=1647396/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=865952 CPUtime=0.08
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 3196 0 1 0 6 2 0 0 20 0 9 0 27215573 886734848 2681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216488 2681 1286 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865952

[startup+0.306444 s]
/proc/loadavg: 2.38 2.24 1.10 4/80 30248
/proc/meminfo: memFree=1647396/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=865952 CPUtime=0.24
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 3610 0 1 0 19 5 0 0 20 0 9 0 27215573 886734848 3094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216488 3094 1648 9 0 210980 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 865952

[startup+0.707721 s]
/proc/loadavg: 2.38 2.24 1.10 4/80 30248
/proc/meminfo: memFree=1647396/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=865980 CPUtime=0.61
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 4059 0 1 0 51 10 0 0 20 0 9 0 27215573 886763520 3488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216495 3488 1806 9 0 210980 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 865980

[startup+1.50138 s]
/proc/loadavg: 2.43 2.25 1.11 4/89 30257
/proc/meminfo: memFree=1630684/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=1.37
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16145 326 1 0 120 16 1 0 20 0 9 0 27215573 887984128 10930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 10930 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=1.13
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 11923 326 1 0 98 14 1 0 19 0 9 0 27215575 887984128 10930 996147200 134512640 134550932 4294955968 18446744073709551615 4126816947 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2705 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 10930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 10930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 10930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 10930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.19
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 677 326 0 0 18 0 1 0 15 0 9 0 27215578 887984128 10930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 10930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 6 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 10930 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 867172

[startup+3.10254 s]
/proc/loadavg: 2.43 2.25 1.11 3/89 30261
/proc/meminfo: memFree=1612764/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=2.98
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16379 326 1 0 280 17 1 0 20 0 9 0 27215573 887984128 11161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11161 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=2.68
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12123 326 1 0 252 15 1 0 25 0 9 0 27215575 887984128 11161 996147200 134512640 134550932 4294955968 18446744073709551615 4126883342 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 17 0 9 0 27215576 887984128 11161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.24
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 710 326 0 0 23 0 1 0 15 0 9 0 27215578 887984128 11161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 6 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 867172

[startup+6.30187 s]
/proc/loadavg: 2.39 2.25 1.11 3/89 30261
/proc/meminfo: memFree=1612572/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=6.16
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16421 326 1 0 598 17 1 0 20 0 9 0 27215573 887984128 11196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11196 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=5.85
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12131 326 1 0 569 15 1 0 25 0 9 0 27215575 887984128 11196 996147200 134512640 134550932 4294955968 18446744073709551615 4126802907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 11196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.26
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 741 326 0 0 25 0 1 0 15 0 9 0 27215578 887984128 11196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 9 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 867172

[startup+12.7025 s]
/proc/loadavg: 2.36 2.24 1.12 3/89 30261
/proc/meminfo: memFree=1612380/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=12.53
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16433 326 1 0 1235 17 1 0 20 0 9 0 27215573 887984128 11205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11205 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=12.21
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12137 326 1 0 1205 15 1 0 25 0 9 0 27215575 887984128 11205 996147200 134512640 134550932 4294955968 18446744073709551615 4126800918 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 11205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.27
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 747 326 0 0 26 0 1 0 16 0 9 0 27215578 887984128 11205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 9 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 867172

[startup+25.5019 s]
/proc/loadavg: 2.30 2.23 1.12 3/89 30261
/proc/meminfo: memFree=1612316/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=25.28
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16437 326 1 0 2510 17 1 0 20 0 9 0 27215573 887984128 11208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11208 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=24.96
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12141 326 1 0 2480 15 1 0 25 0 9 0 27215575 887984128 11208 996147200 134512640 134550932 4294955968 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 11208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.27
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 747 326 0 0 26 0 1 0 16 0 9 0 27215578 887984128 11208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 9 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 867172

[startup+51.1015 s]
/proc/loadavg: 2.18 2.21 1.15 3/89 30261
/proc/meminfo: memFree=1612188/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=50.77
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16443 326 1 0 5059 17 1 0 20 0 9 0 27215573 887984128 11213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11213 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=50.45
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12147 326 1 0 5029 15 1 0 25 0 9 0 27215575 887984128 11213 996147200 134512640 134550932 4294955968 18446744073709551615 4126802920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 11213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.27
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 747 326 0 0 26 0 1 0 16 0 9 0 27215578 887984128 11213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.27
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 750 326 0 0 26 0 1 0 16 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 9 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.03
Current children cumulated vsize (KiB) 867172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/89 30300
/proc/meminfo: memFree=1613324/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=1535.8
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16544 326 1 0 153560 19 1 0 20 0 9 0 27215573 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11312 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=1535.45
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12245 326 1 0 153528 16 1 0 25 0 9 0 27215575 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.27
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 750 326 0 0 26 0 1 0 16 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 9 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.8
Current children cumulated vsize (KiB) 867172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/89 30300
/proc/meminfo: memFree=1613324/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=1595.56
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16544 326 1 0 159536 19 1 0 20 0 9 0 27215573 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11312 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=1595.22
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12245 326 1 0 159505 16 1 0 25 0 9 0 27215575 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4126800918 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.27
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 750 326 0 0 26 0 1 0 16 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 9 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.56
Current children cumulated vsize (KiB) 867172

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/89 30302
/proc/meminfo: memFree=1613068/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=1655.32
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16544 326 1 0 165512 19 1 0 20 0 9 0 27215573 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11312 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=1654.98
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12245 326 1 0 165481 16 1 0 25 0 9 0 27215575 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4126802907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.27
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 750 326 0 0 26 0 1 0 16 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 9 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.32
Current children cumulated vsize (KiB) 867172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/89 30302
/proc/meminfo: memFree=1613068/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=1715.09
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16544 326 1 0 171489 19 1 0 20 0 9 0 27215573 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11312 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=1714.75
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12245 326 1 0 171458 16 1 0 25 0 9 0 27215575 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4126800873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.27
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 750 326 0 0 26 0 1 0 16 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 9 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.09
Current children cumulated vsize (KiB) 867172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/89 30302
/proc/meminfo: memFree=1613068/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=1774.85
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16544 326 1 0 177465 19 1 0 20 0 9 0 27215573 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11312 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=1774.51
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12245 326 1 0 177434 16 1 0 25 0 9 0 27215575 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4125952192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.27
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 750 326 0 0 26 0 1 0 16 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 9 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.85
Current children cumulated vsize (KiB) 867172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 1.83 3/89 30302
/proc/meminfo: memFree=1613068/2055920 swapFree=4192812/4192956
[pid=30248] ppid=30246 vsize=867172 CPUtime=1800.05
/proc/30248/stat : 30248 (java) S 30246 30248 29965 0 -1 0 16544 326 1 0 179985 19 1 0 20 0 9 0 27215573 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30248/statm: 216793 11312 2658 9 0 211229 0
[pid=30248/tid=30250] ppid=30246 vsize=867172 CPUtime=1799.71
/proc/30248/task/30250/stat : 30250 (java) R 30246 30248 29965 0 -1 64 12245 326 1 0 179954 16 1 0 25 0 9 0 27215575 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4126801826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30251] ppid=30246 vsize=867172 CPUtime=0.04
/proc/30248/task/30251/stat : 30251 (java) S 30246 30248 29965 0 -1 64 2706 326 0 0 3 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30252] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30252/stat : 30252 (java) S 30246 30248 29965 0 -1 64 17 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30253] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30253/stat : 30253 (java) S 30246 30248 29965 0 -1 64 8 326 0 0 0 0 1 0 16 0 9 0 27215576 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30254] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30254/stat : 30254 (java) S 30246 30248 29965 0 -1 64 2 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30255] ppid=30246 vsize=867172 CPUtime=0.27
/proc/30248/task/30255/stat : 30255 (java) S 30246 30248 29965 0 -1 64 750 326 0 0 26 0 1 0 16 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30248/tid=30256] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30256/stat : 30256 (java) S 30246 30248 29965 0 -1 64 1 326 0 0 0 0 1 0 25 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30248/tid=30257] ppid=30246 vsize=867172 CPUtime=0.01
/proc/30248/task/30257/stat : 30257 (java) S 30246 30248 29965 0 -1 64 9 326 0 0 0 0 1 0 15 0 9 0 27215578 887984128 11312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867172

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): 1807.66
CPU time (s): 1800.13
CPU user time (s): 1799.92
CPU system time (s): 0.209968
CPU usage (%): 99.583
Max. virtual memory (cumulated for all children) (KiB): 867172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16904
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= 37914
involuntary context switches= 47461

runsolver used 1.87471 second user time and 5.00924 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 14:25:09
IDJOB=2093572
IDBENCH=53644
IDSOLVER=774
FILE ID=node90/2093572-1247401509
PBS_JOBID= 9510471
Free space on /tmp= 66296 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-15_glb.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2093572-1247401509/watcher-2093572-1247401509 -o /tmp/evaluation-result-2093572-1247401509/solver-2093572-1247401509 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2093572-1247401509.xml

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

MD5SUM BENCH= 32962253496acabe94751db02f9dfcea
RANDOM SEED=1143010365

node90.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.212
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.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1647876 kB
Buffers:         59852 kB
Cached:         227380 kB
SwapCached:          0 kB
Active:         203000 kB
Inactive:       140180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647876 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2028 kB
Writeback:           0 kB
Mapped:          70212 kB
Slab:            50084 kB
Committed_AS:  1013652 kB
PageTables:       1920 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= 66296 MiB
End job on node90 at 2009-07-12 14:55:19