Trace number 1107752

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

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-50.xml
MD5SUM97853a845ef29228db3c4cd9babf0628
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1225
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1225
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.20	c 0	Sugar v1-13 + HOME/minisat
0.04/0.20	c 0	BEGIN Tue Jul  8 03:04:47 2008
0.04/0.20	c 0	PID 3224
0.04/0.20	c 0	HOST node64.alineos.net
0.04/0.20	c 0	CONVERTING HOME/instance-1107752-1215479086.xml TO HOME/temp.csp
0.04/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107752-1215479086.xml' 'HOME/temp.csp'
0.04/0.82	c 0	1 domains, 50 variables, 1 predicates, 0 relations, 1225 constraints
0.04/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	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.67/0.92	c 0	Parsing HOME/temp.csp
0.91/1.20	c 1	parsed 1277 expressions
1.00/1.24	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.24	c 1	Converting to clausal form CSP
1.00/1.29	c 1	converted 128 (10%) expressions
1.11/1.34	c 1	converted 256 (20%) expressions
1.21/1.44	c 1	converted 384 (30%) expressions
1.21/1.45	c 1	converted 511 (40%) expressions
1.21/1.46	c 1	converted 639 (50%) expressions
1.21/1.47	c 1	converted 767 (60%) expressions
1.21/1.49	c 1	converted 894 (70%) expressions
1.21/1.50	c 1	converted 1022 (80%) expressions
1.30/1.51	c 1	converted 1150 (90%) expressions
1.30/1.52	c 1	converted 1277 (100%) expressions
1.30/1.52	c 1	CSP : 50 integers, 0 booleans, 1225 clauses, largest domain size 49
1.30/1.52	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.52	c 1	Propagation in CSP
1.40/1.62	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.62	c 1	CSP : 50 integers, 0 booleans, 1225 clauses, largest domain size 49
1.40/1.62	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.62	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.66	c 1	CSP : 50 integers, 2450 booleans, 3675 clauses, largest domain size 49
1.40/1.66	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.69	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.50/1.71	c 1	5 (10%) CSP integer variables are encoded (235 clauses, 2439 bytes)
1.50/1.72	c 1	10 (20%) CSP integer variables are encoded (470 clauses, 5024 bytes)
1.50/1.72	c 1	15 (30%) CSP integer variables are encoded (705 clauses, 7609 bytes)
1.50/1.72	c 1	20 (40%) CSP integer variables are encoded (940 clauses, 10194 bytes)
1.50/1.72	c 1	25 (50%) CSP integer variables are encoded (1175 clauses, 13172 bytes)
1.50/1.72	c 1	30 (60%) CSP integer variables are encoded (1410 clauses, 16227 bytes)
1.50/1.72	c 1	35 (70%) CSP integer variables are encoded (1645 clauses, 19282 bytes)
1.50/1.72	c 1	40 (80%) CSP integer variables are encoded (1880 clauses, 22337 bytes)
1.50/1.72	c 1	45 (90%) CSP integer variables are encoded (2115 clauses, 25392 bytes)
1.50/1.72	c 1	50 (100%) CSP integer variables are encoded (2350 clauses, 28447 bytes)
1.50/1.77	c 1	368 (10%) CSP clauses are encoded (14526 clauses, 228547 bytes)
1.50/1.80	c 1	735 (20%) CSP clauses are encoded (26605 clauses, 438573 bytes)
1.62/1.83	c 1	1103 (30%) CSP clauses are encoded (38781 clauses, 651147 bytes)
1.62/1.85	c 1	1470 (40%) CSP clauses are encoded (50860 clauses, 862085 bytes)
1.62/1.87	c 1	1838 (50%) CSP clauses are encoded (63036 clauses, 1075829 bytes)
1.72/1.90	c 1	2205 (60%) CSP clauses are encoded (75115 clauses, 1288801 bytes)
1.72/1.93	c 2	2573 (70%) CSP clauses are encoded (87291 clauses, 1508965 bytes)
1.72/1.95	c 2	2940 (80%) CSP clauses are encoded (99370 clauses, 1734921 bytes)
1.72/1.97	c 2	3308 (90%) CSP clauses are encoded (111546 clauses, 1962705 bytes)
1.72/1.99	c 2	3675 (100%) CSP clauses are encoded (123625 clauses, 2188661 bytes)
1.72/1.99	c 2	3675 CSP clauses encoded
1.72/1.99	c 2	Writing map file : HOME/temp.map
1.72/2.00	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/2.00	c 2	SAT : 4850 SAT variables, 123625 SAT clauses, 2188661 bytes
1.72/2.00	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/2.05	c 2	SOLVING HOME/temp.cnf
1.82/2.05	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.82/2.05	c 2	This is MiniSat 2.0 beta
1.82/2.05	c 2	WARNING: for repeatability, setting FPU to use double precision
1.82/2.05	c 2	============================[ Problem Statistics ]=============================
1.82/2.05	c 2	|                                                                             |
1.82/2.05	c 2	|  Number of variables:  4850                                                 |
1.82/2.05	c 2	|  Number of clauses:    123625                                               |
1.87/2.11	c 2	|  Parsing time:         0.05         s                                       |
1.87/2.11	c 2	============================[ Search Statistics ]==============================
1.87/2.11	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.87/2.11	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.87/2.11	c 2	===============================================================================
1.87/2.11	c 2	|         0 |    4850   123625   362400 |    41208        0    nan |  0.000 % |
1.87/2.13	c 2	|       100 |    4850   123625   362400 |    45329      100     11 |  0.000 % |
1.87/2.15	c 2	|       250 |    4850   123625   362400 |    49862      250      9 |  0.000 % |
1.87/2.17	c 2	|       475 |    4850   123625   362400 |    54848      475      9 |  0.000 % |
1.87/2.20	c 2	|       813 |    4850   123625   362400 |    60333      813      8 |  0.000 % |
1.96/2.23	c 2	|      1321 |    4850   123625   362400 |    66366     1321      8 |  0.000 % |
1.96/2.27	c 2	|      2081 |    4850   123625   362400 |    73003     2081      8 |  0.000 % |
2.06/2.31	c 2	|      3220 |    4850   123625   362400 |    80303     3220      8 |  0.000 % |
2.06/2.37	c 2	|      4928 |    4850   123625   362400 |    88333     4928      8 |  0.000 % |
2.17/2.48	c 2	|      7492 |    4850   123625   362400 |    97167     7492      8 |  0.000 % |
2.37/2.65	c 2	|     11337 |    4850   123625   362400 |   106883    11337      9 |  0.000 % |
2.87/3.10	c 3	|     17104 |    4850   123625   362400 |   117572    17104     11 |  0.000 % |
3.36/3.64	c 3	|     25753 |    4850   123625   362400 |   129329    25753     11 |  0.000 % |
4.36/4.63	c 4	|     38728 |    4850   123625   362400 |   142262    38728     11 |  0.000 % |
6.16/6.44	c 6	|     58189 |    4850   123625   362400 |   156488    58189     12 |  0.000 % |
10.86/11.17	c 11	|     87381 |    4850   123625   362400 |   172137    87381     13 |  0.000 % |
21.46/21.73	c 21	|    131170 |    4850   123625   362400 |   189351   131170     13 |  0.000 % |
47.34/47.66	c 47	|    196854 |    4850   123625   362400 |   208286    20512     17 |  0.000 % |
87.42/87.73	c 87	|    295380 |    4850   123625   362400 |   229114   119038     21 |  0.000 % |
171.29/171.62	c 171	|    443169 |    4850   123625   362400 |   252026    50891     23 |  0.000 % |
366.08/366.52	c 366	|    664852 |    4850   123625   362400 |   277229    34362     18 |  0.000 % |
642.75/643.37	c 643	|    997377 |    4850   123625   362400 |   304951   105420     22 |  0.000 % |
1180.19/1181.07	c 1181	|   1496167 |    4850   123625   362400 |   335447    26025     17 |  0.000 % |
1800.01/1801.11	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1801.11	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1801.11	c ERROR INTERRUPTED
1800.01/1801.11	s UNKNOWN
1800.01/1801.11	c 1801	CPU 1.73 (0.03 0.01 1.7 0.09)
1800.01/1801.11	c 1801	END Tue Jul  8 03:34:48 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-1107752-1215479086/watcher-1107752-1215479086 -o /tmp/evaluation-result-1107752-1215479086/solver-1107752-1215479086 -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-1107752-1215479086.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.04 1.99 1.83 4/81 3224
/proc/meminfo: memFree=1833044/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=18572 CPUtime=0
/proc/3224/stat : 3224 (runsolver) R 3222 3224 2875 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 4606739 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3224/statm: 4643 292 257 25 0 2626 0

[startup+0.079878 s]
/proc/loadavg: 2.04 1.99 1.83 4/81 3224
/proc/meminfo: memFree=1833044/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=12000 CPUtime=0
/proc/3224/stat : 3224 (sugar) D 3222 3224 2875 0 -1 4194304 159 0 5 0 0 0 0 0 18 0 1 0 4606739 12288000 132 996147200 4194304 4206940 548682068608 18446744073709551615 251272906032 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/3224/statm: 3000 132 98 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.10188 s]
/proc/loadavg: 2.04 1.99 1.83 4/81 3224
/proc/meminfo: memFree=1833044/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=12268 CPUtime=0
/proc/3224/stat : 3224 (sugar) D 3222 3224 2875 0 -1 4194304 334 0 14 0 0 0 0 0 18 0 1 0 4606739 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251255290469 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/3224/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301923 s]
/proc/loadavg: 2.04 1.99 1.83 4/81 3224
/proc/meminfo: memFree=1833044/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=0.04
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4606739 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701996 s]
/proc/loadavg: 2.04 1.99 1.83 4/81 3224
/proc/meminfo: memFree=1833044/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=0.04
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4606739 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 2.04 1.99 1.83 5/92 3246
/proc/meminfo: memFree=1823932/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=0.67
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 958 4801 15 1 3 1 61 2 15 0 1 0 4606739 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3224/statm: 3400 797 370 3 0 500 0
[pid=3237] ppid=3224 vsize=5356 CPUtime=0
/proc/3237/stat : 3237 (sh) S 3224 3224 2875 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4606824 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3237/statm: 1339 233 193 169 0 50 0
[pid=3238] ppid=3237 vsize=866628 CPUtime=0.63
/proc/3238/stat : 3238 (java) S 3237 3224 2875 0 -1 0 4480 0 1 0 60 3 0 0 18 0 9 0 4606824 887427072 3934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3238/statm: 216657 3934 1728 9 0 211232 0
[pid=3238/tid=3239] ppid=3237 vsize=866628 CPUtime=0.49
/proc/3238/task/3239/stat : 3239 (java) R 3237 3224 2875 0 -1 64 2634 0 1 0 47 2 0 0 19 0 9 0 4606825 887427072 3934 996147200 134512640 134550740 4294955952 18446744073709551615 4126552515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3238/tid=3240] ppid=3237 vsize=866628 CPUtime=0.01
/proc/3238/task/3240/stat : 3240 (java) S 3237 3224 2875 0 -1 64 266 0 0 0 1 0 0 0 16 0 9 0 4606826 887427072 3934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3238/tid=3241] ppid=3237 vsize=866628 CPUtime=0
/proc/3238/task/3241/stat : 3241 (java) S 3237 3224 2875 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4606826 887427072 3934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3238/tid=3242] ppid=3237 vsize=866628 CPUtime=0
/proc/3238/task/3242/stat : 3242 (java) S 3237 3224 2875 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4606826 887427072 3934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3238/tid=3243] ppid=3237 vsize=866628 CPUtime=0
/proc/3238/task/3243/stat : 3243 (java) S 3237 3224 2875 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4606828 887427072 3934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3238/tid=3244] ppid=3237 vsize=866628 CPUtime=0.11
/proc/3238/task/3244/stat : 3244 (java) R 3237 3224 2875 0 -1 64 889 0 0 0 11 0 0 0 20 0 9 0 4606828 887427072 3934 996147200 134512640 134550740 4294955952 18446744073709551615 101987844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3238/tid=3245] ppid=3237 vsize=866628 CPUtime=0
/proc/3238/task/3245/stat : 3245 (java) S 3237 3224 2875 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4606828 887427072 3934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3238/tid=3246] ppid=3237 vsize=866628 CPUtime=0
/proc/3238/task/3246/stat : 3246 (java) S 3237 3224 2875 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4606828 887427072 3934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 885584

[startup+3.10146 s]
/proc/loadavg: 2.12 2.00 1.84 3/84 3248
/proc/meminfo: memFree=1821628/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 15 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=8652 CPUtime=1.04
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 2074 0 0 0 103 1 0 0 25 0 1 0 4606945 8859648 2060 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 2163 2060 76 150 0 2010 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 27608

[startup+6.30206 s]
/proc/loadavg: 2.12 2.00 1.84 3/84 3248
/proc/meminfo: memFree=1815612/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=12240 CPUtime=4.23
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 2956 0 0 0 421 2 0 0 25 0 1 0 4606945 12533760 2942 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 3060 2942 76 150 0 2907 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 31196

[startup+12.7013 s]
/proc/loadavg: 2.10 2.00 1.84 3/84 3248
/proc/meminfo: memFree=1811388/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=16256 CPUtime=10.62
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 3926 0 0 0 1060 2 0 0 25 0 1 0 4606945 16646144 3912 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 4064 3912 76 150 0 3911 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 35212

[startup+25.5017 s]
/proc/loadavg: 2.16 2.02 1.85 3/84 3248
/proc/meminfo: memFree=1806972/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=20832 CPUtime=23.42
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 5019 0 0 0 2339 3 0 0 25 0 1 0 4606945 21331968 5005 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 5208 5005 76 150 0 5055 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 39788

[startup+51.102 s]
/proc/loadavg: 2.10 2.02 1.85 3/84 3248
/proc/meminfo: memFree=1802044/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=25456 CPUtime=49.01
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 6216 0 0 0 4896 5 0 0 25 0 1 0 4606945 26066944 6202 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 6364 6202 76 150 0 6211 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 44412

[startup+102.306 s]
/proc/loadavg: 2.17 2.04 1.87 3/84 3248
/proc/meminfo: memFree=1796228/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=30988 CPUtime=100.19
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 7594 0 0 0 10013 6 0 0 25 0 1 0 4606945 31731712 7580 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 7747 7580 76 150 0 7594 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 49944

[startup+162.302 s]
/proc/loadavg: 2.61 2.19 1.92 3/84 3248
/proc/meminfo: memFree=1789188/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=38332 CPUtime=160.16
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 9329 0 0 0 16008 8 0 0 25 0 1 0 4606945 39251968 9315 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 9583 9315 76 150 0 9430 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 57288

[startup+222.302 s]
/proc/loadavg: 2.64 2.28 1.97 3/84 3248
/proc/meminfo: memFree=1789060/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1764932/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=63140 CPUtime=1359.58
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 15208 0 0 0 135945 13 0 0 25 0 1 0 4606945 64655360 15186 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 15785 15186 76 150 0 15632 0
Current children cumulated CPU time (s) 1361.41
Current children cumulated vsize (KiB) 82096

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.99 3/84 3250
/proc/meminfo: memFree=1763716/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=64612 CPUtime=1419.56
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 15541 0 0 0 141943 13 0 0 25 0 1 0 4606945 66162688 15498 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 16153 15498 76 150 0 16000 0
Current children cumulated CPU time (s) 1421.39
Current children cumulated vsize (KiB) 83568

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 3250
/proc/meminfo: memFree=1762692/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=65776 CPUtime=1479.52
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 15802 0 0 0 147939 13 0 0 25 0 1 0 4606945 67354624 15759 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 16444 15759 76 150 0 16291 0
Current children cumulated CPU time (s) 1481.35
Current children cumulated vsize (KiB) 84732

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 3250
/proc/meminfo: memFree=1762308/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=66264 CPUtime=1539.5
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 15891 0 0 0 153936 14 0 0 25 0 1 0 4606945 67854336 15848 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 16566 15848 76 150 0 16413 0
Current children cumulated CPU time (s) 1541.33
Current children cumulated vsize (KiB) 85220

[startup+1602.3 s]
/proc/loadavg: 1.43 1.84 1.94 2/67 3272
/proc/meminfo: memFree=1805796/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=67364 CPUtime=1599.45
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 16022 0 0 0 159931 14 0 0 25 0 1 0 4606945 68980736 15979 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 16841 15979 76 150 0 16688 0
Current children cumulated CPU time (s) 1601.28
Current children cumulated vsize (KiB) 86320

[startup+1662.3 s]
/proc/loadavg: 1.14 1.68 1.87 2/67 3272
/proc/meminfo: memFree=1805796/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=67364 CPUtime=1659.43
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 16036 0 0 0 165929 14 0 0 25 0 1 0 4606945 68980736 15993 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 16841 15993 76 150 0 16688 0
Current children cumulated CPU time (s) 1661.26
Current children cumulated vsize (KiB) 86320

[startup+1722.3 s]
/proc/loadavg: 1.06 1.56 1.82 2/67 3272
/proc/meminfo: memFree=1805796/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=67364 CPUtime=1719.41
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 16039 0 0 0 171927 14 0 0 25 0 1 0 4606945 68980736 15996 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 16841 15996 76 150 0 16688 0
Current children cumulated CPU time (s) 1721.24
Current children cumulated vsize (KiB) 86320

[startup+1782.3 s]
/proc/loadavg: 1.02 1.45 1.77 2/67 3272
/proc/meminfo: memFree=1805668/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=67528 CPUtime=1779.39
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 16077 0 0 0 177925 14 0 0 25 0 1 0 4606945 69148672 16034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 16882 16034 76 150 0 16729 0
Current children cumulated CPU time (s) 1781.22
Current children cumulated vsize (KiB) 86484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 1.01 1.42 1.75 2/67 3272
/proc/meminfo: memFree=1805540/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=67820 CPUtime=1798.18
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 16108 0 0 0 179804 14 0 0 25 0 1 0 4606945 69447680 16065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 16955 16065 76 150 0 16802 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 86776

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

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

[startup+1801.1 s]
/proc/loadavg: 1.01 1.42 1.75 2/67 3272
/proc/meminfo: memFree=1805540/2055920 swapFree=4192956/4192956
[pid=3224] ppid=3222 vsize=13600 CPUtime=1.83
/proc/3224/stat : 3224 (sugar) S 3222 3224 2875 0 -1 4194304 1017 11697 15 2 3 1 170 9 16 0 1 0 4606739 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3224/statm: 3400 798 370 3 0 500 0
[pid=3247] ppid=3224 vsize=5356 CPUtime=0
/proc/3247/stat : 3247 (sh) S 3224 3224 2875 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4606945 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3247/statm: 1339 232 193 169 0 50 0
[pid=3248] ppid=3247 vsize=67820 CPUtime=1798.18
/proc/3248/stat : 3248 (minisat) R 3247 3224 2875 0 -1 4194304 16108 0 0 0 179804 14 0 0 25 0 1 0 4606945 69447680 16065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3248/statm: 16955 16065 76 150 0 16802 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 86776

Child status: 0

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

Real time (s): 1801.12
CPU time (s): 1800.01
CPU user time (s): 1799.77
CPU system time (s): 0.24
CPU usage (%): 99.9383
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.74673
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13140
page faults= 17
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1298
involuntary context switches= 1025

runsolver used 1.85672 second user time and 6.14907 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-08 03:04:47
IDJOB=1107752
IDBENCH=58546
IDSOLVER=346
FILE ID=node64/1107752-1215479086
PBS_JOBID= 7888751
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-50.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-1107752-1215479086/watcher-1107752-1215479086 -o /tmp/evaluation-result-1107752-1215479086/solver-1107752-1215479086 -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-1107752-1215479086.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97853a845ef29228db3c4cd9babf0628
RANDOM SEED=601098424

node64.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.266
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.266
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:       1833524 kB
Buffers:         34880 kB
Cached:         100576 kB
SwapCached:          0 kB
Active:         133792 kB
Inactive:        57144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833524 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          75636 kB
Slab:            16232 kB
Committed_AS:   160380 kB
PageTables:       1916 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= 66392 MiB
End job on node64 at 2008-07-08 03:34:50