Trace number 1075605

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.13+minisat? (TO) 1800.05 1813.23

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-19-05.xml
MD5SUM004360dc4ee08fb7f6c35dfdfdd00b76
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.590909
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 16:20:17 2008
0.00/0.05	c 0	PID 21214
0.00/0.05	c 0	HOST node44.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075605-1215181216.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075605-1215181216.xml' 'HOME/temp.csp'
1.15/1.29	c 1	1 domains, 291 variables, 7 predicates, 7 relations, 2544 constraints
1.24/1.32	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.24/1.32	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.25/1.41	c 1	Parsing HOME/temp.csp
2.20/2.35	c 2	parsed 2850 expressions
2.20/2.35	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.20/2.35	c 2	Converting to clausal form CSP
2.20/2.38	c 2	converted 285 (10%) expressions
4.98/5.14	c 5	converted 570 (20%) expressions
9.22/9.48	c 9	converted 855 (30%) expressions
9.33/9.51	c 9	converted 1140 (40%) expressions
9.33/9.58	c 9	converted 1425 (50%) expressions
9.42/9.61	c 9	converted 1710 (60%) expressions
9.42/9.63	c 9	converted 1995 (70%) expressions
9.42/9.69	c 9	converted 2280 (80%) expressions
9.52/9.71	c 9	converted 2565 (90%) expressions
9.61/9.85	c 9	converted 2850 (100%) expressions
9.61/9.85	c 9	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
9.61/9.85	c 9	Heap : 174 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.61/9.86	c 9	Propagation in CSP
9.61/9.89	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.61/9.89	c 9	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
9.61/9.89	c 9	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.61/9.89	c 9	Simplifing CSP by introducing new Boolean variables
9.82/10.01	c 10	CSP : 291 integers, 19364 booleans, 21908 clauses, largest domain size 26
9.82/10.01	c 10	Heap : 178 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.10/11.36	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.10/11.39	c 11	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
11.10/11.40	c 11	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
11.20/11.40	c 11	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
11.20/11.40	c 11	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
11.20/11.40	c 11	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
11.20/11.40	c 11	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
11.20/11.40	c 11	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
11.20/11.40	c 11	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
11.20/11.41	c 11	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
11.20/11.41	c 11	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
109.32/110.55	c 110	2191 (10%) CSP clauses are encoded (973579 clauses, 40467438 bytes)
1071.15/1081.63	c 1081	4382 (20%) CSP clauses are encoded (2517665 clauses, 128199329 bytes)
1071.25/1081.73	c 1081	6573 (30%) CSP clauses are encoded (2568556 clauses, 129149419 bytes)
1071.35/1081.83	c 1081	8764 (40%) CSP clauses are encoded (2619422 clauses, 130108854 bytes)
1071.45/1081.93	c 1081	10954 (50%) CSP clauses are encoded (2670287 clauses, 131111571 bytes)
1071.54/1082.04	c 1082	13145 (60%) CSP clauses are encoded (2721178 clauses, 132115253 bytes)
1071.65/1082.14	c 1082	15336 (70%) CSP clauses are encoded (2772044 clauses, 133118476 bytes)
1071.74/1082.24	c 1082	17527 (80%) CSP clauses are encoded (2822935 clauses, 134122158 bytes)
1071.84/1082.35	c 1082	19718 (90%) CSP clauses are encoded (2874101 clauses, 135125341 bytes)
1128.97/1140.02	c 1140	21908 (100%) CSP clauses are encoded (3067406 clauses, 151892728 bytes)
1128.97/1140.02	c 1140	21908 CSP clauses encoded
1128.97/1140.02	c 1140	Writing map file : HOME/temp.map
1128.97/1140.04	c 1140	Heap : 189 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1128.97/1140.04	c 1140	SAT : 26639 SAT variables, 3067406 SAT clauses, 151892728 bytes
1128.97/1140.04	c 1140	Heap : 189 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1129.05/1140.12	c 1140	SOLVING HOME/temp.cnf
1129.05/1140.12	c 1140	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1129.05/1140.13	c 1140	This is MiniSat 2.0 beta
1129.05/1140.13	c 1140	WARNING: for repeatability, setting FPU to use double precision
1129.05/1140.13	c 1140	============================[ Problem Statistics ]=============================
1129.05/1140.13	c 1140	|                                                                             |
1129.05/1140.13	c 1140	|  Number of variables:  26639                                                |
1129.05/1140.13	c 1140	|  Number of clauses:    3067406                                              |
1132.52/1143.61	c 1143	|  Parsing time:         2.98         s                                       |
1132.71/1143.83	c 1143	============================[ Search Statistics ]==============================
1132.71/1143.83	c 1143	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1132.71/1143.83	c 1143	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1132.71/1143.83	c 1143	===============================================================================
1132.71/1143.83	c 1143	|         0 |   26635  3067187 26858158 |  1022395        0    nan |  0.000 % |
1132.91/1144.07	c 1144	|       100 |   26635  3067187 26858158 |  1124635      100      9 |  0.015 % |
1133.21/1144.37	c 1144	|       250 |   26635  3067187 26858158 |  1237098      250      8 |  0.015 % |
1133.32/1144.47	c 1144	|       477 |   26635  3067187 26858158 |  1360808      477      7 |  0.015 % |
1133.41/1144.53	c 1144	|       815 |   26635  3067187 26858158 |  1496889      815      8 |  0.015 % |
1133.71/1144.81	c 1144	|      1321 |   26635  3067187 26858158 |  1646578     1321      8 |  0.015 % |
1133.91/1145.05	c 1145	|      2081 |   26635  3067187 26858158 |  1811236     2081      9 |  0.015 % |
1134.60/1145.74	c 1145	|      3222 |   26635  3067187 26858158 |  1992359     3222      9 |  0.015 % |
1134.89/1146.03	c 1146	|      4931 |   26635  3067187 26858158 |  2191595     4931     10 |  0.015 % |
1135.88/1147.00	c 1147	|      7494 |   26635  3067187 26858158 |  2410755     7494     10 |  0.015 % |
1137.47/1148.66	c 1148	|     11340 |   26635  3067187 26858158 |  2651831    11340     10 |  0.015 % |
1140.44/1151.62	c 1151	|     17106 |   26635  3067187 26858158 |  2917014    17106     11 |  0.015 % |
1144.10/1155.36	c 1155	|     25755 |   26635  3067187 26858158 |  3208715    25755     11 |  0.015 % |
1151.43/1162.76	c 1162	|     38730 |   26635  3067187 26858158 |  3529587    38730     11 |  0.015 % |
1159.44/1170.84	c 1170	|     58192 |   26635  3067187 26858158 |  3882545    58192     12 |  0.015 % |
1175.59/1187.17	c 1187	|     87387 |   26634  3067187 26858158 |  4270800    87386     12 |  0.019 % |
1204.10/1215.93	c 1215	|    131176 |   26633  3067187 26858158 |  4697880   131174     12 |  0.023 % |
1258.17/1270.52	c 1270	|    196862 |   26633  3067187 26858158 |  5167668   196860     13 |  0.023 % |
1339.79/1352.78	c 1352	|    295388 |   26633  3067187 26858158 |  5684435   295386     13 |  0.023 % |
1460.74/1473.72	c 1473	|    443177 |   26632  3067187 26858158 |  6252878   443174     13 |  0.026 % |
1701.64/1714.76	c 1714	|    664860 |   26632  3067187 26858158 |  6878166   664857     14 |  0.026 % |
1800.01/1813.11	c ERROR INTERRUPTED
1800.01/1813.16	s UNKNOWN
1800.01/1813.16	c 1813	CPU 1127.17 (0.04 0.01 1127.13 1.93)
1800.01/1813.16	c 1813	END Fri Jul  4 16:50:30 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075605-1215181216/watcher-1075605-1215181216 -o /tmp/evaluation-result-1075605-1215181216/solver-1075605-1215181216 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1075605-1215181216.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.09 2.04 4/81 21214
/proc/meminfo: memFree=1071256/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=18572 CPUtime=0
/proc/21214/stat : 21214 (runsolver) R 21212 21214 19055 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1997094499 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21214/statm: 4643 292 257 25 0 2626 0

[startup+0.0555781 s]
/proc/loadavg: 2.08 2.09 2.04 4/81 21214
/proc/meminfo: memFree=1071256/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=0.03
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997094499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21214/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10355 s]
/proc/loadavg: 2.08 2.09 2.04 4/81 21214
/proc/meminfo: memFree=1071256/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=0.03
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997094499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21214/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301147 s]
/proc/loadavg: 2.08 2.09 2.04 4/81 21214
/proc/meminfo: memFree=1071256/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=0.03
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997094499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21214/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701188 s]
/proc/loadavg: 2.08 2.09 2.04 4/81 21214
/proc/meminfo: memFree=1071256/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=0.03
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997094499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21214/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50127 s]
/proc/loadavg: 2.08 2.09 2.04 5/92 21226
/proc/meminfo: memFree=1045632/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1.25
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 973 10559 0 1 3 0 114 8 15 0 1 0 1997094499 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21214/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 13600

[startup+3.10254 s]
/proc/loadavg: 2.15 2.11 2.04 4/92 21236
/proc/meminfo: memFree=1049536/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1.25
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 973 10559 0 1 3 0 114 8 16 0 1 0 1997094499 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21214/statm: 3400 797 370 3 0 500 0
[pid=21227] ppid=21214 vsize=5356 CPUtime=0
/proc/21227/stat : 21227 (sh) S 21214 21214 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997094631 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21227/statm: 1339 233 193 169 0 50 0
[pid=21228] ppid=21227 vsize=864196 CPUtime=1.74
/proc/21228/stat : 21228 (java) S 21227 21214 19055 0 -1 0 14032 0 1 0 165 9 0 0 19 0 9 0 1997094632 884936704 12518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21228/statm: 216049 12518 2540 9 0 210624 0
[pid=21228/tid=21229] ppid=21227 vsize=864196 CPUtime=0.89
/proc/21228/task/21229/stat : 21229 (java) R 21227 21214 19055 0 -1 64 2894 0 1 0 87 2 0 0 20 0 9 0 1997094633 884936704 12518 996147200 134512640 134550740 4294955952 18446744073709551615 103215090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21230] ppid=21227 vsize=864196 CPUtime=0.74
/proc/21228/task/21230/stat : 21230 (java) S 21227 21214 19055 0 -1 64 10103 0 0 0 69 5 0 0 16 0 9 0 1997094634 884936704 12518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21231] ppid=21227 vsize=864196 CPUtime=0
/proc/21228/task/21231/stat : 21231 (java) S 21227 21214 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997094634 884936704 12518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21232] ppid=21227 vsize=864196 CPUtime=0
/proc/21228/task/21232/stat : 21232 (java) S 21227 21214 19055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997094634 884936704 12518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21233] ppid=21227 vsize=864196 CPUtime=0
/proc/21228/task/21233/stat : 21233 (java) S 21227 21214 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997094636 884936704 12518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21234] ppid=21227 vsize=864196 CPUtime=0.08
/proc/21228/task/21234/stat : 21234 (java) S 21227 21214 19055 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 1997094636 884936704 12518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21235] ppid=21227 vsize=864196 CPUtime=0
/proc/21228/task/21235/stat : 21235 (java) S 21227 21214 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997094636 884936704 12518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21236] ppid=21227 vsize=864196 CPUtime=0
/proc/21228/task/21236/stat : 21236 (java) S 21227 21214 19055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997094636 884936704 12518 996147200 134512640 134550740 4294955952 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) 883152

[startup+6.30277 s]
/proc/loadavg: 2.15 2.11 2.04 3/92 21236
/proc/meminfo: memFree=976960/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1.25
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 973 10559 0 1 3 0 114 8 16 0 1 0 1997094499 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21214/statm: 3400 797 370 3 0 500 0
[pid=21227] ppid=21214 vsize=5356 CPUtime=0
/proc/21227/stat : 21227 (sh) S 21214 21214 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997094631 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21227/statm: 1339 233 193 169 0 50 0
[pid=21228] ppid=21227 vsize=868364 CPUtime=4.91
/proc/21228/stat : 21228 (java) S 21227 21214 19055 0 -1 0 33326 0 1 0 471 20 0 0 19 0 9 0 1997094632 889204736 31334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21228/statm: 217091 31334 2541 9 0 211666 0
[pid=21228/tid=21229] ppid=21227 vsize=868364 CPUtime=2.21
/proc/21228/task/21229/stat : 21229 (java) R 21227 21214 19055 0 -1 64 3661 0 1 0 218 3 0 0 25 0 9 0 1997094633 889204736 31334 996147200 134512640 134550740 4294955952 18446744073709551615 103214901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21230] ppid=21227 vsize=868364 CPUtime=2.49
/proc/21228/task/21230/stat : 21230 (java) S 21227 21214 19055 0 -1 64 27524 0 0 0 234 15 0 0 16 0 9 0 1997094634 889204736 31334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21231] ppid=21227 vsize=868364 CPUtime=0
/proc/21228/task/21231/stat : 21231 (java) S 21227 21214 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997094634 889204736 31334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21232] ppid=21227 vsize=868364 CPUtime=0
/proc/21228/task/21232/stat : 21232 (java) S 21227 21214 19055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997094634 889204736 31334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21233] ppid=21227 vsize=868364 CPUtime=0
/proc/21228/task/21233/stat : 21233 (java) S 21227 21214 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997094636 889204736 31334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21234] ppid=21227 vsize=868364 CPUtime=0.19
/proc/21228/task/21234/stat : 21234 (java) S 21227 21214 19055 0 -1 64 1445 0 0 0 18 1 0 0 16 0 9 0 1997094636 889204736 31334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21235] ppid=21227 vsize=868364 CPUtime=0
/proc/21228/task/21235/stat : 21235 (java) S 21227 21214 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997094636 889204736 31334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21236] ppid=21227 vsize=868364 CPUtime=0
/proc/21228/task/21236/stat : 21236 (java) S 21227 21214 19055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997094636 889204736 31334 996147200 134512640 134550740 4294955952 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) 887320

[startup+12.7024 s]
/proc/loadavg: 2.20 2.12 2.05 3/92 21236
/proc/meminfo: memFree=870336/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1.25
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 974 10559 0 1 3 0 114 8 16 0 1 0 1997094499 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21214/statm: 3400 797 370 3 0 500 0
[pid=21227] ppid=21214 vsize=5356 CPUtime=0
/proc/21227/stat : 21227 (sh) S 21214 21214 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997094631 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21227/statm: 1339 233 193 169 0 50 0
[pid=21228] ppid=21227 vsize=868476 CPUtime=11.24
/proc/21228/stat : 21228 (java) S 21227 21214 19055 0 -1 0 72515 0 2 0 1078 46 0 0 19 0 9 0 1997094632 889319424 51446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21228/statm: 217119 51446 2567 9 0 211666 0
[pid=21228/tid=21229] ppid=21227 vsize=868476 CPUtime=4.97
/proc/21228/task/21229/stat : 21229 (java) R 21227 21214 19055 0 -1 64 5265 0 2 0 492 5 0 0 25 0 9 0 1997094633 889319424 51446 996147200 134512640 134550740 4294955952 18446744073709551615 4126620258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21230] ppid=21227 vsize=868476 CPUtime=5.97
/proc/21228/task/21230/stat : 21230 (java) S 21227 21214 19055 0 -1 64 65065 0 0 0 560 37 0 0 16 0 9 0 1997094634 889319424 51446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21231] ppid=21227 vsize=868476 CPUtime=0
/proc/21228/task/21231/stat : 21231 (java) S 21227 21214 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997094634 889319424 51446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21232] ppid=21227 vsize=868476 CPUtime=0
/proc/21228/task/21232/stat : 21232 (java) S 21227 21214 19055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997094634 889319424 51446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21233] ppid=21227 vsize=868476 CPUtime=0
/proc/21228/task/21233/stat : 21233 (java) S 21227 21214 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997094636 889319424 51446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21234] ppid=21227 vsize=868476 CPUtime=0.26
/proc/21228/task/21234/stat : 21234 (java) S 21227 21214 19055 0 -1 64 1489 0 0 0 25 1 0 0 15 0 9 0 1997094636 889319424 51446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21235] ppid=21227 vsize=868476 CPUtime=0
/proc/21228/task/21235/stat : 21235 (java) S 21227 21214 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997094636 889319424 51446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21236] ppid=21227 vsize=868476 CPUtime=0
/proc/21228/task/21236/stat : 21236 (java) S 21227 21214 19055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997094636 889319424 51446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887432

[startup+25.5017 s]
/proc/loadavg: 2.17 2.11 2.05 3/92 21236
/proc/meminfo: memFree=854784/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1.25
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 974 10559 0 1 3 0 114 8 16 0 1 0 1997094499 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21214/statm: 3400 797 370 3 0 500 0
[pid=21227] ppid=21214 vsize=5356 CPUtime=0
/proc/21227/stat : 21227 (sh) S 21214 21214 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997094631 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21227/statm: 1339 233 193 169 0 50 0
[pid=21228] ppid=21227 vsize=868476 CPUtime=23.9
/proc/21228/stat : 21228 (java) S 21227 21214 19055 0 -1 0 73219 0 2 0 2334 56 0 0 19 0 9 0 1997094632 889319424 52100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21228/statm: 217119 52100 2567 9 0 211666 0
[pid=21228/tid=21229] ppid=21227 vsize=868476 CPUtime=17.39
/proc/21228/task/21229/stat : 21229 (java) R 21227 21214 19055 0 -1 64 5315 0 2 0 1724 15 0 0 25 0 9 0 1997094633 889319424 52100 996147200 134512640 134550740 4294955952 18446744073709551615 4126986165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21230] ppid=21227 vsize=868476 CPUtime=6.21
/proc/21228/task/21230/stat : 21230 (java) S 21227 21214 19055 0 -1 64 65713 0 0 0 583 38 0 0 16 0 9 0 1997094634 889319424 52100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21231] ppid=21227 vsize=868476 CPUtime=0
/proc/21228/task/21231/stat : 21231 (java) S 21227 21214 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997094634 889319424 52100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21232] ppid=21227 vsize=868476 CPUtime=0
/proc/21228/task/21232/stat : 21232 (java) S 21227 21214 19055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997094634 889319424 52100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21233] ppid=21227 vsize=868476 CPUtime=0
/proc/21228/task/21233/stat : 21233 (java) S 21227 21214 19055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997094636 889319424 52100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21234] ppid=21227 vsize=868476 CPUtime=0.27
/proc/21228/task/21234/stat : 21234 (java) S 21227 21214 19055 0 -1 64 1495 0 0 0 26 1 0 0 16 0 9 0 1997094636 889319424 52100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21235] ppid=21227 vsize=868476 CPUtime=0
/proc/21228/task/21235/stat : 21235 (java) S 21227 21214 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997094636 889319424 52100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21228/tid=21236] ppid=21227 vsize=868476 CPUtime=0
/proc/21228/task/21236/stat : 21236 (java) S 21227 21214 19055 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997094636 889319424 52100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887432

[startup+51.1014 s]
/proc/loadavg: 2.17 2.12 2.05 3/92 21236
/proc/meminfo: memFree=841920/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1.25
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 974 10559 0 1 3 0 114 8 16 0 1 0 1997094499 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21214/statm: 3400 797 370 3 0 500 0
[pid=21227] ppid=21214 vsize=5356 CPUtime=0
/proc/21227/stat : 21227 (sh) S 21214 21214 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997094631 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21227/statm: 1339 233 193 169 0 50 0
[pid=21228] ppid=21227 vsize=868476 CPUtime=49.23
/proc/21228/stat : 21228 (java) S 21227 21214 19055 0 -1 0 73598 0 2 0 4858 65 0 0 19 0 9 0 1997094632 889319424 52428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=21239] ppid=21214 vsize=5356 CPUtime=0
/proc/21239/stat : 21239 (sh) S 21214 21214 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997208511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21239/statm: 1339 232 193 169 0 50 0
[pid=21240] ppid=21239 vsize=265040 CPUtime=280.25
/proc/21240/stat : 21240 (minisat) R 21239 21214 19055 0 -1 4194304 64755 0 0 0 27960 65 0 0 25 0 1 0 1997208512 271400960 64741 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21240/statm: 66260 64741 76 150 0 66107 0
Current children cumulated CPU time (s) 1409.36
Current children cumulated vsize (KiB) 283996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1314248/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1129.11
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 1034 127940 0 3 4 1 112713 193 16 0 1 0 1997094499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21214/statm: 3400 799 370 3 0 500 0
[pid=21239] ppid=21214 vsize=5356 CPUtime=0
/proc/21239/stat : 21239 (sh) S 21214 21214 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997208511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21239/statm: 1339 232 193 169 0 50 0
[pid=21240] ppid=21239 vsize=273212 CPUtime=340.23
/proc/21240/stat : 21240 (minisat) R 21239 21214 19055 0 -1 4194304 66834 0 0 0 33955 68 0 0 25 0 1 0 1997208512 279769088 66820 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21240/statm: 68303 66820 76 150 0 68150 0
Current children cumulated CPU time (s) 1469.34
Current children cumulated vsize (KiB) 292168

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1291720/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1129.11
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 1034 127940 0 3 4 1 112713 193 16 0 1 0 1997094499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21214/statm: 3400 799 370 3 0 500 0
[pid=21239] ppid=21214 vsize=5356 CPUtime=0
/proc/21239/stat : 21239 (sh) S 21214 21214 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997208511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21239/statm: 1339 232 193 169 0 50 0
[pid=21240] ppid=21239 vsize=280056 CPUtime=400.2
/proc/21240/stat : 21240 (minisat) R 21239 21214 19055 0 -1 4194304 68374 0 0 0 39951 69 0 0 25 0 1 0 1997208512 286777344 68360 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/21240/statm: 70014 68360 76 150 0 69861 0
Current children cumulated CPU time (s) 1529.31
Current children cumulated vsize (KiB) 299012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1281992/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1129.11
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 1034 127940 0 3 4 1 112713 193 16 0 1 0 1997094499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21214/statm: 3400 799 370 3 0 500 0
[pid=21239] ppid=21214 vsize=5356 CPUtime=0
/proc/21239/stat : 21239 (sh) S 21214 21214 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997208511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21239/statm: 1339 232 193 169 0 50 0
[pid=21240] ppid=21239 vsize=286420 CPUtime=460.18
/proc/21240/stat : 21240 (minisat) R 21239 21214 19055 0 -1 4194304 69947 0 0 0 45947 71 0 0 25 0 1 0 1997208512 293294080 69933 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/21240/statm: 71605 69933 76 150 0 71452 0
Current children cumulated CPU time (s) 1589.29
Current children cumulated vsize (KiB) 305376

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1256264/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1129.11
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 1034 127940 0 3 4 1 112713 193 16 0 1 0 1997094499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21214/statm: 3400 799 370 3 0 500 0
[pid=21239] ppid=21214 vsize=5356 CPUtime=0
/proc/21239/stat : 21239 (sh) S 21214 21214 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997208511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21239/statm: 1339 232 193 169 0 50 0
[pid=21240] ppid=21239 vsize=291040 CPUtime=520.15
/proc/21240/stat : 21240 (minisat) R 21239 21214 19055 0 -1 4194304 71131 0 0 0 51942 73 0 0 25 0 1 0 1997208512 298024960 71117 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/21240/statm: 72760 71117 76 150 0 72607 0
Current children cumulated CPU time (s) 1649.26
Current children cumulated vsize (KiB) 309996

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1250632/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1129.11
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 1034 127940 0 3 4 1 112713 193 16 0 1 0 1997094499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21214/statm: 3400 799 370 3 0 500 0
[pid=21239] ppid=21214 vsize=5356 CPUtime=0
/proc/21239/stat : 21239 (sh) S 21214 21214 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997208511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21239/statm: 1339 232 193 169 0 50 0
[pid=21240] ppid=21239 vsize=296660 CPUtime=580.13
/proc/21240/stat : 21240 (minisat) R 21239 21214 19055 0 -1 4194304 72550 0 0 0 57938 75 0 0 25 0 1 0 1997208512 303779840 72536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21240/statm: 74165 72536 76 150 0 74012 0
Current children cumulated CPU time (s) 1709.24
Current children cumulated vsize (KiB) 315616

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1240456/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1129.11
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 1034 127940 0 3 4 1 112713 193 16 0 1 0 1997094499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21214/statm: 3400 799 370 3 0 500 0
[pid=21239] ppid=21214 vsize=5356 CPUtime=0
/proc/21239/stat : 21239 (sh) S 21214 21214 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997208511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21239/statm: 1339 232 193 169 0 50 0
[pid=21240] ppid=21239 vsize=307964 CPUtime=640.1
/proc/21240/stat : 21240 (minisat) R 21239 21214 19055 0 -1 4194304 75086 0 0 0 63933 77 0 0 25 0 1 0 1997208512 315355136 75072 996147200 134512640 135127466 4294956256 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 0 0 0
/proc/21240/statm: 76991 75072 76 150 0 76838 0
Current children cumulated CPU time (s) 1769.21
Current children cumulated vsize (KiB) 326920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1237064/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1129.11
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 1034 127940 0 3 4 1 112713 193 16 0 1 0 1997094499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21214/statm: 3400 799 370 3 0 500 0
[pid=21239] ppid=21214 vsize=5356 CPUtime=0
/proc/21239/stat : 21239 (sh) S 21214 21214 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997208511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21239/statm: 1339 232 193 169 0 50 0
[pid=21240] ppid=21239 vsize=311188 CPUtime=670.9
/proc/21240/stat : 21240 (minisat) R 21239 21214 19055 0 -1 4194304 75922 0 0 0 67012 78 0 0 25 0 1 0 1997208512 318656512 75908 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21240/statm: 77797 75908 76 150 0 77644 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 330144

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

[startup+1813.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1237064/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1129.11
/proc/21214/stat : 21214 (sugar) S 21212 21214 19055 0 -1 4194304 1034 127940 0 3 4 1 112713 193 16 0 1 0 1997094499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21214/statm: 3400 799 370 3 0 500 0
[pid=21239] ppid=21214 vsize=5356 CPUtime=0
/proc/21239/stat : 21239 (sh) S 21214 21214 19055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997208511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21239/statm: 1339 232 193 169 0 50 0
[pid=21240] ppid=21239 vsize=311188 CPUtime=670.9
/proc/21240/stat : 21240 (minisat) R 21239 21214 19055 0 -1 4194304 75922 0 0 0 67012 78 0 0 25 0 1 0 1997208512 318656512 75908 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21240/statm: 77797 75908 76 150 0 77644 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 330144

# WARNING:
# current cumulated CPU time (1129.17 s) is less than in the last sample (1800.01 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (670.84 s) to the 'lost time'.

[startup+1813.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1237064/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1129.17
/proc/21214/stat : 21214 (sugar) R 21212 21214 19055 0 -1 4194304 1069 128217 0 3 4 7 112713 193 17 0 1 0 1997094499 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 0 0 0
/proc/21214/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1129.17
Current children cumulated vsize (KiB) 13600

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

[startup+1813.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 21291
/proc/meminfo: memFree=1237064/2055920 swapFree=4180396/4192956
[pid=21214] ppid=21212 vsize=13600 CPUtime=1129.17
/proc/21214/stat : 21214 (sugar) R 21212 21214 19055 0 -1 4194304 1069 128217 0 3 4 7 112713 193 17 0 1 0 1997094499 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 0 0 0
/proc/21214/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1129.17
Current children cumulated vsize (KiB) 13600

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): 670.84
#  lost CPU user time (s): 670.12
#  lost CPU system time (s): 0.72

Real time (s): 1813.23
CPU time (s): 1800.05
CPU user time (s): 1797.3
CPU system time (s): 2.74569
CPU usage (%): 99.2729
Max. virtual memory (cumulated for all children) (KiB): 913436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1127.18
system time used= 2.02569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129317
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30037
involuntary context switches= 53130

runsolver used 2.27965 second user time and 6.25105 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 16:20:16
IDJOB=1075605
IDBENCH=56528
IDSOLVER=346
FILE ID=node44/1075605-1215181216
PBS_JOBID= 7881538
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-19-05.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075605-1215181216/watcher-1075605-1215181216 -o /tmp/evaluation-result-1075605-1215181216/solver-1075605-1215181216 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1075605-1215181216.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 004360dc4ee08fb7f6c35dfdfdd00b76
RANDOM SEED=1728972557

node44.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:       1071736 kB
Buffers:         35172 kB
Cached:         115388 kB
SwapCached:       6316 kB
Active:         882476 kB
Inactive:        39200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1071736 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            2884 kB
Writeback:           0 kB
Mapped:         787504 kB
Slab:            46240 kB
Committed_AS:  4288276 kB
PageTables:       3400 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= 66532 MiB
End job on node44 at 2008-07-04 16:50:32