Trace number 1101660

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.06 1801.12

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-7_ext.xml
MD5SUM9a41dd9b53191791c805019802bafde1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.4414
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
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 Sat Jul  5 23:40:00 2008
0.00/0.04	c 0	PID 1491
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1101660-1215294000.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-1101660-1215294000.xml' 'HOME/temp.csp'
0.03/0.60	c 1	1 domains, 40 variables, 0 predicates, 333 relations, 333 constraints
0.03/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.65	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.57/0.73	c 1	Parsing HOME/temp.csp
0.89/1.03	c 1	parsed 707 expressions
0.89/1.04	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.89/1.04	c 1	Converting to clausal form CSP
0.89/1.06	c 1	converted 71 (10%) expressions
0.89/1.07	c 1	converted 142 (20%) expressions
0.89/1.07	c 1	converted 213 (30%) expressions
0.89/1.07	c 1	converted 283 (40%) expressions
0.89/1.07	c 1	converted 354 (50%) expressions
1.00/1.14	c 2	converted 425 (60%) expressions
1.00/1.17	c 2	converted 495 (70%) expressions
1.00/1.19	c 2	converted 566 (80%) expressions
1.09/1.21	c 2	converted 637 (90%) expressions
1.09/1.23	c 2	converted 707 (100%) expressions
1.09/1.23	c 2	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.09/1.23	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.23	c 2	Propagation in CSP
1.09/1.23	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.09/1.23	c 2	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.09/1.23	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.23	c 2	Simplifing CSP by introducing new Boolean variables
1.09/1.23	c 2	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.09/1.23	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.09/1.28	c 2	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.09/1.28	c 2	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.09/1.28	c 2	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.09/1.28	c 2	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.09/1.28	c 2	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.09/1.29	c 2	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.09/1.29	c 2	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.09/1.29	c 2	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.09/1.29	c 2	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.09/1.29	c 2	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.19/1.34	c 2	34 (10%) CSP clauses are encoded (2853 clauses, 42557 bytes)
1.19/1.36	c 2	67 (20%) CSP clauses are encoded (5030 clauses, 78985 bytes)
1.19/1.37	c 2	100 (30%) CSP clauses are encoded (7152 clauses, 116489 bytes)
1.19/1.39	c 2	134 (40%) CSP clauses are encoded (9252 clauses, 155906 bytes)
1.29/1.40	c 2	167 (50%) CSP clauses are encoded (11416 clauses, 196448 bytes)
1.29/1.41	c 2	200 (60%) CSP clauses are encoded (13419 clauses, 234096 bytes)
1.29/1.43	c 2	234 (70%) CSP clauses are encoded (15639 clauses, 275548 bytes)
1.29/1.44	c 2	267 (80%) CSP clauses are encoded (17896 clauses, 317803 bytes)
1.29/1.46	c 2	300 (90%) CSP clauses are encoded (19981 clauses, 356848 bytes)
1.29/1.47	c 2	333 (100%) CSP clauses are encoded (22008 clauses, 394928 bytes)
1.29/1.47	c 2	333 CSP clauses encoded
1.29/1.47	c 2	Writing map file : HOME/temp.map
1.29/1.47	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.47	c 2	SAT : 720 SAT variables, 22008 SAT clauses, 394928 bytes
1.29/1.47	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.49	c 2	SOLVING HOME/temp.cnf
1.29/1.49	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.29/1.49	c 2	This is MiniSat 2.0 beta
1.29/1.49	c 2	WARNING: for repeatability, setting FPU to use double precision
1.29/1.49	c 2	============================[ Problem Statistics ]=============================
1.29/1.49	c 2	|                                                                             |
1.29/1.49	c 2	|  Number of variables:  720                                                  |
1.29/1.49	c 2	|  Number of clauses:    22008                                                |
1.38/1.50	c 2	|  Parsing time:         0.01         s                                       |
1.38/1.51	c 2	============================[ Search Statistics ]==============================
1.38/1.51	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.38/1.51	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.38/1.51	c 2	===============================================================================
1.38/1.51	c 2	|         0 |     720    22008    80730 |     7336        0    nan |  0.000 % |
1.38/1.52	c 2	|       102 |     720    22008    80730 |     8069      102     12 |  0.000 % |
1.38/1.54	c 2	|       252 |     720    22008    80730 |     8876      252     13 |  0.006 % |
1.38/1.56	c 2	|       477 |     720    22008    80730 |     9764      477     13 |  0.005 % |
1.38/1.60	c 2	|       816 |     720    22008    80730 |    10740      816     12 |  0.005 % |
1.38/1.66	c 2	|      1322 |     720    22008    80730 |    11814     1322     12 |  0.007 % |
1.38/1.74	c 2	|      2081 |     720    22008    80730 |    12996     2081     13 |  0.007 % |
1.38/1.88	c 2	|      3220 |     720    22008    80730 |    14295     3220     13 |  0.007 % |
1.38/2.09	c 2	|      4928 |     720    22008    80730 |    15725     4928     14 |  0.008 % |
2.26/2.43	c 3	|      7490 |     720    22008    80730 |    17297     7490     14 |  0.004 % |
2.76/2.98	c 3	|     11334 |     720    22008    80730 |    19027    11334     14 |  0.007 % |
3.75/3.97	c 4	|     17103 |     720    22008    80730 |    20930    17103     15 |  0.003 % |
5.54/5.72	c 6	|     25753 |     720    22008    80730 |    23023    15163     16 |  0.007 % |
8.22/8.48	c 9	|     38727 |     720    22008    80730 |    25325    16490     16 |  0.007 % |
12.67/13.00	c 13	|     58188 |     720    22008    80730 |    27858    22963     17 |  0.007 % |
19.30/19.62	c 20	|     87381 |     720    22008    80730 |    30644    20702     16 |  0.008 % |
30.60/31.06	c 31	|    131170 |     720    22008    80730 |    33708    29499     17 |  0.008 % |
47.50/47.98	c 48	|    196854 |     720    22008    80730 |    37079    16299     18 |  0.008 % |
73.28/73.72	c 74	|    295381 |     720    22008    80730 |    40787    20462     18 |  0.002 % |
115.07/115.57	c 116	|    443170 |     720    22008    80730 |    44866    34125     18 |  0.008 % |
183.14/183.68	c 184	|    664853 |     720    22008    80730 |    49352    44789     17 |  0.006 % |
286.29/286.86	c 287	|    997378 |     720    22008    80730 |    54288    30197     20 |  0.002 % |
451.24/451.90	c 452	|   1496166 |     720    22008    80730 |    59717    46476     19 |  0.000 % |
720.04/720.75	c 721	|   2244348 |     719    21943    80548 |    65688    45885     20 |  0.139 % |
1174.75/1175.66	c 1176	|   3366624 |     719    21943    80548 |    72257    56252     18 |  0.143 % |
1800.01/1801.11	sh: line 1:  1515 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.01/1801.11	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1801.11	c 1801	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.01/1801.12	c ERROR INTERRUPTED
1800.01/1801.12	s UNKNOWN
1800.01/1801.12	c 1801	CPU 1799.85 (0.04 0 1799.81 0.18)
1800.01/1801.12	c 1801	END Sun Jul  6 00:10:01 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-1101660-1215294000/watcher-1101660-1215294000 -o /tmp/evaluation-result-1101660-1215294000/solver-1101660-1215294000 -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-1101660-1215294000.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.02 2.02 2.00 4/81 1491
/proc/meminfo: memFree=1720504/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=18572 CPUtime=0
/proc/1491/stat : 1491 (runsolver) R 1489 1491 30502 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1559071816 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1491/statm: 4643 292 257 25 0 2626 0

[startup+0.0885529 s]
/proc/loadavg: 2.02 2.02 2.00 4/81 1491
/proc/meminfo: memFree=1720504/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=0.03
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1559071816 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102553 s]
/proc/loadavg: 2.02 2.02 2.00 4/81 1491
/proc/meminfo: memFree=1720504/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=0.03
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1559071816 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301578 s]
/proc/loadavg: 2.02 2.02 2.00 4/81 1491
/proc/meminfo: memFree=1720504/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=0.03
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1559071816 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701632 s]
/proc/loadavg: 2.02 2.02 2.00 4/81 1491
/proc/meminfo: memFree=1720504/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=0.57
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 956 4746 0 1 3 0 50 4 16 0 1 0 1559071816 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1491/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50173 s]
/proc/loadavg: 2.02 2.02 2.00 4/92 1513
/proc/meminfo: memFree=1709472/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.38
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 3 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13600

[startup+3.10195 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 1515
/proc/meminfo: memFree=1715488/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.38
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 3 0 126 9 15 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=3992 CPUtime=1.58
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 750 0 0 0 158 0 0 0 25 0 1 0 1559071965 4087808 736 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/1515/statm: 998 736 75 150 0 845 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22948

[startup+6.30238 s]
/proc/loadavg: 2.02 2.02 2.00 4/84 1515
/proc/meminfo: memFree=1713760/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.38
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 3 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=4876 CPUtime=4.75
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 977 0 0 0 474 1 0 0 25 0 1 0 1559071965 4993024 963 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/1515/statm: 1219 963 75 150 0 1066 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 23832

[startup+12.7012 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 1515
/proc/meminfo: memFree=1712928/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.38
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 3 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=5672 CPUtime=11.09
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 1161 0 0 0 1108 1 0 0 25 0 1 0 1559071965 5808128 1147 996147200 134512640 135127466 4294956256 18446744073709551615 134528965 0 0 4096 3 0 0 0 17 1 0 0
/proc/1515/statm: 1418 1147 75 150 0 1265 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24628

[startup+25.5029 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 1515
/proc/meminfo: memFree=1711968/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=6640 CPUtime=23.76
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 1405 0 0 0 2375 1 0 0 25 0 1 0 1559071965 6799360 1391 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/1515/statm: 1660 1391 75 150 0 1507 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 25596

[startup+51.1023 s]
/proc/loadavg: 2.07 2.04 2.00 3/84 1594
/proc/meminfo: memFree=1711072/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=7832 CPUtime=49.3
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 1695 0 0 0 4927 3 0 0 25 0 1 0 1559071965 8019968 1681 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 1958 1681 75 150 0 1805 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 26788

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 1594
/proc/meminfo: memFree=1709280/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=9380 CPUtime=100.49
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 2068 0 0 0 10045 4 0 0 25 0 1 0 1559071965 9605120 2054 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 2345 2054 75 150 0 2192 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 28336

[startup+162.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 1594
/proc/meminfo: memFree=1707680/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=10860 CPUtime=160.46
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 2429 0 0 0 16042 4 0 0 25 0 1 0 1559071965 11120640 2415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 2715 2415 75 150 0 2562 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 29816

[startup+222.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1594
/proc/meminfo: memFree=1706016/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=12348 CPUtime=220.43
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 2809 0 0 0 22039 4 0 0 25 0 1 0 1559071965 12644352 2795 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 3087 2795 75 150 0 2934 0
Current children cumulated CPU time (s) 221.82
Current children cumulated vsize (KiB) 31304

[startup+282.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 1594
/proc/meminfo: memFree=1705632/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=12780 CPUtime=280.41
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 2899 0 0 0 28037 4 0 0 25 0 1 0 1559071965 13086720 2885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 3195 2885 75 150 0 3042 0
Current children cumulated CPU time (s) 281.8
Current children cumulated vsize (KiB) 31736


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

[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=21348 CPUtime=1300.01
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 4907 0 0 0 129994 7 0 0 25 0 1 0 1559071965 21860352 4893 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5337 4893 75 150 0 5184 0
Current children cumulated CPU time (s) 1301.4
Current children cumulated vsize (KiB) 40304

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 1600
/proc/meminfo: memFree=1696800/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=21348 CPUtime=1359.98
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 4938 0 0 0 135991 7 0 0 25 0 1 0 1559071965 21860352 4924 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5337 4924 75 150 0 5184 0
Current children cumulated CPU time (s) 1361.37
Current children cumulated vsize (KiB) 40304

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1600
/proc/meminfo: memFree=1696096/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=22096 CPUtime=1419.97
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 5109 0 0 0 141989 8 0 0 25 0 1 0 1559071965 22626304 5095 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5524 5095 75 150 0 5371 0
Current children cumulated CPU time (s) 1421.36
Current children cumulated vsize (KiB) 41052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1600
/proc/meminfo: memFree=1695904/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=22404 CPUtime=1479.94
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 5162 0 0 0 147986 8 0 0 25 0 1 0 1559071965 22941696 5148 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5601 5148 75 150 0 5448 0
Current children cumulated CPU time (s) 1481.33
Current children cumulated vsize (KiB) 41360

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1600
/proc/meminfo: memFree=1695840/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=22404 CPUtime=1539.91
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 5184 0 0 0 153983 8 0 0 25 0 1 0 1559071965 22941696 5170 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5601 5170 75 150 0 5448 0
Current children cumulated CPU time (s) 1541.3
Current children cumulated vsize (KiB) 41360

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1600
/proc/meminfo: memFree=1695648/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=22696 CPUtime=1599.89
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 5227 0 0 0 159981 8 0 0 25 0 1 0 1559071965 23240704 5213 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5674 5213 75 150 0 5521 0
Current children cumulated CPU time (s) 1601.28
Current children cumulated vsize (KiB) 41652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1600
/proc/meminfo: memFree=1695456/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=22856 CPUtime=1659.87
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 5271 0 0 0 165979 8 0 0 25 0 1 0 1559071965 23404544 5257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5714 5257 75 150 0 5561 0
Current children cumulated CPU time (s) 1661.26
Current children cumulated vsize (KiB) 41812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1600
/proc/meminfo: memFree=1695328/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=22856 CPUtime=1719.84
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 5285 0 0 0 171976 8 0 0 25 0 1 0 1559071965 23404544 5271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5714 5271 75 150 0 5561 0
Current children cumulated CPU time (s) 1721.23
Current children cumulated vsize (KiB) 41812

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1600
/proc/meminfo: memFree=1695072/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=23136 CPUtime=1779.82
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 5336 0 0 0 177974 8 0 0 25 0 1 0 1559071965 23691264 5322 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5784 5322 75 150 0 5631 0
Current children cumulated CPU time (s) 1781.21
Current children cumulated vsize (KiB) 42092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1600
/proc/meminfo: memFree=1694944/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=23280 CPUtime=1798.62
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 5366 0 0 0 179854 8 0 0 25 0 1 0 1559071965 23838720 5352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5820 5352 75 150 0 5667 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 42236

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

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

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1600
/proc/meminfo: memFree=1694944/2055920 swapFree=4180436/4192956
[pid=1491] ppid=1489 vsize=13600 CPUtime=1.39
/proc/1491/stat : 1491 (sugar) S 1489 1491 30502 0 -1 4194304 1031 11840 0 2 4 0 126 9 16 0 1 0 1559071816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1491/statm: 3400 798 370 3 0 500 0
[pid=1514] ppid=1491 vsize=5356 CPUtime=0
/proc/1514/stat : 1514 (sh) S 1491 1491 30502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1559071965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1514/statm: 1339 232 193 169 0 50 0
[pid=1515] ppid=1514 vsize=23280 CPUtime=1798.62
/proc/1515/stat : 1515 (minisat) R 1514 1491 30502 0 -1 4194304 5366 0 0 0 179854 8 0 0 25 0 1 0 1559071965 23838720 5352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1515/statm: 5820 5352 75 150 0 5667 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 42236

Child status: 0
Real time (s): 1801.12
CPU time (s): 1800.06
CPU user time (s): 1799.86
CPU system time (s): 0.198969
CPU usage (%): 99.9408
Max. virtual memory (cumulated for all children) (KiB): 883344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18907
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= 1825
involuntary context switches= 9201

runsolver used 2.74958 second user time and 5.43917 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 23:40:00
IDJOB=1101660
IDBENCH=60055
IDSOLVER=346
FILE ID=node13/1101660-1215294000
PBS_JOBID= 7882289
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-7_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-1101660-1215294000/watcher-1101660-1215294000 -o /tmp/evaluation-result-1101660-1215294000/solver-1101660-1215294000 -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-1101660-1215294000.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9a41dd9b53191791c805019802bafde1
RANDOM SEED=1245352059

node13.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.238
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.238
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:       1720984 kB
Buffers:         65416 kB
Cached:         190732 kB
SwapCached:       6400 kB
Active:         185360 kB
Inactive:        93564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720984 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          38600 kB
Slab:            41152 kB
Committed_AS:  3185872 kB
PageTables:       2004 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= 66524 MiB
End job on node13 at 2008-07-06 00:10:04