Trace number 2097516

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.07 1803.85

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-28.xml
MD5SUM5e35e44ffc93b7d1cb552d0f7ecb97a7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.8368
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1551
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.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2097516-1247413216.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.58/0.67	     nbVariables=800  nbDomainTypes=97  minDomainSize=1453  maxDomainSize=1551  nbTotalValues=1201196
0.58/0.67	       =>  wckTime=0.434  cpuTime=0.31  mem=35M387
0.58/0.67	   
0.58/0.67	   predicates being loaded...
0.67/0.74	   
0.67/0.74	   constraints being loaded...
20.77/21.01	   
20.77/21.01	   INFO : Stopping converting binary constraints (cpu=20.13, mem = 61M890)
23.83/24.15	     nbConstraints=12960  nbGlobalConstraints=12050  nbConvertedConstraints=54  nbConvertConstraintsChecks=97654888
23.83/24.15	     nbExtensionStructures=43  nbSharedExtensionStructures=11  nbConflictsStructures=43  nbSharedConflictsStructures=11
23.83/24.15	     nbUnbuiltConflictsStructures=261  nbSharedBinaryRepresentations=61884  nbEvaluationManagers=261
23.83/24.15	     nbSharedEvaluationManagers=595  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.83/24.15	     nbFusions=0  symmetryWckTime=2.595  symmetryCpuTime=2.35  nbCliques=20
23.83/24.15	       =>  wckTime=23.907  cpuTime=22.79  mem=78M892
24.12/24.42	   
24.12/24.42	   solver IterativeSystematicSolver being built... 
24.22/24.54	   
24.22/24.54	   INFO : Forward propagation technique limited 
24.43/24.72	       =>  wckTime=24.483  cpuTime=23.01  mem=111M758
114.77/115.95	   
114.77/115.95	   preprocessing
114.77/115.95	     nbConstraintChecks=492973371  nbValidityChecks=1847830  nbPropagations=1513  nbRevisions=3894
114.77/115.95	     nbUselessRevisions=2666  nbRemovedValues=767676  detectedInconsistency=no
114.77/115.95	       =>  wckTime=91.183  cpuTime=90.29  mem=132M174
133.09/134.40	   
133.09/134.40	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=140M202)

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-2097516-1247413216/watcher-2097516-1247413216 -o /tmp/evaluation-result-2097516-1247413216/solver-2097516-1247413216 -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-2097516-1247413216.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/80 1909
/proc/meminfo: memFree=1764008/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=1616 CPUtime=0
/proc/1909/stat : 1909 (java) D 1907 1909 32340 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 28388494 1654784 151 996147200 134512640 134550932 4294955968 18446744073709551615 11879204 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1909/statm: 404 151 125 9 0 46 0
[pid=1909/tid=1910] ppid=1907 vsize=10676 CPUtime=0
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28388495 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 12726232 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0720269 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 1909
/proc/meminfo: memFree=1764008/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=864024 CPUtime=0.05
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 2917 0 1 0 4 1 0 0 18 0 9 0 28388494 884760576 2427 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 216006 2427 1151 9 0 210899 0
[pid=1909/tid=1910] ppid=1907 vsize=864024 CPUtime=0.03
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 2010 0 1 0 3 0 0 0 18 0 9 0 28388495 884760576 2427 996147200 134512640 134550932 4294955968 18446744073709551615 4125951464 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101031 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 1909
/proc/meminfo: memFree=1764008/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=865984 CPUtime=0.07
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 3761 0 1 0 6 1 0 0 18 0 9 0 28388494 886767616 3218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 216496 3218 1697 9 0 210981 0
[pid=1909/tid=1910] ppid=1907 vsize=865984 CPUtime=0.07
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 2852 0 1 0 6 1 0 0 18 0 9 0 28388495 886767616 3218 996147200 134512640 134550932 4294955968 18446744073709551615 4125960397 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.301058 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 1909
/proc/meminfo: memFree=1764008/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=866296 CPUtime=0.28
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 5700 0 1 0 25 3 0 0 18 0 9 0 28388494 887087104 5103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 216574 5103 1927 9 0 211052 0
[pid=1909/tid=1910] ppid=1907 vsize=866296 CPUtime=0.24
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 4726 0 1 0 21 3 0 0 19 0 9 0 28388495 887087104 5103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.70111 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 1909
/proc/meminfo: memFree=1764008/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=867196 CPUtime=0.67
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 13741 0 1 0 61 6 0 0 18 0 9 0 28388494 888008704 13096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 216799 13096 2027 9 0 211235 0
[pid=1909/tid=1910] ppid=1907 vsize=867196 CPUtime=0.54
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 12550 0 1 0 49 5 0 0 20 0 9 0 28388495 888008704 13096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867196

[startup+1.50222 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 1919
/proc/meminfo: memFree=1708064/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=868720 CPUtime=1.46
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 23943 0 1 0 135 11 0 0 18 0 9 0 28388494 889569280 23271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217180 23271 2029 9 0 211638 0
[pid=1909/tid=1910] ppid=1907 vsize=868720 CPUtime=1.19
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 15818 0 1 0 112 7 0 0 18 0 9 0 28388495 889569280 23271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1912] ppid=1907 vsize=868720 CPUtime=0.08
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 6738 0 0 0 5 3 0 0 17 0 9 0 28388497 889569280 23271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1913] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28388497 889569280 23271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28388497 889569280 23271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28388499 889569280 23271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=868720 CPUtime=0.17
/proc/1909/task/1916/stat : 1916 (java) R 1907 1909 32340 0 -1 64 685 0 0 0 17 0 0 0 16 0 9 0 28388499 889569280 23271 996147200 134512640 134550932 4294955968 18446744073709551615 101721053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1917] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28388499 889569280 23271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 28388499 889569280 23271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868720

[startup+3.10243 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 1919
/proc/meminfo: memFree=1678496/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=868720 CPUtime=3.05
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 23977 0 1 0 292 13 0 0 18 0 9 0 28388494 889569280 23302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217180 23302 2031 9 0 211638 0
[pid=1909/tid=1910] ppid=1907 vsize=868720 CPUtime=2.75
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 15831 0 1 0 267 8 0 0 25 0 9 0 28388495 889569280 23302 996147200 134512640 134550932 4294955968 18446744073709551615 4126943419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1912] ppid=1907 vsize=868720 CPUtime=0.08
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 6738 0 0 0 5 3 0 0 17 0 9 0 28388497 889569280 23302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1913] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28388497 889569280 23302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28388497 889569280 23302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28388499 889569280 23302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=868720 CPUtime=0.2
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 706 0 0 0 20 0 0 0 16 0 9 0 28388499 889569280 23302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1917] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28388499 889569280 23302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28388499 889569280 23302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868720

[startup+6.30184 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 1919
/proc/meminfo: memFree=1678176/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=868720 CPUtime=6.21
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 23989 0 1 0 607 14 0 0 18 0 9 0 28388494 889569280 23311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217180 23311 2031 9 0 211638 0
[pid=1909/tid=1910] ppid=1907 vsize=868720 CPUtime=5.91
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 15836 0 1 0 581 10 0 0 17 0 9 0 28388495 889569280 23311 996147200 134512640 134550932 4294955968 18446744073709551615 4126943607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1912] ppid=1907 vsize=868720 CPUtime=0.08
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 6738 0 0 0 5 3 0 0 16 0 9 0 28388497 889569280 23311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1913] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28388497 889569280 23311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28388497 889569280 23311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28388499 889569280 23311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=868720 CPUtime=0.21
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 713 0 0 0 21 0 0 0 16 0 9 0 28388499 889569280 23311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1917] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28388499 889569280 23311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28388499 889569280 23311 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868720

[startup+12.7027 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 1919
/proc/meminfo: memFree=1677984/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=868720 CPUtime=12.56
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 29503 0 1 0 1236 20 0 0 18 0 9 0 28388494 889569280 28823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217180 28823 2031 9 0 211638 0
[pid=1909/tid=1910] ppid=1907 vsize=868720 CPUtime=12.08
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 15839 0 1 0 1195 13 0 0 25 0 9 0 28388495 889569280 28823 996147200 134512640 134550932 4294955968 18446744073709551615 4126918067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1912] ppid=1907 vsize=868720 CPUtime=0.23
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 12244 0 0 0 18 5 0 0 18 0 9 0 28388497 889569280 28823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1913] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28388497 889569280 28823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28388497 889569280 28823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28388499 889569280 28823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=868720 CPUtime=0.22
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 718 0 0 0 22 0 0 0 16 0 9 0 28388499 889569280 28823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1917] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28388499 889569280 28823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=868720 CPUtime=0
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28388499 889569280 28823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868720

[startup+25.5014 s]
/proc/loadavg: 1.95 1.98 1.99 3/89 1923
/proc/meminfo: memFree=1613016/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=869132 CPUtime=25.22
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 68007 891 1 0 2472 35 13 2 18 0 9 0 28388494 889991168 40186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217283 40186 2662 9 0 211719 0
[pid=1909/tid=1910] ppid=1907 vsize=869132 CPUtime=24.11
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 30109 891 1 0 2375 21 13 2 25 0 9 0 28388495 889991168 40186 996147200 134512640 134550932 4294955968 18446744073709551615 4126916531 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1912] ppid=1907 vsize=869132 CPUtime=0.86
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 36095 891 0 0 61 10 13 2 16 0 9 0 28388497 889991168 40186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1913] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 21 891 0 0 0 0 13 2 16 0 9 0 28388497 889991168 40186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 22 891 0 0 0 0 13 2 15 0 9 0 28388497 889991168 40186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 891 0 0 0 0 13 2 18 0 9 0 28388499 889991168 40186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=869132 CPUtime=0.5
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 938 891 0 0 35 0 13 2 15 0 9 0 28388499 889991168 40186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1917] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 891 0 0 0 0 13 2 19 0 9 0 28388499 889991168 40186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 9 891 0 0 0 0 13 2 15 0 9 0 28388499 889991168 40186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 869132

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 1923
/proc/meminfo: memFree=1613016/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=869132 CPUtime=50.58
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 68299 891 1 0 5008 35 13 2 18 0 9 0 28388494 889991168 40187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217283 40187 2662 9 0 211719 0
[pid=1909/tid=1910] ppid=1907 vsize=869132 CPUtime=49.46
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 30395 891 1 0 4910 21 13 2 25 0 9 0 28388495 889991168 40187 996147200 134512640 134550932 4294955968 18446744073709551615 4127334581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1912] ppid=1907 vsize=869132 CPUtime=0.86
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 36095 891 0 0 61 10 13 2 16 0 9 0 28388497 889991168 40187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 22 891 0 0 0 0 13 2 15 0 9 0 28388497 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 891 0 0 0 0 13 2 18 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=869132 CPUtime=0.6
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 1003 891 0 0 44 1 13 2 15 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1917] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 891 0 0 0 0 13 2 19 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 10 891 0 0 0 0 13 2 15 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.64
Current children cumulated vsize (KiB) 869132

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 2263
/proc/meminfo: memFree=1615880/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=869132 CPUtime=1538.61
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 78311 891 1 0 153798 48 13 2 18 0 9 0 28388494 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217283 48031 2662 9 0 211719 0
[pid=1909/tid=1910] ppid=1907 vsize=869132 CPUtime=1535.96
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 32528 891 1 0 153552 29 13 2 25 0 9 0 28388495 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4126533865 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1912] ppid=1907 vsize=869132 CPUtime=2.31
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 43914 891 0 0 201 15 13 2 16 0 9 0 28388497 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1913] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 21 891 0 0 0 0 13 2 16 0 9 0 28388497 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 22 891 0 0 0 0 13 2 15 0 9 0 28388497 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 891 0 0 0 0 13 2 18 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=869132 CPUtime=0.6
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 1003 891 0 0 44 1 13 2 15 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1917] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 891 0 0 0 0 13 2 19 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 10 891 0 0 0 0 13 2 15 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.61
Current children cumulated vsize (KiB) 869132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 2263
/proc/meminfo: memFree=1615888/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=869132 CPUtime=1598.58
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 78331 891 1 0 159795 48 13 2 18 0 9 0 28388494 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217283 48031 2662 9 0 211719 0
[pid=1909/tid=1910] ppid=1907 vsize=869132 CPUtime=1595.84
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 32548 891 1 0 159540 29 13 2 25 0 9 0 28388495 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4127374493 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1912] ppid=1907 vsize=869132 CPUtime=2.39
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 43914 891 0 0 209 15 13 2 16 0 9 0 28388497 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1913] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 21 891 0 0 0 0 13 2 16 0 9 0 28388497 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 22 891 0 0 0 0 13 2 15 0 9 0 28388497 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 891 0 0 0 0 13 2 18 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=869132 CPUtime=0.6
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 1003 891 0 0 44 1 13 2 15 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1917] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 891 0 0 0 0 13 2 19 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 10 891 0 0 0 0 13 2 15 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.58
Current children cumulated vsize (KiB) 869132

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 2263
/proc/meminfo: memFree=1615760/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=869132 CPUtime=1658.56
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 78350 891 1 0 165792 49 13 2 18 0 9 0 28388494 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217283 48031 2662 9 0 211719 0
[pid=1909/tid=1910] ppid=1907 vsize=869132 CPUtime=1655.75
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 32567 891 1 0 165530 30 13 2 25 0 9 0 28388495 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4127325715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1912] ppid=1907 vsize=869132 CPUtime=2.48
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 43914 891 0 0 217 16 13 2 16 0 9 0 28388497 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1913] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 21 891 0 0 0 0 13 2 16 0 9 0 28388497 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 22 891 0 0 0 0 13 2 15 0 9 0 28388497 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 891 0 0 0 0 13 2 18 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=869132 CPUtime=0.6
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 1003 891 0 0 44 1 13 2 15 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1917] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 891 0 0 0 0 13 2 19 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 10 891 0 0 0 0 13 2 15 0 9 0 28388499 889991168 48031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.56
Current children cumulated vsize (KiB) 869132

[startup+1722.3 s]
/proc/loadavg: 2.18 2.05 2.01 3/89 2263
/proc/meminfo: memFree=1615760/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=869132 CPUtime=1718.54
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 78369 891 1 0 171790 49 13 2 18 0 9 0 28388494 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217283 48033 2662 9 0 211719 0
[pid=1909/tid=1910] ppid=1907 vsize=869132 CPUtime=1715.66
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 32584 891 1 0 171521 30 13 2 25 0 9 0 28388495 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4127165488 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1912] ppid=1907 vsize=869132 CPUtime=2.54
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 43916 891 0 0 223 16 13 2 16 0 9 0 28388497 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1913] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 21 891 0 0 0 0 13 2 16 0 9 0 28388497 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 22 891 0 0 0 0 13 2 15 0 9 0 28388497 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 891 0 0 0 0 13 2 18 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=869132 CPUtime=0.6
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 1003 891 0 0 44 1 13 2 15 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1917] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 891 0 0 0 0 13 2 19 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 10 891 0 0 0 0 13 2 15 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.54
Current children cumulated vsize (KiB) 869132

[startup+1782.3 s]
/proc/loadavg: 2.25 2.09 2.03 3/89 2263
/proc/meminfo: memFree=1615696/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=869132 CPUtime=1778.51
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 78387 891 1 0 177787 49 13 2 18 0 9 0 28388494 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217283 48033 2662 9 0 211719 0
[pid=1909/tid=1910] ppid=1907 vsize=869132 CPUtime=1775.57
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 32602 891 1 0 177512 30 13 2 25 0 9 0 28388495 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4127376616 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1912] ppid=1907 vsize=869132 CPUtime=2.6
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 43916 891 0 0 229 16 13 2 16 0 9 0 28388497 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1913] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 21 891 0 0 0 0 13 2 16 0 9 0 28388497 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 22 891 0 0 0 0 13 2 15 0 9 0 28388497 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 891 0 0 0 0 13 2 18 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=869132 CPUtime=0.6
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 1003 891 0 0 44 1 13 2 15 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1917] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 891 0 0 0 0 13 2 19 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 10 891 0 0 0 0 13 2 15 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.51
Current children cumulated vsize (KiB) 869132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.8 s]
/proc/loadavg: 2.18 2.09 2.03 3/89 2263
/proc/meminfo: memFree=1615696/2055920 swapFree=4192812/4192956
[pid=1909] ppid=1907 vsize=869132 CPUtime=1800
/proc/1909/stat : 1909 (java) S 1907 1909 32340 0 -1 0 78394 891 1 0 179936 49 13 2 18 0 9 0 28388494 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1909/statm: 217283 48033 2662 9 0 211719 0
[pid=1909/tid=1910] ppid=1907 vsize=869132 CPUtime=1797.04
/proc/1909/task/1910/stat : 1910 (java) R 1907 1909 32340 0 -1 64 32609 891 1 0 179659 30 13 2 25 0 9 0 28388495 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4127340154 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1912] ppid=1907 vsize=869132 CPUtime=2.63
/proc/1909/task/1912/stat : 1912 (java) S 1907 1909 32340 0 -1 64 43916 891 0 0 232 16 13 2 16 0 9 0 28388497 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1913] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1913/stat : 1913 (java) S 1907 1909 32340 0 -1 64 21 891 0 0 0 0 13 2 16 0 9 0 28388497 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1914] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1914/stat : 1914 (java) S 1907 1909 32340 0 -1 64 22 891 0 0 0 0 13 2 15 0 9 0 28388497 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1915] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1915/stat : 1915 (java) S 1907 1909 32340 0 -1 64 2 891 0 0 0 0 13 2 18 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1916] ppid=1907 vsize=869132 CPUtime=0.6
/proc/1909/task/1916/stat : 1916 (java) S 1907 1909 32340 0 -1 64 1003 891 0 0 44 1 13 2 15 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1909/tid=1917] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1917/stat : 1917 (java) S 1907 1909 32340 0 -1 64 0 891 0 0 0 0 13 2 19 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1909/tid=1919] ppid=1907 vsize=869132 CPUtime=0.15
/proc/1909/task/1919/stat : 1919 (java) S 1907 1909 32340 0 -1 64 10 891 0 0 0 0 13 2 15 0 9 0 28388499 889991168 48033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 869132

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): 1803.85
CPU time (s): 1800.07
CPU user time (s): 1799.52
CPU system time (s): 0.547916
CPU usage (%): 99.7907
Max. virtual memory (cumulated for all children) (KiB): 869132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.547916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79315
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= 41961
involuntary context switches= 54076

runsolver used 2.51262 second user time and 5.71113 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 17:40:16
IDJOB=2097516
IDBENCH=57489
IDSOLVER=774
FILE ID=node13/2097516-1247413216
PBS_JOBID= 9510618
Free space on /tmp= 66296 MiB

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

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

MD5SUM BENCH= 5e35e44ffc93b7d1cb552d0f7ecb97a7
RANDOM SEED=1001406754

node13.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.241
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.241
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:       1764488 kB
Buffers:         40792 kB
Cached:         109760 kB
SwapCached:          0 kB
Active:         177320 kB
Inactive:        56920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:         104176 kB
Slab:            42192 kB
Committed_AS:  1012580 kB
PageTables:       2028 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66296 MiB
End job on node13 at 2009-07-12 18:10:22