Trace number 1044392

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.06 1826.54

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-20_glb.xml
MD5SUM7812e1842715799c37ff5f210a866913
Bench CategoryGLOBAL (global constraints)
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 variables400
Number of constraints43
Maximum constraint arity400
Maximum domain size400
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(42)

Solver Data (download as text)

0.08/0.09	
0.08/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1044392-1215024871.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.39/0.40	     nbVariables=400  nbDomainTypes=1  minDomainSize=400  maxDomainSize=400  nbTotalValues=160000
0.39/0.40	       =>  wckTime=0.167  cpuTime=0.13  mem=11M826
0.39/0.40	   
0.39/0.40	   constraints being loaded...
0.68/0.74	     nbConstraints=97  nbGlobalConstraints=97  nbSharedBinaryRepresentations=0  minDegree=9  maxDegree=11  minArity=20
0.68/0.74	     avgArity=42.64  maxArity=400  nbGenerators=12  nbFusions=0  symmetryWckTime=0.27  symmetryCpuTime=0.22
0.68/0.74	       =>  wckTime=0.507  cpuTime=0.38  mem=23M545
0.77/0.82	   
0.77/0.82	   solver IterativeSystematicSolver being built... 
0.77/0.89	   
0.77/0.89	   INFO : Forward propagation technique limited 
0.87/0.98	       =>  wckTime=0.746  cpuTime=0.52  mem=28M792
0.96/1.02	   
0.96/1.02	   preprocessing
0.96/1.02	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.96/1.02	     detectedInconsistency=no
0.96/1.02	       =>  wckTime=0.034  cpuTime=0.02  mem=29M767
8.42/8.65	   
8.42/8.65	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=31M720)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044392-1215024871/watcher-1044392-1215024871 -o /tmp/evaluation-result-1044392-1215024871/solver-1044392-1215024871 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044392-1215024871.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 4/94 27964
/proc/meminfo: memFree=1348080/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=10704 CPUtime=0
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 739 0 0 0 0 0 0 0 18 0 2 0 1981459799 10960896 519 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 2676 519 243 9 0 1196 0
[pid=27964/tid=27965] ppid=27962 vsize=10904 CPUtime=0
/proc/27964/task/27965/stat : 27965 (java) S 27962 27964 27437 0 -1 64 145 0 0 0 0 0 0 0 19 0 2 0 1981459800 11165696 574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0

[startup+0.0911651 s]
/proc/loadavg: 2.00 2.00 1.97 4/94 27964
/proc/meminfo: memFree=1348080/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=865884 CPUtime=0.08
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 3630 0 1 0 7 1 0 0 18 0 9 0 1981459799 886665216 3118 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 216471 3118 1672 9 0 211026 0
[pid=27964/tid=27965] ppid=27962 vsize=865884 CPUtime=0.06
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 2721 0 1 0 6 0 0 0 16 0 9 0 1981459800 886665216 3118 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101304 s]
/proc/loadavg: 2.00 2.00 1.97 4/94 27964
/proc/meminfo: memFree=1348080/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=866908 CPUtime=0.1
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 3787 0 1 0 8 2 0 0 18 0 9 0 1981459799 887713792 3240 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 216727 3240 1718 9 0 211282 0
[pid=27964/tid=27965] ppid=27962 vsize=866908 CPUtime=0.07
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 2871 0 1 0 6 1 0 0 17 0 9 0 1981459800 887713792 3243 996147200 134512640 134550740 4294955984 18446744073709551615 104280887 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866908

[startup+0.301344 s]
/proc/loadavg: 2.00 2.00 1.97 4/94 27964
/proc/meminfo: memFree=1348080/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=867292 CPUtime=0.29
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 6059 0 1 0 25 4 0 0 18 0 9 0 1981459799 888107008 5433 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 216823 5433 1958 9 0 211351 0
[pid=27964/tid=27965] ppid=27962 vsize=867292 CPUtime=0.24
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 5078 0 1 0 21 3 0 0 18 0 9 0 1981459800 888107008 5433 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867292

[startup+0.70143 s]
/proc/loadavg: 2.00 2.00 1.97 4/94 27964
/proc/meminfo: memFree=1348080/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868232 CPUtime=0.68
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 10953 243 1 0 59 7 2 0 18 0 10 0 1981459799 889069568 9147 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217058 9147 2000 9 0 211586 0
[pid=27964/tid=27965] ppid=27962 vsize=868232 CPUtime=0.53
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 9481 243 1 0 46 5 2 0 17 0 10 0 1981459800 889069568 9147 996147200 134512640 134550740 4294955984 18446744073709551615 4126730057 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868232

[startup+1.50259 s]
/proc/loadavg: 2.00 2.00 1.97 4/105 27977
/proc/meminfo: memFree=1308488/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=1.46
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 18863 366 1 0 134 10 2 0 18 0 9 0 1981459799 889274368 12857 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12857 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=1.2
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13361 366 1 0 111 7 2 0 21 0 9 0 1981459800 889274368 12857 996147200 134512640 134550740 4294955984 18446744073709551615 4126866716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 16 0 9 0 1981459802 889274368 12857 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12857 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12857 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12857 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.19
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 739 366 0 0 17 0 2 0 15 0 9 0 1981459804 889274368 12857 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12857 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 6 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12857 996147200 134512640 134550740 4294955984 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) 868432

[startup+3.10292 s]
/proc/loadavg: 2.00 2.00 1.97 3/103 27977
/proc/meminfo: memFree=1306640/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=3.03
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 18884 366 1 0 291 10 2 0 18 0 9 0 1981459799 889274368 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12875 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=2.76
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13375 366 1 0 267 7 2 0 25 0 9 0 1981459800 889274368 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4126866713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 17 0 9 0 1981459802 889274368 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.21
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 746 366 0 0 19 0 2 0 15 0 9 0 1981459804 889274368 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 6 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 868432

[startup+6.30259 s]
/proc/loadavg: 2.00 2.00 1.97 3/103 27977
/proc/meminfo: memFree=1306256/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=6.16
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 18943 366 1 0 604 10 2 0 18 0 9 0 1981459799 889274368 12910 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12910 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=5.88
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13402 366 1 0 579 7 2 0 25 0 9 0 1981459800 889274368 12910 996147200 134512640 134550740 4294955984 18446744073709551615 4126866713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 17 0 9 0 1981459802 889274368 12910 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12910 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12910 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12910 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.22
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 766 366 0 0 20 0 2 0 15 0 9 0 1981459804 889274368 12910 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12910 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) R 27962 27964 27437 0 -1 64 18 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12910 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 868432

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 1.97 3/103 27977
/proc/meminfo: memFree=1305944/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=12.44
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 18982 366 1 0 1232 10 2 0 18 0 9 0 1981459799 889274368 12937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12937 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=12.14
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13427 366 1 0 1205 7 2 0 25 0 9 0 1981459800 889274368 12937 996147200 134512640 134550740 4294955984 18446744073709551615 4126820498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 16 0 9 0 1981459802 889274368 12937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.23
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 780 366 0 0 21 0 2 0 15 0 9 0 1981459804 889274368 12937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 18 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 868432

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 1.97 3/103 27977
/proc/meminfo: memFree=1305824/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=24.98
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 19021 366 1 0 2486 10 2 0 18 0 9 0 1981459799 889274368 12952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12952 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=24.66
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13436 366 1 0 2457 7 2 0 25 0 9 0 1981459800 889274368 12952 996147200 134512640 134550740 4294955984 18446744073709551615 4126822628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 16 0 9 0 1981459802 889274368 12952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.26
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 810 366 0 0 24 0 2 0 16 0 9 0 1981459804 889274368 12952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 18 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12952 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 868432

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 1.97 3/103 27977
/proc/meminfo: memFree=1305888/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=50.09
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 19025 366 1 0 4997 10 2 0 18 0 9 0 1981459799 889274368 12956 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12956 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=49.76
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13439 366 1 0 4967 7 2 0 25 0 9 0 1981459800 889274368 12956 996147200 134512640 134550740 4294955984 18446744073709551615 4126820498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06

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

/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.26
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 812 366 0 0 24 0 2 0 16 0 9 0 1981459804 889274368 12977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 18 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1515.92
Current children cumulated vsize (KiB) 868432

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/94 27986
/proc/meminfo: memFree=1330976/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=1575.9
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 19050 366 1 0 157575 13 2 0 18 0 9 0 1981459799 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12980 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=1575.57
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13463 366 1 0 157545 10 2 0 25 0 9 0 1981459800 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4126819609 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 16 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.26
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 812 366 0 0 24 0 2 0 16 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 18 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1575.9
Current children cumulated vsize (KiB) 868432

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 28015
/proc/meminfo: memFree=1164488/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=1635.87
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 19050 366 1 0 163571 14 2 0 18 0 9 0 1981459799 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12980 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=1635.54
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13463 366 1 0 163541 11 2 0 25 0 9 0 1981459800 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4126887759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 16 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.26
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 812 366 0 0 24 0 2 0 16 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 18 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1635.87
Current children cumulated vsize (KiB) 868432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 28015
/proc/meminfo: memFree=1161544/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=1695.84
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 19050 366 1 0 169568 14 2 0 18 0 9 0 1981459799 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12980 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=1695.52
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13463 366 1 0 169538 12 2 0 25 0 9 0 1981459800 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4126858515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 16 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.26
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 812 366 0 0 24 0 2 0 16 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 18 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1695.84
Current children cumulated vsize (KiB) 868432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 28015
/proc/meminfo: memFree=1158408/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=1755.82
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 19050 366 1 0 175565 15 2 0 18 0 9 0 1981459799 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12980 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=1755.49
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13463 366 1 0 175535 12 2 0 25 0 9 0 1981459800 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4126819599 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 16 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.26
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 812 366 0 0 24 0 2 0 16 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 18 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.82
Current children cumulated vsize (KiB) 868432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1826.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 28015
/proc/meminfo: memFree=1158472/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=1800
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 19050 366 1 0 179983 15 2 0 18 0 9 0 1981459799 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12980 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=1799.67
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13463 366 1 0 179953 12 2 0 25 0 9 0 1981459800 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4126822632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 16 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.26
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 812 366 0 0 24 0 2 0 16 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 18 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868432

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

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

[startup+1826.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 28015
/proc/meminfo: memFree=1158472/2055920 swapFree=4179680/4192956
[pid=27964] ppid=27962 vsize=868432 CPUtime=1800
/proc/27964/stat : 27964 (java) S 27962 27964 27437 0 -1 0 19050 366 1 0 179983 15 2 0 18 0 9 0 1981459799 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27964/statm: 217108 12980 2634 9 0 211614 0
[pid=27964/tid=27965] ppid=27962 vsize=868432 CPUtime=1799.67
/proc/27964/task/27965/stat : 27965 (java) R 27962 27964 27437 0 -1 64 13463 366 1 0 179953 12 2 0 25 0 9 0 1981459800 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4126822632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27964/tid=27967] ppid=27962 vsize=868432 CPUtime=0.06
/proc/27964/task/27967/stat : 27967 (java) S 27962 27964 27437 0 -1 64 3924 366 0 0 4 0 2 0 16 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27968] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27968/stat : 27968 (java) S 27962 27964 27437 0 -1 64 16 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27969] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27969/stat : 27969 (java) S 27962 27964 27437 0 -1 64 9 366 0 0 0 0 2 0 15 0 9 0 1981459802 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27970] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27970/stat : 27970 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 18 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27971] ppid=27962 vsize=868432 CPUtime=0.26
/proc/27964/task/27971/stat : 27971 (java) S 27962 27964 27437 0 -1 64 812 366 0 0 24 0 2 0 16 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27972] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27972/stat : 27972 (java) S 27962 27964 27437 0 -1 64 1 366 0 0 0 0 2 0 19 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27964/tid=27973] ppid=27962 vsize=868432 CPUtime=0.02
/proc/27964/task/27973/stat : 27973 (java) S 27962 27964 27437 0 -1 64 18 366 0 0 0 0 2 0 15 0 9 0 1981459804 889274368 12980 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868432

Child status: 143
Real time (s): 1826.54
CPU time (s): 1800.06
CPU user time (s): 1799.89
CPU system time (s): 0.167974
CPU usage (%): 98.5502
Max. virtual memory (cumulated for all children) (KiB): 868476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19450
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= 38293
involuntary context switches= 74770

runsolver used 2.34164 second user time and 5.98309 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-02 20:54:32
IDJOB=1044392
IDBENCH=53660
IDSOLVER=363
FILE ID=node54/1044392-1215024871
PBS_JOBID= 7874361
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-20_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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044392-1215024871/watcher-1044392-1215024871 -o /tmp/evaluation-result-1044392-1215024871/solver-1044392-1215024871 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044392-1215024871.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7812e1842715799c37ff5f210a866913
RANDOM SEED=147462371

node54.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.279
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.279
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:       1348496 kB
Buffers:         67708 kB
Cached:         485060 kB
SwapCached:       6668 kB
Active:         272068 kB
Inactive:       357000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348496 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          91460 kB
Slab:            62988 kB
Committed_AS:  4383920 kB
PageTables:       2092 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node54 at 2008-07-02 21:25:00