Trace number 1076396

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.07 1801.07

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg5-8_ext.xml
MD5SUMd448df7b768e7be8842dd4094eb7aad9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.230964
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 17:49:26 2008
0.00/0.04	c 0	PID 22317
0.00/0.04	c 0	HOST node77.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1076396-1215186566.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076396-1215186566.xml' 'HOME/temp.csp'
0.03/0.66	c 1	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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'
0.63/0.76	c 1	Parsing HOME/temp.csp
1.24/1.35	c 2	parsed 56 expressions
1.24/1.35	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.24/1.35	c 2	Converting to clausal form CSP
1.24/1.38	c 2	converted 6 (10%) expressions
1.24/1.38	c 2	converted 12 (20%) expressions
1.24/1.38	c 2	converted 17 (30%) expressions
1.24/1.38	c 2	converted 23 (40%) expressions
1.24/1.38	c 2	converted 28 (50%) expressions
1.24/1.38	c 2	converted 34 (60%) expressions
1.24/1.38	c 2	converted 40 (70%) expressions
1.53/1.60	c 2	converted 45 (80%) expressions
1.84/1.97	c 2	converted 51 (90%) expressions
4.63/4.77	c 5	converted 56 (100%) expressions
4.63/4.77	c 5	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.63/4.77	c 5	Heap : 98 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.63/4.77	c 5	Propagation in CSP
4.63/4.77	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.63/4.77	c 5	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.63/4.77	c 5	Heap : 98 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.63/4.77	c 5	Simplifing CSP by introducing new Boolean variables
4.63/4.77	c 5	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.63/4.77	c 5	Heap : 98 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.23/5.36	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.23/5.37	c 6	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
5.23/5.37	c 6	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
5.23/5.37	c 6	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
5.23/5.38	c 6	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
5.23/5.38	c 6	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
5.23/5.38	c 6	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
5.23/5.38	c 6	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
5.23/5.38	c 6	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
5.23/5.38	c 6	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
5.23/5.38	c 6	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
7.73/7.89	c 8	2 (10%) CSP clauses are encoded (38290 clauses, 1309687 bytes)
9.03/9.11	c 9	3 (20%) CSP clauses are encoded (56955 clauses, 1967788 bytes)
10.22/10.34	c 11	4 (30%) CSP clauses are encoded (75620 clauses, 2626159 bytes)
12.63/12.79	c 13	6 (40%) CSP clauses are encoded (112950 clauses, 4013015 bytes)
13.93/14.01	c 14	7 (50%) CSP clauses are encoded (131615 clauses, 4706443 bytes)
15.12/15.23	c 15	8 (60%) CSP clauses are encoded (150280 clauses, 5400175 bytes)
551.60/551.92	c 552	10 (70%) CSP clauses are encoded (657548 clauses, 31582002 bytes)
825.26/825.77	c 826	11 (80%) CSP clauses are encoded (911182 clauses, 45747848 bytes)
1092.15/1092.79	c 1093	12 (90%) CSP clauses are encoded (1164816 clauses, 59913694 bytes)
1360.38/1361.19	c 1361	13 (100%) CSP clauses are encoded (1418450 clauses, 74083187 bytes)
1360.38/1361.19	c 1361	13 CSP clauses encoded
1360.38/1361.19	c 1361	Writing map file : HOME/temp.map
1360.38/1361.19	c 1361	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1360.38/1361.19	c 1361	SAT : 1000 SAT variables, 1418450 SAT clauses, 74083187 bytes
1360.38/1361.19	c 1361	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1360.48/1361.27	c 1361	SOLVING HOME/temp.cnf
1360.48/1361.27	c 1361	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1360.48/1361.28	c 1361	This is MiniSat 2.0 beta
1360.48/1361.28	c 1361	WARNING: for repeatability, setting FPU to use double precision
1360.48/1361.28	c 1361	============================[ Problem Statistics ]=============================
1360.48/1361.28	c 1361	|                                                                             |
1360.48/1361.28	c 1361	|  Number of variables:  1000                                                 |
1360.48/1361.28	c 1361	|  Number of clauses:    1418450                                              |
1362.14/1362.96	c 1363	|  Parsing time:         1.48         s                                       |
1362.24/1363.06	c 1363	============================[ Search Statistics ]==============================
1362.24/1363.06	c 1363	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1362.24/1363.06	c 1363	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1362.24/1363.06	c 1363	===============================================================================
1362.24/1363.06	c 1363	|         0 |    1000  1418450 16241585 |   472816        0    nan |  0.000 % |
1362.44/1363.24	c 1363	|       100 |    1000  1418450 16241585 |   520098      100      6 |  0.000 % |
1362.54/1363.38	c 1364	|       250 |    1000  1418450 16241585 |   572108      250      7 |  0.002 % |
1363.04/1363.82	c 1364	|       476 |    1000  1418450 16241585 |   629318      476      7 |  0.000 % |
1363.04/1363.87	c 1364	|       814 |    1000  1418450 16241585 |   692250      814      8 |  0.003 % |
1363.94/1364.74	c 1365	|      1320 |    1000  1418450 16241585 |   761475     1320      9 |  0.002 % |
1364.44/1365.28	c 1365	|      2080 |    1000  1418450 16241585 |   837623     2080     11 |  0.001 % |
1366.94/1367.72	c 1368	|      3219 |    1000  1418450 16241585 |   921385     3219     13 |  0.002 % |
1371.34/1372.19	c 1372	|      4927 |    1000  1418450 16241585 |  1013524     4927     15 |  0.002 % |
1378.84/1379.66	c 1380	|      7490 |    1000  1418450 16241585 |  1114876     7490     16 |  0.002 % |
1395.63/1396.42	c 1397	|     11334 |    1000  1418450 16241585 |  1226364    11334     17 |  0.001 % |
1413.52/1414.36	c 1415	|     17100 |    1000  1418450 16241585 |  1349001    17100     18 |  0.000 % |
1437.51/1438.38	c 1439	|     25751 |    1000  1418450 16241585 |  1483901    25751     20 |  0.001 % |
1471.49/1472.37	c 1473	|     38725 |    1000  1418450 16241585 |  1632291    38725     20 |  0.002 % |
1555.86/1556.76	c 1557	|     58186 |    1000  1418450 16241585 |  1795520    58186     21 |  0.000 % |
1664.92/1665.87	c 1666	|     87379 |    1000  1418450 16241585 |  1975072    87379     22 |  0.000 % |
1800.07/1801.02	c ERROR INTERRUPTED
1800.07/1801.03	s UNKNOWN
1800.07/1801.03	c 1801	CPU 1359.5 (0.03 0.01 1359.47 1.03)
1800.07/1801.03	c 1801	END Fri Jul  4 18:19:27 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-1076396-1215186566/watcher-1076396-1215186566 -o /tmp/evaluation-result-1076396-1215186566/solver-1076396-1215186566 -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-1076396-1215186566.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.00 2.00 2.00 4/74 22317
/proc/meminfo: memFree=1691704/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=12412 CPUtime=0
/proc/22317/stat : 22317 (sugar) R 22315 22317 20163 0 -1 4194304 418 0 0 0 0 0 0 0 18 0 1 0 631874416 12709888 386 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 1 0 0
/proc/22317/statm: 3103 387 275 3 0 203 0

[startup+0.0216499 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 22317
/proc/meminfo: memFree=1691704/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=12808 CPUtime=0
/proc/22317/stat : 22317 (sugar) R 22315 22317 20163 0 -1 4194304 559 0 0 0 0 0 0 0 18 0 1 0 631874416 13115392 527 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 1 0 0
/proc/22317/statm: 3202 528 316 3 0 302 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12808

[startup+0.101663 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 22317
/proc/meminfo: memFree=1691704/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=0.03
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 631874416 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301701 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 22317
/proc/meminfo: memFree=1691704/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=0.03
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 631874416 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701788 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 22317
/proc/meminfo: memFree=1691704/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=0.63
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 956 11411 0 1 2 1 54 6 17 0 1 0 631874416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22317/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22339
/proc/meminfo: memFree=1677984/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=0.63
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 973 11411 0 1 2 1 54 6 15 0 1 0 631874416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 797 370 3 0 500 0
[pid=22330] ppid=22317 vsize=5356 CPUtime=0
/proc/22330/stat : 22330 (sh) S 22317 22317 20163 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631874484 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22330/statm: 1339 233 193 169 0 50 0
[pid=22331] ppid=22330 vsize=864156 CPUtime=0.81
/proc/22331/stat : 22331 (java) S 22330 22317 20163 0 -1 0 8865 0 1 0 75 6 0 0 18 0 9 0 631874485 884895744 7614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22331/statm: 216039 7614 2540 9 0 210614 0
[pid=22331/tid=22332] ppid=22330 vsize=864156 CPUtime=0.42
/proc/22331/task/22332/stat : 22332 (java) R 22330 22317 20163 0 -1 64 2647 0 1 0 41 1 0 0 23 0 9 0 631874486 884895744 7614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22333] ppid=22330 vsize=864156 CPUtime=0.32
/proc/22331/task/22333/stat : 22333 (java) R 22330 22317 20163 0 -1 64 5206 0 0 0 29 3 0 0 16 0 9 0 631874487 884895744 7614 996147200 134512640 134550740 4294955952 18446744073709551615 104179070 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22334] ppid=22330 vsize=864156 CPUtime=0
/proc/22331/task/22334/stat : 22334 (java) S 22330 22317 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631874487 884895744 7614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22335] ppid=22330 vsize=864156 CPUtime=0
/proc/22331/task/22335/stat : 22335 (java) S 22330 22317 20163 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 631874487 884895744 7614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22336] ppid=22330 vsize=864156 CPUtime=0
/proc/22331/task/22336/stat : 22336 (java) S 22330 22317 20163 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 631874489 884895744 7614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22337] ppid=22330 vsize=864156 CPUtime=0.04
/proc/22331/task/22337/stat : 22337 (java) S 22330 22317 20163 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 631874489 884895744 7614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22338] ppid=22330 vsize=864156 CPUtime=0
/proc/22331/task/22338/stat : 22338 (java) S 22330 22317 20163 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 631874489 884895744 7614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22339] ppid=22330 vsize=864156 CPUtime=0
/proc/22331/task/22339/stat : 22339 (java) S 22330 22317 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 631874489 884895744 7614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883112

[startup+3.10226 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22339
/proc/meminfo: memFree=1651232/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=0.63
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 973 11411 0 1 2 1 54 6 15 0 1 0 631874416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 797 370 3 0 500 0
[pid=22330] ppid=22317 vsize=5356 CPUtime=0
/proc/22330/stat : 22330 (sh) S 22317 22317 20163 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631874484 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22330/statm: 1339 233 193 169 0 50 0
[pid=22331] ppid=22330 vsize=864188 CPUtime=2.4
/proc/22331/stat : 22331 (java) S 22330 22317 20163 0 -1 0 20095 0 1 0 228 12 0 0 18 0 9 0 631874485 884928512 18143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22331/statm: 216047 18144 2540 9 0 210622 0
[pid=22331/tid=22332] ppid=22330 vsize=864188 CPUtime=1.05
/proc/22331/task/22332/stat : 22332 (java) R 22330 22317 20163 0 -1 64 3134 0 1 0 104 1 0 0 25 0 9 0 631874486 884928512 18144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22333] ppid=22330 vsize=864188 CPUtime=1.27
/proc/22331/task/22333/stat : 22333 (java) R 22330 22317 20163 0 -1 64 15944 0 0 0 118 9 0 0 16 0 9 0 631874487 884928512 18145 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22334] ppid=22330 vsize=864188 CPUtime=0
/proc/22331/task/22334/stat : 22334 (java) S 22330 22317 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631874487 884928512 18146 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22335] ppid=22330 vsize=864188 CPUtime=0
/proc/22331/task/22335/stat : 22335 (java) S 22330 22317 20163 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 631874487 884928512 18147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22336] ppid=22330 vsize=864188 CPUtime=0
/proc/22331/task/22336/stat : 22336 (java) S 22330 22317 20163 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 631874489 884928512 18147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22337] ppid=22330 vsize=864188 CPUtime=0.05
/proc/22331/task/22337/stat : 22337 (java) S 22330 22317 20163 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 631874489 884928512 18148 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22338] ppid=22330 vsize=864188 CPUtime=0
/proc/22331/task/22338/stat : 22338 (java) S 22330 22317 20163 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 631874489 884928512 18149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22339] ppid=22330 vsize=864188 CPUtime=0
/proc/22331/task/22339/stat : 22339 (java) S 22330 22317 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 631874489 884928512 18150 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883144

[startup+6.30289 s]
/proc/loadavg: 2.16 2.04 2.01 3/85 22339
/proc/meminfo: memFree=1581344/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=0.63
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 974 11411 0 1 2 1 54 6 15 0 1 0 631874416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 797 370 3 0 500 0
[pid=22330] ppid=22317 vsize=5356 CPUtime=0
/proc/22330/stat : 22330 (sh) S 22317 22317 20163 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631874484 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22330/statm: 1339 233 193 169 0 50 0
[pid=22331] ppid=22330 vsize=864300 CPUtime=5.6
/proc/22331/stat : 22331 (java) S 22330 22317 20163 0 -1 0 32253 0 1 0 541 19 0 0 18 0 9 0 631874485 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22331/statm: 216075 29352 2564 9 0 210622 0
[pid=22331/tid=22332] ppid=22330 vsize=864300 CPUtime=2.58
/proc/22331/task/22332/stat : 22332 (java) R 22330 22317 20163 0 -1 64 3670 0 1 0 256 2 0 0 25 0 9 0 631874486 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22333] ppid=22330 vsize=864300 CPUtime=2.91
/proc/22331/task/22333/stat : 22333 (java) S 22330 22317 20163 0 -1 64 27544 0 0 0 276 15 0 0 16 0 9 0 631874487 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22334] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22334/stat : 22334 (java) S 22330 22317 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631874487 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22335] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22335/stat : 22335 (java) S 22330 22317 20163 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 631874487 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22336] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22336/stat : 22336 (java) S 22330 22317 20163 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 631874489 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22337] ppid=22330 vsize=864300 CPUtime=0.08
/proc/22331/task/22337/stat : 22337 (java) S 22330 22317 20163 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 631874489 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22338] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22338/stat : 22338 (java) S 22330 22317 20163 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 631874489 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22339] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22339/stat : 22339 (java) S 22330 22317 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 631874489 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 883256

[startup+12.7022 s]
/proc/loadavg: 2.23 2.05 2.01 3/85 22339
/proc/meminfo: memFree=1575712/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=0.63
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 974 11411 0 1 2 1 54 6 16 0 1 0 631874416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 797 370 3 0 500 0
[pid=22330] ppid=22317 vsize=5356 CPUtime=0
/proc/22330/stat : 22330 (sh) S 22317 22317 20163 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631874484 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22330/statm: 1339 233 193 169 0 50 0
[pid=22331] ppid=22330 vsize=864300 CPUtime=12
/proc/22331/stat : 22331 (java) S 22330 22317 20163 0 -1 0 32498 0 1 0 1178 22 0 0 18 0 9 0 631874485 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22331/statm: 216075 29561 2564 9 0 210622 0
[pid=22331/tid=22332] ppid=22330 vsize=864300 CPUtime=8.79
/proc/22331/task/22332/stat : 22332 (java) R 22330 22317 20163 0 -1 64 3707 0 1 0 875 4 0 0 25 0 9 0 631874486 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4126564864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22333] ppid=22330 vsize=864300 CPUtime=3.07
/proc/22331/task/22333/stat : 22333 (java) S 22330 22317 20163 0 -1 64 27747 0 0 0 292 15 0 0 16 0 9 0 631874487 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22334] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22334/stat : 22334 (java) S 22330 22317 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631874487 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22335] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22335/stat : 22335 (java) S 22330 22317 20163 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 631874487 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22336] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22336/stat : 22336 (java) S 22330 22317 20163 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 631874489 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22337] ppid=22330 vsize=864300 CPUtime=0.09
/proc/22331/task/22337/stat : 22337 (java) S 22330 22317 20163 0 -1 64 347 0 0 0 9 0 0 0 17 0 9 0 631874489 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22338] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22338/stat : 22338 (java) S 22330 22317 20163 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 631874489 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22339] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22339/stat : 22339 (java) S 22330 22317 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 631874489 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 883256

[startup+25.5017 s]
/proc/loadavg: 2.18 2.05 2.01 3/85 22339
/proc/meminfo: memFree=1558880/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=0.63
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 974 11411 0 1 2 1 54 6 16 0 1 0 631874416 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 797 370 3 0 500 0
[pid=22330] ppid=22317 vsize=5356 CPUtime=0
/proc/22330/stat : 22330 (sh) S 22317 22317 20163 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631874484 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22330/statm: 1339 233 193 169 0 50 0
[pid=22331] ppid=22330 vsize=864300 CPUtime=24.78
/proc/22331/stat : 22331 (java) S 22330 22317 20163 0 -1 0 36111 0 1 0 2453 25 0 0 18 0 9 0 631874485 885043200 33128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22331/statm: 216075 33128 2564 9 0 210622 0
[pid=22331/tid=22332] ppid=22330 vsize=864300 CPUtime=21.37
/proc/22331/task/22332/stat : 22332 (java) R 22330 22317 20163 0 -1 64 3753 0 1 0 2131 6 0 0 25 0 9 0 631874486 885043200 33128 996147200 134512640 134550740 4294955952 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22333] ppid=22330 vsize=864300 CPUtime=3.28
/proc/22331/task/22333/stat : 22333 (java) S 22330 22317 20163 0 -1 64 31314 0 0 0 311 17 0 0 16 0 9 0 631874487 885043200 33128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22334] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22334/stat : 22334 (java) S 22330 22317 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631874487 885043200 33128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22335] ppid=22330 vsize=864300 CPUtime=0
/proc/22331/task/22335/stat : 22335 (java) S 22330 22317 20163 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 631874487 885043200 33128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=22331/tid=22335] ppid=22330 vsize=864312 CPUtime=0
/proc/22331/task/22335/stat : 22335 (java) S 22330 22317 20163 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 631874487 885055488 50413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22336] ppid=22330 vsize=864312 CPUtime=0
/proc/22331/task/22336/stat : 22336 (java) S 22330 22317 20163 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 631874489 885055488 50413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22337] ppid=22330 vsize=864312 CPUtime=0.11
/proc/22331/task/22337/stat : 22337 (java) S 22330 22317 20163 0 -1 64 352 0 0 0 11 0 0 0 16 0 9 0 631874489 885055488 50413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22338] ppid=22330 vsize=864312 CPUtime=0
/proc/22331/task/22338/stat : 22338 (java) S 22330 22317 20163 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 631874489 885055488 50413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22331/tid=22339] ppid=22330 vsize=864312 CPUtime=0
/proc/22331/task/22339/stat : 22339 (java) S 22330 22317 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 631874489 885055488 50413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.61
Current children cumulated vsize (KiB) 883268

[startup+1362.3 s]
/proc/loadavg: 2.15 2.25 2.10 3/86 22398
/proc/meminfo: memFree=1201760/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=1360.53
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 1031 98161 0 2 2 1 135947 103 16 0 1 0 631874416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 798 370 3 0 500 0
[pid=22397] ppid=22317 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (sh) S 22317 22317 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632010544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22397/statm: 1339 232 193 169 0 50 0
[pid=22398] ppid=22397 vsize=64692 CPUtime=1.01
/proc/22398/stat : 22398 (minisat) R 22397 22317 20163 0 -1 4194304 15679 0 0 0 89 12 0 0 25 0 1 0 632010544 66244608 15665 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 16173 15665 62 150 0 16020 0
Current children cumulated CPU time (s) 1361.54
Current children cumulated vsize (KiB) 83648

[startup+1422.31 s]
/proc/loadavg: 2.17 2.24 2.11 3/86 22398
/proc/meminfo: memFree=1105568/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=1360.54
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 1031 98161 0 2 3 1 135947 103 16 0 1 0 631874416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 798 370 3 0 500 0
[pid=22397] ppid=22317 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (sh) S 22317 22317 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632010544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22397/statm: 1339 232 193 169 0 50 0
[pid=22398] ppid=22397 vsize=127444 CPUtime=60.98
/proc/22398/stat : 22398 (minisat) R 22397 22317 20163 0 -1 4194304 30812 0 0 0 6074 24 0 0 25 0 1 0 632010544 130502656 30798 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 31861 30798 75 150 0 31708 0
Current children cumulated CPU time (s) 1421.52
Current children cumulated vsize (KiB) 146400

[startup+1482.3 s]
/proc/loadavg: 2.44 2.29 2.13 3/86 22398
/proc/meminfo: memFree=1101984/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=1360.54
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 1031 98161 0 2 3 1 135947 103 16 0 1 0 631874416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 798 370 3 0 500 0
[pid=22397] ppid=22317 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (sh) S 22317 22317 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632010544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22397/statm: 1339 232 193 169 0 50 0
[pid=22398] ppid=22397 vsize=130348 CPUtime=120.95
/proc/22398/stat : 22398 (minisat) R 22397 22317 20163 0 -1 4194304 31482 0 0 0 12071 24 0 0 25 0 1 0 632010544 133476352 31468 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 32587 31468 75 150 0 32434 0
Current children cumulated CPU time (s) 1481.49
Current children cumulated vsize (KiB) 149304

[startup+1542.3 s]
/proc/loadavg: 2.63 2.37 2.16 3/86 22398
/proc/meminfo: memFree=1075232/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=1360.54
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 1031 98161 0 2 3 1 135947 103 16 0 1 0 631874416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 798 370 3 0 500 0
[pid=22397] ppid=22317 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (sh) S 22317 22317 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632010544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22397/statm: 1339 232 193 169 0 50 0
[pid=22398] ppid=22397 vsize=132024 CPUtime=180.93
/proc/22398/stat : 22398 (minisat) R 22397 22317 20163 0 -1 4194304 31908 0 0 0 18068 25 0 0 25 0 1 0 632010544 135192576 31894 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 33006 31894 75 150 0 32853 0
Current children cumulated CPU time (s) 1541.47
Current children cumulated vsize (KiB) 150980

[startup+1602.3 s]
/proc/loadavg: 2.34 2.33 2.16 3/86 22398
/proc/meminfo: memFree=1066656/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=1360.54
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 1031 98161 0 2 3 1 135947 103 16 0 1 0 631874416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 798 370 3 0 500 0
[pid=22397] ppid=22317 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (sh) S 22317 22317 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632010544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22397/statm: 1339 232 193 169 0 50 0
[pid=22398] ppid=22397 vsize=135508 CPUtime=240.9
/proc/22398/stat : 22398 (minisat) R 22397 22317 20163 0 -1 4194304 32717 0 0 0 24064 26 0 0 25 0 1 0 632010544 138760192 32703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 33877 32703 75 150 0 33724 0
Current children cumulated CPU time (s) 1601.44
Current children cumulated vsize (KiB) 154464

[startup+1662.3 s]
/proc/loadavg: 2.20 2.29 2.16 3/86 22398
/proc/meminfo: memFree=1063904/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=1360.54
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 1031 98161 0 2 3 1 135947 103 16 0 1 0 631874416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 798 370 3 0 500 0
[pid=22397] ppid=22317 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (sh) S 22317 22317 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632010544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22397/statm: 1339 232 193 169 0 50 0
[pid=22398] ppid=22397 vsize=138180 CPUtime=300.87
/proc/22398/stat : 22398 (minisat) R 22397 22317 20163 0 -1 4194304 33386 0 0 0 30061 26 0 0 25 0 1 0 632010544 141496320 33372 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 34545 33372 75 150 0 34392 0
Current children cumulated CPU time (s) 1661.41
Current children cumulated vsize (KiB) 157136

[startup+1722.3 s]
/proc/loadavg: 2.14 2.25 2.15 3/86 22398
/proc/meminfo: memFree=1054816/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=1360.54
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 1031 98161 0 2 3 1 135947 103 16 0 1 0 631874416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 798 370 3 0 500 0
[pid=22397] ppid=22317 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (sh) S 22317 22317 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632010544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22397/statm: 1339 232 193 169 0 50 0
[pid=22398] ppid=22397 vsize=140404 CPUtime=360.85
/proc/22398/stat : 22398 (minisat) R 22397 22317 20163 0 -1 4194304 33891 0 0 0 36058 27 0 0 25 0 1 0 632010544 143773696 33877 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 35101 33877 75 150 0 34948 0
Current children cumulated CPU time (s) 1721.39
Current children cumulated vsize (KiB) 159360

[startup+1782.3 s]
/proc/loadavg: 2.11 2.21 2.14 3/86 22398
/proc/meminfo: memFree=1044000/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=1360.54
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 1031 98161 0 2 3 1 135947 103 16 0 1 0 631874416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 798 370 3 0 500 0
[pid=22397] ppid=22317 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (sh) S 22317 22317 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632010544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22397/statm: 1339 232 193 169 0 50 0
[pid=22398] ppid=22397 vsize=142124 CPUtime=420.83
/proc/22398/stat : 22398 (minisat) R 22397 22317 20163 0 -1 4194304 34351 0 0 0 42055 28 0 0 25 0 1 0 632010544 145534976 34337 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 35531 34337 75 150 0 35378 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (KiB) 161080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.08 2.20 2.14 3/86 22398
/proc/meminfo: memFree=1043296/2055920 swapFree=4166000/4192956
[pid=22317] ppid=22315 vsize=13600 CPUtime=1360.54
/proc/22317/stat : 22317 (sugar) S 22315 22317 20163 0 -1 4194304 1031 98161 0 2 3 1 135947 103 16 0 1 0 631874416 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22317/statm: 3400 798 370 3 0 500 0
[pid=22397] ppid=22317 vsize=5356 CPUtime=0
/proc/22397/stat : 22397 (sh) S 22317 22317 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632010544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22397/statm: 1339 232 193 169 0 50 0
[pid=22398] ppid=22397 vsize=142784 CPUtime=439.53
/proc/22398/stat : 22398 (minisat) R 22397 22317 20163 0 -1 4194304 34499 0 0 0 43925 28 0 0 25 0 1 0 632010544 146210816 34485 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22398/statm: 35696 34485 75 150 0 35543 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 161740

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22317 and gives
#  childrusage.ru_utime.tv_sec=1359
#  childrusage.ru_utime.tv_usec=504323
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=91834
# CPU time returned by wait4() is 1360.6
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.07
CPU time (s): 1800.07
CPU user time (s): 1798.75
CPU system time (s): 1.32
CPU usage (%): 99.9445
Max. virtual memory (cumulated for all children) (KiB): 905760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1359.5
system time used= 1.09183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99536
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= 33642
involuntary context switches= 36038

runsolver used 2.56461 second user time and 6.06708 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-04 17:49:26
IDJOB=1076396
IDBENCH=56585
IDSOLVER=346
FILE ID=node77/1076396-1215186566
PBS_JOBID= 7881563
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg5-8_ext.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-1076396-1215186566/watcher-1076396-1215186566 -o /tmp/evaluation-result-1076396-1215186566/solver-1076396-1215186566 -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-1076396-1215186566.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d448df7b768e7be8842dd4094eb7aad9
RANDOM SEED=1798411843

node77.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.274
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.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1692120 kB
Buffers:         39680 kB
Cached:         171720 kB
SwapCached:      20616 kB
Active:         253648 kB
Inactive:        53968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692120 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:         103664 kB
Slab:            41340 kB
Committed_AS:  1157404 kB
PageTables:       1916 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= 66512 MiB
End job on node77 at 2008-07-04 18:19:29