Trace number 1048615

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 1806.13

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-17-3.xml
MD5SUM10e52fb937aba3eef4652d1b52d5e1e7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.1893
Satisfiable
(Un)Satisfiability was proved
Number of variables136
Number of constraints680
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension680
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.05	c 0	BEGIN Thu Jul  3 02:03:23 2008
0.00/0.05	c 0	PID 23515
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048615-1215043403.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-1048615-1215043403.xml' 'HOME/temp.csp'
0.03/0.42	c 1	1 domains, 136 variables, 1 predicates, 0 relations, 680 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.40/0.56	c 1	Parsing HOME/temp.csp
0.40/0.70	c 1	parsed 818 expressions
0.40/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.71	c 1	Converting to clausal form CSP
0.40/0.73	c 1	converted 82 (10%) expressions
0.40/0.77	c 1	converted 164 (20%) expressions
0.40/0.89	c 1	converted 246 (30%) expressions
0.40/0.91	c 1	converted 328 (40%) expressions
0.40/0.93	c 1	converted 409 (50%) expressions
0.40/0.94	c 1	converted 491 (60%) expressions
0.40/0.95	c 1	converted 573 (70%) expressions
0.40/0.96	c 1	converted 655 (80%) expressions
0.40/0.97	c 1	converted 737 (90%) expressions
0.40/0.97	c 1	converted 818 (100%) expressions
0.40/0.97	c 1	CSP : 136 integers, 0 booleans, 680 clauses, largest domain size 3
0.40/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.97	c 1	Propagation in CSP
0.40/0.99	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.99	c 1	CSP : 136 integers, 0 booleans, 680 clauses, largest domain size 3
0.40/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.03	c 1	CSP : 136 integers, 4080 booleans, 4760 clauses, largest domain size 3
0.90/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.07	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.08	c 1	14 (10%) CSP integer variables are encoded (14 clauses, 181 bytes)
0.90/1.08	c 1	28 (20%) CSP integer variables are encoded (28 clauses, 307 bytes)
0.90/1.08	c 1	41 (30%) CSP integer variables are encoded (41 clauses, 424 bytes)
0.90/1.08	c 1	55 (40%) CSP integer variables are encoded (55 clauses, 561 bytes)
0.90/1.08	c 1	68 (50%) CSP integer variables are encoded (68 clauses, 704 bytes)
0.90/1.08	c 1	82 (60%) CSP integer variables are encoded (82 clauses, 858 bytes)
0.90/1.08	c 1	96 (70%) CSP integer variables are encoded (96 clauses, 1012 bytes)
0.90/1.08	c 1	109 (80%) CSP integer variables are encoded (109 clauses, 1155 bytes)
0.90/1.09	c 1	123 (90%) CSP integer variables are encoded (123 clauses, 1309 bytes)
0.90/1.09	c 1	136 (100%) CSP integer variables are encoded (136 clauses, 1452 bytes)
1.00/1.12	c 2	476 (10%) CSP clauses are encoded (1428 clauses, 17236 bytes)
1.00/1.14	c 2	952 (20%) CSP clauses are encoded (2720 clauses, 34056 bytes)
1.00/1.15	c 2	1428 (30%) CSP clauses are encoded (4012 clauses, 52260 bytes)
1.00/1.17	c 2	1904 (40%) CSP clauses are encoded (5304 clauses, 70448 bytes)
1.00/1.17	c 2	2380 (50%) CSP clauses are encoded (6596 clauses, 88808 bytes)
1.00/1.18	c 2	2856 (60%) CSP clauses are encoded (7888 clauses, 107936 bytes)
1.00/1.19	c 2	3332 (70%) CSP clauses are encoded (9180 clauses, 127248 bytes)
1.00/1.19	c 2	3808 (80%) CSP clauses are encoded (10472 clauses, 146560 bytes)
1.00/1.20	c 2	4284 (90%) CSP clauses are encoded (11764 clauses, 165872 bytes)
1.09/1.20	c 2	4760 (100%) CSP clauses are encoded (13056 clauses, 185184 bytes)
1.09/1.20	c 2	4760 CSP clauses encoded
1.09/1.20	c 2	Writing map file : HOME/temp.map
1.09/1.21	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.21	c 2	SAT : 4352 SAT variables, 13056 SAT clauses, 185184 bytes
1.09/1.21	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.21	c 2	SOLVING HOME/temp.cnf
1.09/1.21	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.09/1.22	c 2	This is MiniSat 2.0 beta
1.09/1.22	c 2	WARNING: for repeatability, setting FPU to use double precision
1.09/1.22	c 2	============================[ Problem Statistics ]=============================
1.09/1.22	c 2	|                                                                             |
1.09/1.22	c 2	|  Number of variables:  4352                                                 |
1.09/1.22	c 2	|  Number of clauses:    13056                                                |
1.09/1.23	c 2	|  Parsing time:         0.01         s                                       |
1.09/1.23	c 2	============================[ Search Statistics ]==============================
1.09/1.23	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.09/1.23	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.09/1.23	c 2	===============================================================================
1.09/1.23	c 2	|         0 |    4352    13056    32912 |     4352        0    nan |  0.000 % |
1.09/1.23	c 2	|       100 |    4352    13056    32912 |     4787      100      6 |  0.000 % |
1.09/1.24	c 2	|       251 |    4352    13056    32912 |     5265      251      6 |  0.000 % |
1.09/1.26	c 2	|       477 |    4352    13056    32912 |     5792      477      6 |  0.000 % |
1.09/1.29	c 2	|       814 |    4352    13056    32912 |     6371      814      6 |  0.000 % |
1.13/1.33	c 2	|      1320 |    4352    13056    32912 |     7008     1320      6 |  0.000 % |
1.13/1.40	c 2	|      2079 |    4352    13056    32912 |     7709     2079      6 |  0.000 % |
1.13/1.49	c 2	|      3218 |    4352    13056    32912 |     8480     3218     10 |  0.000 % |
1.13/1.62	c 2	|      4926 |    4352    13056    32912 |     9328     4926     16 |  0.000 % |
1.13/1.88	c 2	|      7488 |    4352    13056    32912 |    10261     7488     19 |  0.000 % |
2.29/2.40	c 3	|     11332 |    4352    13056    32912 |    11287     5786     27 |  0.000 % |
2.99/3.13	c 4	|     17100 |    4352    13056    32912 |    12416    11554     31 |  0.000 % |
4.17/4.40	c 5	|     25750 |    4352    13056    32912 |    13658     7035     32 |  0.000 % |
6.35/6.51	c 7	|     38725 |    4352    13056    32912 |    15024    12688     38 |  0.000 % |
9.72/9.95	c 10	|     58187 |    4352    13056    32912 |    16526     8313     33 |  0.000 % |
16.65/16.93	c 17	|     87380 |    4352    13056    32912 |    18179    11557     42 |  0.000 % |
28.54/28.94	c 29	|    131171 |    4352    13056    32912 |    19997    17546     45 |  0.000 % |
46.76/47.37	c 48	|    196856 |    4352    13056    32912 |    21997    10512     39 |  0.000 % |
77.27/78.13	c 79	|    295382 |    4352    13056    32912 |    24196    17863     47 |  0.000 % |
124.82/126.17	c 127	|    443171 |    4352    13056    32912 |    26616    16205     40 |  0.000 % |
212.27/214.47	c 215	|    664855 |    4352    13056    32912 |    29278    17793     50 |  0.000 % |
352.64/356.15	c 357	|    997380 |    4352    13056    32912 |    32205    16328     47 |  0.000 % |
560.17/565.27	c 566	|   1496168 |    4352    13056    32912 |    35426    19388     54 |  0.000 % |
882.01/887.58	c 888	|   2244350 |    4352    13056    32912 |    38969    34529     64 |  0.000 % |
1423.10/1429.04	c 1429	|   3366625 |    4352    13056    32912 |    42866    31473     62 |  0.000 % |
1800.02/1806.11	sh: line 1: 23539 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.02/1806.11	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1806.11	c 1806	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.02/1806.12	c ERROR INTERRUPTED
1800.02/1806.12	s UNKNOWN
1800.02/1806.12	c 1807	CPU 1799.67 (0.04 0.01 1799.63 0.38)
1800.02/1806.12	c 1807	END Thu Jul  3 02:33:30 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048615-1215043403/watcher-1048615-1215043403 -o /tmp/evaluation-result-1048615-1215043403/solver-1048615-1215043403 -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-1048615-1215043403.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.22 2.08 1.96 4/82 23515
/proc/meminfo: memFree=1767248/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=12268 CPUtime=0
/proc/23515/stat : 23515 (sugar) R 23513 23515 23121 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 627277468 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226913647205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23515/statm: 3067 316 241 3 0 167 0

[startup+0.0884339 s]
/proc/loadavg: 2.22 2.08 1.96 4/82 23515
/proc/meminfo: memFree=1767248/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=0.03
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 627277468 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102438 s]
/proc/loadavg: 2.22 2.08 1.96 4/82 23515
/proc/meminfo: memFree=1767248/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=0.03
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 627277468 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302475 s]
/proc/loadavg: 2.22 2.08 1.96 4/82 23515
/proc/meminfo: memFree=1767248/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=0.03
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 627277468 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701554 s]
/proc/loadavg: 2.22 2.08 1.96 4/82 23515
/proc/meminfo: memFree=1767248/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=0.4
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 973 4702 0 1 3 0 34 3 16 0 1 0 627277468 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.5017 s]
/proc/loadavg: 2.22 2.08 1.96 3/93 23537
/proc/meminfo: memFree=1753400/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 15 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 13600

[startup+3.10201 s]
/proc/loadavg: 2.22 2.08 1.96 3/85 23539
/proc/meminfo: memFree=1762424/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 15 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=4496 CPUtime=1.86
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 839 0 0 0 186 0 0 0 25 0 1 0 627277590 4603904 825 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/23539/statm: 1124 825 76 150 0 971 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 23452

[startup+6.30163 s]
/proc/loadavg: 2.21 2.08 1.96 3/85 23539
/proc/meminfo: memFree=1760888/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=5472 CPUtime=5.03
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 1060 0 0 0 503 0 0 0 25 0 1 0 627277590 5603328 1046 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/23539/statm: 1368 1046 76 150 0 1215 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24428

[startup+12.7019 s]
/proc/loadavg: 2.19 2.08 1.96 3/85 23539
/proc/meminfo: memFree=1759736/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=6264 CPUtime=11.36
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 1279 0 0 0 1136 0 0 0 25 0 1 0 627277590 6414336 1265 996147200 134512640 135127466 4294956272 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/23539/statm: 1566 1265 76 150 0 1413 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 25220

[startup+25.5023 s]
/proc/loadavg: 2.15 2.08 1.96 3/85 23539
/proc/meminfo: memFree=1758328/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=7832 CPUtime=24.04
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 1635 0 0 0 2403 1 0 0 25 0 1 0 627277590 8019968 1621 996147200 134512640 135127466 4294956272 18446744073709551615 134522684 0 0 4096 3 0 0 0 17 1 0 0
/proc/23539/statm: 1958 1621 76 150 0 1805 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 26788

[startup+51.1022 s]
/proc/loadavg: 2.10 2.07 1.96 3/85 23539
/proc/meminfo: memFree=1750264/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=9028 CPUtime=49.4
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 1953 0 0 0 4939 1 0 0 25 0 1 0 627277590 9244672 1939 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/23539/statm: 2257 1939 76 150 0 2104 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 27984

[startup+102.306 s]
/proc/loadavg: 2.04 2.05 1.96 3/85 23539
/proc/meminfo: memFree=1749176/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=10104 CPUtime=100.11
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 2227 0 0 0 10010 1 0 0 25 0 1 0 627277590 10346496 2213 996147200 134512640 135127466 4294956272 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/23539/statm: 2526 2213 76 150 0 2373 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 29060

[startup+162.303 s]
/proc/loadavg: 2.01 2.04 1.96 3/85 23539
/proc/meminfo: memFree=1742136/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=11884 CPUtime=159.55
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 2651 0 0 0 15953 2 0 0 25 0 1 0 627277590 12169216 2637 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23539/statm: 2971 2637 76 150 0 2818 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 30840

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 1.96 3/85 23539
/proc/meminfo: memFree=1734776/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=12696 CPUtime=218.96
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 2843 0 0 0 21894 2 0 0 25 0 1 0 627277590 13000704 2829 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23539/statm: 3174 2829 76 150 0 3021 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 31652

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 1.96 3/85 23539
/proc/meminfo: memFree=1734072/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=13376 CPUtime=278.4
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 3011 0 0 0 27838 2 0 0 25 0 1 0 627277590 13697024 2997 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23539/statm: 3344 2997 76 150 0 3191 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 32332


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

[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=23120 CPUtime=1295.33
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 5423 0 0 0 129508 25 0 0 25 0 1 0 627277590 23674880 5409 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 5780 5409 76 150 0 5627 0
Current children cumulated CPU time (s) 1296.46
Current children cumulated vsize (KiB) 42076

[startup+1362.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/84 24584
/proc/meminfo: memFree=1799736/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=23120 CPUtime=1355.3
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 5425 0 0 0 135505 25 0 0 25 0 1 0 627277590 23674880 5411 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 5780 5411 76 150 0 5627 0
Current children cumulated CPU time (s) 1356.43
Current children cumulated vsize (KiB) 42076

[startup+1422.31 s]
/proc/loadavg: 2.10 2.04 2.00 3/84 24584
/proc/meminfo: memFree=1799608/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=23120 CPUtime=1415.27
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 5427 0 0 0 141502 25 0 0 25 0 1 0 627277590 23674880 5413 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 5780 5413 76 150 0 5627 0
Current children cumulated CPU time (s) 1416.4
Current children cumulated vsize (KiB) 42076

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 24584
/proc/meminfo: memFree=1799608/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=23200 CPUtime=1475.24
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 5430 0 0 0 147499 25 0 0 25 0 1 0 627277590 23756800 5416 996147200 134512640 135127466 4294956272 18446744073709551615 134522953 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 5800 5416 76 150 0 5647 0
Current children cumulated CPU time (s) 1476.37
Current children cumulated vsize (KiB) 42156

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 24584
/proc/meminfo: memFree=1798712/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=24148 CPUtime=1535.22
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 5631 0 0 0 153496 26 0 0 25 0 1 0 627277590 24727552 5617 996147200 134512640 135127466 4294956272 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 6037 5617 76 150 0 5884 0
Current children cumulated CPU time (s) 1536.35
Current children cumulated vsize (KiB) 43104

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/84 24584
/proc/meminfo: memFree=1797880/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=24964 CPUtime=1595.18
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 5836 0 0 0 159492 26 0 0 25 0 1 0 627277590 25563136 5822 996147200 134512640 135127466 4294956272 18446744073709551615 134530607 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 6241 5822 76 150 0 6088 0
Current children cumulated CPU time (s) 1596.31
Current children cumulated vsize (KiB) 43920

[startup+1662.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/76 24613
/proc/meminfo: memFree=1768704/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=25492 CPUtime=1655.16
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 5972 0 0 0 165489 27 0 0 25 0 1 0 627277590 26103808 5958 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 6373 5958 76 150 0 6220 0
Current children cumulated CPU time (s) 1656.29
Current children cumulated vsize (KiB) 44448

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 24613
/proc/meminfo: memFree=1768256/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=25624 CPUtime=1715.13
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 6018 0 0 0 171486 27 0 0 25 0 1 0 627277590 26238976 6004 996147200 134512640 135127466 4294956272 18446744073709551615 134530969 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 6406 6004 76 150 0 6253 0
Current children cumulated CPU time (s) 1716.26
Current children cumulated vsize (KiB) 44580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 24613
/proc/meminfo: memFree=1767744/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=26020 CPUtime=1775.1
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 6110 0 0 0 177483 27 0 0 25 0 1 0 627277590 26644480 6096 996147200 134512640 135127466 4294956272 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 6505 6096 76 150 0 6352 0
Current children cumulated CPU time (s) 1776.23
Current children cumulated vsize (KiB) 44976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 24613
/proc/meminfo: memFree=1767296/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=26500 CPUtime=1798.89
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 6224 0 0 0 179862 27 0 0 25 0 1 0 627277590 27136000 6210 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 6625 6210 76 150 0 6472 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 45456

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

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

[startup+1806.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 24613
/proc/meminfo: memFree=1767296/2055920 swapFree=4175520/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=1.13
/proc/23515/stat : 23515 (sugar) S 23513 23515 23121 0 -1 4194304 1032 11611 0 2 4 1 99 9 16 0 1 0 627277468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627277589 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=26500 CPUtime=1798.89
/proc/23539/stat : 23539 (minisat) R 23538 23515 23121 0 -1 4194304 6224 0 0 0 179862 27 0 0 25 0 1 0 627277590 27136000 6210 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/23539/statm: 6625 6210 76 150 0 6472 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 45456

Child status: 0
Real time (s): 1806.13
CPU time (s): 1800.07
CPU user time (s): 1799.67
CPU system time (s): 0.396939
CPU usage (%): 99.6648
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.396939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19526
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= 1890
involuntary context switches= 28104

runsolver used 2.20766 second user time and 6.00809 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-03 02:03:23
IDJOB=1048615
IDBENCH=54432
IDSOLVER=346
FILE ID=node5/1048615-1215043403
PBS_JOBID= 7875164
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ramsey3/normalized-ramsey-17-3.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-1048615-1215043403/watcher-1048615-1215043403 -o /tmp/evaluation-result-1048615-1215043403/solver-1048615-1215043403 -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-1048615-1215043403.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10e52fb937aba3eef4652d1b52d5e1e7
RANDOM SEED=1600713596

node5.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.279
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.279
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:       1767728 kB
Buffers:         16512 kB
Cached:         109072 kB
SwapCached:      11096 kB
Active:         141844 kB
Inactive:        84284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767728 kB
SwapTotal:     4192956 kB
SwapFree:      4175520 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:         113048 kB
Slab:            47096 kB
Committed_AS:   910980 kB
PageTables:       2076 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node5 at 2008-07-03 02:33:32