Trace number 1082357

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.08 1834.65

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-27.xml
MD5SUM29eeeb4fa472c212f46109214960e651
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.64714
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size884
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1082357-1215222143.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.37/0.45	     nbVariables=450  nbDomainTypes=87  minDomainSize=786  maxDomainSize=884  nbTotalValues=376122
0.37/0.45	       =>  wckTime=0.202  cpuTime=0.15  mem=16M677
0.37/0.45	   
0.37/0.45	   predicates being loaded...
0.47/0.51	   
0.47/0.51	   constraints being loaded...
14.53/14.79	     nbConstraints=9690  nbGlobalConstraints=9465  nbConvertedConstraints=225  nbConvertConstraintsChecks=60771592
14.53/14.79	     nbExtensionStructures=87  nbSharedExtensionStructures=138  nbConflictsStructures=87
14.53/14.79	     nbSharedConflictsStructures=138  nbSharedBinaryRepresentations=72668  minDegree=29  maxDegree=58  minArity=2
14.53/14.79	     avgArity=2.02  maxArity=16  nbGenerators=0  nbFusions=0  symmetryWckTime=1.092  symmetryCpuTime=0.91  nbCliques=15
14.53/14.79	       =>  wckTime=14.542  cpuTime=13.74  mem=51M191
14.83/15.01	   
14.83/15.01	   solver IterativeSystematicSolver being built... 
14.83/15.08	   
14.83/15.08	   INFO : Forward propagation technique limited 
14.94/15.18	       =>  wckTime=14.929  cpuTime=13.89  mem=65M813
15.04/15.24	   
15.04/15.24	   preprocessing
15.04/15.24	     nbConstraintChecks=0  nbPropagations=450  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
15.04/15.24	     detectedInconsistency=no
15.04/15.24	       =>  wckTime=0.041  cpuTime=0.04  mem=66M791
25.24/25.45	   
25.24/25.45	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=69M887)

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-1082357-1215222143/watcher-1082357-1215222143 -o /tmp/evaluation-result-1082357-1215222143/solver-1082357-1215222143 -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-1082357-1215222143.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.92 1.98 1.99 3/85 12652
/proc/meminfo: memFree=1407312/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=18572 CPUtime=0
/proc/12652/stat : 12652 (runsolver) R 12650 12652 11087 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 256688126 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12652/statm: 4643 292 257 25 0 2626 0

[startup+0.00957007 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 12652
/proc/meminfo: memFree=1407312/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=1612 CPUtime=0
/proc/12652/stat : 12652 (java) D 12650 12652 11087 0 -1 0 147 0 0 0 0 0 0 0 20 0 1 0 256688126 1650688 120 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/12652/statm: 403 125 100 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.102463 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 12652
/proc/meminfo: memFree=1407312/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=865884 CPUtime=0.08
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 3692 0 1 0 6 2 0 0 20 0 9 0 256688126 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302487 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 12652
/proc/meminfo: memFree=1407312/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=866284 CPUtime=0.28
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 5871 0 1 0 24 4 0 0 20 0 9 0 256688126 887074816 5245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 216571 5245 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702527 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 12652
/proc/meminfo: memFree=1407312/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=867708 CPUtime=0.67
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 10680 0 1 0 61 6 0 0 20 0 9 0 256688126 888532992 10040 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 216927 10040 2010 9 0 211433 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867708

[startup+1.50161 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 12661
/proc/meminfo: memFree=1355784/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=867708 CPUtime=1.46
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 17086 0 1 0 137 9 0 0 20 0 9 0 256688126 888532992 16443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 216927 16443 2014 9 0 211433 0
[pid=12652/tid=12654] ppid=12650 vsize=867708 CPUtime=1.26
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 15704 0 1 0 118 8 0 0 25 0 9 0 256688128 888532992 16443 996147200 134512640 134550740 4294955968 18446744073709551615 4126898470 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=867708 CPUtime=0
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 256688130 888532992 16443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=867708 CPUtime=0
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 256688130 888532992 16443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12657] ppid=12650 vsize=867708 CPUtime=0
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 256688130 888532992 16443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12658] ppid=12650 vsize=867708 CPUtime=0
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256688132 888532992 16443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=867708 CPUtime=0.19
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 685 0 0 0 19 0 0 0 16 0 9 0 256688132 888532992 16443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=867708 CPUtime=0
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256688132 888532992 16443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=867708 CPUtime=0
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256688132 888532992 16443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867708

[startup+3.10178 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 12661
/proc/meminfo: memFree=1334472/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=867620 CPUtime=3.05
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 20732 0 1 0 290 15 0 0 20 0 9 0 256688126 888442880 20064 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 216905 20064 2005 9 0 211433 0
[pid=12652/tid=12654] ppid=12650 vsize=867620 CPUtime=2.72
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 15776 0 1 0 261 11 0 0 25 0 9 0 256688128 888442880 20064 996147200 134512640 134550740 4294955968 18446744073709551615 4126877408 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=867620 CPUtime=0.09
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 3565 0 0 0 8 1 0 0 17 0 9 0 256688130 888442880 20064 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 256688130 888442880 20064 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12657] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 256688130 888442880 20064 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12658] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256688132 888442880 20064 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=867620 CPUtime=0.2
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 694 0 0 0 20 0 0 0 15 0 9 0 256688132 888442880 20064 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256688132 888442880 20064 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256688132 888442880 20064 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867620

[startup+6.30212 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 12661
/proc/meminfo: memFree=1334280/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=867620 CPUtime=6.23
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 20750 0 1 0 604 19 0 0 20 0 9 0 256688126 888442880 20081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 216905 20081 2005 9 0 211433 0
[pid=12652/tid=12654] ppid=12650 vsize=867620 CPUtime=5.87
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 15779 0 1 0 572 15 0 0 25 0 9 0 256688128 888442880 20081 996147200 134512640 134550740 4294955968 18446744073709551615 4126906845 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=867620 CPUtime=0.09
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 3565 0 0 0 8 1 0 0 16 0 9 0 256688130 888442880 20081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 256688130 888442880 20081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12657] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 256688130 888442880 20081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12658] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256688132 888442880 20081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=867620 CPUtime=0.23
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 709 0 0 0 22 1 0 0 16 0 9 0 256688132 888442880 20081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256688132 888442880 20081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256688132 888442880 20081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867620

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 12661
/proc/meminfo: memFree=1334224/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=867620 CPUtime=12.57
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 20756 0 1 0 1215 42 0 0 20 0 9 0 256688126 888442880 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 216905 20085 2005 9 0 211433 0
[pid=12652/tid=12654] ppid=12650 vsize=867620 CPUtime=12.21
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 15783 0 1 0 1183 38 0 0 25 0 9 0 256688128 888442880 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4126877408 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=867620 CPUtime=0.09
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 3565 0 0 0 8 1 0 0 16 0 9 0 256688130 888442880 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 256688130 888442880 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12657] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 256688130 888442880 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12658] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256688132 888442880 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=867620 CPUtime=0.23
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 711 0 0 0 22 1 0 0 16 0 9 0 256688132 888442880 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256688132 888442880 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=867620 CPUtime=0
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256688132 888442880 20085 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867620

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/94 12665
/proc/meminfo: memFree=1284304/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=868032 CPUtime=25.34
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 56860 738 1 0 2463 60 9 2 20 0 9 0 256688126 888864768 33181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 217008 33181 2637 9 0 211514 0
[pid=12652/tid=12654] ppid=12650 vsize=868032 CPUtime=24.32
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 29508 738 1 0 2375 46 9 2 25 0 9 0 256688128 888864768 33181 996147200 134512640 134550740 4294955968 18446744073709551615 4127228814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12655] ppid=12650 vsize=868032 CPUtime=0.7
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 25553 738 0 0 49 10 9 2 16 0 9 0 256688130 888864768 33181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12656] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 17 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12657] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 23 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12658] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=868032 CPUtime=0.49
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 931 738 0 0 37 1 9 2 15 0 9 0 256688132 888864768 33181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12660] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 10 738 0 0 0 0 9 2 15 0 9 0 256688132 888864768 33181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868032

[startup+51.1029 s]
/proc/loadavg: 1.96 1.98 1.99 3/102 12676
/proc/meminfo: memFree=1236872/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=868032 CPUtime=50.55
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 56966 738 1 0 4984 60 9 2 20 0 9 0 256688126 888864768 33264 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 217008 33264 2637 9 0 211514 0
[pid=12652/tid=12654] ppid=12650 vsize=868032 CPUtime=49.46
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 29530 738 1 0 4889 46 9 2 25 0 9 0 256688128 888864768 33264 996147200 134512640 134550740 4294955968 18446744073709551615 4127199814 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=868032 CPUtime=0.76
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 25636 738 0 0 55 10 9 2 16 0 9 0 256688130 888864768 33264 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 17 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33264 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12657] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 23 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33264 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12658] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33264 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=868032 CPUtime=0.5
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 932 738 0 0 38 1 9 2 17 0 9 0 256688132 888864768 33264 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=868032 CPUtime=0.11

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

/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 23 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12658] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=868032 CPUtime=0.5
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 935 738 0 0 38 1 9 2 16 0 9 0 256688132 888864768 33667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 10 738 0 0 0 0 9 2 15 0 9 0 256688132 888864768 33667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1452.2
Current children cumulated vsize (KiB) 868032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/102 13160
/proc/meminfo: memFree=1233160/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=868032 CPUtime=1511.08
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 58653 738 1 0 151019 78 9 2 20 0 9 0 256688126 888864768 33684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 217008 33684 2637 9 0 211514 0
[pid=12652/tid=12654] ppid=12650 vsize=868032 CPUtime=1507.03
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 30797 738 1 0 150637 55 9 2 25 0 9 0 256688128 888864768 33684 996147200 134512640 134550740 4294955968 18446744073709551615 4126877360 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=868032 CPUtime=3.72
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 26053 738 0 0 343 18 9 2 17 0 9 0 256688130 888864768 33684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 17 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12657] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 23 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12658] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=868032 CPUtime=0.5
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 935 738 0 0 38 1 9 2 16 0 9 0 256688132 888864768 33684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 10 738 0 0 0 0 9 2 15 0 9 0 256688132 888864768 33684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1511.08
Current children cumulated vsize (KiB) 868032

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/102 13160
/proc/meminfo: memFree=1233096/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=868032 CPUtime=1569.97
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 58714 738 1 0 156908 78 9 2 20 0 9 0 256688126 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 217008 33693 2637 9 0 211514 0
[pid=12652/tid=12654] ppid=12650 vsize=868032 CPUtime=1565.81
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 30849 738 1 0 156514 56 9 2 25 0 9 0 256688128 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4127266382 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=868032 CPUtime=3.83
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 26062 738 0 0 354 18 9 2 16 0 9 0 256688130 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 17 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12657] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 23 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12658] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=868032 CPUtime=0.5
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 935 738 0 0 38 1 9 2 16 0 9 0 256688132 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 10 738 0 0 0 0 9 2 15 0 9 0 256688132 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1569.97
Current children cumulated vsize (KiB) 868032

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 13191
/proc/meminfo: memFree=1270896/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=868032 CPUtime=1629.2
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 58773 738 1 0 162830 79 9 2 20 0 9 0 256688126 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 217008 33693 2637 9 0 211514 0
[pid=12652/tid=12654] ppid=12650 vsize=868032 CPUtime=1624.9
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 30908 738 1 0 162423 56 9 2 25 0 9 0 256688128 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4127198440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=868032 CPUtime=3.95
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 26062 738 0 0 366 18 9 2 17 0 9 0 256688130 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 17 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12657] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 23 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12658] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=868032 CPUtime=0.5
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 935 738 0 0 38 1 9 2 16 0 9 0 256688132 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 10 738 0 0 0 0 9 2 15 0 9 0 256688132 888864768 33693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1629.2
Current children cumulated vsize (KiB) 868032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 13191
/proc/meminfo: memFree=1270896/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=868032 CPUtime=1688.69
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 58827 738 1 0 168778 80 9 2 20 0 9 0 256688126 888864768 33699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 217008 33699 2637 9 0 211514 0
[pid=12652/tid=12654] ppid=12650 vsize=868032 CPUtime=1684.3
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 30956 738 1 0 168362 57 9 2 25 0 9 0 256688128 888864768 33699 996147200 134512640 134550740 4294955968 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=868032 CPUtime=4.06
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 26068 738 0 0 376 19 9 2 16 0 9 0 256688130 888864768 33699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 17 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12657] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 23 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12658] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=868032 CPUtime=0.5
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 935 738 0 0 38 1 9 2 16 0 9 0 256688132 888864768 33699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 10 738 0 0 0 0 9 2 15 0 9 0 256688132 888864768 33699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1688.69
Current children cumulated vsize (KiB) 868032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 13191
/proc/meminfo: memFree=1270768/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=868032 CPUtime=1748.17
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 58882 738 1 0 174726 80 9 2 20 0 9 0 256688126 888864768 33711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 217008 33711 2637 9 0 211514 0
[pid=12652/tid=12654] ppid=12650 vsize=868032 CPUtime=1743.68
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 30999 738 1 0 174300 57 9 2 25 0 9 0 256688128 888864768 33711 996147200 134512640 134550740 4294955968 18446744073709551615 4127122929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=868032 CPUtime=4.15
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 26080 738 0 0 385 19 9 2 16 0 9 0 256688130 888864768 33711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 17 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12657] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 23 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12658] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=868032 CPUtime=0.5
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 935 738 0 0 38 1 9 2 16 0 9 0 256688132 888864768 33711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 10 738 0 0 0 0 9 2 15 0 9 0 256688132 888864768 33711 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1748.17
Current children cumulated vsize (KiB) 868032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1834.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 13191
/proc/meminfo: memFree=1270768/2055920 swapFree=4169368/4192956
[pid=12652] ppid=12650 vsize=868032 CPUtime=1800.02
/proc/12652/stat : 12652 (java) S 12650 12652 11087 0 -1 0 58923 738 1 0 179911 80 9 2 20 0 9 0 256688126 888864768 33716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12652/statm: 217008 33716 2637 9 0 211514 0
[pid=12652/tid=12654] ppid=12650 vsize=868032 CPUtime=1795.46
/proc/12652/task/12654/stat : 12654 (java) R 12650 12652 11087 0 -1 64 31035 738 1 0 179478 57 9 2 25 0 9 0 256688128 888864768 33716 996147200 134512640 134550740 4294955968 18446744073709551615 4127319687 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12655] ppid=12650 vsize=868032 CPUtime=4.23
/proc/12652/task/12655/stat : 12655 (java) S 12650 12652 11087 0 -1 64 26085 738 0 0 393 19 9 2 16 0 9 0 256688130 888864768 33716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12656] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12656/stat : 12656 (java) S 12650 12652 11087 0 -1 64 17 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12657] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12657/stat : 12657 (java) S 12650 12652 11087 0 -1 64 23 738 0 0 0 0 9 2 16 0 9 0 256688130 888864768 33716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12652/tid=12658] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12658/stat : 12658 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12659] ppid=12650 vsize=868032 CPUtime=0.5
/proc/12652/task/12659/stat : 12659 (java) S 12650 12652 11087 0 -1 64 935 738 0 0 38 1 9 2 16 0 9 0 256688132 888864768 33716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12660] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12660/stat : 12660 (java) S 12650 12652 11087 0 -1 64 1 738 0 0 0 0 9 2 25 0 9 0 256688132 888864768 33716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12652/tid=12661] ppid=12650 vsize=868032 CPUtime=0.11
/proc/12652/task/12661/stat : 12661 (java) S 12650 12652 11087 0 -1 64 10 738 0 0 0 0 9 2 15 0 9 0 256688132 888864768 33716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868032

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): 1834.65
CPU time (s): 1800.08
CPU user time (s): 1799.23
CPU system time (s): 0.84987
CPU usage (%): 98.1157
Max. virtual memory (cumulated for all children) (KiB): 868032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.84987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59694
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= 49146
involuntary context switches= 91034

runsolver used 2.20766 second user time and 6.15806 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 03:42:23
IDJOB=1082357
IDBENCH=57222
IDSOLVER=363
FILE ID=node82/1082357-1215222143
PBS_JOBID= 7881756
Free space on /tmp= 66468 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-27.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-1082357-1215222143/watcher-1082357-1215222143 -o /tmp/evaluation-result-1082357-1215222143/solver-1082357-1215222143 -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-1082357-1215222143.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 29eeeb4fa472c212f46109214960e651
RANDOM SEED=1998288901

node82.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.239
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.239
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:       1407728 kB
Buffers:         87100 kB
Cached:         416368 kB
SwapCached:      17956 kB
Active:         304092 kB
Inactive:       291812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1407728 kB
SwapTotal:     4192956 kB
SwapFree:      4169368 kB
Dirty:            3252 kB
Writeback:           0 kB
Mapped:          97364 kB
Slab:            37152 kB
Committed_AS:   706272 kB
PageTables:       2012 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= 66488 MiB
End job on node82 at 2008-07-05 04:13:00