Trace number 1101077

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.1 1806.62

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-35_ext.xml
MD5SUM121e80f15ac7c70f0108e09c9f79b34d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints469
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension469
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1101077-1215290365.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.40	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23  nbTotalValues=1150
0.27/0.40	       =>  wckTime=0.15  cpuTime=0.11  mem=7M919
0.27/0.40	   
0.27/0.40	   relations being loaded...
0.58/0.66	   
0.58/0.66	   constraints being loaded...
0.86/0.90	     nbConstraints=469  nbRelationTypes=469  nbExtensionStructures=469  nbSharedExtensionStructures=0
0.86/0.90	     nbConflictsStructures=469  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2573  minDegree=12
0.86/0.90	     maxDegree=25  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.073  symmetryCpuTime=0.04
0.86/0.90	       =>  wckTime=0.657  cpuTime=0.47  mem=23M881
0.86/0.98	   
0.86/0.99	   solver IterativeSystematicSolver being built... 
1.06/1.14	       =>  wckTime=0.891  cpuTime=0.59  mem=22M599
1.15/1.21	   
1.15/1.21	   preprocessing
1.15/1.21	     nbConstraintChecks=113356  nbPropagations=1226  nbRevisions=10300  nbUselessRevisions=8715  nbSingletonTests=61
1.15/1.21	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
1.15/1.21	       =>  wckTime=0.064  cpuTime=0.05  mem=22M599
1.25/1.35	   
1.25/1.35	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M607)

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-1101077-1215290365/watcher-1101077-1215290365 -o /tmp/evaluation-result-1101077-1215290365/solver-1101077-1215290365 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1101077-1215290365.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 4/73 10784
/proc/meminfo: memFree=1636304/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=18572 CPUtime=0
/proc/10784/stat : 10784 (runsolver) R 10782 10784 8784 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2008010522 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10784/statm: 4643 292 257 25 0 2626 0

[startup+0.0669391 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 10784
/proc/meminfo: memFree=1636304/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=864076 CPUtime=0.05
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 2748 0 1 0 3 2 0 0 18 0 9 0 2008010522 884813824 2296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216019 2296 1095 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.102941 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 10784
/proc/meminfo: memFree=1636304/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=865884 CPUtime=0.08
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 3678 0 1 0 6 2 0 0 18 0 9 0 2008010522 886665216 3153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216471 3153 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302963 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 10784
/proc/meminfo: memFree=1636304/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=866196 CPUtime=0.27
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 5606 0 1 0 24 3 0 0 18 0 9 0 2008010522 886984704 5020 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216549 5020 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.701998 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 10784
/proc/meminfo: memFree=1636304/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867020 CPUtime=0.67
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 8389 0 1 0 61 6 0 0 18 0 9 0 2008010522 887828480 7749 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216755 7749 1977 9 0 211283 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867020

[startup+1.50107 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 10797
/proc/meminfo: memFree=1600904/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=1.45
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18700 294 1 0 135 10 0 0 18 0 9 0 2008010522 888705024 11502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11502 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=1.11
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12506 294 1 0 104 7 0 0 25 0 9 0 2008010523 888705024 11502 996147200 134512640 134550740 4294955968 18446744073709551615 4126888146 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 17 0 9 0 2008010525 888705024 11502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.24
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 709 294 0 0 24 0 0 0 15 0 9 0 2008010527 888705024 11502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 4 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11502 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867876

[startup+3.10121 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 10797
/proc/meminfo: memFree=1600200/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=3.03
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18724 294 1 0 293 10 0 0 18 0 9 0 2008010522 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11522 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=2.66
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12510 294 1 0 259 7 0 0 25 0 9 0 2008010523 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 17 0 9 0 2008010525 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.27
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 729 294 0 0 27 0 0 0 15 0 9 0 2008010527 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 4 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867876

[startup+6.3025 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 10797
/proc/meminfo: memFree=1600072/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=6.21
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18741 294 1 0 611 10 0 0 18 0 9 0 2008010522 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11522 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=5.83
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12515 294 1 0 576 7 0 0 25 0 9 0 2008010523 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4126877965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 16 0 9 0 2008010525 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.27
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 729 294 0 0 27 0 0 0 15 0 9 0 2008010527 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 16 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11522 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867876

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 10797
/proc/meminfo: memFree=1599880/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=12.55
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18743 294 1 0 1245 10 0 0 18 0 9 0 2008010522 888705024 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11523 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=12.18
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12516 294 1 0 1211 7 0 0 25 0 9 0 2008010523 888705024 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4126881184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 16 0 9 0 2008010525 888705024 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.27
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 730 294 0 0 27 0 0 0 15 0 9 0 2008010527 888705024 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 16 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11523 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867876

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 10797
/proc/meminfo: memFree=1598152/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=25.24
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18748 294 1 0 2514 10 0 0 18 0 9 0 2008010522 888705024 11524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11524 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=24.87
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12520 294 1 0 2480 7 0 0 25 0 9 0 2008010523 888705024 11524 996147200 134512640 134550740 4294955968 18446744073709551615 4126877695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 16 0 9 0 2008010525 888705024 11524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.28
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 731 294 0 0 28 0 0 0 16 0 9 0 2008010527 888705024 11524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 16 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11524 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867876

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 10797
/proc/meminfo: memFree=1594056/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=50.63
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18754 294 1 0 5052 11 0 0 18 0 9 0 2008010522 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11525 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=50.25
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12521 294 1 0 5018 7 0 0 25 0 9 0 2008010523 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4126978182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.28
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 736 294 0 0 28 0 0 0 16 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0

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

/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.28
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 736 294 0 0 28 0 0 0 16 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 16 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.87
Current children cumulated vsize (KiB) 867876

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 10853
/proc/meminfo: memFree=1603016/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=1535.85
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18763 294 1 0 153572 13 0 0 18 0 9 0 2008010522 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11525 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=1535.47
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12530 294 1 0 153537 10 0 0 25 0 9 0 2008010523 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4126881376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.28
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 736 294 0 0 28 0 0 0 16 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 16 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.85
Current children cumulated vsize (KiB) 867876

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 10853
/proc/meminfo: memFree=1603016/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=1595.83
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18763 294 1 0 159570 13 0 0 18 0 9 0 2008010522 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11525 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=1595.45
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12530 294 1 0 159535 10 0 0 25 0 9 0 2008010523 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.28
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 736 294 0 0 28 0 0 0 16 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 16 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.83
Current children cumulated vsize (KiB) 867876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 10853
/proc/meminfo: memFree=1602704/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=1655.8
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18763 294 1 0 165567 13 0 0 18 0 9 0 2008010522 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11525 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=1655.43
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12530 294 1 0 165533 10 0 0 25 0 9 0 2008010523 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4126881402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.28
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 736 294 0 0 28 0 0 0 16 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 16 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.8
Current children cumulated vsize (KiB) 867876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 10853
/proc/meminfo: memFree=1602320/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=1715.78
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18763 294 1 0 171565 13 0 0 18 0 9 0 2008010522 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11525 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=1715.41
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12530 294 1 0 171531 10 0 0 25 0 9 0 2008010523 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4126881300 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.28
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 736 294 0 0 28 0 0 0 16 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 16 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.78
Current children cumulated vsize (KiB) 867876

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10853
/proc/meminfo: memFree=1601488/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=1775.77
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18763 294 1 0 177563 14 0 0 18 0 9 0 2008010522 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11525 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=1775.39
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12530 294 1 0 177529 10 0 0 25 0 9 0 2008010523 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4125952098 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.28
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 736 294 0 0 28 0 0 0 16 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 16 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.77
Current children cumulated vsize (KiB) 867876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 10853
/proc/meminfo: memFree=1601424/2055920 swapFree=4180844/4192956
[pid=10784] ppid=10782 vsize=867876 CPUtime=1800.07
/proc/10784/stat : 10784 (java) S 10782 10784 8784 0 -1 0 18763 294 1 0 179993 14 0 0 18 0 9 0 2008010522 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10784/statm: 216969 11525 2633 9 0 211475 0
[pid=10784/tid=10786] ppid=10782 vsize=867876 CPUtime=1799.68
/proc/10784/task/10786/stat : 10786 (java) R 10782 10784 8784 0 -1 64 12530 294 1 0 179958 10 0 0 25 0 9 0 2008010523 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4126095728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10787] ppid=10782 vsize=867876 CPUtime=0.07
/proc/10784/task/10787/stat : 10787 (java) S 10782 10784 8784 0 -1 64 4648 294 0 0 6 1 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10784/tid=10788] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10788/stat : 10788 (java) S 10782 10784 8784 0 -1 64 14 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10789] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10789/stat : 10789 (java) S 10782 10784 8784 0 -1 64 8 294 0 0 0 0 0 0 16 0 9 0 2008010525 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10790] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10790/stat : 10790 (java) S 10782 10784 8784 0 -1 64 1 294 0 0 0 0 0 0 18 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10791] ppid=10782 vsize=867876 CPUtime=0.28
/proc/10784/task/10791/stat : 10791 (java) S 10782 10784 8784 0 -1 64 736 294 0 0 28 0 0 0 16 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10792] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10792/stat : 10792 (java) S 10782 10784 8784 0 -1 64 2 294 0 0 0 0 0 0 19 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10784/tid=10793] ppid=10782 vsize=867876 CPUtime=0
/proc/10784/task/10793/stat : 10793 (java) S 10782 10784 8784 0 -1 64 16 294 0 0 0 0 0 0 15 0 9 0 2008010527 888705024 11525 996147200 134512640 134550740 4294955968 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) 867876

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): 1806.62
CPU time (s): 1800.1
CPU user time (s): 1799.95
CPU system time (s): 0.153976
CPU usage (%): 99.639
Max. virtual memory (cumulated for all children) (KiB): 867876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19088
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= 37725
involuntary context switches= 42643

runsolver used 2.25866 second user time and 5.96709 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 22:39:25
IDJOB=1101077
IDBENCH=60005
IDSOLVER=364
FILE ID=node25/1101077-1215290365
PBS_JOBID= 7882282
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-2-50-23/normalized-rand-2-50-23-587-230-35_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101077-1215290365/watcher-1101077-1215290365 -o /tmp/evaluation-result-1101077-1215290365/solver-1101077-1215290365 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1101077-1215290365.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 121e80f15ac7c70f0108e09c9f79b34d
RANDOM SEED=2119043984

node25.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.234
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.234
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:       1636784 kB
Buffers:         52748 kB
Cached:         203508 kB
SwapCached:       5952 kB
Active:         268448 kB
Inactive:        98096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636784 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            2436 kB
Writeback:           0 kB
Mapped:         116620 kB
Slab:            37548 kB
Committed_AS:  3660676 kB
PageTables:       2148 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= 66524 MiB
End job on node25 at 2008-07-05 23:09:33