Trace number 1044101

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.12 1815.55

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-57021_ext.xml
MD5SUM73a72b58fd08e3bdce88f31cfc83b195
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 benchmark637.335
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.05/0.12	
0.05/0.12	Abscon 112 (May, 2008)
0.16/0.26	
0.16/0.26	   configuration
0.16/0.26	     name=mac.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-1044101-1215019117.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.27/0.39	     nbVariables=27  nbDomainTypes=1  minDomainSize=27  maxDomainSize=27  nbTotalValues=729
0.27/0.39	       =>  wckTime=0.133  cpuTime=0.1  mem=7M919
0.27/0.39	   
0.27/0.39	   relations being loaded...
0.49/0.53	   
0.49/0.53	   constraints being loaded...
0.71/0.79	     nbConstraints=351  nbRelationTypes=351  nbExtensionStructures=351  nbSharedExtensionStructures=0
0.71/0.80	     nbConflictsStructures=351  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=996  minDegree=26
0.71/0.80	     maxDegree=26  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.082  symmetryCpuTime=0.04
0.71/0.80	       =>  wckTime=0.531  cpuTime=0.44  mem=21M626
0.80/0.87	   
0.80/0.87	   solver IterativeSystematicSolver being built... 
1.01/1.00	       =>  wckTime=0.743  cpuTime=0.56  mem=21M240
1.01/1.01	   
1.01/1.01	   preprocessing
1.01/1.01	     nbConstraintChecks=0  nbPropagations=27  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.01/1.01	     detectedInconsistency=no
1.01/1.01	       =>  wckTime=0.0050  cpuTime=0.01  mem=22M248
1.10/1.18	   
1.10/1.18	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M272)

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-1044101-1215019117/watcher-1044101-1215019117 -o /tmp/evaluation-result-1044101-1215019117/solver-1044101-1215019117 -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-1044101-1215019117.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.00 3/67 29916
/proc/meminfo: memFree=1566592/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=1616 CPUtime=0
/proc/29916/stat : 29916 (java) D 29914 29916 29848 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 986314280 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/29916/statm: 404 145 119 9 0 46 0

[startup+0.106053 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 29916
/proc/meminfo: memFree=1566592/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=865696 CPUtime=0.05
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 3314 0 1 0 3 2 0 0 18 0 9 0 986314280 886472704 2830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 216424 2831 1552 9 0 210986 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865696

[startup+0.20207 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 29916
/proc/meminfo: memFree=1566592/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=866028 CPUtime=0.16
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 4471 0 1 0 13 3 0 0 18 0 9 0 986314280 886812672 3903 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 216507 3903 1847 9 0 211055 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 866028

[startup+0.302086 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 29916
/proc/meminfo: memFree=1566592/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=867264 CPUtime=0.27
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 5713 0 1 0 23 4 0 0 18 0 9 0 986314280 888078336 5095 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 216816 5095 1944 9 0 211344 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 867264

[startup+0.701167 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 29916
/proc/meminfo: memFree=1566592/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868004 CPUtime=0.71
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 9322 0 1 0 65 6 0 0 18 0 9 0 986314280 888836096 8682 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217001 8683 1984 9 0 211529 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 868004

[startup+1.50131 s]
/proc/loadavg: 0.00 0.00 0.00 5/83 29937
/proc/meminfo: memFree=1517888/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=1.5
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17887 292 1 0 139 11 0 0 18 0 9 0 986314280 889384960 10891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10891 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=1.19
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12154 292 1 0 112 7 0 0 20 0 9 0 986314281 889384960 10891 996147200 134512640 134550740 4294955984 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 17 0 9 0 986314286 889384960 10891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.22
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 661 292 0 0 21 1 0 0 16 0 9 0 986314288 889384960 10891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 3 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 868540

[startup+3.10161 s]
/proc/loadavg: 0.16 0.03 0.01 3/81 29937
/proc/meminfo: memFree=1517448/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=3.09
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17905 292 1 0 298 11 0 0 18 0 9 0 986314280 889384960 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10908 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=2.76
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12155 292 1 0 269 7 0 0 25 0 9 0 986314281 889384960 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4126875163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 17 0 9 0 986314286 889384960 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.24
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 678 292 0 0 23 1 0 0 16 0 9 0 986314288 889384960 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 3 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10908 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 868540

[startup+6.30122 s]
/proc/loadavg: 0.16 0.03 0.01 3/81 29937
/proc/meminfo: memFree=1517128/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=6.26
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17921 292 1 0 615 11 0 0 18 0 9 0 986314280 889384960 10909 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10909 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=5.92
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12158 292 1 0 585 7 0 0 25 0 9 0 986314281 889384960 10909 996147200 134512640 134550740 4294955984 18446744073709551615 4126872650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 16 0 9 0 986314286 889384960 10909 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10909 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10909 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10909 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.24
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 679 292 0 0 23 1 0 0 16 0 9 0 986314288 889384960 10909 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10909 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 15 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10909 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 868540

[startup+12.7014 s]
/proc/loadavg: 0.44 0.10 0.03 3/81 29937
/proc/meminfo: memFree=1516808/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=12.6
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17923 292 1 0 1249 11 0 0 18 0 9 0 986314280 889384960 10911 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10911 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=12.27
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12160 292 1 0 1220 7 0 0 25 0 9 0 986314281 889384960 10911 996147200 134512640 134550740 4294955984 18446744073709551615 4126875057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 16 0 9 0 986314286 889384960 10911 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10911 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10911 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10911 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.24
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 679 292 0 0 23 1 0 0 16 0 9 0 986314288 889384960 10911 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10911 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 15 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10911 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 868540

[startup+25.5029 s]
/proc/loadavg: 0.68 0.16 0.05 3/81 29937
/proc/meminfo: memFree=1516936/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=25.29
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17927 292 1 0 2518 11 0 0 18 0 9 0 986314280 889384960 10914 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10914 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=24.95
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12163 292 1 0 2488 7 0 0 25 0 9 0 986314281 889384960 10914 996147200 134512640 134550740 4294955984 18446744073709551615 4126916774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 16 0 9 0 986314286 889384960 10914 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10914 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10914 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10914 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.24
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 680 292 0 0 23 1 0 0 17 0 9 0 986314288 889384960 10914 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10914 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 15 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10914 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 868540

[startup+51.1028 s]
/proc/loadavg: 1.13 0.31 0.10 3/81 29937
/proc/meminfo: memFree=1516936/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=50.66
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17928 292 1 0 5055 11 0 0 18 0 9 0 986314280 889384960 10915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10915 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=50.34
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12164 292 1 0 5026 8 0 0 25 0 9 0 986314281 889384960 10915 996147200 134512640 134550740 4294955984 18446744073709551615 4126861496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 16 0 9 0 986314286 889384960 10915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.24
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 680 292 0 0 23 1 0 0 17 0 9 0 986314288 889384960 10915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0

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

/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.25
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 685 292 0 0 24 1 0 0 17 0 9 0 986314288 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 15 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1469.62
Current children cumulated vsize (KiB) 868540

[startup+1542.31 s]
/proc/loadavg: 1.99 1.97 1.58 3/81 29937
/proc/meminfo: memFree=1516232/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=1529.11
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17942 292 1 0 152900 11 0 0 18 0 9 0 986314280 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10924 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=1528.78
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12173 292 1 0 152870 8 0 0 25 0 9 0 986314281 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4126875465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 16 0 9 0 986314286 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.25
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 685 292 0 0 24 1 0 0 17 0 9 0 986314288 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 15 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10924 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.11
Current children cumulated vsize (KiB) 868540

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.61 3/81 29937
/proc/meminfo: memFree=1516232/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=1588.59
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17943 292 1 0 158848 11 0 0 18 0 9 0 986314280 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10925 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=1588.27
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12174 292 1 0 158819 8 0 0 25 0 9 0 986314281 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4126872650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.25
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 685 292 0 0 24 1 0 0 17 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 15 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.59
Current children cumulated vsize (KiB) 868540

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.63 3/81 29937
/proc/meminfo: memFree=1516296/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=1648.08
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17943 292 1 0 164797 11 0 0 18 0 9 0 986314280 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10925 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=1647.75
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12174 292 1 0 164767 8 0 0 25 0 9 0 986314281 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4126939818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.25
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 685 292 0 0 24 1 0 0 17 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 15 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.08
Current children cumulated vsize (KiB) 868540

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.65 3/81 29937
/proc/meminfo: memFree=1516296/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=1707.57
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17943 292 1 0 170746 11 0 0 18 0 9 0 986314280 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10925 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=1707.24
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12174 292 1 0 170716 8 0 0 25 0 9 0 986314281 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4126884315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.25
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 685 292 0 0 24 1 0 0 17 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 15 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.57
Current children cumulated vsize (KiB) 868540

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.67 3/81 29937
/proc/meminfo: memFree=1515976/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=1767.05
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17943 292 1 0 176694 11 0 0 18 0 9 0 986314280 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10925 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=1766.73
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12174 292 1 0 176665 8 0 0 25 0 9 0 986314281 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4126884327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.25
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 685 292 0 0 24 1 0 0 17 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 15 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.05
Current children cumulated vsize (KiB) 868540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.5 s]
/proc/loadavg: 2.08 1.99 1.68 2/77 29960
/proc/meminfo: memFree=1429480/2055920 swapFree=4174728/4192956
[pid=29916] ppid=29914 vsize=868540 CPUtime=1800.07
/proc/29916/stat : 29916 (java) S 29914 29916 29848 0 -1 0 17943 292 1 0 179990 17 0 0 18 0 9 0 986314280 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29916/statm: 217135 10925 2631 9 0 211641 0
[pid=29916/tid=29918] ppid=29914 vsize=868540 CPUtime=1799.73
/proc/29916/task/29918/stat : 29918 (java) R 29914 29916 29848 0 -1 64 12174 292 1 0 179960 13 0 0 25 0 9 0 986314281 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4126881836 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29921] ppid=29914 vsize=868540 CPUtime=0.06
/proc/29916/task/29921/stat : 29921 (java) S 29914 29916 29848 0 -1 64 4239 292 0 0 5 1 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29916/tid=29922] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29922/stat : 29922 (java) S 29914 29916 29848 0 -1 64 16 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29923] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29923/stat : 29923 (java) S 29914 29916 29848 0 -1 64 9 292 0 0 0 0 0 0 16 0 9 0 986314286 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29925] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29925/stat : 29925 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 22 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29926] ppid=29914 vsize=868540 CPUtime=0.25
/proc/29916/task/29926/stat : 29926 (java) S 29914 29916 29848 0 -1 64 685 292 0 0 24 1 0 0 17 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29927] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29927/stat : 29927 (java) S 29914 29916 29848 0 -1 64 1 292 0 0 0 0 0 0 23 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29916/tid=29928] ppid=29914 vsize=868540 CPUtime=0
/proc/29916/task/29928/stat : 29928 (java) S 29914 29916 29848 0 -1 64 15 292 0 0 0 0 0 0 15 0 9 0 986314288 889384960 10925 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868540

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

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

Child status: 143
Real time (s): 1815.55
CPU time (s): 1800.12
CPU user time (s): 1799.93
CPU system time (s): 0.19097
CPU usage (%): 99.1504
Max. virtual memory (cumulated for all children) (KiB): 868584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18269
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= 37348
involuntary context switches= 40353

runsolver used 2.41863 second user time and 5.84311 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-02 19:18:37
IDJOB=1044101
IDBENCH=53369
IDSOLVER=363
FILE ID=node35/1044101-1215019117
PBS_JOBID= 7874399
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73a72b58fd08e3bdce88f31cfc83b195
RANDOM SEED=387234901

node35.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.261
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.261
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:       1566944 kB
Buffers:         57368 kB
Cached:         339988 kB
SwapCached:      12276 kB
Active:         156272 kB
Inactive:       255708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566944 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:          20244 kB
Slab:            62524 kB
Committed_AS:  1456888 kB
PageTables:       1620 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66436 MiB
End job on node35 at 2008-07-02 19:48:55