Trace number 1048741

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 1808.82

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-20-3.xml
MD5SUM329ec1b3e20036aaf15be07a06f46f0b
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 benchmark23.1965
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of constraints1140
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1140
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 02:08:54 2008
0.00/0.05	c 0	PID 24741
0.00/0.05	c 0	HOST node62.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048741-1215043734.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-1048741-1215043734.xml' 'HOME/temp.csp'
0.03/0.45	c 0	1 domains, 190 variables, 1 predicates, 0 relations, 1140 constraints
0.03/0.48	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	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.41/0.56	c 0	Parsing HOME/temp.csp
0.41/0.72	c 1	parsed 1332 expressions
0.41/0.73	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.73	c 1	Converting to clausal form CSP
0.41/0.75	c 1	converted 134 (10%) expressions
0.41/0.82	c 1	converted 267 (20%) expressions
0.41/0.92	c 1	converted 400 (30%) expressions
0.41/0.94	c 1	converted 533 (40%) expressions
0.41/0.95	c 1	converted 666 (50%) expressions
0.41/0.96	c 1	converted 800 (60%) expressions
0.41/0.98	c 1	converted 933 (70%) expressions
0.41/0.99	c 1	converted 1066 (80%) expressions
0.41/1.00	c 1	converted 1199 (90%) expressions
0.41/1.01	c 1	converted 1332 (100%) expressions
0.41/1.01	c 1	CSP : 190 integers, 0 booleans, 1140 clauses, largest domain size 3
0.41/1.01	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/1.01	c 1	Propagation in CSP
0.41/1.03	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.41/1.03	c 1	CSP : 190 integers, 0 booleans, 1140 clauses, largest domain size 3
0.41/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.41/1.03	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.12	c 1	CSP : 190 integers, 6840 booleans, 7980 clauses, largest domain size 3
1.01/1.12	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.16	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.18	c 1	19 (10%) CSP integer variables are encoded (19 clauses, 226 bytes)
1.01/1.18	c 1	38 (20%) CSP integer variables are encoded (38 clauses, 397 bytes)
1.01/1.18	c 1	57 (30%) CSP integer variables are encoded (57 clauses, 583 bytes)
1.01/1.18	c 1	76 (40%) CSP integer variables are encoded (76 clauses, 792 bytes)
1.01/1.18	c 1	95 (50%) CSP integer variables are encoded (95 clauses, 1001 bytes)
1.01/1.18	c 1	114 (60%) CSP integer variables are encoded (114 clauses, 1210 bytes)
1.01/1.18	c 1	133 (70%) CSP integer variables are encoded (133 clauses, 1419 bytes)
1.01/1.18	c 1	152 (80%) CSP integer variables are encoded (152 clauses, 1628 bytes)
1.01/1.18	c 1	171 (90%) CSP integer variables are encoded (171 clauses, 1837 bytes)
1.01/1.18	c 1	190 (100%) CSP integer variables are encoded (190 clauses, 2046 bytes)
1.11/1.23	c 1	798 (10%) CSP clauses are encoded (2356 clauses, 29230 bytes)
1.11/1.25	c 1	1596 (20%) CSP clauses are encoded (4522 clauses, 59682 bytes)
1.11/1.27	c 1	2394 (30%) CSP clauses are encoded (6688 clauses, 90270 bytes)
1.11/1.27	c 1	3192 (40%) CSP clauses are encoded (8854 clauses, 121298 bytes)
1.11/1.28	c 1	3990 (50%) CSP clauses are encoded (11020 clauses, 153674 bytes)
1.11/1.29	c 1	4788 (60%) CSP clauses are encoded (13186 clauses, 186050 bytes)
1.21/1.30	c 1	5586 (70%) CSP clauses are encoded (15352 clauses, 218426 bytes)
1.21/1.31	c 1	6384 (80%) CSP clauses are encoded (17518 clauses, 250802 bytes)
1.21/1.33	c 1	7182 (90%) CSP clauses are encoded (19684 clauses, 283178 bytes)
1.21/1.34	c 1	7980 (100%) CSP clauses are encoded (21850 clauses, 315554 bytes)
1.21/1.34	c 1	7980 CSP clauses encoded
1.21/1.34	c 1	Writing map file : HOME/temp.map
1.21/1.35	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.35	c 1	SAT : 7220 SAT variables, 21850 SAT clauses, 315554 bytes
1.21/1.35	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.37	c 1	SOLVING HOME/temp.cnf
1.21/1.37	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.21/1.37	c 1	This is MiniSat 2.0 beta
1.21/1.37	c 1	WARNING: for repeatability, setting FPU to use double precision
1.21/1.37	c 1	============================[ Problem Statistics ]=============================
1.21/1.37	c 1	|                                                                             |
1.21/1.37	c 1	|  Number of variables:  7220                                                 |
1.21/1.37	c 1	|  Number of clauses:    21850                                                |
1.21/1.39	c 1	|  Parsing time:         0.01         s                                       |
1.21/1.39	c 1	============================[ Search Statistics ]==============================
1.21/1.39	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.21/1.39	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.21/1.39	c 1	===============================================================================
1.21/1.39	c 1	|         0 |    7220    21850    55100 |     7283        0    nan |  0.000 % |
1.21/1.39	c 1	|       100 |    7220    21850    55100 |     8011      100      7 |  0.000 % |
1.29/1.40	c 1	|       250 |    7220    21850    55100 |     8812      250      6 |  0.000 % |
1.29/1.42	c 1	|       476 |    7220    21850    55100 |     9694      476      6 |  0.000 % |
1.29/1.44	c 1	|       814 |    7220    21850    55100 |    10663      814      8 |  0.000 % |
1.29/1.48	c 1	|      1322 |    7220    21850    55100 |    11729     1322      7 |  0.000 % |
1.29/1.53	c 1	|      2081 |    7220    21850    55100 |    12902     2081      8 |  0.000 % |
1.29/1.63	c 1	|      3221 |    7220    21850    55100 |    14193     3221     13 |  0.000 % |
1.29/1.77	c 2	|      4930 |    7220    21850    55100 |    15612     4930     16 |  0.000 % |
1.29/2.01	c 2	|      7492 |    7220    21850    55100 |    17173     7492     19 |  0.000 % |
2.39/2.55	c 2	|     11336 |    7220    21850    55100 |    18891    11336     24 |  0.000 % |
3.48/3.65	c 3	|     17103 |    7220    21850    55100 |    20780    17103     29 |  0.000 % |
5.18/5.40	c 5	|     25752 |    7220    21850    55100 |    22858    14924     33 |  0.000 % |
8.24/8.47	c 8	|     38726 |    7220    21850    55100 |    25144    15938     33 |  0.000 % |
13.99/14.25	c 14	|     58188 |    7220    21850    55100 |    27658    22422     37 |  0.000 % |
23.39/23.74	c 24	|     87380 |    7220    21850    55100 |    30424    23106     41 |  0.000 % |
40.63/41.12	c 41	|    131169 |    7220    21850    55100 |    33466    17026     44 |  0.000 % |
66.98/67.76	c 68	|    196854 |    7220    21850    55100 |    36813    25395     55 |  0.000 % |
114.13/115.38	c 115	|    295380 |    7220    21850    55100 |    40494    33400     52 |  0.000 % |
188.23/190.15	c 190	|    443169 |    7220    21850    55100 |    44544    29542     46 |  0.000 % |
306.89/309.90	c 310	|    664852 |    7220    21850    55100 |    48998    26002     46 |  0.000 % |
458.45/462.95	c 463	|    997378 |    7220    21850    55100 |    53898    26670     38 |  0.000 % |
775.10/782.53	c 782	|   1496168 |    7220    21850    55100 |    59288    51875     60 |  0.000 % |
1354.63/1363.22	c 1363	|   2244350 |    7220    21850    55100 |    65217    52658     63 |  0.000 % |
1800.03/1808.81	sh: line 1: 24765 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.03/1808.81	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1808.81	c 1809	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.03/1808.82	c ERROR INTERRUPTED
1800.03/1808.82	s UNKNOWN
1800.03/1808.82	c 1809	CPU 1799.68 (0.04 0.01 1799.64 0.35)
1800.03/1808.82	c 1809	END Thu Jul  3 02:39:03 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-1048741-1215043734/watcher-1048741-1215043734 -o /tmp/evaluation-result-1048741-1215043734/solver-1048741-1215043734 -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-1048741-1215043734.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: 1.98 1.98 1.91 4/72 24741
/proc/meminfo: memFree=1878264/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=12268 CPUtime=0
/proc/24741/stat : 24741 (sugar) R 24739 24741 23919 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1983345127 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236437863013 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24741/statm: 3067 316 241 3 0 167 0

[startup+0.102175 s]
/proc/loadavg: 1.98 1.98 1.91 4/72 24741
/proc/meminfo: memFree=1878264/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=0.03
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983345127 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202194 s]
/proc/loadavg: 1.98 1.98 1.91 4/72 24741
/proc/meminfo: memFree=1878264/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=0.03
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983345127 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302212 s]
/proc/loadavg: 1.98 1.98 1.91 4/72 24741
/proc/meminfo: memFree=1878264/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=0.03
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983345127 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702291 s]
/proc/loadavg: 1.98 1.98 1.91 4/72 24741
/proc/meminfo: memFree=1878264/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=0.41
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 973 4801 0 1 3 0 36 2 16 0 1 0 1983345127 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50144 s]
/proc/loadavg: 1.98 1.98 1.91 4/83 24763
/proc/meminfo: memFree=1861472/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10176 s]
/proc/loadavg: 1.98 1.98 1.91 3/75 24765
/proc/meminfo: memFree=1872672/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 15 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=5332 CPUtime=1.7
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 1040 0 0 0 170 0 0 0 25 0 1 0 1983345264 5459968 1026 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24765/statm: 1333 1026 76 150 0 1180 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 24288

[startup+6.30139 s]
/proc/loadavg: 1.98 1.98 1.91 3/75 24765
/proc/meminfo: memFree=1870368/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=6652 CPUtime=4.88
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 1372 0 0 0 487 1 0 0 25 0 1 0 1983345264 6811648 1358 996147200 134512640 135127466 4294956272 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 1 0 0
/proc/24765/statm: 1663 1358 76 150 0 1510 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 25608

[startup+12.7016 s]
/proc/loadavg: 1.98 1.98 1.91 3/75 24765
/proc/meminfo: memFree=1868832/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=7972 CPUtime=11.21
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 1727 0 0 0 1120 1 0 0 25 0 1 0 1983345264 8163328 1713 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/24765/statm: 1993 1713 76 150 0 1840 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 26928

[startup+25.5021 s]
/proc/loadavg: 1.98 1.98 1.91 3/75 24765
/proc/meminfo: memFree=1867232/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=9720 CPUtime=23.88
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 2155 0 0 0 2387 1 0 0 25 0 1 0 1983345264 9953280 2141 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24765/statm: 2430 2141 76 150 0 2277 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 28676

[startup+51.1022 s]
/proc/loadavg: 2.06 2.00 1.91 3/75 24765
/proc/meminfo: memFree=1865056/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=11984 CPUtime=49.25
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 2701 0 0 0 4923 2 0 0 25 0 1 0 1983345264 12271616 2687 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24765/statm: 2996 2687 76 150 0 2843 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 30940

[startup+102.302 s]
/proc/loadavg: 2.10 2.02 1.92 3/75 24765
/proc/meminfo: memFree=1862688/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=14156 CPUtime=99.97
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 3227 0 0 0 9994 3 0 0 25 0 1 0 1983345264 14495744 3213 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24765/statm: 3539 3213 76 150 0 3386 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 33112

[startup+162.303 s]
/proc/loadavg: 2.10 2.03 1.93 3/75 24765
/proc/meminfo: memFree=1860512/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=16240 CPUtime=159.39
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 3742 0 0 0 15936 3 0 0 25 0 1 0 1983345264 16629760 3728 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24765/statm: 4060 3728 76 150 0 3907 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 35196

[startup+222.307 s]
/proc/loadavg: 2.10 2.04 1.93 3/75 24765
/proc/meminfo: memFree=1859104/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=17628 CPUtime=218.83
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 4091 0 0 0 21879 4 0 0 25 0 1 0 1983345264 18051072 4077 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24765/statm: 4407 4077 76 150 0 4254 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 36584

[startup+282.301 s]
/proc/loadavg: 2.09 2.04 1.94 3/75 24765
/proc/meminfo: memFree=1857312/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=19516 CPUtime=278.26
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 4530 0 0 0 27822 4 0 0 25 0 1 0 1983345264 19984384 4516 996147200 134512640 135127466 4294956272 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/24765/statm: 4879 4516 76 150 0 4726 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 38472


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

[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=31808 CPUtime=1292.47
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7572 0 0 0 129223 24 0 0 25 0 1 0 1983345264 32571392 7558 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 7952 7558 76 150 0 7799 0
Current children cumulated CPU time (s) 1293.76
Current children cumulated vsize (KiB) 50764

[startup+1362.3 s]
/proc/loadavg: 2.19 2.29 2.15 3/75 25228
/proc/meminfo: memFree=1759592/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=31960 CPUtime=1352.44
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7599 0 0 0 135220 24 0 0 25 0 1 0 1983345264 32727040 7585 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 7990 7585 76 150 0 7837 0
Current children cumulated CPU time (s) 1353.73
Current children cumulated vsize (KiB) 50916

[startup+1422.3 s]
/proc/loadavg: 2.14 2.25 2.15 3/75 25228
/proc/meminfo: memFree=1759400/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=32256 CPUtime=1412.42
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7634 0 0 0 141218 24 0 0 25 0 1 0 1983345264 33030144 7620 996147200 134512640 135127466 4294956272 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 8064 7620 76 150 0 7911 0
Current children cumulated CPU time (s) 1413.71
Current children cumulated vsize (KiB) 51212

[startup+1482.3 s]
/proc/loadavg: 2.54 2.34 2.18 3/75 25228
/proc/meminfo: memFree=1759336/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=32256 CPUtime=1472.39
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7649 0 0 0 147214 25 0 0 25 0 1 0 1983345264 33030144 7635 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 8064 7635 76 150 0 7911 0
Current children cumulated CPU time (s) 1473.68
Current children cumulated vsize (KiB) 51212

[startup+1542.31 s]
/proc/loadavg: 2.38 2.33 2.19 3/75 25228
/proc/meminfo: memFree=1759272/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=32256 CPUtime=1532.36
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7650 0 0 0 153211 25 0 0 25 0 1 0 1983345264 33030144 7636 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 8064 7636 76 150 0 7911 0
Current children cumulated CPU time (s) 1533.65
Current children cumulated vsize (KiB) 51212

[startup+1602.3 s]
/proc/loadavg: 2.19 2.29 2.18 3/75 25228
/proc/meminfo: memFree=1759272/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=32256 CPUtime=1592.33
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7650 0 0 0 159208 25 0 0 25 0 1 0 1983345264 33030144 7636 996147200 134512640 135127466 4294956272 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 8064 7636 76 150 0 7911 0
Current children cumulated CPU time (s) 1593.62
Current children cumulated vsize (KiB) 51212

[startup+1662.3 s]
/proc/loadavg: 2.12 2.25 2.17 3/75 25228
/proc/meminfo: memFree=1759080/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=32400 CPUtime=1652.3
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7686 0 0 0 165205 25 0 0 25 0 1 0 1983345264 33177600 7672 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 8100 7672 76 150 0 7947 0
Current children cumulated CPU time (s) 1653.59
Current children cumulated vsize (KiB) 51356

[startup+1722.3 s]
/proc/loadavg: 2.09 2.21 2.17 3/75 25228
/proc/meminfo: memFree=1758824/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=32728 CPUtime=1712.27
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7735 0 0 0 171202 25 0 0 25 0 1 0 1983345264 33513472 7721 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 8182 7721 76 150 0 8029 0
Current children cumulated CPU time (s) 1713.56
Current children cumulated vsize (KiB) 51684

[startup+1782.3 s]
/proc/loadavg: 2.03 2.17 2.15 3/75 25228
/proc/meminfo: memFree=1758632/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=32904 CPUtime=1772.24
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7772 0 0 0 177199 25 0 0 25 0 1 0 1983345264 33693696 7758 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 8226 7758 76 150 0 8073 0
Current children cumulated CPU time (s) 1773.53
Current children cumulated vsize (KiB) 51860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 2.02 2.15 2.15 3/75 25228
/proc/meminfo: memFree=1758184/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=33300 CPUtime=1798.74
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7886 0 0 0 179848 26 0 0 25 0 1 0 1983345264 34099200 7872 996147200 134512640 135127466 4294956272 18446744073709551615 134528276 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 8325 7872 76 150 0 8172 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 52256

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

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

[startup+1808.8 s]
/proc/loadavg: 2.02 2.15 2.15 3/75 25228
/proc/meminfo: memFree=1758184/2055920 swapFree=4179412/4192956
[pid=24741] ppid=24739 vsize=13600 CPUtime=1.29
/proc/24741/stat : 24741 (sugar) S 24739 24741 23919 0 -1 4194304 1032 12257 0 2 4 1 116 8 16 0 1 0 1983345127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24741/statm: 3400 798 370 3 0 500 0
[pid=24764] ppid=24741 vsize=5356 CPUtime=0
/proc/24764/stat : 24764 (sh) S 24741 24741 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983345264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24764/statm: 1339 232 193 169 0 50 0
[pid=24765] ppid=24764 vsize=33300 CPUtime=1798.74
/proc/24765/stat : 24765 (minisat) R 24764 24741 23919 0 -1 4194304 7886 0 0 0 179848 26 0 0 25 0 1 0 1983345264 34099200 7872 996147200 134512640 135127466 4294956272 18446744073709551615 134528276 0 0 4096 3 0 0 0 17 0 0 0
/proc/24765/statm: 8325 7872 76 150 0 8172 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 52256

Child status: 0
Real time (s): 1808.82
CPU time (s): 1800.06
CPU user time (s): 1799.69
CPU system time (s): 0.367944
CPU usage (%): 99.5154
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21790
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= 2065
involuntary context switches= 25559

runsolver used 2.12868 second user time and 6.11207 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-03 02:08:54
IDJOB=1048741
IDBENCH=54438
IDSOLVER=346
FILE ID=node62/1048741-1215043734
PBS_JOBID= 7875052
Free space on /tmp= 65288 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 329ec1b3e20036aaf15be07a06f46f0b
RANDOM SEED=916634633

node62.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.259
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.259
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:       1878808 kB
Buffers:          6912 kB
Cached:          96072 kB
SwapCached:       6496 kB
Active:          56720 kB
Inactive:        61088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878808 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          22236 kB
Slab:            44476 kB
Committed_AS:  3909672 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65284 MiB
End job on node62 at 2008-07-03 02:39:05