Trace number 1081843

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 1811.13

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-16.xml
MD5SUM468d36833d7492d6979583a020018ac9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.34264
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints1935
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1935
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 Sat Jul  5 02:58:25 2008
0.00/0.04	c 0	PID 8841
0.04/0.05	c 0	HOST node48.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1081843-1215219505.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081843-1215219505.xml' 'HOME/temp.csp'
0.04/0.68	c 0	1 domains, 256 variables, 4 predicates, 0 relations, 1935 constraints
0.04/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 0	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.66/0.81	c 1	Parsing HOME/temp.csp
0.66/0.98	c 1	parsed 2196 expressions
0.66/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/0.99	c 1	Converting to clausal form CSP
0.91/1.02	c 1	converted 220 (10%) expressions
1.01/1.18	c 1	converted 440 (20%) expressions
1.11/1.23	c 1	converted 659 (30%) expressions
1.11/1.26	c 1	converted 879 (40%) expressions
1.11/1.29	c 1	converted 1098 (50%) expressions
1.20/1.31	c 1	converted 1318 (60%) expressions
1.20/1.34	c 1	converted 1538 (70%) expressions
1.20/1.36	c 1	converted 1757 (80%) expressions
1.20/1.38	c 1	converted 1977 (90%) expressions
1.30/1.41	c 1	converted 2196 (100%) expressions
1.30/1.41	c 1	CSP : 256 integers, 1702 booleans, 5579 clauses, largest domain size 16
1.30/1.41	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.41	c 1	Propagation in CSP
1.30/1.49	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.30/1.49	c 1	CSP : 256 integers, 1702 booleans, 5579 clauses, largest domain size 16
1.30/1.49	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.49	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.51	c 1	CSP : 256 integers, 3840 booleans, 7717 clauses, largest domain size 16
1.40/1.51	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.55	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.58	c 1	26 (10%) CSP integer variables are encoded (364 clauses, 3866 bytes)
1.40/1.59	c 1	52 (20%) CSP integer variables are encoded (728 clauses, 7870 bytes)
1.40/1.60	c 1	77 (30%) CSP integer variables are encoded (1078 clauses, 12011 bytes)
1.50/1.60	c 1	103 (40%) CSP integer variables are encoded (1442 clauses, 16743 bytes)
1.50/1.61	c 1	128 (50%) CSP integer variables are encoded (1792 clauses, 21293 bytes)
1.50/1.61	c 1	154 (60%) CSP integer variables are encoded (2156 clauses, 26025 bytes)
1.50/1.61	c 1	180 (70%) CSP integer variables are encoded (2520 clauses, 30757 bytes)
1.50/1.61	c 1	205 (80%) CSP integer variables are encoded (2870 clauses, 35307 bytes)
1.50/1.61	c 1	231 (90%) CSP integer variables are encoded (3234 clauses, 40039 bytes)
1.50/1.61	c 1	256 (100%) CSP integer variables are encoded (3584 clauses, 44589 bytes)
1.50/1.69	c 1	772 (10%) CSP clauses are encoded (12463 clauses, 190245 bytes)
1.60/1.74	c 1	1544 (20%) CSP clauses are encoded (21782 clauses, 349297 bytes)
1.69/1.80	c 2	2316 (30%) CSP clauses are encoded (30898 clauses, 504681 bytes)
1.69/1.84	c 2	3087 (40%) CSP clauses are encoded (40183 clauses, 663901 bytes)
1.69/1.87	c 2	3859 (50%) CSP clauses are encoded (49352 clauses, 825749 bytes)
1.79/1.91	c 2	4631 (60%) CSP clauses are encoded (58573 clauses, 993075 bytes)
1.79/1.95	c 2	5402 (70%) CSP clauses are encoded (67366 clauses, 1151999 bytes)
1.79/1.99	c 2	6174 (80%) CSP clauses are encoded (76511 clauses, 1317740 bytes)
1.90/2.03	c 2	6946 (90%) CSP clauses are encoded (85688 clauses, 1484403 bytes)
1.90/2.06	c 2	7717 (100%) CSP clauses are encoded (95076 clauses, 1655061 bytes)
1.90/2.07	c 2	7717 CSP clauses encoded
1.90/2.07	c 2	Writing map file : HOME/temp.map
1.90/2.07	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.07	c 2	SAT : 7680 SAT variables, 95076 SAT clauses, 1655061 bytes
1.90/2.07	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.09	c 2	SOLVING HOME/temp.cnf
1.90/2.09	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.90/2.09	c 2	This is MiniSat 2.0 beta
1.90/2.09	c 2	WARNING: for repeatability, setting FPU to use double precision
1.90/2.09	c 2	============================[ Problem Statistics ]=============================
1.90/2.09	c 2	|                                                                             |
1.90/2.09	c 2	|  Number of variables:  7680                                                 |
1.90/2.09	c 2	|  Number of clauses:    95076                                                |
1.99/2.15	c 2	|  Parsing time:         0.04         s                                       |
1.99/2.15	c 2	============================[ Search Statistics ]==============================
1.99/2.15	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.15	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.15	c 2	===============================================================================
1.99/2.15	c 2	|         0 |    7680    95076   267740 |    31692        0    nan |  0.000 % |
1.99/2.17	c 2	|       100 |    7680    95076   267740 |    34861      100      6 |  0.000 % |
1.99/2.20	c 2	|       250 |    7680    95076   267740 |    38347      250      7 |  0.000 % |
2.08/2.21	c 2	|       476 |    7680    95076   267740 |    42182      476      8 |  0.000 % |
2.08/2.23	c 2	|       813 |    7680    95076   267740 |    46400      813      8 |  0.000 % |
2.08/2.25	c 2	|      1321 |    7680    95076   267740 |    51040     1321      8 |  0.000 % |
2.08/2.29	c 2	|      2080 |    7680    95076   267740 |    56144     2080      9 |  0.000 % |
2.18/2.33	c 2	|      3220 |    7680    95076   267740 |    61758     3220      9 |  0.000 % |
2.28/2.41	c 2	|      4928 |    7680    95076   267740 |    67934     4928     10 |  0.000 % |
2.38/2.51	c 2	|      7490 |    7680    95076   267740 |    74728     7490     10 |  0.000 % |
2.48/2.67	c 2	|     11334 |    7680    95076   267740 |    82200    11334     11 |  0.000 % |
2.68/2.87	c 3	|     17103 |    7680    95076   267740 |    90420    17103     10 |  0.000 % |
3.17/3.31	c 3	|     25752 |    7680    95076   267740 |    99463    25752     11 |  0.000 % |
4.17/4.31	c 4	|     38726 |    7680    95076   267740 |   109409    38726     12 |  0.000 % |
6.04/6.27	c 6	|     58187 |    7680    95076   267740 |   120350    58187     13 |  0.000 % |
8.32/8.56	c 8	|     87379 |    7680    95076   267740 |   132385    87379     14 |  0.000 % |
15.26/15.56	c 15	|    131169 |    7680    95076   267740 |   145623   131169     15 |  0.000 % |
31.30/31.74	c 31	|    196853 |    7680    95076   267740 |   160186    61968     17 |  0.000 % |
43.50/44.10	c 44	|    295380 |    7680    95076   267740 |   176204   160495     15 |  0.000 % |
127.41/128.79	c 129	|    443169 |    7680    95076   267740 |   193825   141322     18 |  0.000 % |
247.21/249.64	c 249	|    664852 |    7680    95076   267740 |   213207   180504     18 |  0.000 % |
467.70/472.15	c 472	|    997377 |    7680    95076   267740 |   234528   110216     19 |  0.000 % |
674.53/680.90	c 681	|   1496166 |    7680    95076   267740 |   257981   163114     17 |  0.000 % |
1349.96/1360.91	c 1361	|   2244348 |    7680    95076   267740 |   283779   180807     18 |  0.000 % |
1800.00/1811.12	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1811.12	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1811.12	c ERROR INTERRUPTED
1800.00/1811.12	s UNKNOWN
1800.00/1811.12	c 1811	CPU 1.88 (0.03 0.01 1.85 0.1)
1800.00/1811.12	c 1811	END Sat Jul  5 03:28:36 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-1081843-1215219505/watcher-1081843-1215219505 -o /tmp/evaluation-result-1081843-1215219505/solver-1081843-1215219505 -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-1081843-1215219505.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/72 8841
/proc/meminfo: memFree=1730184/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=18572 CPUtime=0
/proc/8841/stat : 8841 (runsolver) R 8839 8841 6608 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2000922657 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8841/statm: 4643 292 257 25 0 2626 0

[startup+0.0493071 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8841
/proc/meminfo: memFree=1730184/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=0.04
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2000922657 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101194 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8841
/proc/meminfo: memFree=1730184/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=0.04
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000922657 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301208 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8841
/proc/meminfo: memFree=1730184/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=0.04
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000922657 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701248 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8841
/proc/meminfo: memFree=1730184/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=0.04
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 2000922657 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50132 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 8863
/proc/meminfo: memFree=1721712/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=0.66
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 974 5098 0 1 3 1 59 3 15 0 1 0 2000922657 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 797 370 3 0 500 0
[pid=8854] ppid=8841 vsize=5356 CPUtime=0
/proc/8854/stat : 8854 (sh) S 8841 8841 6608 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000922731 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8854/statm: 1339 233 193 169 0 50 0
[pid=8855] ppid=8854 vsize=868268 CPUtime=0.74
/proc/8855/stat : 8855 (java) S 8854 8841 6608 0 -1 0 5667 0 1 0 70 4 0 0 18 0 9 0 2000922731 889106432 5080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8855/statm: 217067 5080 1733 9 0 211642 0
[pid=8855/tid=8856] ppid=8854 vsize=868268 CPUtime=0.47
/proc/8855/task/8856/stat : 8856 (java) R 8854 8841 6608 0 -1 64 2662 0 1 0 45 2 0 0 23 0 9 0 2000922732 889106432 5080 996147200 134512640 134550740 4294955952 18446744073709551615 4126861517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8855/tid=8857] ppid=8854 vsize=868268 CPUtime=0.04
/proc/8855/task/8857/stat : 8857 (java) S 8854 8841 6608 0 -1 64 859 0 0 0 4 0 0 0 16 0 9 0 2000922733 889106432 5080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8855/tid=8858] ppid=8854 vsize=868268 CPUtime=0
/proc/8855/task/8858/stat : 8858 (java) S 8854 8841 6608 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000922733 889106432 5080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8855/tid=8859] ppid=8854 vsize=868268 CPUtime=0
/proc/8855/task/8859/stat : 8859 (java) S 8854 8841 6608 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000922733 889106432 5080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8855/tid=8860] ppid=8854 vsize=868268 CPUtime=0
/proc/8855/task/8860/stat : 8860 (java) S 8854 8841 6608 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000922735 889106432 5080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8855/tid=8861] ppid=8854 vsize=868268 CPUtime=0.2
/proc/8855/task/8861/stat : 8861 (java) S 8854 8841 6608 0 -1 64 1455 0 0 0 20 0 0 0 16 0 9 0 2000922735 889106432 5080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8855/tid=8862] ppid=8854 vsize=868268 CPUtime=0
/proc/8855/task/8862/stat : 8862 (java) S 8854 8841 6608 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000922735 889106432 5080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8855/tid=8863] ppid=8854 vsize=868268 CPUtime=0
/proc/8855/task/8863/stat : 8863 (java) S 8854 8841 6608 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000922735 889106432 5080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887224

[startup+3.10147 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 8865
/proc/meminfo: memFree=1724400/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 15 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=8196 CPUtime=0.98
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 1914 0 0 0 98 0 0 0 25 0 1 0 2000922867 8392704 1900 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/8865/statm: 2049 1900 76 150 0 1896 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 27152

[startup+6.30277 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 8865
/proc/meminfo: memFree=1715760/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=11740 CPUtime=4.15
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 2804 0 0 0 414 1 0 0 25 0 1 0 2000922867 12021760 2790 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/8865/statm: 2935 2790 76 150 0 2782 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 30696

[startup+12.7014 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 8865
/proc/meminfo: memFree=1708912/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=18400 CPUtime=10.49
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 4449 0 0 0 1047 2 0 0 25 0 1 0 2000922867 18841600 4435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8865/statm: 4600 4435 76 150 0 4447 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 37356

[startup+25.5016 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 8865
/proc/meminfo: memFree=1705840/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=21336 CPUtime=23.17
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 5144 0 0 0 2314 3 0 0 25 0 1 0 2000922867 21848064 5130 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/8865/statm: 5334 5130 76 150 0 5181 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 40292

[startup+51.1019 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 8865
/proc/meminfo: memFree=1700272/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=26904 CPUtime=48.54
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 6556 0 0 0 4850 4 0 0 25 0 1 0 2000922867 27549696 6542 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8865/statm: 6726 6542 76 150 0 6573 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 45860

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 8865
/proc/meminfo: memFree=1699760/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=27296 CPUtime=99.27
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 6629 0 0 0 9923 4 0 0 25 0 1 0 2000922867 27951104 6615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8865/statm: 6824 6615 76 150 0 6671 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 46252

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8871
/proc/meminfo: memFree=1693288/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=33800 CPUtime=158.7
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 8247 0 0 0 15864 6 0 0 25 0 1 0 2000922867 34611200 8233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8865/statm: 8450 8233 76 150 0 8297 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 52756

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8871
/proc/meminfo: memFree=1692392/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1666528/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=65144 CPUtime=1349.38
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 15682 0 0 0 134914 24 0 0 25 0 1 0 2000922867 66707456 15668 996147200 134512640 135127466 4294956256 18446744073709551615 134530954 0 0 4096 3 0 0 0 17 0 0 0
/proc/8865/statm: 16286 15668 76 150 0 16133 0
Current children cumulated CPU time (s) 1351.37
Current children cumulated vsize (KiB) 84100

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 9444
/proc/meminfo: memFree=1661344/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=69512 CPUtime=1409.35
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 16796 0 0 0 140910 25 0 0 25 0 1 0 2000922867 71180288 16782 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/8865/statm: 17378 16782 76 150 0 17225 0
Current children cumulated CPU time (s) 1411.34
Current children cumulated vsize (KiB) 88468

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 9444
/proc/meminfo: memFree=1660576/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=70224 CPUtime=1469.32
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 16913 0 0 0 146907 25 0 0 25 0 1 0 2000922867 71909376 16899 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8865/statm: 17556 16899 76 150 0 17403 0
Current children cumulated CPU time (s) 1471.31
Current children cumulated vsize (KiB) 89180

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 9444
/proc/meminfo: memFree=1660000/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=70524 CPUtime=1529.31
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 16982 0 0 0 152905 26 0 0 25 0 1 0 2000922867 72216576 16968 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8865/statm: 17631 16968 76 150 0 17478 0
Current children cumulated CPU time (s) 1531.3
Current children cumulated vsize (KiB) 89480

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9444
/proc/meminfo: memFree=1659424/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=70988 CPUtime=1589.28
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 17089 0 0 0 158902 26 0 0 25 0 1 0 2000922867 72691712 17075 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8865/statm: 17747 17075 76 150 0 17594 0
Current children cumulated CPU time (s) 1591.27
Current children cumulated vsize (KiB) 89944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9444
/proc/meminfo: memFree=1658208/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=71704 CPUtime=1649.26
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 17274 0 0 0 164900 26 0 0 25 0 1 0 2000922867 73424896 17260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8865/statm: 17926 17260 76 150 0 17773 0
Current children cumulated CPU time (s) 1651.25
Current children cumulated vsize (KiB) 90660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9444
/proc/meminfo: memFree=1655456/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=74576 CPUtime=1709.23
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 17946 0 0 0 170896 27 0 0 25 0 1 0 2000922867 76365824 17932 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8865/statm: 18644 17932 76 150 0 18491 0
Current children cumulated CPU time (s) 1711.22
Current children cumulated vsize (KiB) 93532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9444
/proc/meminfo: memFree=1654368/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=75416 CPUtime=1769.21
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 18149 0 0 0 176894 27 0 0 25 0 1 0 2000922867 77225984 18135 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8865/statm: 18854 18135 76 150 0 18701 0
Current children cumulated CPU time (s) 1771.2
Current children cumulated vsize (KiB) 94372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9444
/proc/meminfo: memFree=1654112/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=75580 CPUtime=1798.01
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 18185 0 0 0 179773 28 0 0 25 0 1 0 2000922867 77393920 18171 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/8865/statm: 18895 18171 76 150 0 18742 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 94536

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

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

[startup+1811.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 9444
/proc/meminfo: memFree=1654112/2055920 swapFree=4180436/4192956
[pid=8841] ppid=8839 vsize=13600 CPUtime=1.99
/proc/8841/stat : 8841 (sugar) S 8839 8841 6608 0 -1 4194304 1034 12536 0 2 3 1 185 10 16 0 1 0 2000922657 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8841/statm: 3400 799 370 3 0 500 0
[pid=8864] ppid=8841 vsize=5356 CPUtime=0
/proc/8864/stat : 8864 (sh) S 8841 8841 6608 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000922867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8864/statm: 1339 232 193 169 0 50 0
[pid=8865] ppid=8864 vsize=75580 CPUtime=1798.01
/proc/8865/stat : 8865 (minisat) R 8864 8841 6608 0 -1 4194304 18185 0 0 0 179773 28 0 0 25 0 1 0 2000922867 77393920 18171 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/8865/statm: 18895 18171 76 150 0 18742 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 94536

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8841 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=891712
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=120981
# CPU time returned by wait4() is 2.01269
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.13
CPU time (s): 1800
CPU user time (s): 1799.61
CPU system time (s): 0.39
CPU usage (%): 99.3857
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.89171
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13993
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= 2637
involuntary context switches= 2504

runsolver used 2.55061 second user time and 5.59915 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-05 02:58:25
IDJOB=1081843
IDBENCH=57146
IDSOLVER=346
FILE ID=node48/1081843-1215219505
PBS_JOBID= 7881726
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-16.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-1081843-1215219505/watcher-1081843-1215219505 -o /tmp/evaluation-result-1081843-1215219505/solver-1081843-1215219505 -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-1081843-1215219505.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 468d36833d7492d6979583a020018ac9
RANDOM SEED=1358473813

node48.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.231
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.231
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:       1730664 kB
Buffers:         65420 kB
Cached:         179948 kB
SwapCached:       6436 kB
Active:         191548 kB
Inactive:        75808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730664 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          29572 kB
Slab:            43380 kB
Committed_AS:  4203536 kB
PageTables:       1700 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= 66540 MiB
End job on node48 at 2008-07-05 03:28:38