Trace number 2059598

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.14.6+minisat? (TO) 1800.07 1801.22

General information on the benchmark

Namecsp/rand-2-25/
normalized-rand-25-25-300-147-58021_ext.xml
MD5SUM646c308d0d2b6d69b43b2acd55fc5134
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark168.888
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 16:56:33 2009
0.00/0.08	c 0	PID 13192
0.06/0.08	c 0	HOST node34.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2059598-1247324193.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2059598-1247324193.xml' 'HOME/temp.csp'
0.06/0.58	c 0	1 domains, 25 variables, 0 predicates, 300 relations, 300 constraints
0.06/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.69	c 0	Parsing HOME/temp.csp
0.55/0.98	c 1	parsed 626 expressions
0.55/0.99	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.99	c 1	Converting to clausal form CSP
0.92/1.03	c 1	converted 63 (10%) expressions
0.92/1.03	c 1	converted 126 (20%) expressions
0.92/1.03	c 1	converted 188 (30%) expressions
0.92/1.04	c 1	converted 251 (40%) expressions
0.92/1.04	c 1	converted 313 (50%) expressions
0.92/1.07	c 1	converted 376 (60%) expressions
1.02/1.15	c 1	converted 439 (70%) expressions
1.02/1.17	c 1	converted 501 (80%) expressions
1.11/1.20	c 1	converted 564 (90%) expressions
1.11/1.22	c 1	converted 626 (100%) expressions
1.11/1.22	c 1	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 25
1.11/1.22	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.22	c 1	Propagation in CSP
1.11/1.22	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.22	c 1	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 25
1.11/1.22	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.23	c 1	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 25
1.11/1.23	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.28	c 1	3 (10%) CSP integer variables are encoded (69 clauses, 668 bytes)
1.11/1.28	c 1	5 (20%) CSP integer variables are encoded (115 clauses, 1123 bytes)
1.11/1.28	c 1	8 (30%) CSP integer variables are encoded (184 clauses, 1882 bytes)
1.11/1.28	c 1	10 (40%) CSP integer variables are encoded (230 clauses, 2388 bytes)
1.11/1.28	c 1	13 (50%) CSP integer variables are encoded (299 clauses, 3147 bytes)
1.11/1.28	c 1	15 (60%) CSP integer variables are encoded (345 clauses, 3653 bytes)
1.11/1.29	c 1	18 (70%) CSP integer variables are encoded (414 clauses, 4412 bytes)
1.11/1.29	c 1	20 (80%) CSP integer variables are encoded (460 clauses, 4918 bytes)
1.11/1.29	c 1	23 (90%) CSP integer variables are encoded (529 clauses, 5677 bytes)
1.11/1.29	c 1	25 (100%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.20/1.34	c 1	30 (10%) CSP clauses are encoded (3573 clauses, 55154 bytes)
1.20/1.37	c 1	60 (20%) CSP clauses are encoded (6610 clauses, 107242 bytes)
1.20/1.39	c 1	90 (30%) CSP clauses are encoded (9612 clauses, 158912 bytes)
1.31/1.41	c 1	120 (40%) CSP clauses are encoded (12610 clauses, 215742 bytes)
1.31/1.43	c 1	150 (50%) CSP clauses are encoded (15593 clauses, 272795 bytes)
1.31/1.45	c 1	180 (60%) CSP clauses are encoded (18581 clauses, 330032 bytes)
1.31/1.46	c 1	210 (70%) CSP clauses are encoded (21632 clauses, 388286 bytes)
1.31/1.48	c 1	240 (80%) CSP clauses are encoded (24694 clauses, 446832 bytes)
1.40/1.50	c 1	270 (90%) CSP clauses are encoded (27743 clauses, 505182 bytes)
1.40/1.52	c 1	300 (100%) CSP clauses are encoded (30758 clauses, 562829 bytes)
1.40/1.52	c 1	300 CSP clauses encoded
1.40/1.52	c 1	Writing map file : HOME/temp.map
1.40/1.52	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.52	c 1	SAT : 600 SAT variables, 30758 SAT clauses, 562829 bytes
1.40/1.52	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.56	c 1	SOLVING HOME/temp.cnf
1.40/1.56	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.40/1.56	c 1	This is MiniSat 2.0 beta
1.40/1.56	c 1	WARNING: for repeatability, setting FPU to use double precision
1.40/1.56	c 1	============================[ Problem Statistics ]=============================
1.40/1.56	c 1	|                                                                             |
1.40/1.56	c 1	|  Number of variables:  600                                                  |
1.40/1.56	c 1	|  Number of clauses:    30758                                                |
1.40/1.58	c 1	|  Parsing time:         0.01         s                                       |
1.40/1.58	c 1	============================[ Search Statistics ]==============================
1.40/1.58	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.58	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.58	c 1	===============================================================================
1.40/1.58	c 1	|         0 |     600    30758   116015 |    10252        0    nan |  0.000 % |
1.46/1.60	c 1	|       101 |     600    30758   116015 |    11277      101      9 |  0.000 % |
1.46/1.63	c 1	|       251 |     600    30758   116015 |    12405      251     11 |  0.006 % |
1.46/1.66	c 1	|       476 |     600    30758   116015 |    13646      476     10 |  0.009 % |
1.46/1.72	c 1	|       814 |     600    30758   116015 |    15010      814     12 |  0.012 % |
1.46/1.81	c 2	|      1321 |     600    30758   116015 |    16512     1321     11 |  0.012 % |
1.46/1.94	c 2	|      2081 |     600    30758   116015 |    18163     2081     12 |  0.007 % |
1.98/2.16	c 2	|      3222 |     600    30758   116015 |    19979     3222     12 |  0.012 % |
2.28/2.46	c 2	|      4931 |     600    30758   116015 |    21977     4931     12 |  0.012 % |
2.77/2.96	c 3	|      7493 |     600    30758   116015 |    24175     7493     12 |  0.012 % |
3.56/3.74	c 3	|     11338 |     600    30758   116015 |    26592    11338     13 |  0.004 % |
4.85/5.07	c 5	|     17104 |     600    30758   116015 |    29252    17104     13 |  0.012 % |
7.33/7.53	c 7	|     25755 |     600    30758   116015 |    32177    25755     13 |  0.012 % |
10.99/11.26	c 11	|     38730 |     600    30758   116015 |    35394    18305     13 |  0.012 % |
17.53/17.86	c 18	|     58191 |     600    30758   116015 |    38934    14857     14 |  0.012 % |
27.34/27.76	c 28	|     87384 |     600    30758   116015 |    42827    17298     14 |  0.013 % |
41.90/42.43	c 42	|    131173 |     600    30758   116015 |    47110    31142     15 |  0.006 % |
64.75/65.39	c 65	|    196858 |     600    30758   116015 |    51821    27511     16 |  0.006 % |
103.44/104.01	c 104	|    295388 |     600    30758   116015 |    57003    49699     14 |  0.011 % |
164.12/164.73	c 164	|    443178 |     600    30758   116015 |    62704    24336     15 |  0.012 % |
262.78/263.44	c 263	|    664862 |     600    30758   116015 |    68974    51902     17 |  0.012 % |
412.73/413.45	c 413	|    997388 |     600    30758   116015 |    75872    54075     17 |  0.012 % |
658.45/659.25	c 659	|   1496176 |     600    30758   116015 |    83459    59970     17 |  0.012 % |
1026.08/1027.09	c 1027	|   2244358 |     599    30667   115750 |    91805    52908     17 |  0.167 % |
1629.37/1630.51	c 1630	|   3366632 |     599    30667   115750 |   100986    28193     15 |  0.180 % |
1800.02/1801.21	sh: line 1: 13216 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.02/1801.21	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1801.21	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1801.22	c ERROR INTERRUPTED
1800.02/1801.22	s UNKNOWN
1800.02/1801.22	c 1801	CPU 1800.05 (0.06 0.02 1799.75 0.22)
1800.02/1801.22	c 1801	END Sat Jul 11 17:26:34 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2059598-1247324193/watcher-2059598-1247324193 -o /tmp/evaluation-result-2059598-1247324193/solver-2059598-1247324193 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2059598-1247324193.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.05 2.00 4/76 13192
/proc/meminfo: memFree=1143928/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=12132 CPUtime=0
/proc/13192/stat : 13192 (sugar) R 13190 13192 12474 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 19485285 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 254195176161 0 0 4224 0 0 0 0 17 1 0 0
/proc/13192/statm: 3033 184 142 3 0 133 0

[startup+0.081631 s]
/proc/loadavg: 2.01 2.05 2.00 4/76 13192
/proc/meminfo: memFree=1143928/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16740 CPUtime=0.06
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19485285 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13192/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.104421 s]
/proc/loadavg: 2.01 2.05 2.00 4/76 13192
/proc/meminfo: memFree=1143928/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=0.06
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19485285 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13192/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30143 s]
/proc/loadavg: 2.01 2.05 2.00 4/76 13192
/proc/meminfo: memFree=1143928/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=0.06
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19485285 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13192/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701458 s]
/proc/loadavg: 2.01 2.05 2.00 4/76 13192
/proc/meminfo: memFree=1143928/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=0.55
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1309 4814 0 1 5 1 46 3 16 0 1 0 19485285 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13192/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50251 s]
/proc/loadavg: 2.01 2.05 2.00 3/87 13214
/proc/meminfo: memFree=1129824/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=0.55
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1310 4814 0 1 5 1 46 3 15 0 1 0 19485285 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13192/statm: 4217 1111 409 3 0 796 0
[pid=13205] ppid=13192 vsize=5356 CPUtime=0
/proc/13205/stat : 13205 (sh) S 13192 13192 12474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19485347 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13205/statm: 1339 233 193 169 0 50 0
[pid=13206] ppid=13205 vsize=864364 CPUtime=0.85
/proc/13206/stat : 13206 (java) S 13205 13192 12474 0 -1 0 7280 0 1 0 81 4 0 0 18 0 9 0 19485348 885108736 6499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13206/statm: 216091 6499 2590 9 0 210568 0
[pid=13206/tid=13207] ppid=13205 vsize=864364 CPUtime=0.51
/proc/13206/task/13207/stat : 13207 (java) R 13205 13192 12474 0 -1 64 2701 0 1 0 50 1 0 0 23 0 9 0 19485348 885108736 6499 996147200 134512640 134550932 4294955936 18446744073709551615 4126533079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13206/tid=13208] ppid=13205 vsize=864364 CPUtime=0.23
/proc/13206/task/13208/stat : 13208 (java) S 13205 13192 12474 0 -1 64 3542 0 0 0 22 1 0 0 16 0 9 0 19485350 885108736 6499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13206/tid=13209] ppid=13205 vsize=864364 CPUtime=0
/proc/13206/task/13209/stat : 13209 (java) S 13205 13192 12474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19485350 885108736 6499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13206/tid=13210] ppid=13205 vsize=864364 CPUtime=0
/proc/13206/task/13210/stat : 13210 (java) S 13205 13192 12474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 19485350 885108736 6499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13206/tid=13211] ppid=13205 vsize=864364 CPUtime=0
/proc/13206/task/13211/stat : 13211 (java) S 13205 13192 12474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19485352 885108736 6499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13206/tid=13212] ppid=13205 vsize=864364 CPUtime=0.08
/proc/13206/task/13212/stat : 13212 (java) S 13205 13192 12474 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 19485352 885108736 6499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13206/tid=13213] ppid=13205 vsize=864364 CPUtime=0
/proc/13206/task/13213/stat : 13213 (java) S 13205 13192 12474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19485352 885108736 6499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13206/tid=13214] ppid=13205 vsize=864364 CPUtime=0
/proc/13206/task/13214/stat : 13214 (java) S 13205 13192 12474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19485352 885108736 6499 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886588

[startup+3.10163 s]
/proc/loadavg: 2.01 2.05 2.00 3/79 13216
/proc/meminfo: memFree=1137248/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 15 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=4016 CPUtime=1.51
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 800 0 0 0 151 0 0 0 25 0 1 0 19485442 4112384 786 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 1 0 0
/proc/13216/statm: 1004 786 75 150 0 851 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 26240

[startup+6.30287 s]
/proc/loadavg: 2.01 2.05 2.00 3/79 13216
/proc/meminfo: memFree=1135584/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=5204 CPUtime=4.68
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 1088 0 0 0 467 1 0 0 25 0 1 0 19485442 5328896 1074 996147200 134512640 135127466 4294956256 18446744073709551615 134529001 0 0 4096 3 0 0 0 17 1 0 0
/proc/13216/statm: 1301 1074 75 150 0 1148 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27428

[startup+12.7023 s]
/proc/loadavg: 2.01 2.05 2.00 3/79 13216
/proc/meminfo: memFree=1134496/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=6160 CPUtime=11.02
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 1327 0 0 0 1101 1 0 0 25 0 1 0 19485442 6307840 1313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13216/statm: 1540 1313 75 150 0 1387 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28384

[startup+25.5013 s]
/proc/loadavg: 2.01 2.05 2.00 3/79 13216
/proc/meminfo: memFree=1133792/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=6952 CPUtime=23.7
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 1531 0 0 0 2369 1 0 0 25 0 1 0 19485442 7118848 1517 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13216/statm: 1738 1517 75 150 0 1585 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 29176

[startup+51.1011 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 13258
/proc/meminfo: memFree=1122296/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=8620 CPUtime=49.1
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 1944 0 0 0 4908 2 0 0 25 0 1 0 19485442 8826880 1930 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 2155 1930 75 150 0 2002 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 30844

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 13258
/proc/meminfo: memFree=1120824/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=9944 CPUtime=100.29
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 2235 0 0 0 10027 2 0 0 25 0 1 0 19485442 10182656 2221 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 2486 2221 75 150 0 2333 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 32168

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 13258
/proc/meminfo: memFree=1118968/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=11724 CPUtime=160.26
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 2685 0 0 0 16023 3 0 0 25 0 1 0 19485442 12005376 2671 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 2931 2671 75 150 0 2778 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 33948

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 13258
/proc/meminfo: memFree=1117496/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0

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

[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=23756 CPUtime=1239.85
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 5591 0 0 0 123974 11 0 0 25 0 1 0 19485442 24326144 5577 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 5939 5577 75 150 0 5786 0
Current children cumulated CPU time (s) 1241.31
Current children cumulated vsize (KiB) 45980

[startup+1302.3 s]
/proc/loadavg: 1.99 1.95 1.91 3/75 13599
/proc/meminfo: memFree=1119040/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=24088 CPUtime=1299.84
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 5669 0 0 0 129973 11 0 0 25 0 1 0 19485442 24666112 5655 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 6022 5655 75 150 0 5869 0
Current children cumulated CPU time (s) 1301.3
Current children cumulated vsize (KiB) 46312

[startup+1362.3 s]
/proc/loadavg: 2.04 1.97 1.91 3/75 13599
/proc/meminfo: memFree=1118656/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=24596 CPUtime=1359.81
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 5779 0 0 0 135970 11 0 0 25 0 1 0 19485442 25186304 5765 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 6149 5765 75 150 0 5996 0
Current children cumulated CPU time (s) 1361.27
Current children cumulated vsize (KiB) 46820

[startup+1422.31 s]
/proc/loadavg: 2.11 2.00 1.93 3/75 13599
/proc/meminfo: memFree=1118336/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=24896 CPUtime=1419.79
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 5846 0 0 0 141968 11 0 0 25 0 1 0 19485442 25493504 5832 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 6224 5832 75 150 0 6071 0
Current children cumulated CPU time (s) 1421.25
Current children cumulated vsize (KiB) 47120

[startup+1482.3 s]
/proc/loadavg: 2.07 2.01 1.93 3/75 13599
/proc/meminfo: memFree=1118144/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=25032 CPUtime=1479.77
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 5892 0 0 0 147966 11 0 0 25 0 1 0 19485442 25632768 5878 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 6258 5878 75 150 0 6105 0
Current children cumulated CPU time (s) 1481.23
Current children cumulated vsize (KiB) 47256

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/75 13599
/proc/meminfo: memFree=1117696/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=25600 CPUtime=1539.75
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 6008 0 0 0 153964 11 0 0 25 0 1 0 19485442 26214400 5994 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 6400 5994 75 150 0 6247 0
Current children cumulated CPU time (s) 1541.21
Current children cumulated vsize (KiB) 47824

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/75 13599
/proc/meminfo: memFree=1117376/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=25880 CPUtime=1599.72
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 6086 0 0 0 159961 11 0 0 25 0 1 0 19485442 26501120 6072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 6470 6072 75 150 0 6317 0
Current children cumulated CPU time (s) 1601.18
Current children cumulated vsize (KiB) 48104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 13599
/proc/meminfo: memFree=1116928/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=26476 CPUtime=1659.7
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 6202 0 0 0 165959 11 0 0 25 0 1 0 19485442 27111424 6188 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 6619 6188 75 150 0 6466 0
Current children cumulated CPU time (s) 1661.16
Current children cumulated vsize (KiB) 48700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 13599
/proc/meminfo: memFree=1116608/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=26868 CPUtime=1719.68
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 6260 0 0 0 171957 11 0 0 25 0 1 0 19485442 27512832 6246 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 6717 6246 75 150 0 6564 0
Current children cumulated CPU time (s) 1721.14
Current children cumulated vsize (KiB) 49092

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 13599
/proc/meminfo: memFree=1115776/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=27792 CPUtime=1779.66
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 6489 0 0 0 177954 12 0 0 25 0 1 0 19485442 28459008 6475 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 6948 6475 75 150 0 6795 0
Current children cumulated CPU time (s) 1781.12
Current children cumulated vsize (KiB) 50016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/75 13599
/proc/meminfo: memFree=1115584/2055920 swapFree=4192956/4192956
[pid=13192] ppid=13190 vsize=16868 CPUtime=1.46
/proc/13192/stat : 13192 (sugar) S 13190 13192 12474 0 -1 4194304 1374 12401 0 2 6 2 130 8 16 0 1 0 19485285 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13192/statm: 4217 1112 409 3 0 796 0
[pid=13215] ppid=13192 vsize=5356 CPUtime=0
/proc/13215/stat : 13215 (sh) S 13192 13192 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19485442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13215/statm: 1339 232 193 169 0 50 0
[pid=13216] ppid=13215 vsize=27932 CPUtime=1798.56
/proc/13216/stat : 13216 (minisat) R 13215 13192 12474 0 -1 4194304 6527 0 0 0 179844 12 0 0 25 0 1 0 19485442 28602368 6513 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13216/statm: 6983 6513 75 150 0 6830 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 50156

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

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

Child status: 0
Real time (s): 1801.22
CPU time (s): 1800.07
CPU user time (s): 1799.82
CPU system time (s): 0.244962
CPU usage (%): 99.9358
Max. virtual memory (cumulated for all children) (KiB): 886588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21009
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= 1998
involuntary context switches= 9194

runsolver used 2.39164 second user time and 5.40718 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-11 16:56:33
IDJOB=2059598
IDBENCH=53596
IDSOLVER=739
FILE ID=node34/2059598-1247324193
PBS_JOBID= 9506560
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-25/normalized-rand-25-25-300-147-58021_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059598-1247324193/watcher-2059598-1247324193 -o /tmp/evaluation-result-2059598-1247324193/solver-2059598-1247324193 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2059598-1247324193.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 646c308d0d2b6d69b43b2acd55fc5134
RANDOM SEED=1023317703

node34.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.232
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.232
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:       1144408 kB
Buffers:         45168 kB
Cached:         778176 kB
SwapCached:          0 kB
Active:          72912 kB
Inactive:       773852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144408 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:          34140 kB
Slab:            50048 kB
Committed_AS:   231544 kB
PageTables:       1764 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= 66292 MiB
End job on node34 at 2009-07-11 17:26:36