Trace number 2071588

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
Sugar v1.14.6+minisat? (TO) 1800.17 1807.82

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-18_ext.xml
MD5SUMca72fd363ec754292e0c02a94b9a6a57
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.11752
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints32
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:15:28 2009
0.00/0.08	c 0	PID 18967
0.06/0.08	c 0	HOST node58.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071588-1247354128.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071588-1247354128.xml' 'HOME/temp.csp'
0.06/0.63	c 1	1 domains, 252 variables, 0 predicates, 2 relations, 32 constraints
0.06/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.76	c 1	Parsing HOME/temp.csp
0.60/0.94	c 1	parsed 287 expressions
0.60/0.95	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.95	c 1	Converting to clausal form CSP
0.60/0.97	c 1	converted 29 (10%) expressions
0.60/0.97	c 1	converted 58 (20%) expressions
0.60/0.97	c 1	converted 87 (30%) expressions
0.60/0.97	c 1	converted 115 (40%) expressions
0.60/0.97	c 1	converted 144 (50%) expressions
0.60/0.97	c 1	converted 173 (60%) expressions
0.60/0.97	c 1	converted 201 (70%) expressions
0.60/0.97	c 1	converted 230 (80%) expressions
1.81/1.98	c 2	converted 259 (90%) expressions
5.76/5.97	c 6	converted 287 (100%) expressions
5.76/5.97	c 6	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
5.76/5.97	c 6	Heap : 148 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.76/5.97	c 6	Propagation in CSP
5.76/5.97	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.76/5.97	c 6	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
5.76/5.97	c 6	Heap : 148 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.76/5.97	c 6	Simplifing CSP by introducing new Boolean variables
5.76/5.97	c 6	CSP : 252 integers, 0 booleans, 32 clauses, largest domain size 26
5.76/5.97	c 6	Heap : 148 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.66/6.88	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.66/6.89	c 7	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
6.66/6.89	c 7	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
6.66/6.89	c 7	76 (30%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
6.66/6.90	c 7	101 (40%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
6.77/6.90	c 7	126 (50%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
6.77/6.90	c 7	152 (60%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
6.77/6.90	c 7	177 (70%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
6.77/6.90	c 7	202 (80%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
6.77/6.90	c 7	227 (90%) CSP integer variables are encoded (5448 clauses, 68761 bytes)
6.77/6.90	c 7	252 (100%) CSP integer variables are encoded (6048 clauses, 76561 bytes)
355.29/356.65	c 357	4 (10%) CSP clauses are encoded (601168 clauses, 54998028 bytes)
624.56/627.06	c 627	7 (20%) CSP clauses are encoded (1047508 clauses, 97999590 bytes)
886.64/890.24	c 891	10 (30%) CSP clauses are encoded (1493848 clauses, 141001152 bytes)
1165.17/1169.91	c 1170	13 (40%) CSP clauses are encoded (1940188 clauses, 184002714 bytes)
1440.12/1446.08	c 1446	16 (50%) CSP clauses are encoded (2386528 clauses, 227004276 bytes)
1628.32/1635.09	c 1635	20 (60%) CSP clauses are encoded (2729558 clauses, 259769031 bytes)
1635.79/1642.51	c 1643	23 (70%) CSP clauses are encoded (2797763 clauses, 267422620 bytes)
1643.05/1649.80	c 1650	26 (80%) CSP clauses are encoded (2865968 clauses, 275248546 bytes)
1650.41/1657.23	c 1658	29 (90%) CSP clauses are encoded (2934173 clauses, 283074472 bytes)
1657.77/1664.66	c 1665	32 (100%) CSP clauses are encoded (3002378 clauses, 290900398 bytes)
1657.77/1664.66	c 1665	32 CSP clauses encoded
1657.77/1664.66	c 1665	Writing map file : HOME/temp.map
1657.77/1664.67	c 1665	Heap : 254 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1657.77/1664.67	c 1665	SAT : 6300 SAT variables, 3002378 SAT clauses, 290900398 bytes
1657.77/1664.67	c 1665	Heap : 254 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1657.85/1664.75	c 1665	SOLVING HOME/temp.cnf
1657.85/1664.75	c 1665	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1657.85/1664.76	c 1665	This is MiniSat 2.0 beta
1657.85/1664.76	c 1665	WARNING: for repeatability, setting FPU to use double precision
1657.85/1664.76	c 1665	============================[ Problem Statistics ]=============================
1657.85/1664.76	c 1665	|                                                                             |
1657.85/1664.76	c 1665	|  Number of variables:  6300                                                 |
1657.85/1664.76	c 1665	|  Number of clauses:    3002378                                              |
1663.91/1670.86	c 1671	|  Parsing time:         5.45         s                                       |
1664.21/1671.18	c 1672	============================[ Search Statistics ]==============================
1664.21/1671.18	c 1672	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1664.21/1671.18	c 1672	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1664.21/1671.18	c 1672	===============================================================================
1664.21/1671.18	c 1672	|         0 |    6300  3002378 54108986 |  1000792        0    nan |  0.000 % |
1664.91/1671.88	c 1672	|       100 |    6295  3002378 54108986 |  1100871       95      6 |  0.079 % |
1665.11/1672.03	c 1672	|       252 |    6295  3002378 54108986 |  1210959      247      8 |  0.079 % |
1665.20/1672.19	c 1673	|       478 |    6295  3002378 54108986 |  1332055      473      8 |  0.079 % |
1665.30/1672.26	c 1673	|       815 |    6295  3002378 54108986 |  1465260      810      8 |  0.079 % |
1665.40/1672.34	c 1673	|      1322 |    6295  3002378 54108986 |  1611786     1317      8 |  0.079 % |
1665.80/1672.79	c 1673	|      2082 |    6295  3002378 54108986 |  1772965     2077      9 |  0.079 % |
1666.40/1673.35	c 1674	|      3222 |    6295  3002378 54108986 |  1950261     3217      9 |  0.079 % |
1667.30/1674.28	c 1675	|      4930 |    6295  3002378 54108986 |  2145287     4925      9 |  0.080 % |
1667.69/1674.67	c 1675	|      7493 |    6295  3002378 54108986 |  2359816     7488      9 |  0.079 % |
1669.88/1676.81	c 1677	|     11337 |    6295  3002378 54108986 |  2595798    11332      9 |  0.079 % |
1671.77/1678.74	c 1679	|     17103 |    6295  3002378 54108986 |  2855378    17098     10 |  0.079 % |
1674.56/1681.58	c 1682	|     25754 |    6295  3002378 54108986 |  3140916    25749     10 |  0.079 % |
1681.82/1688.83	c 1689	|     38729 |    6295  3002378 54108986 |  3455007    38724     10 |  0.079 % |
1697.35/1704.45	c 1705	|     58191 |    6295  3002378 54108986 |  3800508    58186     11 |  0.079 % |
1714.86/1722.04	c 1722	|     87385 |    6295  3002378 54108986 |  4180559    87380     11 |  0.079 % |
1746.81/1754.14	c 1754	|    131174 |    6295  3002378 54108986 |  4598615   131169     12 |  0.079 % |
1800.05/1807.62	c ERROR INTERRUPTED
1800.05/1807.67	s UNKNOWN
1800.05/1807.67	c 1808	CPU 1657.92 (0.06 0.02 1655.26 2.58)
1800.05/1807.67	c 1808	END Sun Jul 12 01:45:36 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071588-1247354128/watcher-2071588-1247354128 -o /tmp/evaluation-result-2071588-1247354128/solver-2071588-1247354128 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071588-1247354128.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.12 2.22 2.11 4/83 18967
/proc/meminfo: memFree=1026944/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=12268 CPUtime=0
/proc/18967/stat : 18967 (sugar) R 18965 18967 18481 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 22475960 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226238364261 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18967/statm: 3067 316 241 3 0 167 0

[startup+0.085349 s]
/proc/loadavg: 2.12 2.22 2.11 4/83 18967
/proc/meminfo: memFree=1026944/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16740 CPUtime=0.06
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22475960 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102342 s]
/proc/loadavg: 2.12 2.22 2.11 4/83 18967
/proc/meminfo: memFree=1026944/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=0.06
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22475960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301689 s]
/proc/loadavg: 2.12 2.22 2.11 4/83 18967
/proc/meminfo: memFree=1026944/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=0.06
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22475960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701727 s]
/proc/loadavg: 2.12 2.22 2.11 4/83 18967
/proc/meminfo: memFree=1026944/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=0.6
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1292 6763 0 1 5 2 48 5 17 0 1 0 22475960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.5028 s]
/proc/loadavg: 2.12 2.22 2.11 3/94 18989
/proc/meminfo: memFree=1014376/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=0.61
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1309 6763 0 1 6 2 48 5 15 0 1 0 22475960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4217 1111 409 3 0 796 0
[pid=18980] ppid=18967 vsize=5356 CPUtime=0
/proc/18980/stat : 18980 (sh) S 18967 18967 18481 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476027 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18980/statm: 1339 233 193 169 0 50 0
[pid=18981] ppid=18980 vsize=864356 CPUtime=0.8
/proc/18981/stat : 18981 (java) S 18980 18967 18481 0 -1 0 9781 0 1 0 75 5 0 0 18 0 9 0 22476027 885100544 8923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18981/statm: 216089 8923 2566 9 0 210594 0
[pid=18981/tid=18982] ppid=18980 vsize=864356 CPUtime=0.36
/proc/18981/task/18982/stat : 18982 (java) R 18980 18967 18481 0 -1 64 2757 0 1 0 34 2 0 0 22 0 9 0 22476028 885100544 8923 996147200 134512640 134550932 4294955936 18446744073709551615 101450577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18983] ppid=18980 vsize=864356 CPUtime=0.36
/proc/18981/task/18983/stat : 18983 (java) S 18980 18967 18481 0 -1 64 6012 0 0 0 34 2 0 0 17 0 9 0 22476030 885100544 8923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18984] ppid=18980 vsize=864356 CPUtime=0
/proc/18981/task/18984/stat : 18984 (java) S 18980 18967 18481 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476030 885100544 8923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18985] ppid=18980 vsize=864356 CPUtime=0
/proc/18981/task/18985/stat : 18985 (java) S 18980 18967 18481 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22476030 885100544 8923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18986] ppid=18980 vsize=864356 CPUtime=0
/proc/18981/task/18986/stat : 18986 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22476032 885100544 8923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18987] ppid=18980 vsize=864356 CPUtime=0.05
/proc/18981/task/18987/stat : 18987 (java) S 18980 18967 18481 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 22476032 885100544 8923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18988] ppid=18980 vsize=864356 CPUtime=0
/proc/18981/task/18988/stat : 18988 (java) S 18980 18967 18481 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22476032 885100544 8923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18989] ppid=18980 vsize=864356 CPUtime=0
/proc/18981/task/18989/stat : 18989 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476032 885100544 8923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886580

[startup+3.10294 s]
/proc/loadavg: 2.12 2.22 2.11 4/94 18989
/proc/meminfo: memFree=980584/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=0.61
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1309 6763 0 1 6 2 48 5 16 0 1 0 22475960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4217 1111 409 3 0 796 0
[pid=18980] ppid=18967 vsize=5356 CPUtime=0
/proc/18980/stat : 18980 (sh) S 18967 18967 18481 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476027 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18980/statm: 1339 233 193 169 0 50 0
[pid=18981] ppid=18980 vsize=864608 CPUtime=2.38
/proc/18981/stat : 18981 (java) S 18980 18967 18481 0 -1 0 20774 0 1 0 227 11 0 0 18 0 9 0 22476027 885358592 19768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18981/statm: 216152 19768 2566 9 0 210657 0
[pid=18981/tid=18982] ppid=18980 vsize=864608 CPUtime=0.75
/proc/18981/task/18982/stat : 18982 (java) S 18980 18967 18481 0 -1 64 3179 0 1 0 73 2 0 0 25 0 9 0 22476028 885358592 19768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18983] ppid=18980 vsize=864608 CPUtime=1.54
/proc/18981/task/18983/stat : 18983 (java) R 18980 18967 18481 0 -1 64 16583 0 0 0 146 8 0 0 19 0 9 0 22476030 885358592 19768 996147200 134512640 134550932 4294955936 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18984] ppid=18980 vsize=864608 CPUtime=0
/proc/18981/task/18984/stat : 18984 (java) S 18980 18967 18481 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476030 885358592 19768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18985] ppid=18980 vsize=864608 CPUtime=0
/proc/18981/task/18985/stat : 18985 (java) S 18980 18967 18481 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22476030 885358592 19768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18986] ppid=18980 vsize=864608 CPUtime=0
/proc/18981/task/18986/stat : 18986 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22476032 885358592 19768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18987] ppid=18980 vsize=864608 CPUtime=0.05
/proc/18981/task/18987/stat : 18987 (java) S 18980 18967 18481 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 22476032 885358592 19768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18988] ppid=18980 vsize=864608 CPUtime=0
/proc/18981/task/18988/stat : 18988 (java) S 18980 18967 18481 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22476032 885358592 19768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18989] ppid=18980 vsize=864608 CPUtime=0
/proc/18981/task/18989/stat : 18989 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476032 885358592 19768 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886832

[startup+6.30121 s]
/proc/loadavg: 2.19 2.23 2.12 3/94 18989
/proc/meminfo: memFree=888488/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=0.61
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1310 6763 0 1 6 2 48 5 16 0 1 0 22475960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4217 1111 409 3 0 796 0
[pid=18980] ppid=18967 vsize=5356 CPUtime=0
/proc/18980/stat : 18980 (sh) S 18967 18967 18481 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476027 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18980/statm: 1339 233 193 169 0 50 0
[pid=18981] ppid=18980 vsize=890220 CPUtime=5.55
/proc/18981/stat : 18981 (java) S 18980 18967 18481 0 -1 0 54113 0 1 0 525 30 0 0 18 0 9 0 22476027 911585280 49162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18981/statm: 222555 49169 2567 9 0 217060 0
[pid=18981/tid=18982] ppid=18980 vsize=890220 CPUtime=1.65
/proc/18981/task/18982/stat : 18982 (java) S 18980 18967 18481 0 -1 64 4414 0 1 0 162 3 0 0 17 0 9 0 22476028 911585280 49175 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18983] ppid=18980 vsize=890220 CPUtime=3.81
/proc/18981/task/18983/stat : 18983 (java) R 18980 18967 18481 0 -1 64 48705 0 0 0 356 25 0 0 18 0 9 0 22476030 911585280 49182 996147200 134512640 134550932 4294955936 18446744073709551615 102500676 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18984] ppid=18980 vsize=890220 CPUtime=0
/proc/18981/task/18984/stat : 18984 (java) S 18980 18967 18481 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476030 911585280 49190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18985] ppid=18980 vsize=890220 CPUtime=0
/proc/18981/task/18985/stat : 18985 (java) S 18980 18967 18481 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22476030 911585280 49198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18986] ppid=18980 vsize=890220 CPUtime=0
/proc/18981/task/18986/stat : 18986 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22476032 911585280 49205 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18987] ppid=18980 vsize=890220 CPUtime=0.05
/proc/18981/task/18987/stat : 18987 (java) S 18980 18967 18481 0 -1 64 315 0 0 0 5 0 0 0 15 0 9 0 22476032 911585280 49213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18988] ppid=18980 vsize=890220 CPUtime=0
/proc/18981/task/18988/stat : 18988 (java) S 18980 18967 18481 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22476032 911585280 49221 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18989] ppid=18980 vsize=890220 CPUtime=0
/proc/18981/task/18989/stat : 18989 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476032 911585280 49229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 912444

[startup+12.7028 s]
/proc/loadavg: 2.17 2.23 2.12 3/92 19030
/proc/meminfo: memFree=1509048/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=0.61
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1310 6763 0 1 6 2 48 5 16 0 1 0 22475960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18967/statm: 4217 1111 409 3 0 796 0
[pid=18980] ppid=18967 vsize=5356 CPUtime=0
/proc/18980/stat : 18980 (sh) S 18967 18967 18481 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476027 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18980/statm: 1339 233 193 169 0 50 0
[pid=18981] ppid=18980 vsize=864468 CPUtime=11.94
/proc/18981/stat : 18981 (java) S 18980 18967 18481 0 -1 0 57584 0 1 0 1162 32 0 0 18 0 9 0 22476027 885215232 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18981/statm: 216117 46140 2591 9 0 210594 0
[pid=18981/tid=18982] ppid=18980 vsize=864468 CPUtime=7.39
/proc/18981/task/18982/stat : 18982 (java) R 18980 18967 18481 0 -1 64 5092 0 1 0 735 4 0 0 25 0 9 0 22476028 885215232 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4126533752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18983] ppid=18980 vsize=864468 CPUtime=4.45
/proc/18981/task/18983/stat : 18983 (java) S 18980 18967 18481 0 -1 64 51457 0 0 0 418 27 0 0 16 0 9 0 22476030 885215232 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18984] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18984/stat : 18984 (java) S 18980 18967 18481 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476030 885215232 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18985] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18985/stat : 18985 (java) S 18980 18967 18481 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22476030 885215232 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18986] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18986/stat : 18986 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22476032 885215232 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18987] ppid=18980 vsize=864468 CPUtime=0.08
/proc/18981/task/18987/stat : 18987 (java) S 18980 18967 18481 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22476032 885215232 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18988] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18988/stat : 18988 (java) S 18980 18967 18481 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22476032 885215232 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18989] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18989/stat : 18989 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476032 885215232 46140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 886692

[startup+25.5029 s]
/proc/loadavg: 2.07 2.20 2.11 3/84 19059
/proc/meminfo: memFree=1522816/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=0.61
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1310 6763 0 1 6 2 48 5 16 0 1 0 22475960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18967/statm: 4217 1111 409 3 0 796 0
[pid=18980] ppid=18967 vsize=5356 CPUtime=0
/proc/18980/stat : 18980 (sh) S 18967 18967 18481 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476027 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18980/statm: 1339 233 193 169 0 50 0
[pid=18981] ppid=18980 vsize=864468 CPUtime=24.73
/proc/18981/stat : 18981 (java) S 18980 18967 18481 0 -1 0 58563 0 1 0 2440 33 0 0 18 0 9 0 22476027 885215232 47113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18981/statm: 216117 47113 2591 9 0 210594 0
[pid=18981/tid=18982] ppid=18980 vsize=864468 CPUtime=20.13
/proc/18981/task/18982/stat : 18982 (java) R 18980 18967 18481 0 -1 64 5098 0 1 0 2009 4 0 0 25 0 9 0 22476028 885215232 47113 996147200 134512640 134550932 4294955936 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18983] ppid=18980 vsize=864468 CPUtime=4.49
/proc/18981/task/18983/stat : 18983 (java) S 18980 18967 18481 0 -1 64 52430 0 0 0 422 27 0 0 16 0 9 0 22476030 885215232 47113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18984] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18984/stat : 18984 (java) S 18980 18967 18481 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476030 885215232 47113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18985] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18985/stat : 18985 (java) S 18980 18967 18481 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22476030 885215232 47113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18986] ppid=18980 vsize=864468 CPUtime=0

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

Current children cumulated CPU time (s) 1536.01
Current children cumulated vsize (KiB) 886692

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.01 3/83 19086
/proc/meminfo: memFree=1121288/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=0.61
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1310 6763 0 1 6 2 48 5 16 0 1 0 22475960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18967/statm: 4217 1111 409 3 0 796 0
[pid=18980] ppid=18967 vsize=5356 CPUtime=0
/proc/18980/stat : 18980 (sh) S 18967 18967 18481 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476027 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18980/statm: 1339 233 193 169 0 50 0
[pid=18981] ppid=18980 vsize=864468 CPUtime=1595.15
/proc/18981/stat : 18981 (java) S 18980 18967 18481 0 -1 0 136701 0 1 0 159303 212 0 0 18 0 9 0 22476027 885215232 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18981/statm: 216117 81290 2590 9 0 210594 0
[pid=18981/tid=18982] ppid=18980 vsize=864468 CPUtime=1580.02
/proc/18981/task/18982/stat : 18982 (java) R 18980 18967 18481 0 -1 64 6201 0 1 0 157863 139 0 0 25 0 9 0 22476028 885215232 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4126588608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18983] ppid=18980 vsize=864468 CPUtime=15.01
/proc/18981/task/18983/stat : 18983 (java) S 18980 18967 18481 0 -1 64 129458 0 0 0 1429 72 0 0 16 0 9 0 22476030 885215232 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18984] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18984/stat : 18984 (java) S 18980 18967 18481 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476030 885215232 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18985] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18985/stat : 18985 (java) S 18980 18967 18481 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22476030 885215232 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18986] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18986/stat : 18986 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22476032 885215232 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18987] ppid=18980 vsize=864468 CPUtime=0.1
/proc/18981/task/18987/stat : 18987 (java) S 18980 18967 18481 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 22476032 885215232 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18988] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18988/stat : 18988 (java) S 18980 18967 18481 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22476032 885215232 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18989] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18989/stat : 18989 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476032 885215232 81290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.76
Current children cumulated vsize (KiB) 886692

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/83 19086
/proc/meminfo: memFree=1076424/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=0.61
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1310 6763 0 1 6 2 48 5 16 0 1 0 22475960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18967/statm: 4217 1111 409 3 0 796 0
[pid=18980] ppid=18967 vsize=5356 CPUtime=0
/proc/18980/stat : 18980 (sh) S 18967 18967 18481 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22476027 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18980/statm: 1339 233 193 169 0 50 0
[pid=18981] ppid=18980 vsize=864468 CPUtime=1654.87
/proc/18981/stat : 18981 (java) S 18980 18967 18481 0 -1 0 136867 0 1 0 165242 245 0 0 18 0 9 0 22476027 885215232 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18981/statm: 216117 81291 2590 9 0 210594 0
[pid=18981/tid=18982] ppid=18980 vsize=864468 CPUtime=1638.85
/proc/18981/task/18982/stat : 18982 (java) R 18980 18967 18481 0 -1 64 6367 0 1 0 163714 171 0 0 25 0 9 0 22476028 885215232 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4126453752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18983] ppid=18980 vsize=864468 CPUtime=15.89
/proc/18981/task/18983/stat : 18983 (java) S 18980 18967 18481 0 -1 64 129458 0 0 0 1516 73 0 0 16 0 9 0 22476030 885215232 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18984] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18984/stat : 18984 (java) S 18980 18967 18481 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22476030 885215232 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18985] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18985/stat : 18985 (java) S 18980 18967 18481 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22476030 885215232 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18986] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18986/stat : 18986 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22476032 885215232 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18987] ppid=18980 vsize=864468 CPUtime=0.1
/proc/18981/task/18987/stat : 18987 (java) S 18980 18967 18481 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 22476032 885215232 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18981/tid=18988] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18988/stat : 18988 (java) S 18980 18967 18481 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22476032 885215232 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18981/tid=18989] ppid=18980 vsize=864468 CPUtime=0
/proc/18981/task/18989/stat : 18989 (java) S 18980 18967 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22476032 885215232 81291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.48
Current children cumulated vsize (KiB) 886692

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 19088
/proc/meminfo: memFree=1061440/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=1657.91
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1376 143945 0 2 6 2 165526 257 16 0 1 0 22475960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4217 1113 409 3 0 796 0
[pid=19087] ppid=18967 vsize=5356 CPUtime=0
/proc/19087/stat : 19087 (sh) S 18967 18967 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22642435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19087/statm: 1339 232 193 169 0 50 0
[pid=19088] ppid=19087 vsize=332584 CPUtime=57.25
/proc/19088/stat : 19088 (minisat) R 19087 18967 18481 0 -1 4194304 81449 0 0 0 5659 66 0 0 25 0 1 0 22642436 340566016 81435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 83146 81435 76 150 0 82993 0
Current children cumulated CPU time (s) 1715.16
Current children cumulated vsize (KiB) 354808

[startup+1782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/75 19088
/proc/meminfo: memFree=1041088/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=1657.91
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1376 143945 0 2 6 2 165526 257 16 0 1 0 22475960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4217 1113 409 3 0 796 0
[pid=19087] ppid=18967 vsize=5356 CPUtime=0
/proc/19087/stat : 19087 (sh) S 18967 18967 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22642435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19087/statm: 1339 232 193 169 0 50 0
[pid=19088] ppid=19087 vsize=353628 CPUtime=116.96
/proc/19088/stat : 19088 (minisat) R 19087 18967 18481 0 -1 4194304 86459 0 0 0 11625 71 0 0 25 0 1 0 22642436 362115072 86445 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 88407 86445 76 150 0 88254 0
Current children cumulated CPU time (s) 1774.87
Current children cumulated vsize (KiB) 375852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.08 2.04 2.00 3/75 19088
/proc/meminfo: memFree=1035648/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=1657.91
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1376 143945 0 2 6 2 165526 257 16 0 1 0 22475960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4217 1113 409 3 0 796 0
[pid=19087] ppid=18967 vsize=5356 CPUtime=0
/proc/19087/stat : 19087 (sh) S 18967 18967 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22642435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19087/statm: 1339 232 193 169 0 50 0
[pid=19088] ppid=19087 vsize=359300 CPUtime=142.14
/proc/19088/stat : 19088 (minisat) R 19087 18967 18481 0 -1 4194304 87807 0 0 0 14142 72 0 0 25 0 1 0 22642436 367923200 87793 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 89825 87793 76 150 0 89672 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 381524

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

############
# WARNING:
# current cumulated CPU time (1657.97 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (142.08 s) to the 'lost time'.

[startup+1807.6 s]
/proc/loadavg: 2.08 2.04 2.00 3/75 19088
/proc/meminfo: memFree=1035648/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=1657.91
/proc/18967/stat : 18967 (sugar) S 18965 18967 18481 0 -1 4194304 1376 143945 0 2 6 2 165526 257 16 0 1 0 22475960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18967/statm: 4217 1113 409 3 0 796 0
[pid=19087] ppid=18967 vsize=5356 CPUtime=0
/proc/19087/stat : 19087 (sh) S 18967 18967 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22642435 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19087/statm: 1339 232 193 169 0 50 0
[pid=19088] ppid=19087 vsize=359300 CPUtime=142.14
/proc/19088/stat : 19088 (minisat) R 19087 18967 18481 0 -1 4194304 87807 0 0 0 14142 72 0 0 25 0 1 0 22642436 367923200 87793 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19088/statm: 89825 87793 76 150 0 89672 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 381524

[startup+1807.72 s]
/proc/loadavg: 2.08 2.04 2.00 3/75 19088
/proc/meminfo: memFree=1035648/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=1657.97
/proc/18967/stat : 18967 (sugar) R 18965 18967 18481 0 -1 4194304 1423 144222 0 2 6 7 165526 258 16 0 1 0 22475960 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1657.97
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1807.82 s]
/proc/loadavg: 2.08 2.04 2.00 3/75 19088
/proc/meminfo: memFree=1035648/2055920 swapFree=4192812/4192956
[pid=18967] ppid=18965 vsize=16868 CPUtime=1658.07
/proc/18967/stat : 18967 (sugar) R 18965 18967 18481 0 -1 4194304 1423 144222 0 2 6 17 165526 258 16 0 1 0 22475960 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18967/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1658.07
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 142.08
#  lost CPU user time (s): 141.42
#  lost CPU system time (s): 0.66

Real time (s): 1807.82
CPU time (s): 1800.17
CPU user time (s): 1796.75
CPU system time (s): 3.41758
CPU usage (%): 99.577
Max. virtual memory (cumulated for all children) (KiB): 912444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1655.33
system time used= 2.75758
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145704
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46259
involuntary context switches= 36782

runsolver used 2.08968 second user time and 6.18206 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 01:15:28
IDJOB=2071588
IDBENCH=55508
IDSOLVER=739
FILE ID=node58/2071588-1247354128
PBS_JOBID= 9506964
Free space on /tmp= 66224 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-18_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071588-1247354128/watcher-2071588-1247354128 -o /tmp/evaluation-result-2071588-1247354128/solver-2071588-1247354128 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071588-1247354128.xml

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

MD5SUM BENCH= ca72fd363ec754292e0c02a94b9a6a57
RANDOM SEED=800935801

node58.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:       1027424 kB
Buffers:         57016 kB
Cached:         208724 kB
SwapCached:        140 kB
Active:         830696 kB
Inactive:       139908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1027424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:         720424 kB
Slab:            41732 kB
Committed_AS:   883772 kB
PageTables:       3284 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= 66224 MiB
End job on node58 at 2009-07-12 01:45:38