Trace number 1044108

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.09 1814.34

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-59021_ext.xml
MD5SUM18bc739256c5c8335ca80b8400c3bad5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark640.244
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.16/0.30	
0.16/0.30	   configuration
0.16/0.30	     name=mac.xml
0.25/0.35	   
0.25/0.35	   instance
0.25/0.35	     name=HOME/instance-1044108-1215019119.xml
0.25/0.38	   
0.25/0.38	   domains being loaded...
0.25/0.39	   
0.25/0.39	   variables being loaded...
0.34/0.42	     nbVariables=27  nbDomainTypes=1  minDomainSize=27  maxDomainSize=27  nbTotalValues=729
0.34/0.42	       =>  wckTime=0.123  cpuTime=0.1  mem=7M919
0.34/0.42	   
0.34/0.42	   relations being loaded...
0.43/0.56	   
0.43/0.56	   constraints being loaded...
0.63/0.77	     nbConstraints=351  nbRelationTypes=351  nbExtensionStructures=351  nbSharedExtensionStructures=0
0.63/0.78	     nbConflictsStructures=351  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=912  minDegree=26
0.63/0.78	     maxDegree=26  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.06  symmetryCpuTime=0.03
0.63/0.78	       =>  wckTime=0.474  cpuTime=0.34  mem=21M626
0.71/0.85	   
0.71/0.86	   solver IterativeSystematicSolver being built... 
0.82/0.99	       =>  wckTime=0.695  cpuTime=0.46  mem=21M242
0.92/1.01	   
0.92/1.01	   preprocessing
0.92/1.01	     nbConstraintChecks=0  nbPropagations=27  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.92/1.01	     detectedInconsistency=no
0.92/1.01	       =>  wckTime=0.011  cpuTime=0.0  mem=22M250
1.01/1.16	   
1.01/1.16	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M274)

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-1044108-1215019119/watcher-1044108-1215019119 -o /tmp/evaluation-result-1044108-1215019119/solver-1044108-1215019119 -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-1044108-1215019119.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: 0.00 0.00 0.01 4/73 14130
/proc/meminfo: memFree=1865480/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=152 CPUtime=0
/proc/14130/stat : 14130 (java) R 14127 14130 14053 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 113582048 155648 26 996147200 134512640 134550740 4294956144 18446744073709551615 10686763 0 0 4096 0 0 0 0 17 1 0 0
/proc/14130/statm: 38 26 19 9 0 4 0

[startup+0.081632 s]
/proc/loadavg: 0.00 0.00 0.01 4/73 14130
/proc/meminfo: memFree=1865480/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=865856 CPUtime=0.06
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 3508 0 1 0 4 2 0 0 20 0 9 0 113582048 886636544 2998 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216464 2999 1625 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.10264 s]
/proc/loadavg: 0.00 0.00 0.01 4/73 14130
/proc/meminfo: memFree=1865480/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=865884 CPUtime=0.08
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 3695 0 1 0 6 2 0 0 20 0 9 0 113582048 886665216 3169 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216471 3169 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301649 s]
/proc/loadavg: 0.00 0.00 0.01 4/73 14130
/proc/meminfo: memFree=1865480/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=866204 CPUtime=0.25
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 5294 0 1 0 20 5 0 0 20 0 9 0 113582048 886992896 4720 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216551 4720 1863 9 0 211099 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 866204

[startup+0.702638 s]
/proc/loadavg: 0.00 0.00 0.01 4/73 14130
/proc/meminfo: memFree=1865480/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867004 CPUtime=0.63
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 9310 0 5 0 56 7 0 0 20 0 9 0 113582048 887812096 8674 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216751 8674 1985 9 0 211279 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 867004

[startup+1.50177 s]
/proc/loadavg: 0.00 0.00 0.01 5/91 14154
/proc/meminfo: memFree=1797808/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=1.41
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17879 289 5 0 131 10 0 0 20 0 9 0 113582048 888369152 10885 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10885 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=1.1
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12114 289 5 0 102 8 0 0 20 0 9 0 113582049 888369152 10885 996147200 134512640 134550740 4294955984 18446744073709551615 4126878004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10885 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10885 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10885 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10885 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.22
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 699 289 0 0 22 0 0 0 15 0 9 0 113582053 888369152 10885 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10885 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 4 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10885 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 867548

[startup+3.10193 s]
/proc/loadavg: 0.00 0.00 0.01 3/89 14154
/proc/meminfo: memFree=1797112/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=2.99
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17897 289 5 0 289 10 0 0 20 0 9 0 113582048 888369152 10901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10901 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=2.67
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12114 289 5 0 259 8 0 0 25 0 9 0 113582049 888369152 10901 996147200 134512640 134550740 4294955984 18446744073709551615 4126870206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 17 0 9 0 113582050 888369152 10901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.24
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 717 289 0 0 24 0 0 0 17 0 9 0 113582053 888369152 10901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 4 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 867548

[startup+6.30226 s]
/proc/loadavg: 0.16 0.03 0.02 3/89 14154
/proc/meminfo: memFree=1796728/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=6.16
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17912 289 5 0 606 10 0 0 20 0 9 0 113582048 888369152 10902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10902 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=5.83
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12115 289 5 0 575 8 0 0 25 0 9 0 113582049 888369152 10902 996147200 134512640 134550740 4294955984 18446744073709551615 4126866677 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.24
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 718 289 0 0 24 0 0 0 15 0 9 0 113582053 888369152 10902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10902 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 867548

[startup+12.7019 s]
/proc/loadavg: 0.31 0.07 0.03 3/89 14154
/proc/meminfo: memFree=1796544/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=12.5
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17914 289 5 0 1240 10 0 0 20 0 9 0 113582048 888369152 10903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10903 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=12.16
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12116 289 5 0 1208 8 0 0 25 0 9 0 113582049 888369152 10903 996147200 134512640 134550740 4294955984 18446744073709551615 4126889309 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.25
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 719 289 0 0 25 0 0 0 16 0 9 0 113582053 888369152 10903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 867548

[startup+25.5022 s]
/proc/loadavg: 0.68 0.16 0.06 3/89 14154
/proc/meminfo: memFree=1796672/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=25.17
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17918 289 5 0 2507 10 0 0 20 0 9 0 113582048 888369152 10906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10906 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=24.84
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12119 289 5 0 2476 8 0 0 25 0 9 0 113582049 888369152 10906 996147200 134512640 134550740 4294955984 18446744073709551615 4126878185 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.25
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 720 289 0 0 25 0 0 0 16 0 9 0 113582053 888369152 10906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 867548

[startup+51.1028 s]
/proc/loadavg: 1.13 0.31 0.11 3/89 14154
/proc/meminfo: memFree=1796672/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=50.54
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17920 289 5 0 5043 11 0 0 20 0 9 0 113582048 888369152 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10908 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=50.19
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12121 289 5 0 5011 8 0 0 25 0 9 0 113582049 888369152 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4126870492 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.25
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 720 289 0 0 25 0 0 0 16 0 9 0 113582053 888369152 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0

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

/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.25
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 725 289 0 0 25 0 0 0 16 0 9 0 113582053 888369152 10917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10917 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.39
Current children cumulated vsize (KiB) 867548

[startup+1602.3 s]
/proc/loadavg: 2.06 2.09 1.67 3/89 14298
/proc/meminfo: memFree=1728960/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=1589.09
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17935 289 5 0 158892 17 0 0 20 0 9 0 113582048 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10918 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=1588.76
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12131 289 5 0 158861 15 0 0 25 0 9 0 113582049 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4126869972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.25
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 725 289 0 0 25 0 0 0 16 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.09
Current children cumulated vsize (KiB) 867548

[startup+1662.3 s]
/proc/loadavg: 2.02 2.07 1.69 3/89 14298
/proc/meminfo: memFree=1728960/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=1648.79
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17935 289 5 0 164862 17 0 0 20 0 9 0 113582048 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10918 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=1648.46
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12131 289 5 0 164831 15 0 0 25 0 9 0 113582049 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4126870371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.25
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 725 289 0 0 25 0 0 0 16 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.79
Current children cumulated vsize (KiB) 867548

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 1.71 3/89 14298
/proc/meminfo: memFree=1728896/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=1708.5
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17935 289 5 0 170833 17 0 0 20 0 9 0 113582048 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10918 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=1708.16
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12131 289 5 0 170801 15 0 0 25 0 9 0 113582049 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4126879266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.25
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 725 289 0 0 25 0 0 0 16 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.5
Current children cumulated vsize (KiB) 867548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 1.73 3/89 14298
/proc/meminfo: memFree=1728704/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=1768.2
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17935 289 5 0 176803 17 0 0 20 0 9 0 113582048 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10918 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=1767.86
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12131 289 5 0 176771 15 0 0 25 0 9 0 113582049 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4126890958 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.25
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 725 289 0 0 25 0 0 0 16 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.2
Current children cumulated vsize (KiB) 867548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.3 s]
/proc/loadavg: 2.00 2.04 1.73 3/89 14298
/proc/meminfo: memFree=1728640/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=1800.04
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17935 289 5 0 179987 17 0 0 20 0 9 0 113582048 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10918 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=1799.7
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12131 289 5 0 179955 15 0 0 25 0 9 0 113582049 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4126886225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.25
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 725 289 0 0 25 0 0 0 16 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867548

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

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

[startup+1814.3 s]
/proc/loadavg: 2.00 2.04 1.73 3/89 14298
/proc/meminfo: memFree=1728640/2055920 swapFree=4192812/4192956
[pid=14130] ppid=14127 vsize=867548 CPUtime=1800.04
/proc/14130/stat : 14130 (java) S 14127 14130 14053 0 -1 0 17935 289 5 0 179987 17 0 0 20 0 9 0 113582048 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14130/statm: 216887 10918 2632 9 0 211393 0
[pid=14130/tid=14132] ppid=14127 vsize=867548 CPUtime=1799.7
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 14053 0 -1 64 12131 289 5 0 179955 15 0 0 25 0 9 0 113582049 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4126886225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14136] ppid=14127 vsize=867548 CPUtime=0.05
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 14053 0 -1 64 4232 289 0 0 5 0 0 0 16 0 9 0 113582050 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14137] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14138] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 14053 0 -1 64 7 289 0 0 0 0 0 0 16 0 9 0 113582051 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14143] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 14053 0 -1 64 0 289 0 0 0 0 0 0 18 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14144] ppid=14127 vsize=867548 CPUtime=0.25
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 14053 0 -1 64 725 289 0 0 25 0 0 0 16 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14130/tid=14145] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 14053 0 -1 64 2 289 0 0 0 0 0 0 19 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14130/tid=14146] ppid=14127 vsize=867548 CPUtime=0
/proc/14130/task/14146/stat : 14146 (java) S 14127 14130 14053 0 -1 64 17 289 0 0 0 0 0 0 15 0 9 0 113582053 888369152 10918 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867548

Child status: 143
Real time (s): 1814.34
CPU time (s): 1800.09
CPU user time (s): 1799.9
CPU system time (s): 0.19297
CPU usage (%): 99.2149
Max. virtual memory (cumulated for all children) (KiB): 867548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18261
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38048
involuntary context switches= 87027

runsolver used 2.47462 second user time and 5.79012 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-02 19:18:39
IDJOB=1044108
IDBENCH=53376
IDSOLVER=363
FILE ID=node27/1044108-1215019119
PBS_JOBID= 7874415
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-59021_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-1044108-1215019119/watcher-1044108-1215019119 -o /tmp/evaluation-result-1044108-1215019119/solver-1044108-1215019119 -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-1044108-1215019119.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 18bc739256c5c8335ca80b8400c3bad5
RANDOM SEED=1909326260

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1867000 kB
Buffers:         14404 kB
Cached:         102692 kB
SwapCached:          0 kB
Active:          95760 kB
Inactive:        38952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4744 kB
Writeback:           0 kB
Mapped:          29008 kB
Slab:            39832 kB
Committed_AS:   186412 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-02 19:48:56