Trace number 2093582

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.78

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-18_glb.xml
MD5SUM8c9a9485571326f274e2bac46160c372
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables324
Number of constraints39
Maximum constraint arity324
Maximum domain size324
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(38)

Solver Data

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2093582-1247401532.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.44	     nbVariables=324  nbDomainTypes=1  minDomainSize=324  maxDomainSize=324  nbTotalValues=104976
0.38/0.44	       =>  wckTime=0.172  cpuTime=0.13  mem=10M819
0.38/0.44	   
0.38/0.44	   constraints being loaded...
0.68/0.72	     nbConstraints=88  nbGlobalConstraints=88  nbSharedBinaryRepresentations=0  minDegree=9  maxDegree=11  minArity=18
0.68/0.72	     avgArity=37.89  maxArity=324  nbGenerators=11  nbFusions=0  symmetryWckTime=0.211  symmetryCpuTime=0.14
0.68/0.72	       =>  wckTime=0.452  cpuTime=0.32  mem=19M614
0.68/0.78	   
0.68/0.78	   solver IterativeSystematicSolver being built... 
0.77/0.85	   
0.77/0.85	   INFO : Forward propagation technique limited 
0.87/0.95	       =>  wckTime=0.682  cpuTime=0.46  mem=26M142
0.87/0.97	   
0.87/0.97	   preprocessing
0.87/0.97	     nbConstraintChecks=0  nbPropagations=324  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.87/0.97	     detectedInconsistency=no
0.87/0.97	       =>  wckTime=0.02  cpuTime=0.02  mem=26M142
5.33/5.45	   
5.33/5.45	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M125)

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-2093582-1247401532/watcher-2093582-1247401532 -o /tmp/evaluation-result-2093582-1247401532/solver-2093582-1247401532 -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-2093582-1247401532.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.19 1.51 0.70 4/80 32071
/proc/meminfo: memFree=1808880/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=10676 CPUtime=0
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27215954 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 2669 474 207 9 0 1184 0
[pid=32071/tid=32072] ppid=32069 vsize=10676 CPUtime=0
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27215956 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 12799960 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0318249 s]
/proc/loadavg: 2.19 1.51 0.70 4/80 32071
/proc/meminfo: memFree=1808880/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=861936 CPUtime=0.01
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 1878 0 1 0 0 1 0 0 18 0 5 0 27215954 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 215484 1563 686 9 0 210399 0
[pid=32071/tid=32072] ppid=32069 vsize=861936 CPUtime=0
/proc/32071/task/32072/stat : 32072 (java) S 32069 32071 31887 0 -1 64 1187 0 1 0 0 0 0 0 19 0 5 0 27215956 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.102707 s]
/proc/loadavg: 2.19 1.51 0.70 4/80 32071
/proc/meminfo: memFree=1808880/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=865984 CPUtime=0.09
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 3726 0 1 0 7 2 0 0 18 0 9 0 27215954 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216496 3194 1695 9 0 210981 0
[pid=32071/tid=32072] ppid=32069 vsize=865984 CPUtime=0.06
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 2809 0 1 0 5 1 0 0 20 0 9 0 27215956 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4125966471 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.301728 s]
/proc/loadavg: 2.19 1.51 0.70 4/80 32071
/proc/meminfo: memFree=1808880/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=866380 CPUtime=0.28
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 5818 0 1 0 23 5 0 0 18 0 9 0 27215954 887173120 5194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216595 5194 1976 9 0 211053 0
[pid=32071/tid=32072] ppid=32069 vsize=866380 CPUtime=0.22
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 4836 0 1 0 19 3 0 0 21 0 9 0 27215956 887173120 5194 996147200 134512640 134550932 4294955968 18446744073709551615 102337882 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701755 s]
/proc/loadavg: 2.19 1.51 0.70 4/80 32071
/proc/meminfo: memFree=1808880/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867408 CPUtime=0.68
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 10311 349 1 0 58 8 2 0 18 0 9 0 27215954 888225792 8558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216852 8558 2028 9 0 211310 0
[pid=32071/tid=32072] ppid=32069 vsize=867408 CPUtime=0.52
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 8827 349 1 0 45 5 2 0 19 0 9 0 27215956 888225792 8558 996147200 134512640 134550932 4294955968 18446744073709551615 4126748314 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867408

[startup+1.50282 s]
/proc/loadavg: 2.25 1.53 0.71 3/89 32084
/proc/meminfo: memFree=1771816/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867496 CPUtime=1.46
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17720 349 1 0 134 10 2 0 18 0 9 0 27215954 888315904 12104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216874 12104 2659 9 0 211310 0
[pid=32071/tid=32072] ppid=32069 vsize=867496 CPUtime=1.19
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12808 349 1 0 110 7 2 0 25 0 9 0 27215956 888315904 12104 996147200 134512640 134550932 4294955968 18446744073709551615 4126870455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867496 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 16 0 9 0 27215957 888315904 12104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867496 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888315904 12104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867496 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888315904 12104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867496 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888315904 12104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867496 CPUtime=0.22
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 746 349 0 0 19 1 2 0 15 0 9 0 27215960 888315904 12104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867496 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888315904 12104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867496 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 5 349 0 0 0 0 2 0 15 0 9 0 27215960 888315904 12104 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) 867496

[startup+3.10195 s]
/proc/loadavg: 2.25 1.53 0.71 3/89 32084
/proc/meminfo: memFree=1770472/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=3.05
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17750 349 1 0 292 11 2 0 18 0 9 0 27215954 888451072 12131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12131 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=2.76
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12827 349 1 0 267 7 2 0 25 0 9 0 27215956 888451072 12131 996147200 134512640 134550932 4294955968 18446744073709551615 4126870414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 17 0 9 0 27215957 888451072 12131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888451072 12131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.24
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 757 349 0 0 21 1 2 0 15 0 9 0 27215960 888451072 12131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12131 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 5 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12131 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) 867628

[startup+6.3012 s]
/proc/loadavg: 2.23 1.54 0.72 3/89 32084
/proc/meminfo: memFree=1770088/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=6.22
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17800 349 1 0 609 11 2 0 18 0 9 0 27215954 888451072 12166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12166 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=5.92
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12853 349 1 0 583 7 2 0 25 0 9 0 27215956 888451072 12166 996147200 134512640 134550932 4294955968 18446744073709551615 4126831970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 17 0 9 0 27215957 888451072 12166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888451072 12166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.24
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 769 349 0 0 21 1 2 0 15 0 9 0 27215960 888451072 12166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 17 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867628

[startup+12.7017 s]
/proc/loadavg: 2.21 1.54 0.73 3/89 32084
/proc/meminfo: memFree=1769896/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=12.56
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17856 349 1 0 1243 11 2 0 18 0 9 0 27215954 888451072 12185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12185 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=12.23
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12863 349 1 0 1214 7 2 0 25 0 9 0 27215956 888451072 12185 996147200 134512640 134550932 4294955968 18446744073709551615 4126833051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 16 0 9 0 27215957 888451072 12185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888451072 12185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.27
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 815 349 0 0 24 1 2 0 17 0 9 0 27215960 888451072 12185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 17 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12185 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867628

[startup+25.5027 s]
/proc/loadavg: 2.16 1.57 0.75 3/89 32084
/proc/meminfo: memFree=1769896/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=25.23
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17866 349 1 0 2510 11 2 0 18 0 9 0 27215954 888451072 12192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12192 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=24.91
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12868 349 1 0 2481 8 2 0 25 0 9 0 27215956 888451072 12192 996147200 134512640 134550932 4294955968 18446744073709551615 4126831970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 16 0 9 0 27215957 888451072 12192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888451072 12192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.28
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 820 349 0 0 25 1 2 0 16 0 9 0 27215960 888451072 12192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 17 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867628

[startup+51.1028 s]
/proc/loadavg: 2.11 1.60 0.78 3/89 32084
/proc/meminfo: memFree=1769832/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=50.6
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17870 349 1 0 5047 11 2 0 18 0 9 0 27215954 888451072 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12196 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=50.27
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12872 349 1 0 5017 8 2 0 25 0 9 0 27215956 888451072 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4126834232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 16 0 9 0 27215957 888451072 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.28
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 821 349 0 0 25 1 2 0 16 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 17 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.73
Current children cumulated vsize (KiB) 867628

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.74 3/89 32437
/proc/meminfo: memFree=1710248/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=1594.7
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17897 349 1 0 159452 16 2 0 18 0 9 0 27215954 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12222 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=1594.36
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12898 349 1 0 159422 12 2 0 25 0 9 0 27215956 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4126834316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 16 0 9 0 27215957 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.28
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 821 349 0 0 25 1 2 0 16 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 17 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.7
Current children cumulated vsize (KiB) 867628

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/89 32437
/proc/meminfo: memFree=1710312/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=1654.68
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17897 349 1 0 165450 16 2 0 18 0 9 0 27215954 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12222 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=1654.34
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12898 349 1 0 165420 12 2 0 25 0 9 0 27215956 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4126834303 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 16 0 9 0 27215957 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.28
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 821 349 0 0 25 1 2 0 16 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 17 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.68
Current children cumulated vsize (KiB) 867628

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.76 3/89 32437
/proc/meminfo: memFree=1710312/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=1714.66
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17897 349 1 0 171448 16 2 0 18 0 9 0 27215954 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12222 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=1714.32
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12898 349 1 0 171418 12 2 0 25 0 9 0 27215956 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4126831970 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 16 0 9 0 27215957 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.28
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 821 349 0 0 25 1 2 0 16 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 17 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.66
Current children cumulated vsize (KiB) 867628

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/89 32437
/proc/meminfo: memFree=1710248/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=1774.64
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17897 349 1 0 177446 16 2 0 18 0 9 0 27215954 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12222 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=1774.29
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12898 349 1 0 177415 12 2 0 25 0 9 0 27215956 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4126833051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 16 0 9 0 27215957 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.28
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 821 349 0 0 25 1 2 0 16 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 17 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.64
Current children cumulated vsize (KiB) 867628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 2.00 1.99 1.78 3/89 32437
/proc/meminfo: memFree=1710248/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=1800.04
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17897 349 1 0 179986 16 2 0 18 0 9 0 27215954 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12222 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=1799.69
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12898 349 1 0 179955 12 2 0 25 0 9 0 27215956 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4126834232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 16 0 9 0 27215957 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.28
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 821 349 0 0 25 1 2 0 16 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 17 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867628

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

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

[startup+1807.7 s]
/proc/loadavg: 2.00 1.99 1.78 3/89 32437
/proc/meminfo: memFree=1710248/2055920 swapFree=4192812/4192956
[pid=32071] ppid=32069 vsize=867628 CPUtime=1800.04
/proc/32071/stat : 32071 (java) S 32069 32071 31887 0 -1 0 17897 349 1 0 179986 16 2 0 18 0 9 0 27215954 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32071/statm: 216907 12222 2659 9 0 211343 0
[pid=32071/tid=32072] ppid=32069 vsize=867628 CPUtime=1799.69
/proc/32071/task/32072/stat : 32072 (java) R 32069 32071 31887 0 -1 64 12898 349 1 0 179955 12 2 0 25 0 9 0 27215956 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4126834232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32071/tid=32074] ppid=32069 vsize=867628 CPUtime=0.07
/proc/32071/task/32074/stat : 32074 (java) S 32069 32071 31887 0 -1 64 3328 349 0 0 4 1 2 0 16 0 9 0 27215957 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32075] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32075/stat : 32075 (java) S 32069 32071 31887 0 -1 64 19 349 0 0 0 0 2 0 16 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32076] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32076/stat : 32076 (java) S 32069 32071 31887 0 -1 64 9 349 0 0 0 0 2 0 15 0 9 0 27215958 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32077] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32077/stat : 32077 (java) S 32069 32071 31887 0 -1 64 2 349 0 0 0 0 2 0 18 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32078] ppid=32069 vsize=867628 CPUtime=0.28
/proc/32071/task/32078/stat : 32078 (java) S 32069 32071 31887 0 -1 64 821 349 0 0 25 1 2 0 16 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32079] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32079/stat : 32079 (java) S 32069 32071 31887 0 -1 64 0 349 0 0 0 0 2 0 19 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32071/tid=32080] ppid=32069 vsize=867628 CPUtime=0.02
/proc/32071/task/32080/stat : 32080 (java) S 32069 32071 31887 0 -1 64 17 349 0 0 0 0 2 0 15 0 9 0 27215960 888451072 12222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867628

Child status: 143
Real time (s): 1807.78
CPU time (s): 1800.13
CPU user time (s): 1799.95
CPU system time (s): 0.176973
CPU usage (%): 99.5766
Max. virtual memory (cumulated for all children) (KiB): 867628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18279
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= 37940
involuntary context switches= 37959

runsolver used 2.33164 second user time and 6.29004 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 14:25:32
IDJOB=2093582
IDBENCH=53649
IDSOLVER=774
FILE ID=node69/2093582-1247401532
PBS_JOBID= 9510510
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-18_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-2093582-1247401532/watcher-2093582-1247401532 -o /tmp/evaluation-result-2093582-1247401532/solver-2093582-1247401532 -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-2093582-1247401532.xml

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

MD5SUM BENCH= 8c9a9485571326f274e2bac46160c372
RANDOM SEED=2057975308

node69.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.211
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.211
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:       1809360 kB
Buffers:         30820 kB
Cached:         110484 kB
SwapCached:          0 kB
Active:         136068 kB
Inactive:        54420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:          69584 kB
Slab:            41136 kB
Committed_AS:  1001212 kB
PageTables:       1976 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= 66500 MiB
End job on node69 at 2009-07-12 14:55:42