Trace number 1044731

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.05 1812.53

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-55021_ext.xml
MD5SUM3b87432a795257e68114fcfea8b43f0c
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 benchmark649.53
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.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=esac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-1044731-1215019470.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.36	     nbVariables=27  nbDomainTypes=1  minDomainSize=27  maxDomainSize=27  nbTotalValues=729
0.28/0.36	       =>  wckTime=0.135  cpuTime=0.09  mem=7M919
0.28/0.36	   
0.28/0.36	   relations being loaded...
0.57/0.61	   
0.57/0.61	   constraints being loaded...
0.77/0.81	     nbConstraints=351  nbRelationTypes=351  nbExtensionStructures=351  nbSharedExtensionStructures=0
0.77/0.81	     nbConflictsStructures=351  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=940  minDegree=26
0.77/0.81	     maxDegree=26  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.055  symmetryCpuTime=0.03
0.77/0.81	       =>  wckTime=0.585  cpuTime=0.42  mem=21M626
0.77/0.88	   
0.77/0.88	   solver IterativeSystematicSolver being built... 
0.97/1.01	       =>  wckTime=0.783  cpuTime=0.55  mem=22M199
0.97/1.06	   
0.97/1.06	   preprocessing
0.97/1.06	     nbConstraintChecks=72871  nbPropagations=823  nbRevisions=8887  nbUselessRevisions=7886  nbSingletonTests=38
0.97/1.06	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.97/1.06	       =>  wckTime=0.047  cpuTime=0.03  mem=22M199
1.07/1.17	   
1.07/1.17	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M207)

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-1044731-1215019470/watcher-1044731-1215019470 -o /tmp/evaluation-result-1044731-1215019470/solver-1044731-1215019470 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044731-1215019470.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.36 0.61 4/81 23033
/proc/meminfo: memFree=1306192/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=18572 CPUtime=0
/proc/23033/stat : 23033 (runsolver) R 23031 23033 22880 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1980922084 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23033/statm: 4643 292 257 25 0 2626 0

[startup+0.0485781 s]
/proc/loadavg: 1.99 1.36 0.61 4/81 23033
/proc/meminfo: memFree=1306192/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=861876 CPUtime=0.02
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 2360 0 1 0 1 1 0 0 18 0 5 0 1980922084 882561024 1947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 215469 1948 898 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102941 s]
/proc/loadavg: 1.99 1.36 0.61 4/81 23033
/proc/meminfo: memFree=1306192/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=865884 CPUtime=0.08
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 3833 0 1 0 6 2 0 0 18 0 9 0 1980922084 886665216 3280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216471 3280 1731 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301956 s]
/proc/loadavg: 1.99 1.36 0.61 4/81 23033
/proc/meminfo: memFree=1306192/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=866276 CPUtime=0.28
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 5783 0 1 0 24 4 0 0 18 0 9 0 1980922084 887066624 5157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216569 5157 1951 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866276

[startup+0.701996 s]
/proc/loadavg: 1.99 1.36 0.61 4/81 23033
/proc/meminfo: memFree=1306192/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867020 CPUtime=0.68
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 8782 0 1 0 63 5 0 0 18 0 9 0 1980922084 887828480 8142 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216755 8142 1977 9 0 211283 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867020

[startup+1.50207 s]
/proc/loadavg: 1.99 1.36 0.61 3/90 23046
/proc/meminfo: memFree=1272840/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=1.47
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17917 288 1 0 138 9 0 0 18 0 9 0 1980922084 888385536 10927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10927 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=1.18
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12155 288 1 0 112 6 0 0 25 0 9 0 1980922085 888385536 10927 996147200 134512640 134550740 4294955984 18446744073709551615 4125952085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.2
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 705 288 0 0 20 0 0 0 15 0 9 0 1980922089 888385536 10927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867564

[startup+3.10122 s]
/proc/loadavg: 1.99 1.36 0.61 3/90 23046
/proc/meminfo: memFree=1272328/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=3.06
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17939 288 1 0 297 9 0 0 18 0 9 0 1980922084 888385536 10947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10947 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=2.74
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12159 288 1 0 268 6 0 0 25 0 9 0 1980922085 888385536 10947 996147200 134512640 134550740 4294955984 18446744073709551615 4126874166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.23
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 723 288 0 0 23 0 0 0 15 0 9 0 1980922089 888385536 10947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867564

[startup+6.30152 s]
/proc/loadavg: 1.99 1.37 0.61 3/90 23046
/proc/meminfo: memFree=1272200/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=6.24
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17960 288 1 0 615 9 0 0 18 0 9 0 1980922084 888385536 10951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10951 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=5.92
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12164 288 1 0 586 6 0 0 25 0 9 0 1980922085 888385536 10951 996147200 134512640 134550740 4294955984 18446744073709551615 4126874103 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.23
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 724 288 0 0 23 0 0 0 15 0 9 0 1980922089 888385536 10951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) R 23031 23033 22880 0 -1 64 23 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10951 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867564

[startup+12.7011 s]
/proc/loadavg: 1.99 1.38 0.62 3/90 23046
/proc/meminfo: memFree=1272008/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=12.62
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17963 288 1 0 1253 9 0 0 18 0 9 0 1980922084 888385536 10954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10954 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=12.3
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12166 288 1 0 1224 6 0 0 25 0 9 0 1980922085 888385536 10954 996147200 134512640 134550740 4294955984 18446744073709551615 4126930067 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.23
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 725 288 0 0 23 0 0 0 16 0 9 0 1980922089 888385536 10954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 23 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867564

[startup+25.5023 s]
/proc/loadavg: 1.99 1.41 0.64 3/90 23046
/proc/meminfo: memFree=1271944/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=25.36
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17965 288 1 0 2527 9 0 0 18 0 9 0 1980922084 888385536 10955 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10955 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=25.05
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12168 288 1 0 2499 6 0 0 25 0 9 0 1980922085 888385536 10955 996147200 134512640 134550740 4294955984 18446744073709551615 4126937485 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10955 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10955 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10955 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10955 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.23
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 725 288 0 0 23 0 0 0 16 0 9 0 1980922089 888385536 10955 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10955 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 23 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10955 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 867564

[startup+51.1027 s]
/proc/loadavg: 1.99 1.46 0.68 3/90 23046
/proc/meminfo: memFree=1271880/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=50.85
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17967 288 1 0 5076 9 0 0 18 0 9 0 1980922084 888385536 10957 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10957 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=50.53
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12170 288 1 0 5047 6 0 0 25 0 9 0 1980922085 888385536 10957 996147200 134512640 134550740 4294955984 18446744073709551615 4126858232 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10957 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10957 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10957 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10957 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.23
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 725 288 0 0 23 0 0 0 16 0 9 0 1980922089 888385536 10957 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0

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

/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.24
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 731 288 0 0 24 0 0 0 16 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 23 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.79
Current children cumulated vsize (KiB) 867564

[startup+1602.3 s]
/proc/loadavg: 2.16 2.05 1.75 3/103 23104
/proc/meminfo: memFree=1198288/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=1593.69
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17983 288 1 0 159355 14 0 0 18 0 9 0 1980922084 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10967 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=1593.36
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12180 288 1 0 159325 11 0 0 25 0 9 0 1980922085 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4126865452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.24
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 731 288 0 0 24 0 0 0 16 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 23 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.69
Current children cumulated vsize (KiB) 867564

[startup+1662.3 s]
/proc/loadavg: 2.25 2.09 1.77 3/103 23104
/proc/meminfo: memFree=1198160/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=1652.58
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17983 288 1 0 165244 14 0 0 18 0 9 0 1980922084 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10967 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=1652.25
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12180 288 1 0 165214 11 0 0 25 0 9 0 1980922085 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4126859583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.24
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 731 288 0 0 24 0 0 0 16 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 23 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.58
Current children cumulated vsize (KiB) 867564

[startup+1722.3 s]
/proc/loadavg: 2.31 2.14 1.81 3/103 23104
/proc/meminfo: memFree=1198096/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=1711.47
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17983 288 1 0 171133 14 0 0 18 0 9 0 1980922084 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10967 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=1711.14
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12180 288 1 0 171103 11 0 0 25 0 9 0 1980922085 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4126904169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.24
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 731 288 0 0 24 0 0 0 16 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 23 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.47
Current children cumulated vsize (KiB) 867564

[startup+1782.3 s]
/proc/loadavg: 2.11 2.11 1.82 3/103 23104
/proc/meminfo: memFree=1197968/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=1770.37
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17983 288 1 0 177023 14 0 0 18 0 9 0 1980922084 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10967 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=1770.04
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12180 288 1 0 176993 11 0 0 25 0 9 0 1980922085 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4126864872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.24
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 731 288 0 0 24 0 0 0 16 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 23 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.37
Current children cumulated vsize (KiB) 867564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 2.07 2.10 1.82 3/103 23104
/proc/meminfo: memFree=1198096/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=1800.01
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17983 288 1 0 179987 14 0 0 18 0 9 0 1980922084 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10967 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=1799.68
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12180 288 1 0 179957 11 0 0 25 0 9 0 1980922085 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4126865358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.24
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 731 288 0 0 24 0 0 0 16 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 23 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867564

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

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

[startup+1812.5 s]
/proc/loadavg: 2.07 2.10 1.82 3/103 23104
/proc/meminfo: memFree=1198096/2055920 swapFree=4179560/4192956
[pid=23033] ppid=23031 vsize=867564 CPUtime=1800.01
/proc/23033/stat : 23033 (java) S 23031 23033 22880 0 -1 0 17983 288 1 0 179987 14 0 0 18 0 9 0 1980922084 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 216891 10967 2633 9 0 211397 0
[pid=23033/tid=23035] ppid=23031 vsize=867564 CPUtime=1799.68
/proc/23033/task/23035/stat : 23035 (java) R 23031 23033 22880 0 -1 64 12180 288 1 0 179957 11 0 0 25 0 9 0 1980922085 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4126865358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23036] ppid=23031 vsize=867564 CPUtime=0.05
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22880 0 -1 64 4219 288 0 0 4 1 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22880 0 -1 64 13 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22880 0 -1 64 8 288 0 0 0 0 0 0 16 0 9 0 1980922087 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22880 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23040] ppid=23031 vsize=867564 CPUtime=0.24
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22880 0 -1 64 731 288 0 0 24 0 0 0 16 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22880 0 -1 64 2 288 0 0 0 0 0 0 19 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23033/tid=23042] ppid=23031 vsize=867564 CPUtime=0
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22880 0 -1 64 23 288 0 0 0 0 0 0 15 0 9 0 1980922089 888385536 10967 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867564

Child status: 143
Real time (s): 1812.53
CPU time (s): 1800.05
CPU user time (s): 1799.89
CPU system time (s): 0.160975
CPU usage (%): 99.3118
Max. virtual memory (cumulated for all children) (KiB): 867564

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

runsolver used 1.88371 second user time and 5.13122 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-02 19:24:30
IDJOB=1044731
IDBENCH=53370
IDSOLVER=364
FILE ID=node8/1044731-1215019470
PBS_JOBID= 7874454
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-55021_ext.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044731-1215019470/watcher-1044731-1215019470 -o /tmp/evaluation-result-1044731-1215019470/solver-1044731-1215019470 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1044731-1215019470.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3b87432a795257e68114fcfea8b43f0c
RANDOM SEED=1383085229

node8.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1306608 kB
Buffers:         65028 kB
Cached:         555244 kB
SwapCached:       6756 kB
Active:         195260 kB
Inactive:       472680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306608 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            2388 kB
Writeback:           0 kB
Mapped:          63980 kB
Slab:            66404 kB
Committed_AS:  4007976 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node8 at 2008-07-02 19:54:45