Trace number 2097510

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

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-1.xml
MD5SUMbe61e7635319c5e34b7bbbbc5c03d845
Bench Category2-ARY-INT (binary constraints in intension)
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1663
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2097510-1247413190.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.38	   
0.29/0.38	   variables being loaded...
0.58/0.70	     nbVariables=800  nbDomainTypes=98  minDomainSize=1565  maxDomainSize=1663  nbTotalValues=1290862
0.58/0.70	       =>  wckTime=0.454  cpuTime=0.34  mem=36M373
0.58/0.70	   
0.58/0.70	   predicates being loaded...
0.68/0.76	   
0.68/0.76	   constraints being loaded...
20.75/20.85	   
20.75/20.85	   INFO : Stopping converting binary constraints (cpu=20.14, mem = 66M961)
24.02/24.13	     nbConstraints=12960  nbGlobalConstraints=12068  nbConvertedConstraints=58  nbConvertConstraintsChecks=106004251
24.02/24.13	     nbExtensionStructures=41  nbSharedExtensionStructures=17  nbConflictsStructures=41  nbSharedConflictsStructures=17
24.02/24.13	     nbUnbuiltConflictsStructures=254  nbSharedBinaryRepresentations=63084  nbEvaluationManagers=254
24.02/24.13	     nbSharedEvaluationManagers=580  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
24.02/24.13	     nbFusions=0  symmetryWckTime=2.776  symmetryCpuTime=2.53  nbCliques=20
24.02/24.13	       =>  wckTime=23.884  cpuTime=22.96  mem=85M232
24.31/24.41	   
24.31/24.41	   solver IterativeSystematicSolver being built... 
24.40/24.52	   
24.40/24.52	   INFO : Forward propagation technique limited 
24.61/24.71	       =>  wckTime=24.464  cpuTime=23.18  mem=118M80
121.43/121.63	   
121.43/121.63	   preprocessing
121.43/121.63	     nbConstraintChecks=564928725  nbValidityChecks=3459520  nbPropagations=2344  nbRevisions=5321
121.43/121.63	     nbUselessRevisions=3791  nbRemovedValues=766422  detectedInconsistency=no
121.43/121.63	       =>  wckTime=96.875  cpuTime=96.71  mem=132M499
143.72/143.98	   
143.72/143.98	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=126M625)

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-2097510-1247413190/watcher-2097510-1247413190 -o /tmp/evaluation-result-2097510-1247413190/solver-2097510-1247413190 -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-2097510-1247413190.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: 1.92 1.98 1.99 3/81 28849
/proc/meminfo: memFree=1690488/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=10676 CPUtime=0
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28383783 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 2669 474 207 9 0 1184 0
[pid=28849/tid=28850] ppid=28847 vsize=10676 CPUtime=0
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28383784 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 2666456 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.108405 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 28849
/proc/meminfo: memFree=1690488/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=865984 CPUtime=0.09
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 3852 0 1 0 7 2 0 0 18 0 9 0 28383783 886767616 3295 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 216496 3295 1730 9 0 210981 0
[pid=28849/tid=28850] ppid=28847 vsize=865984 CPUtime=0.08
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 2944 0 1 0 6 2 0 0 18 0 9 0 28383784 886767616 3295 996147200 134512640 134550932 4294955968 18446744073709551615 4159510851 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.201419 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 28849
/proc/meminfo: memFree=1690488/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=866144 CPUtime=0.19
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 4712 0 1 0 16 3 0 0 18 0 9 0 28383783 886931456 4129 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 216536 4129 1878 9 0 211014 0
[pid=28849/tid=28850] ppid=28847 vsize=866144 CPUtime=0.17
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 3804 0 1 0 15 2 0 0 18 0 9 0 28383784 886931456 4129 996147200 134512640 134550932 4294955968 18446744073709551615 103783399 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866144

[startup+0.302432 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 28849
/proc/meminfo: memFree=1690488/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=866296 CPUtime=0.29
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 5696 0 1 0 26 3 0 0 18 0 9 0 28383783 887087104 5099 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 216574 5099 1927 9 0 211052 0
[pid=28849/tid=28850] ppid=28847 vsize=866296 CPUtime=0.24
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 4726 0 1 0 22 2 0 0 19 0 9 0 28383784 887087104 5099 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.701477 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 28849
/proc/meminfo: memFree=1690488/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=868012 CPUtime=0.68
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 13854 0 1 0 61 7 0 0 18 0 9 0 28383783 888844288 13216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217003 13216 1998 9 0 211461 0
[pid=28849/tid=28850] ppid=28847 vsize=868012 CPUtime=0.55
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 12664 0 1 0 48 7 0 0 20 0 9 0 28383784 888844288 13216 996147200 134512640 134550932 4294955968 18446744073709551615 4126463718 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868012

[startup+1.50259 s]
/proc/loadavg: 1.92 1.98 1.99 4/90 28858
/proc/meminfo: memFree=1605168/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=868608 CPUtime=1.48
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 24271 0 1 0 136 12 0 0 18 0 9 0 28383783 889454592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217152 23599 2028 9 0 211610 0
[pid=28849/tid=28850] ppid=28847 vsize=868608 CPUtime=1.19
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 15797 0 1 0 111 8 0 0 25 0 9 0 28383784 889454592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4126576124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28852] ppid=28847 vsize=868608 CPUtime=0.07
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 7091 0 0 0 5 2 0 0 17 0 9 0 28383786 889454592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28853] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28383786 889454592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28383786 889454592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28383788 889454592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=868608 CPUtime=0.18
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 681 0 0 0 18 0 0 0 16 0 9 0 28383788 889454592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28857] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28383788 889454592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28383788 889454592 23599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868608

[startup+3.10278 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 28858
/proc/meminfo: memFree=1603504/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=868608 CPUtime=3.06
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 24319 0 1 0 293 13 0 0 18 0 9 0 28383783 889454592 23644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217152 23644 2031 9 0 211610 0
[pid=28849/tid=28850] ppid=28847 vsize=868608 CPUtime=2.75
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 15828 0 1 0 266 9 0 0 25 0 9 0 28383784 889454592 23644 996147200 134512640 134550932 4294955968 18446744073709551615 4126950525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28852] ppid=28847 vsize=868608 CPUtime=0.07
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 7091 0 0 0 5 2 0 0 17 0 9 0 28383786 889454592 23644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28853] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28383786 889454592 23644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28383786 889454592 23644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28383788 889454592 23644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=868608 CPUtime=0.2
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 698 0 0 0 20 0 0 0 16 0 9 0 28383788 889454592 23644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28857] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28383788 889454592 23644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28383788 889454592 23644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868608

[startup+6.30119 s]
/proc/loadavg: 1.85 1.97 1.99 2/80 28860
/proc/meminfo: memFree=1718720/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=868608 CPUtime=6.26
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 24344 0 1 0 611 15 0 0 18 0 9 0 28383783 889454592 23666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217152 23666 2031 9 0 211610 0
[pid=28849/tid=28850] ppid=28847 vsize=868608 CPUtime=5.92
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 15832 0 1 0 581 11 0 0 17 0 9 0 28383784 889454592 23666 996147200 134512640 134550932 4294955968 18446744073709551615 4126918832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28852] ppid=28847 vsize=868608 CPUtime=0.07
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 7091 0 0 0 5 2 0 0 16 0 9 0 28383786 889454592 23666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28853] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28383786 889454592 23666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28383786 889454592 23666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28383788 889454592 23666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=868608 CPUtime=0.22
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 719 0 0 0 22 0 0 0 16 0 9 0 28383788 889454592 23666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28857] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28383788 889454592 23666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28383788 889454592 23666 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 868608

[startup+12.702 s]
/proc/loadavg: 2.02 2.00 2.00 3/90 28895
/proc/meminfo: memFree=1616112/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=868608 CPUtime=12.65
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 29872 0 1 0 1244 21 0 0 18 0 9 0 28383783 889454592 29191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217152 29191 2031 9 0 211610 0
[pid=28849/tid=28850] ppid=28847 vsize=868608 CPUtime=12.17
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 15835 0 1 0 1203 14 0 0 25 0 9 0 28383784 889454592 29191 996147200 134512640 134550932 4294955968 18446744073709551615 4126944249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28852] ppid=28847 vsize=868608 CPUtime=0.22
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 12611 0 0 0 17 5 0 0 16 0 9 0 28383786 889454592 29191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28853] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28383786 889454592 29191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28383786 889454592 29191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28383788 889454592 29191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=868608 CPUtime=0.23
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 724 0 0 0 23 0 0 0 16 0 9 0 28383788 889454592 29191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28857] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28383788 889454592 29191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=868608 CPUtime=0
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28383788 889454592 29191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868608

[startup+25.5026 s]
/proc/loadavg: 2.17 2.03 2.01 3/90 28899
/proc/meminfo: memFree=1547504/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=869344 CPUtime=25.39
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 69682 902 1 0 2487 36 14 2 18 0 9 0 28383783 890208256 41284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217336 41284 2662 9 0 211772 0
[pid=28849/tid=28850] ppid=28847 vsize=869344 CPUtime=24.31
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 30483 902 1 0 2393 22 14 2 25 0 9 0 28383784 890208256 41284 996147200 134512640 134550932 4294955968 18446744073709551615 4127165326 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28852] ppid=28847 vsize=869344 CPUtime=0.85
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 37402 902 0 0 58 11 14 2 16 0 9 0 28383786 890208256 41284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28853] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 18 902 0 0 0 0 14 2 16 0 9 0 28383786 890208256 41284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 22 902 0 0 0 0 14 2 15 0 9 0 28383786 890208256 41284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 902 0 0 0 0 14 2 18 0 9 0 28383788 890208256 41284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=869344 CPUtime=0.5
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 918 902 0 0 34 0 14 2 16 0 9 0 28383788 890208256 41284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28857] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 902 0 0 0 0 14 2 19 0 9 0 28383788 890208256 41284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 14 902 0 0 0 0 14 2 15 0 9 0 28383788 890208256 41284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 869344

[startup+51.1029 s]
/proc/loadavg: 2.29 2.08 2.02 3/90 28903
/proc/meminfo: memFree=1504808/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=869344 CPUtime=50.96
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 70199 902 1 0 5043 37 14 2 18 0 9 0 28383783 890208256 41296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217336 41296 2662 9 0 211772 0
[pid=28849/tid=28850] ppid=28847 vsize=869344 CPUtime=49.85
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 30981 902 1 0 4947 22 14 2 20 0 9 0 28383784 890208256 41296 996147200 134512640 134550932 4294955968 18446744073709551615 4126920167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28852] ppid=28847 vsize=869344 CPUtime=0.85
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 37402 902 0 0 58 11 14 2 16 0 9 0 28383786 890208256 41296 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 22 902 0 0 0 0 14 2 15 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 902 0 0 0 0 14 2 18 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=869344 CPUtime=0.61
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 994 902 0 0 44 1 14 2 16 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28857] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 902 0 0 0 0 14 2 19 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 15 902 0 0 0 0 14 2 15 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 869344

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28911
/proc/meminfo: memFree=1439400/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=869344 CPUtime=1541.53
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 80478 902 1 0 154090 47 14 2 18 0 9 0 28383783 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217336 49681 2662 9 0 211772 0
[pid=28849/tid=28850] ppid=28847 vsize=869344 CPUtime=1539
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 32836 902 1 0 153857 27 14 2 25 0 9 0 28383784 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4127030665 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28852] ppid=28847 vsize=869344 CPUtime=2.19
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 45768 902 0 0 187 16 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28853] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 18 902 0 0 0 0 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 22 902 0 0 0 0 14 2 15 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 902 0 0 0 0 14 2 18 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=869344 CPUtime=0.61
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 994 902 0 0 44 1 14 2 16 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28857] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 902 0 0 0 0 14 2 19 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 15 902 0 0 0 0 14 2 15 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.53
Current children cumulated vsize (KiB) 869344

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28911
/proc/meminfo: memFree=1439400/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=869344 CPUtime=1601.5
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 80492 902 1 0 160087 47 14 2 18 0 9 0 28383783 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217336 49681 2662 9 0 211772 0
[pid=28849/tid=28850] ppid=28847 vsize=869344 CPUtime=1598.91
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 32850 902 1 0 159848 27 14 2 25 0 9 0 28383784 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4127030191 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28852] ppid=28847 vsize=869344 CPUtime=2.25
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 45768 902 0 0 193 16 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28853] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 18 902 0 0 0 0 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 22 902 0 0 0 0 14 2 15 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 902 0 0 0 0 14 2 18 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=869344 CPUtime=0.61
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 994 902 0 0 44 1 14 2 16 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28857] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 902 0 0 0 0 14 2 19 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 15 902 0 0 0 0 14 2 15 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 869344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28911
/proc/meminfo: memFree=1439400/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=869344 CPUtime=1661.48
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 80506 902 1 0 166084 48 14 2 18 0 9 0 28383783 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217336 49681 2662 9 0 211772 0
[pid=28849/tid=28850] ppid=28847 vsize=869344 CPUtime=1658.83
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 32864 902 1 0 165840 27 14 2 25 0 9 0 28383784 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4126533856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28852] ppid=28847 vsize=869344 CPUtime=2.31
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 45768 902 0 0 198 17 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28853] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 18 902 0 0 0 0 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 22 902 0 0 0 0 14 2 15 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 902 0 0 0 0 14 2 18 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=869344 CPUtime=0.61
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 994 902 0 0 44 1 14 2 16 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28857] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 902 0 0 0 0 14 2 19 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 15 902 0 0 0 0 14 2 15 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.48
Current children cumulated vsize (KiB) 869344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28911
/proc/meminfo: memFree=1439400/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=869344 CPUtime=1721.46
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 80519 902 1 0 172082 48 14 2 18 0 9 0 28383783 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217336 49681 2662 9 0 211772 0
[pid=28849/tid=28850] ppid=28847 vsize=869344 CPUtime=1718.76
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 32877 902 1 0 171833 27 14 2 25 0 9 0 28383784 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4126921596 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28852] ppid=28847 vsize=869344 CPUtime=2.36
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 45768 902 0 0 203 17 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28853] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 18 902 0 0 0 0 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 22 902 0 0 0 0 14 2 15 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 902 0 0 0 0 14 2 18 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=869344 CPUtime=0.61
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 994 902 0 0 44 1 14 2 16 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28857] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 902 0 0 0 0 14 2 19 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 15 902 0 0 0 0 14 2 15 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.46
Current children cumulated vsize (KiB) 869344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28911
/proc/meminfo: memFree=1439208/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=869344 CPUtime=1781.43
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 80533 902 1 0 178079 48 14 2 18 0 9 0 28383783 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217336 49681 2662 9 0 211772 0
[pid=28849/tid=28850] ppid=28847 vsize=869344 CPUtime=1778.69
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 32891 902 1 0 177825 28 14 2 25 0 9 0 28383784 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4126917348 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28852] ppid=28847 vsize=869344 CPUtime=2.42
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 45768 902 0 0 209 17 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28853] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 18 902 0 0 0 0 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 22 902 0 0 0 0 14 2 15 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 902 0 0 0 0 14 2 18 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=869344 CPUtime=0.61
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 994 902 0 0 44 1 14 2 16 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28857] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 902 0 0 0 0 14 2 19 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 15 902 0 0 0 0 14 2 15 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (KiB) 869344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 28911
/proc/meminfo: memFree=1439208/2055920 swapFree=4192812/4192956
[pid=28849] ppid=28847 vsize=869344 CPUtime=1800.03
/proc/28849/stat : 28849 (java) S 28847 28849 26038 0 -1 0 80537 902 1 0 179939 48 14 2 18 0 9 0 28383783 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28849/statm: 217336 49681 2662 9 0 211772 0
[pid=28849/tid=28850] ppid=28847 vsize=869344 CPUtime=1797.26
/proc/28849/task/28850/stat : 28850 (java) R 28847 28849 26038 0 -1 64 32895 902 1 0 179682 28 14 2 25 0 9 0 28383784 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4127300875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28852] ppid=28847 vsize=869344 CPUtime=2.43
/proc/28849/task/28852/stat : 28852 (java) S 28847 28849 26038 0 -1 64 45768 902 0 0 210 17 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28853] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28853/stat : 28853 (java) S 28847 28849 26038 0 -1 64 18 902 0 0 0 0 14 2 16 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28854] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28854/stat : 28854 (java) S 28847 28849 26038 0 -1 64 22 902 0 0 0 0 14 2 15 0 9 0 28383786 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28855] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28855/stat : 28855 (java) S 28847 28849 26038 0 -1 64 2 902 0 0 0 0 14 2 18 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28856] ppid=28847 vsize=869344 CPUtime=0.61
/proc/28849/task/28856/stat : 28856 (java) S 28847 28849 26038 0 -1 64 994 902 0 0 44 1 14 2 16 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28849/tid=28857] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28857/stat : 28857 (java) S 28847 28849 26038 0 -1 64 1 902 0 0 0 0 14 2 19 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28849/tid=28858] ppid=28847 vsize=869344 CPUtime=0.16
/proc/28849/task/28858/stat : 28858 (java) S 28847 28849 26038 0 -1 64 15 902 0 0 0 0 14 2 15 0 9 0 28383788 890208256 49681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 869344

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

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

Child status: 143
Real time (s): 1800.98
CPU time (s): 1800.11
CPU user time (s): 1799.58
CPU system time (s): 0.532918
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 871660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.532918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81469
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= 41522
involuntary context switches= 48585

runsolver used 2.67759 second user time and 7.13791 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 17:39:50
IDJOB=2097510
IDBENCH=57478
IDSOLVER=774
FILE ID=node54/2097510-1247413190
PBS_JOBID= 9510537
Free space on /tmp= 66404 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-1.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-2097510-1247413190/watcher-2097510-1247413190 -o /tmp/evaluation-result-2097510-1247413190/solver-2097510-1247413190 -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-2097510-1247413190.xml

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

MD5SUM BENCH= be61e7635319c5e34b7bbbbc5c03d845
RANDOM SEED=22341592

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.232
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.232
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:       1690968 kB
Buffers:         41432 kB
Cached:         136592 kB
SwapCached:          0 kB
Active:         226480 kB
Inactive:        84556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3672 kB
Writeback:           0 kB
Mapped:         153376 kB
Slab:            38888 kB
Committed_AS:   998000 kB
PageTables:       1984 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= 66408 MiB
End job on node54 at 2009-07-12 18:09:53