Trace number 2098471

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.13 1801.28

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-2.xml
MD5SUM1e34438cc0e5de5e28f463b21d13f8f7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.0583
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.07/0.10	
0.07/0.10	Abscon 112 (May, 2008)
0.16/0.28	
0.16/0.28	   configuration
0.16/0.28	     name=mac.xml
0.26/0.32	   
0.26/0.32	   instance
0.26/0.32	     name=HOME/instance-2098471-1247415658.xml
0.26/0.35	   
0.26/0.35	   domains being loaded...
0.26/0.36	   
0.26/0.36	   variables being loaded...
0.26/0.39	     nbVariables=25  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=125
0.26/0.39	       =>  wckTime=0.109  cpuTime=0.1  mem=7M892
0.26/0.39	   
0.26/0.39	   relations being loaded...
3.24/3.34	   
3.24/3.34	   INFO : Contraction of relations, mem = 102M992
5.70/5.87	   
5.70/5.87	   constraints being loaded...
9.17/9.33	     nbConstraints=56  nbRelationTypes=56  nbGlobalConstraints=56  nbExtensionStructures=56
9.17/9.33	     nbSharedExtensionStructures=0  nbConflictsStructures=56  nbSharedConflictsStructures=0
9.17/9.33	     nbSharedBinaryRepresentations=0  minDegree=9  maxDegree=23  minArity=7  maxArity=7  nbGenerators=0  nbFusions=0
9.17/9.33	     symmetryWckTime=0.088  symmetryCpuTime=0.03
9.17/9.33	       =>  wckTime=9.051  cpuTime=7.74  mem=166M376
9.76/9.91	   
9.76/9.91	   solver IterativeSystematicSolver being built... 
9.76/9.98	   
9.76/9.98	   INFO : Forward propagation technique limited 
9.87/10.06	       =>  wckTime=9.773  cpuTime=7.86  mem=179M313
10.16/10.37	   
10.16/10.37	   preprocessing
10.16/10.37	     nbConstraintChecks=0  nbValidityChecks=2217436  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0
10.16/10.37	     nbRemovedValues=0  detectedInconsistency=no
10.16/10.37	       =>  wckTime=0.312  cpuTime=0.3  mem=179M313
11.95/12.15	   
11.95/12.15	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=180M294)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098471-1247415658/watcher-2098471-1247415658 -o /tmp/evaluation-result-2098471-1247415658/solver-2098471-1247415658 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098471-1247415658.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.00 2.00 4/82 2749
/proc/meminfo: memFree=1481304/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=18576 CPUtime=0
/proc/2749/stat : 2749 (runsolver) R 2747 2749 2673 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28257339 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2749/statm: 4644 284 249 26 0 2626 0

[startup+0.0799711 s]
/proc/loadavg: 2.02 2.00 2.00 4/82 2749
/proc/meminfo: memFree=1481304/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=864024 CPUtime=0.05
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 2828 0 1 0 3 2 0 0 18 0 9 0 28257339 884760576 2362 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216006 2362 1118 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101969 s]
/proc/loadavg: 2.02 2.00 2.00 4/82 2749
/proc/meminfo: memFree=1481304/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=865956 CPUtime=0.07
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 3310 0 1 0 5 2 0 0 18 0 9 0 28257339 886738944 2795 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216489 2795 1388 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865956

[startup+0.301996 s]
/proc/loadavg: 2.02 2.00 2.00 4/82 2749
/proc/meminfo: memFree=1481304/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=866300 CPUtime=0.26
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 5504 0 1 0 22 4 0 0 18 0 9 0 28257339 887091200 4916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216575 4916 1908 9 0 211053 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866300

[startup+0.701049 s]
/proc/loadavg: 2.02 2.00 2.00 4/82 2749
/proc/meminfo: memFree=1481304/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=866492 CPUtime=0.66
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 15202 0 1 0 58 8 0 0 18 0 9 0 28257339 887287808 14564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216623 14564 1999 9 0 211081 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 866492

[startup+1.50115 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 2758
/proc/meminfo: memFree=1413712/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=866624 CPUtime=1.44
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 23188 0 1 0 132 12 0 0 18 0 9 0 28257339 887422976 22546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216656 22546 2012 9 0 211114 0
[pid=2749/tid=2751] ppid=2747 vsize=866624 CPUtime=1.27
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 15708 0 1 0 118 9 0 0 25 0 9 0 28257340 887422976 22546 996147200 134512640 134550932 4294955968 18446744073709551615 4126095903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2752] ppid=2747 vsize=866624 CPUtime=0.09
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 6450 0 0 0 7 2 0 0 16 0 9 0 28257342 887422976 22546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=866624 CPUtime=0
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28257342 887422976 22546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=866624 CPUtime=0
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28257342 887422976 22546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=866624 CPUtime=0
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28257345 887422976 22546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=866624 CPUtime=0.06
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 328 0 0 0 6 0 0 0 16 0 9 0 28257345 887422976 22546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2757] ppid=2747 vsize=866624 CPUtime=0
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28257345 887422976 22546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=866624 CPUtime=0
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28257345 887422976 22546 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 866624

[startup+3.10236 s]
/proc/loadavg: 2.02 2.00 2.00 3/91 2758
/proc/meminfo: memFree=1383888/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=866624 CPUtime=3.04
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 31669 0 1 0 287 17 0 0 18 0 9 0 28257339 887422976 31023 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216656 31023 2012 9 0 211114 0
[pid=2749/tid=2751] ppid=2747 vsize=866624 CPUtime=2.65
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 15712 0 1 0 255 10 0 0 25 0 9 0 28257340 887422976 31023 996147200 134512640 134550932 4294955968 18446744073709551615 4126405577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2752] ppid=2747 vsize=866624 CPUtime=0.28
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 14920 0 0 0 23 5 0 0 16 0 9 0 28257342 887422976 31023 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=866624 CPUtime=0
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28257342 887422976 31023 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=866624 CPUtime=0
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28257342 887422976 31023 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=866624 CPUtime=0
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28257345 887422976 31023 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=866624 CPUtime=0.07
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 28257345 887422976 31023 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2757] ppid=2747 vsize=866624 CPUtime=0
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28257345 887422976 31023 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=866624 CPUtime=0
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28257345 887422976 31023 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 866624

[startup+6.30278 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 2758
/proc/meminfo: memFree=1355600/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=867156 CPUtime=6.2
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 35332 0 1 0 601 19 0 0 18 0 9 0 28257339 887967744 34020 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216789 34020 2633 9 0 211247 0
[pid=2749/tid=2751] ppid=2747 vsize=867156 CPUtime=5.45
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 15764 0 1 0 534 11 0 0 25 0 9 0 28257340 887967744 34020 996147200 134512640 134550932 4294955968 18446744073709551615 4126659624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2752] ppid=2747 vsize=867156 CPUtime=0.59
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 18381 0 0 0 53 6 0 0 16 0 9 0 28257342 887967744 34020 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=867156 CPUtime=0
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28257342 887967744 34020 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=867156 CPUtime=0
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28257342 887967744 34020 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867156 CPUtime=0
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28257345 887967744 34020 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867156 CPUtime=0.13
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 485 0 0 0 13 0 0 0 15 0 9 0 28257345 887967744 34020 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867156 CPUtime=0
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28257345 887967744 34020 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=867156 CPUtime=0
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28257345 887967744 34020 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 867156

[startup+12.7026 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 2762
/proc/meminfo: memFree=1253064/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=867568 CPUtime=12.54
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 95407 278 1 0 1213 38 0 3 18 0 9 0 28257339 888389632 59610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216892 59610 2660 9 0 211328 0
[pid=2749/tid=2751] ppid=2747 vsize=867568 CPUtime=10.64
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 22711 278 1 0 1047 14 0 3 25 0 9 0 28257340 888389632 59610 996147200 134512640 134550932 4294955968 18446744073709551615 4126873333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2752] ppid=2747 vsize=867568 CPUtime=1.64
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 71191 278 0 0 141 20 0 3 17 0 9 0 28257342 888389632 59610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 21 278 0 0 0 0 0 3 17 0 9 0 28257342 888389632 59610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 12 278 0 0 0 0 0 3 16 0 9 0 28257342 888389632 59610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 278 0 0 0 0 0 3 18 0 9 0 28257345 888389632 59610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867568 CPUtime=0.27
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 660 278 0 0 23 1 0 3 15 0 9 0 28257345 888389632 59610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 278 0 0 0 0 0 3 19 0 9 0 28257345 888389632 59610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 10 278 0 0 0 0 0 3 15 0 9 0 28257345 888389632 59610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867568

[startup+25.5013 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 2762
/proc/meminfo: memFree=1253128/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=867568 CPUtime=25.21
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 95449 278 1 0 2479 39 0 3 18 0 9 0 28257339 888389632 59626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216892 59626 2660 9 0 211328 0
[pid=2749/tid=2751] ppid=2747 vsize=867568 CPUtime=23.27
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 22730 278 1 0 2310 14 0 3 25 0 9 0 28257340 888389632 59626 996147200 134512640 134550932 4294955968 18446744073709551615 4126863146 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2752] ppid=2747 vsize=867568 CPUtime=1.64
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 71191 278 0 0 141 20 0 3 16 0 9 0 28257342 888389632 59626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 21 278 0 0 0 0 0 3 17 0 9 0 28257342 888389632 59626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 12 278 0 0 0 0 0 3 16 0 9 0 28257342 888389632 59626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 278 0 0 0 0 0 3 18 0 9 0 28257345 888389632 59626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867568 CPUtime=0.31
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 683 278 0 0 27 1 0 3 16 0 9 0 28257345 888389632 59626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 278 0 0 0 0 0 3 19 0 9 0 28257345 888389632 59626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 10 278 0 0 0 0 0 3 15 0 9 0 28257345 888389632 59626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 867568

[startup+51.1016 s]
/proc/loadavg: 1.82 1.95 1.98 3/91 2833
/proc/meminfo: memFree=1171656/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=867568 CPUtime=50.67
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 95499 278 1 0 5023 41 0 3 18 0 9 0 28257339 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216892 59628 2660 9 0 211328 0
[pid=2749/tid=2751] ppid=2747 vsize=867568 CPUtime=48.73
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 22777 278 1 0 4854 16 0 3 25 0 9 0 28257340 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4126873490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2752] ppid=2747 vsize=867568 CPUtime=1.64
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 71191 278 0 0 141 20 0 3 16 0 9 0 28257342 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 21 278 0 0 0 0 0 3 17 0 9 0 28257342 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 12 278 0 0 0 0 0 3 16 0 9 0 28257342 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 278 0 0 0 0 0 3 18 0 9 0 28257345 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867568 CPUtime=0.31
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 686 278 0 0 27 1 0 3 15 0 9 0 28257345 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 278 0 0 0 0 0 3 19 0 9 0 28257345 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 12 278 0 0 0 0 0 3 16 0 9 0 28257342 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 278 0 0 0 0 0 3 18 0 9 0 28257345 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867568 CPUtime=0.31
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 686 278 0 0 27 1 0 3 15 0 9 0 28257345 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 278 0 0 0 0 0 3 19 0 9 0 28257345 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 10 278 0 0 0 0 0 3 15 0 9 0 28257345 888389632 59628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.27
Current children cumulated vsize (KiB) 867568

[startup+1542.3 s]
/proc/loadavg: 2.02 1.99 1.99 3/91 2837
/proc/meminfo: memFree=1072200/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=867568 CPUtime=1541.24
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 97531 278 1 0 154077 44 0 3 18 0 9 0 28257339 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216892 59630 2660 9 0 211328 0
[pid=2749/tid=2751] ppid=2747 vsize=867568 CPUtime=1539.3
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 24807 278 1 0 153907 20 0 3 25 0 9 0 28257340 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4126873307 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2752] ppid=2747 vsize=867568 CPUtime=1.64
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 71191 278 0 0 141 20 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 21 278 0 0 0 0 0 3 17 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 12 278 0 0 0 0 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 278 0 0 0 0 0 3 18 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867568 CPUtime=0.32
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 688 278 0 0 28 1 0 3 16 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 278 0 0 0 0 0 3 19 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 10 278 0 0 0 0 0 3 15 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.24
Current children cumulated vsize (KiB) 867568

[startup+1602.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/91 2837
/proc/meminfo: memFree=1072200/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=867568 CPUtime=1601.22
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 97612 278 1 0 160074 45 0 3 18 0 9 0 28257339 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216892 59630 2660 9 0 211328 0
[pid=2749/tid=2751] ppid=2747 vsize=867568 CPUtime=1599.28
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 24888 278 1 0 159905 20 0 3 25 0 9 0 28257340 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4126873359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2752] ppid=2747 vsize=867568 CPUtime=1.64
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 71191 278 0 0 141 20 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 21 278 0 0 0 0 0 3 17 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 12 278 0 0 0 0 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 278 0 0 0 0 0 3 18 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867568 CPUtime=0.32
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 688 278 0 0 28 1 0 3 16 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 278 0 0 0 0 0 3 19 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 10 278 0 0 0 0 0 3 15 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.22
Current children cumulated vsize (KiB) 867568

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 2837
/proc/meminfo: memFree=1072136/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=867568 CPUtime=1661.2
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 97690 278 1 0 166072 45 0 3 18 0 9 0 28257339 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216892 59630 2660 9 0 211328 0
[pid=2749/tid=2751] ppid=2747 vsize=867568 CPUtime=1659.25
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 24966 278 1 0 165902 20 0 3 25 0 9 0 28257340 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4126863107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2752] ppid=2747 vsize=867568 CPUtime=1.64
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 71191 278 0 0 141 20 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 21 278 0 0 0 0 0 3 17 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 12 278 0 0 0 0 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 278 0 0 0 0 0 3 18 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867568 CPUtime=0.32
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 688 278 0 0 28 1 0 3 16 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 278 0 0 0 0 0 3 19 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 10 278 0 0 0 0 0 3 15 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.2
Current children cumulated vsize (KiB) 867568

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 2837
/proc/meminfo: memFree=1072136/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=867568 CPUtime=1721.17
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 97765 278 1 0 172069 45 0 3 18 0 9 0 28257339 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216892 59630 2660 9 0 211328 0
[pid=2749/tid=2751] ppid=2747 vsize=867568 CPUtime=1719.23
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 25041 278 1 0 171900 20 0 3 25 0 9 0 28257340 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4126873307 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2752] ppid=2747 vsize=867568 CPUtime=1.64
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 71191 278 0 0 141 20 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 21 278 0 0 0 0 0 3 17 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 12 278 0 0 0 0 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 278 0 0 0 0 0 3 18 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867568 CPUtime=0.32
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 688 278 0 0 28 1 0 3 16 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 278 0 0 0 0 0 3 19 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 10 278 0 0 0 0 0 3 15 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.17
Current children cumulated vsize (KiB) 867568

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 2837
/proc/meminfo: memFree=1072072/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=867568 CPUtime=1781.15
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 97850 278 1 0 178067 45 0 3 18 0 9 0 28257339 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216892 59630 2660 9 0 211328 0
[pid=2749/tid=2751] ppid=2747 vsize=867568 CPUtime=1779.2
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 25126 278 1 0 177897 20 0 3 25 0 9 0 28257340 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4126873311 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2752] ppid=2747 vsize=867568 CPUtime=1.64
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 71191 278 0 0 141 20 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 21 278 0 0 0 0 0 3 17 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 12 278 0 0 0 0 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 278 0 0 0 0 0 3 18 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867568 CPUtime=0.32
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 688 278 0 0 28 1 0 3 16 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 278 0 0 0 0 0 3 19 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 10 278 0 0 0 0 0 3 15 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.15
Current children cumulated vsize (KiB) 867568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 1.99 1.99 3/91 2837
/proc/meminfo: memFree=1072072/2055920 swapFree=4192812/4192956
[pid=2749] ppid=2747 vsize=867568 CPUtime=1800.04
/proc/2749/stat : 2749 (java) S 2747 2749 2673 0 -1 0 97878 278 1 0 179956 45 0 3 18 0 9 0 28257339 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2749/statm: 216892 59630 2660 9 0 211328 0
[pid=2749/tid=2751] ppid=2747 vsize=867568 CPUtime=1798.09
/proc/2749/task/2751/stat : 2751 (java) R 2747 2749 2673 0 -1 64 25154 278 1 0 179786 20 0 3 25 0 9 0 28257340 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4126873490 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2752] ppid=2747 vsize=867568 CPUtime=1.64
/proc/2749/task/2752/stat : 2752 (java) S 2747 2749 2673 0 -1 64 71191 278 0 0 141 20 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2753] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2753/stat : 2753 (java) S 2747 2749 2673 0 -1 64 21 278 0 0 0 0 0 3 17 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2754] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2754/stat : 2754 (java) S 2747 2749 2673 0 -1 64 12 278 0 0 0 0 0 3 16 0 9 0 28257342 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2755] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2755/stat : 2755 (java) S 2747 2749 2673 0 -1 64 2 278 0 0 0 0 0 3 18 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2756] ppid=2747 vsize=867568 CPUtime=0.32
/proc/2749/task/2756/stat : 2756 (java) S 2747 2749 2673 0 -1 64 688 278 0 0 28 1 0 3 16 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2749/tid=2757] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2757/stat : 2757 (java) S 2747 2749 2673 0 -1 64 0 278 0 0 0 0 0 3 19 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2749/tid=2758] ppid=2747 vsize=867568 CPUtime=0.03
/proc/2749/task/2758/stat : 2758 (java) S 2747 2749 2673 0 -1 64 10 278 0 0 0 0 0 3 15 0 9 0 28257345 888389632 59630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867568

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): 1801.28
CPU time (s): 1800.13
CPU user time (s): 1799.61
CPU system time (s): 0.52292
CPU usage (%): 99.9361
Max. virtual memory (cumulated for all children) (KiB): 868160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.52292
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98190
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= 37935
involuntary context switches= 41259

runsolver used 2.10168 second user time and 6.10307 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 18:21:01
IDJOB=2098471
IDBENCH=58677
IDSOLVER=773
FILE ID=node40/2098471-1247415658
PBS_JOBID= 9510663
Free space on /tmp= 66224 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-2.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098471-1247415658/watcher-2098471-1247415658 -o /tmp/evaluation-result-2098471-1247415658/solver-2098471-1247415658 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098471-1247415658.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1e34438cc0e5de5e28f463b21d13f8f7
RANDOM SEED=1347056458

node40.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.213
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.213
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:       1481784 kB
Buffers:         88488 kB
Cached:         307680 kB
SwapCached:          0 kB
Active:         168680 kB
Inactive:       323940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           32688 kB
Writeback:           0 kB
Mapped:         117184 kB
Slab:            66336 kB
Committed_AS:  1032328 kB
PageTables:       2032 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= 66192 MiB
End job on node40 at 2009-07-12 18:51:04