Trace number 1044165

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.08 1808.95

General information on the benchmark

Namecsp/frb56-25/
normalized-frb56-25-4-mgd_ext.xml
MD5SUM9fd41dcf2251738accb874656e5f4c57
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark799.497
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints525
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension525
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	
0.00/0.07	Abscon 112 (May, 2008)
0.20/0.23	
0.20/0.23	   configuration
0.20/0.23	     name=mac.xml
0.20/0.26	   
0.20/0.26	   instance
0.20/0.26	     name=HOME/instance-1044165-1215019163.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.34	     nbVariables=56  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25  nbTotalValues=1400
0.29/0.34	       =>  wckTime=0.107  cpuTime=0.09  mem=7M919
0.29/0.34	   
0.29/0.34	   relations being loaded...
0.49/0.51	   
0.49/0.51	   constraints being loaded...
0.69/0.77	     nbConstraints=525  nbRelationTypes=525  nbExtensionStructures=525  nbSharedExtensionStructures=0
0.69/0.77	     nbConflictsStructures=525  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1078  minDegree=12
0.69/0.77	     maxDegree=27  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.072  symmetryCpuTime=0.03
0.69/0.77	       =>  wckTime=0.535  cpuTime=0.39  mem=26M785
0.78/0.86	   
0.78/0.86	   solver IterativeSystematicSolver being built... 
0.98/1.01	       =>  wckTime=0.773  cpuTime=0.52  mem=23M446
0.98/1.02	   
0.98/1.02	   preprocessing
0.98/1.02	     nbConstraintChecks=0  nbPropagations=56  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.98/1.02	     detectedInconsistency=no
0.98/1.02	       =>  wckTime=0.011  cpuTime=0.01  mem=23M446
1.08/1.19	   
1.08/1.19	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M442)

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-1044165-1215019163/watcher-1044165-1215019163 -o /tmp/evaluation-result-1044165-1215019163/solver-1044165-1215019163 -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-1044165-1215019163.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: 1.84 0.47 0.16 3/67 21990
/proc/meminfo: memFree=1839832/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=152 CPUtime=0
/proc/21990/stat : 21990 (java) R 21988 21990 21825 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 1980887613 155648 26 996147200 134512640 134550740 4294955984 18446744073709551615 10383659 0 0 4096 0 0 0 0 17 0 0 0
/proc/21990/statm: 38 26 19 9 0 4 0

[startup+0.00816995 s]
/proc/loadavg: 1.84 0.47 0.16 3/67 21990
/proc/meminfo: memFree=1839832/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=10336 CPUtime=0
/proc/21990/stat : 21990 (java) R 21988 21990 21825 0 -1 0 536 0 0 0 0 0 0 0 18 0 1 0 1980887613 10584064 339 996147200 134512640 134550740 4294955984 18446744073709551615 10355498 0 0 4096 0 0 0 0 17 0 0 0
/proc/21990/statm: 2584 344 145 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10336

[startup+0.101188 s]
/proc/loadavg: 1.84 0.47 0.16 3/67 21990
/proc/meminfo: memFree=1839832/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=865884 CPUtime=0.1
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 3876 0 1 0 8 2 0 0 18 0 9 0 1980887613 886665216 3317 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 216471 3318 1746 9 0 211026 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865884

[startup+0.301225 s]
/proc/loadavg: 1.84 0.47 0.16 3/67 21990
/proc/meminfo: memFree=1839832/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=866400 CPUtime=0.29
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 6077 0 1 0 25 4 0 0 18 0 9 0 1980887613 887193600 5447 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 216600 5447 1961 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.7013 s]
/proc/loadavg: 1.84 0.47 0.16 3/67 21990
/proc/meminfo: memFree=1839832/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=867004 CPUtime=0.69
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 10784 0 1 0 62 7 0 0 18 0 9 0 1980887613 887812096 10143 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 216751 10143 1988 9 0 211279 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867004

[startup+1.50243 s]
/proc/loadavg: 1.84 0.47 0.16 4/83 22013
/proc/meminfo: memFree=1784272/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=1.48
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20613 298 1 0 138 10 0 0 18 0 9 0 1980887613 889614336 12657 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12657 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=1.14
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13680 298 1 0 107 7 0 0 20 0 9 0 1980887614 889614336 12657 996147200 134512640 134550740 4294955984 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 17 0 9 0 1980887615 889614336 12657 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12657 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12657 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12657 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.23
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 716 298 0 0 23 0 0 0 16 0 9 0 1980887617 889614336 12657 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12657 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 2 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12657 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868764

[startup+3.10271 s]
/proc/loadavg: 1.85 0.49 0.17 3/81 22013
/proc/meminfo: memFree=1783704/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=3.07
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20632 298 1 0 297 10 0 0 18 0 9 0 1980887613 889614336 12674 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12674 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=2.7
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13680 298 1 0 263 7 0 0 25 0 9 0 1980887614 889614336 12674 996147200 134512640 134550740 4294955984 18446744073709551615 4126918568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 17 0 9 0 1980887615 889614336 12674 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12674 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12674 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12674 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.26
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 735 298 0 0 26 0 0 0 16 0 9 0 1980887617 889614336 12674 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12674 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 2 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12674 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868764

[startup+6.30227 s]
/proc/loadavg: 1.85 0.49 0.17 3/81 22013
/proc/meminfo: memFree=1784024/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=6.25
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20648 298 1 0 615 10 0 0 18 0 9 0 1980887613 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12676 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=5.88
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13681 298 1 0 581 7 0 0 25 0 9 0 1980887614 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4126927394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 16 0 9 0 1980887615 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 738 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 14 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868764

[startup+12.7024 s]
/proc/loadavg: 1.87 0.54 0.18 3/81 22013
/proc/meminfo: memFree=1784040/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=12.62
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20648 298 1 0 1252 10 0 0 18 0 9 0 1980887613 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12676 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=12.24
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13681 298 1 0 1217 7 0 0 25 0 9 0 1980887614 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4126905238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 16 0 9 0 1980887615 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 738 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 14 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 868764

[startup+25.5016 s]
/proc/loadavg: 1.89 0.59 0.20 3/81 22013
/proc/meminfo: memFree=1784232/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=25.35
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20648 298 1 0 2525 10 0 0 18 0 9 0 1980887613 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12676 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=24.98
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13681 298 1 0 2491 7 0 0 25 0 9 0 1980887614 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4126906656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 16 0 9 0 1980887615 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 738 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 14 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 868764

[startup+51.1011 s]
/proc/loadavg: 1.93 0.70 0.25 3/81 22013
/proc/meminfo: memFree=1784168/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=50.82
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20649 298 1 0 5072 10 0 0 18 0 9 0 1980887613 889614336 12677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12677 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=50.45
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13681 298 1 0 5037 8 0 0 25 0 9 0 1980887614 889614336 12677 996147200 134512640 134550740 4294955984 18446744073709551615 4126946967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 16 0 9 0 1980887615 889614336 12677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 739 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12677 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0

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

/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 749 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 14 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.72
Current children cumulated vsize (KiB) 868764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/81 22015
/proc/meminfo: memFree=1783144/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=1594.43
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20661 298 1 0 159432 11 0 0 18 0 9 0 1980887613 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12687 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=1594.05
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13683 298 1 0 159397 8 0 0 25 0 9 0 1980887614 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4126918579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 749 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 14 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.43
Current children cumulated vsize (KiB) 868764

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/81 22015
/proc/meminfo: memFree=1783080/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=1654.13
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20661 298 1 0 165402 11 0 0 18 0 9 0 1980887613 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12687 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=1653.75
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13683 298 1 0 165367 8 0 0 25 0 9 0 1980887614 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4126906355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 749 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 14 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.13
Current children cumulated vsize (KiB) 868764

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/81 22015
/proc/meminfo: memFree=1783080/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=1713.84
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20661 298 1 0 171373 11 0 0 18 0 9 0 1980887613 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12687 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=1713.46
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13683 298 1 0 171338 8 0 0 25 0 9 0 1980887614 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4126906229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 749 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 14 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.84
Current children cumulated vsize (KiB) 868764

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/81 22015
/proc/meminfo: memFree=1783016/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=1773.54
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20661 298 1 0 177343 11 0 0 18 0 9 0 1980887613 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12687 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=1773.16
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13683 298 1 0 177308 8 0 0 25 0 9 0 1980887614 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4126918505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 749 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 14 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.54
Current children cumulated vsize (KiB) 868764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 1.71 2/79 22016
/proc/meminfo: memFree=1794168/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=1800.02
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20661 298 1 0 179991 11 0 0 18 0 9 0 1980887613 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12687 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=1799.64
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13683 298 1 0 179956 8 0 0 25 0 9 0 1980887614 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4126908648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 749 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 14 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868764

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

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

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 1.71 2/79 22016
/proc/meminfo: memFree=1794168/2055920 swapFree=4155960/4192956
[pid=21990] ppid=21988 vsize=868764 CPUtime=1800.02
/proc/21990/stat : 21990 (java) S 21988 21990 21825 0 -1 0 20661 298 1 0 179991 11 0 0 18 0 9 0 1980887613 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21990/statm: 217191 12687 2632 9 0 211697 0
[pid=21990/tid=21992] ppid=21988 vsize=868764 CPUtime=1799.64
/proc/21990/task/21992/stat : 21992 (java) R 21988 21990 21825 0 -1 64 13683 298 1 0 179956 8 0 0 25 0 9 0 1980887614 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4126908648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21993] ppid=21988 vsize=868764 CPUtime=0.07
/proc/21990/task/21993/stat : 21993 (java) S 21988 21990 21825 0 -1 64 5383 298 0 0 7 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21994] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21994/stat : 21994 (java) S 21988 21990 21825 0 -1 64 16 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21995] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21995/stat : 21995 (java) S 21988 21990 21825 0 -1 64 9 298 0 0 0 0 0 0 16 0 9 0 1980887615 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=21998] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/21998/stat : 21998 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 24 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=21999] ppid=21988 vsize=868764 CPUtime=0.27
/proc/21990/task/21999/stat : 21999 (java) S 21988 21990 21825 0 -1 64 749 298 0 0 27 0 0 0 16 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21990/tid=22000] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22000/stat : 22000 (java) S 21988 21990 21825 0 -1 64 1 298 0 0 0 0 0 0 25 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21990/tid=22001] ppid=21988 vsize=868764 CPUtime=0
/proc/21990/task/22001/stat : 22001 (java) S 21988 21990 21825 0 -1 64 14 298 0 0 0 0 0 0 15 0 9 0 1980887617 889614336 12687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868764

Child status: 143
Real time (s): 1808.95
CPU time (s): 1800.08
CPU user time (s): 1799.95
CPU system time (s): 0.12698
CPU usage (%): 99.5099
Max. virtual memory (cumulated for all children) (KiB): 868808

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

runsolver used 1.68474 second user time and 6.549 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-02 19:19:23
IDJOB=1044165
IDBENCH=53433
IDSOLVER=363
FILE ID=node61/1044165-1215019163
PBS_JOBID= 7874348
Free space on /tmp= 66456 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/frb56-25/normalized-frb56-25-4-mgd_ext.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-1044165-1215019163/watcher-1044165-1215019163 -o /tmp/evaluation-result-1044165-1215019163/solver-1044165-1215019163 -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-1044165-1215019163.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9fd41dcf2251738accb874656e5f4c57
RANDOM SEED=985038122

node61.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.269
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.269
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:       1840240 kB
Buffers:         13944 kB
Cached:         104528 kB
SwapCached:      30720 kB
Active:          97148 kB
Inactive:        54688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840240 kB
SwapTotal:     4192956 kB
SwapFree:      4155960 kB
Dirty:            3468 kB
Writeback:           0 kB
Mapped:          14580 kB
Slab:            49620 kB
Committed_AS:  3734364 kB
PageTables:       1592 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node61 at 2008-07-02 19:49:34