Trace number 2093579

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.11 1816.37

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-14_glb.xml
MD5SUM5e6d0a2edf9733af83cf17b2f2203221
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.341947
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints31
Maximum constraint arity196
Maximum domain size196
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(30)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-2093579-1247401517.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.39/0.43	     nbVariables=196  nbDomainTypes=1  minDomainSize=196  maxDomainSize=196  nbTotalValues=38416
0.39/0.43	       =>  wckTime=0.196  cpuTime=0.13  mem=8M868
0.39/0.44	   
0.39/0.44	   constraints being loaded...
0.57/0.63	     nbConstraints=70  nbGlobalConstraints=70  nbSharedBinaryRepresentations=0  minDegree=9  maxDegree=11  minArity=14
0.57/0.63	     avgArity=28.49  maxArity=196  nbGenerators=9  nbFusions=0  symmetryWckTime=0.135  symmetryCpuTime=0.07
0.57/0.63	       =>  wckTime=0.389  cpuTime=0.24  mem=14M792
0.57/0.68	   
0.57/0.68	   solver IterativeSystematicSolver being built... 
0.67/0.75	   
0.67/0.75	   INFO : Forward propagation technique limited 
0.77/0.84	       =>  wckTime=0.599  cpuTime=0.38  mem=22M636
0.77/0.85	   
0.77/0.85	   preprocessing
0.77/0.85	     nbConstraintChecks=0  nbPropagations=196  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.77/0.85	     detectedInconsistency=no
0.77/0.85	       =>  wckTime=0.014  cpuTime=0.01  mem=22M636
2.06/2.16	   
2.06/2.17	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M660)

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-2093579-1247401517/watcher-2093579-1247401517 -o /tmp/evaluation-result-2093579-1247401517/solver-2093579-1247401517 -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-2093579-1247401517.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.08 1.50 0.73 4/80 27532
/proc/meminfo: memFree=1797936/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=10676 CPUtime=0
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27214530 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 2669 474 207 9 0 1184 0
[pid=27532/tid=27533] ppid=27530 vsize=10676 CPUtime=0
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27214531 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 10686424 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0510111 s]
/proc/loadavg: 2.08 1.50 0.73 4/80 27532
/proc/meminfo: memFree=1797936/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=863616 CPUtime=0.04
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 2426 0 1 0 3 1 0 0 18 0 9 0 27214530 884342784 1999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 215904 1999 911 9 0 210819 0
[pid=27532/tid=27533] ppid=27530 vsize=863616 CPUtime=0.02
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 1714 0 1 0 2 0 0 0 20 0 9 0 27214531 884342784 1999 996147200 134512640 134550932 4294955968 18446744073709551615 4125959124 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863616

[startup+0.102019 s]
/proc/loadavg: 2.08 1.50 0.73 4/80 27532
/proc/meminfo: memFree=1797936/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=865984 CPUtime=0.09
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 3792 0 1 0 7 2 0 0 18 0 9 0 27214530 886767616 3242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216496 3242 1709 9 0 210981 0
[pid=27532/tid=27533] ppid=27530 vsize=865984 CPUtime=0.07
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 2884 0 1 0 6 1 0 0 18 0 9 0 27214531 886767616 3242 996147200 134512640 134550932 4294955968 18446744073709551615 102513186 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302042 s]
/proc/loadavg: 2.08 1.50 0.73 4/80 27532
/proc/meminfo: memFree=1797936/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=866296 CPUtime=0.29
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 5701 0 1 0 25 4 0 0 18 0 9 0 27214530 887087104 5104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216574 5104 1928 9 0 211052 0
[pid=27532/tid=27533] ppid=27530 vsize=866296 CPUtime=0.24
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 4726 0 1 0 21 3 0 0 19 0 9 0 27214531 887087104 5104 996147200 134512640 134550932 4294955968 18446744073709551615 9839396 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.702093 s]
/proc/loadavg: 2.08 1.50 0.73 4/80 27532
/proc/meminfo: memFree=1797936/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867372 CPUtime=0.67
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 12163 195 1 0 59 7 1 0 18 0 10 0 27214530 888188928 8654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216843 8654 2654 9 0 211279 0
[pid=27532/tid=27533] ppid=27530 vsize=867372 CPUtime=0.49
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 8145 195 1 0 43 5 1 0 20 0 10 0 27214531 888188928 8654 996147200 134512640 134550932 4294955968 18446744073709551615 4125951464 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867372

[startup+1.50218 s]
/proc/loadavg: 2.08 1.50 0.73 3/89 27545
/proc/meminfo: memFree=1764648/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867372 CPUtime=1.46
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16061 318 1 0 137 8 1 0 18 0 9 0 27214530 888188928 10950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216843 10950 2657 9 0 211279 0
[pid=27532/tid=27533] ppid=27530 vsize=867372 CPUtime=1.2
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 11945 318 1 0 113 6 1 0 25 0 9 0 27214531 888188928 10950 996147200 134512640 134550932 4294955968 18446744073709551615 4126828303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867372 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 16 0 9 0 27214533 888188928 10950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867372 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888188928 10950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867372 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888188928 10950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867372 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888188928 10950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867372 CPUtime=0.19
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 702 318 0 0 18 0 1 0 15 0 9 0 27214535 888188928 10950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867372 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888188928 10950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867372 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888188928 10950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867372

[startup+3.10136 s]
/proc/loadavg: 2.08 1.50 0.73 3/89 27545
/proc/meminfo: memFree=1764328/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867372 CPUtime=3.05
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16092 318 1 0 296 8 1 0 18 0 9 0 27214530 888188928 10979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216843 10979 2657 9 0 211279 0
[pid=27532/tid=27533] ppid=27530 vsize=867372 CPUtime=2.77
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 11964 318 1 0 270 6 1 0 25 0 9 0 27214531 888188928 10979 996147200 134512640 134550932 4294955968 18446744073709551615 4126795291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867372 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 17 0 9 0 27214533 888188928 10979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867372 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888188928 10979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867372 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888188928 10979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867372 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888188928 10979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867372 CPUtime=0.21
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 714 318 0 0 20 0 1 0 15 0 9 0 27214535 888188928 10979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867372 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888188928 10979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867372 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888188928 10979 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) 867372

[startup+6.30274 s]
/proc/loadavg: 2.08 1.51 0.73 3/89 27545
/proc/meminfo: memFree=1764008/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867504 CPUtime=6.21
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16115 318 1 0 612 8 1 0 18 0 9 0 27214530 888324096 10998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216876 10998 2657 9 0 211312 0
[pid=27532/tid=27533] ppid=27530 vsize=867504 CPUtime=5.91
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 11971 318 1 0 584 6 1 0 25 0 9 0 27214531 888324096 10998 996147200 134512640 134550932 4294955968 18446744073709551615 4126793241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867504 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 17 0 9 0 27214533 888324096 10998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888324096 10998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888324096 10998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888324096 10998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867504 CPUtime=0.24
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 730 318 0 0 23 0 1 0 16 0 9 0 27214535 888324096 10998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888324096 10998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888324096 10998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867504

[startup+12.7015 s]
/proc/loadavg: 2.07 1.52 0.74 3/89 27545
/proc/meminfo: memFree=1763624/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867504 CPUtime=12.55
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16123 318 1 0 1246 8 1 0 18 0 9 0 27214530 888324096 11005 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216876 11005 2657 9 0 211312 0
[pid=27532/tid=27533] ppid=27530 vsize=867504 CPUtime=12.25
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 11976 318 1 0 1218 6 1 0 25 0 9 0 27214531 888324096 11005 996147200 134512640 134550932 4294955968 18446744073709551615 4126816327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867504 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 16 0 9 0 27214533 888324096 11005 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888324096 11005 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888324096 11005 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888324096 11005 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867504 CPUtime=0.24
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 733 318 0 0 23 0 1 0 15 0 9 0 27214535 888324096 11005 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888324096 11005 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) R 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888324096 11005 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) 867504

[startup+25.503 s]
/proc/loadavg: 2.05 1.54 0.76 3/89 27545
/proc/meminfo: memFree=1763560/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867504 CPUtime=25.24
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16137 318 1 0 2514 9 1 0 18 0 9 0 27214530 888324096 11018 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216876 11018 2657 9 0 211312 0
[pid=27532/tid=27533] ppid=27530 vsize=867504 CPUtime=24.93
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 11990 318 1 0 2486 6 1 0 25 0 9 0 27214531 888324096 11018 996147200 134512640 134550932 4294955968 18446744073709551615 4126794210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867504 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 16 0 9 0 27214533 888324096 11018 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888324096 11018 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888324096 11018 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888324096 11018 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867504 CPUtime=0.24
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 733 318 0 0 23 0 1 0 15 0 9 0 27214535 888324096 11018 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888324096 11018 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888324096 11018 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867504

[startup+51.103 s]
/proc/loadavg: 2.03 1.57 0.79 3/89 27545
/proc/meminfo: memFree=1763688/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867504 CPUtime=50.6
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16152 318 1 0 5050 9 1 0 18 0 9 0 27214530 888324096 11032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216876 11032 2657 9 0 211312 0
[pid=27532/tid=27533] ppid=27530 vsize=867504 CPUtime=50.28
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 12005 318 1 0 5021 6 1 0 25 0 9 0 27214531 888324096 11032 996147200 134512640 134550932 4294955968 18446744073709551615 4126793253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867504 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 16 0 9 0 27214533 888324096 11032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867504 CPUtime=0.25
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 736 318 0 0 24 0 1 0 16 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.84
Current children cumulated vsize (KiB) 867504

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/89 27547
/proc/meminfo: memFree=1761768/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867504 CPUtime=1587.27
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16297 318 1 0 158713 13 1 0 18 0 9 0 27214530 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216876 11176 2657 9 0 211312 0
[pid=27532/tid=27533] ppid=27530 vsize=867504 CPUtime=1586.96
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 12147 318 1 0 158684 11 1 0 25 0 9 0 27214531 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4126796472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867504 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867504 CPUtime=0.25
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 736 318 0 0 24 0 1 0 16 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.27
Current children cumulated vsize (KiB) 867504

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/89 27547
/proc/meminfo: memFree=1761768/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867504 CPUtime=1646.71
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16297 318 1 0 164657 13 1 0 18 0 9 0 27214530 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216876 11176 2657 9 0 211312 0
[pid=27532/tid=27533] ppid=27530 vsize=867504 CPUtime=1646.4
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 12147 318 1 0 164628 11 1 0 25 0 9 0 27214531 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4126798804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867504 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867504 CPUtime=0.25
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 736 318 0 0 24 0 1 0 16 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.71
Current children cumulated vsize (KiB) 867504

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/89 27547
/proc/meminfo: memFree=1761704/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867504 CPUtime=1706.15
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16297 318 1 0 170601 13 1 0 18 0 9 0 27214530 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216876 11176 2657 9 0 211312 0
[pid=27532/tid=27533] ppid=27530 vsize=867504 CPUtime=1705.84
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 12147 318 1 0 170572 11 1 0 25 0 9 0 27214531 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4126797441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867504 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867504 CPUtime=0.25
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 736 318 0 0 24 0 1 0 16 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.15
Current children cumulated vsize (KiB) 867504

[startup+1782.3 s]
/proc/loadavg: 2.08 2.00 1.78 3/89 27588
/proc/meminfo: memFree=1681128/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867504 CPUtime=1766.04
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16297 318 1 0 176588 15 1 0 18 0 9 0 27214530 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216876 11176 2657 9 0 211312 0
[pid=27532/tid=27533] ppid=27530 vsize=867504 CPUtime=1765.72
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 12147 318 1 0 176559 12 1 0 25 0 9 0 27214531 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867504 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867504 CPUtime=0.25
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 736 318 0 0 24 0 1 0 16 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.04
Current children cumulated vsize (KiB) 867504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.3 s]
/proc/loadavg: 2.04 2.00 1.79 3/89 27588
/proc/meminfo: memFree=1680936/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867504 CPUtime=1800.03
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16297 318 1 0 179987 15 1 0 18 0 9 0 27214530 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216876 11176 2657 9 0 211312 0
[pid=27532/tid=27533] ppid=27530 vsize=867504 CPUtime=1799.71
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 12147 318 1 0 179958 12 1 0 25 0 9 0 27214531 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4126795294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867504 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867504 CPUtime=0.25
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 736 318 0 0 24 0 1 0 16 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867504

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

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

[startup+1816.3 s]
/proc/loadavg: 2.04 2.00 1.79 3/89 27588
/proc/meminfo: memFree=1680936/2055920 swapFree=4192812/4192956
[pid=27532] ppid=27530 vsize=867504 CPUtime=1800.03
/proc/27532/stat : 27532 (java) S 27530 27532 27210 0 -1 0 16297 318 1 0 179987 15 1 0 18 0 9 0 27214530 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27532/statm: 216876 11176 2657 9 0 211312 0
[pid=27532/tid=27533] ppid=27530 vsize=867504 CPUtime=1799.71
/proc/27532/task/27533/stat : 27533 (java) R 27530 27532 27210 0 -1 64 12147 318 1 0 179958 12 1 0 25 0 9 0 27214531 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4126795294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27532/tid=27535] ppid=27530 vsize=867504 CPUtime=0.05
/proc/27532/task/27535/stat : 27535 (java) S 27530 27532 27210 0 -1 64 2574 318 0 0 4 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27536] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27536/stat : 27536 (java) S 27530 27532 27210 0 -1 64 19 318 0 0 0 0 1 0 16 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27537] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27537/stat : 27537 (java) S 27530 27532 27210 0 -1 64 9 318 0 0 0 0 1 0 15 0 9 0 27214533 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27538] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27538/stat : 27538 (java) S 27530 27532 27210 0 -1 64 2 318 0 0 0 0 1 0 18 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27539] ppid=27530 vsize=867504 CPUtime=0.25
/proc/27532/task/27539/stat : 27539 (java) S 27530 27532 27210 0 -1 64 736 318 0 0 24 0 1 0 16 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27540] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27540/stat : 27540 (java) S 27530 27532 27210 0 -1 64 0 318 0 0 0 0 1 0 19 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27532/tid=27541] ppid=27530 vsize=867504 CPUtime=0.01
/proc/27532/task/27541/stat : 27541 (java) S 27530 27532 27210 0 -1 64 3 318 0 0 0 0 1 0 15 0 9 0 27214535 888324096 11176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867504

Child status: 143
Real time (s): 1816.37
CPU time (s): 1800.11
CPU user time (s): 1799.94
CPU system time (s): 0.165974
CPU usage (%): 99.1046
Max. virtual memory (cumulated for all children) (KiB): 867504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16647
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= 37835
involuntary context switches= 106707

runsolver used 1.9987 second user time and 6.27105 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 14:25:17
IDJOB=2093579
IDBENCH=53648
IDSOLVER=773
FILE ID=node66/2093579-1247401517
PBS_JOBID= 9510515
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= 5e6d0a2edf9733af83cf17b2f2203221
RANDOM SEED=1675277135

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1798416 kB
Buffers:         29712 kB
Cached:         111048 kB
SwapCached:          0 kB
Active:         142408 kB
Inactive:        57308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:          79368 kB
Slab:            42876 kB
Committed_AS:   990716 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= 66244 MiB
End job on node66 at 2009-07-12 14:55:35