Trace number 1091043

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.19 1830.53

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-4-insertions-4-4.xml
MD5SUM085e453a39e64b1799e73e4b2f36d4a9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables475
Number of constraints1795
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1795
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 17:55:45 2008
0.00/0.04	c 0	PID 20311
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091043-1215273345.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-1091043-1215273345.xml' 'HOME/temp.csp'
0.03/0.69	c 0	1 domains, 475 variables, 1 predicates, 0 relations, 1795 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.66/0.81	c 1	Parsing HOME/temp.csp
0.66/0.99	c 1	parsed 2272 expressions
0.66/1.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/1.00	c 1	Converting to clausal form CSP
0.91/1.03	c 1	converted 228 (10%) expressions
0.91/1.03	c 1	converted 455 (20%) expressions
0.91/1.10	c 1	converted 682 (30%) expressions
1.01/1.19	c 1	converted 909 (40%) expressions
1.11/1.21	c 1	converted 1136 (50%) expressions
1.11/1.23	c 1	converted 1364 (60%) expressions
1.11/1.23	c 1	converted 1591 (70%) expressions
1.11/1.24	c 1	converted 1818 (80%) expressions
1.11/1.25	c 1	converted 2045 (90%) expressions
1.11/1.26	c 1	converted 2272 (100%) expressions
1.11/1.26	c 1	CSP : 475 integers, 0 booleans, 1795 clauses, largest domain size 4
1.11/1.26	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.26	c 1	Propagation in CSP
1.11/1.29	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.29	c 1	CSP : 475 integers, 0 booleans, 1795 clauses, largest domain size 4
1.11/1.29	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.30	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.33	c 1	CSP : 475 integers, 3590 booleans, 5385 clauses, largest domain size 4
1.21/1.33	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.38	c 1	48 (10%) CSP integer variables are encoded (96 clauses, 976 bytes)
1.21/1.38	c 1	95 (20%) CSP integer variables are encoded (190 clauses, 2010 bytes)
1.21/1.38	c 1	143 (30%) CSP integer variables are encoded (286 clauses, 3066 bytes)
1.21/1.39	c 1	190 (40%) CSP integer variables are encoded (380 clauses, 4100 bytes)
1.21/1.39	c 1	238 (50%) CSP integer variables are encoded (476 clauses, 5156 bytes)
1.21/1.39	c 1	285 (60%) CSP integer variables are encoded (570 clauses, 6190 bytes)
1.21/1.39	c 1	333 (70%) CSP integer variables are encoded (666 clauses, 7246 bytes)
1.21/1.39	c 1	380 (80%) CSP integer variables are encoded (760 clauses, 8468 bytes)
1.21/1.39	c 1	428 (90%) CSP integer variables are encoded (856 clauses, 9716 bytes)
1.21/1.39	c 1	475 (100%) CSP integer variables are encoded (950 clauses, 10938 bytes)
1.31/1.42	c 1	539 (10%) CSP clauses are encoded (2569 clauses, 32784 bytes)
1.31/1.44	c 1	1077 (20%) CSP clauses are encoded (4181 clauses, 55880 bytes)
1.31/1.45	c 1	1616 (30%) CSP clauses are encoded (5800 clauses, 79268 bytes)
1.31/1.46	c 1	2154 (40%) CSP clauses are encoded (7412 clauses, 102550 bytes)
1.31/1.47	c 1	2693 (50%) CSP clauses are encoded (9031 clauses, 125938 bytes)
1.31/1.48	c 1	3231 (60%) CSP clauses are encoded (10643 clauses, 149220 bytes)
1.31/1.49	c 1	3770 (70%) CSP clauses are encoded (12262 clauses, 173190 bytes)
1.31/1.49	c 1	4308 (80%) CSP clauses are encoded (13874 clauses, 197546 bytes)
1.40/1.50	c 1	4847 (90%) CSP clauses are encoded (15493 clauses, 222878 bytes)
1.40/1.51	c 1	5385 (100%) CSP clauses are encoded (17105 clauses, 248308 bytes)
1.40/1.51	c 1	5385 CSP clauses encoded
1.40/1.51	c 1	Writing map file : HOME/temp.map
1.40/1.52	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.52	c 1	SAT : 5015 SAT variables, 17105 SAT clauses, 248308 bytes
1.40/1.52	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.57	c 1	SOLVING HOME/temp.cnf
1.40/1.57	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.40/1.57	c 1	This is MiniSat 2.0 beta
1.40/1.57	c 1	WARNING: for repeatability, setting FPU to use double precision
1.40/1.57	c 1	============================[ Problem Statistics ]=============================
1.40/1.57	c 1	|                                                                             |
1.40/1.58	c 1	|  Number of variables:  5015                                                 |
1.40/1.58	c 1	|  Number of clauses:    17105                                                |
1.40/1.59	c 1	|  Parsing time:         0.01         s                                       |
1.40/1.59	c 1	============================[ Search Statistics ]==============================
1.40/1.59	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.59	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.59	c 1	===============================================================================
1.40/1.59	c 1	|         0 |    5015    17105    41390 |     5701        0    nan |  0.000 % |
1.44/1.60	c 1	|       101 |    5015    17105    41390 |     6271      101     30 |  0.000 % |
1.44/1.61	c 1	|       252 |    5015    17105    41390 |     6899      252     34 |  0.000 % |
1.44/1.63	c 1	|       477 |    5015    17105    41390 |     7588      477     34 |  0.000 % |
1.44/1.65	c 1	|       815 |    5015    17105    41390 |     8347      815     36 |  0.000 % |
1.44/1.68	c 1	|      1321 |    5015    17105    41390 |     9182     1321     37 |  0.000 % |
1.44/1.73	c 2	|      2083 |    5015    17105    41390 |    10100     2083     35 |  0.000 % |
1.44/1.82	c 2	|      3223 |    5015    17105    41390 |    11110     3223     39 |  0.000 % |
1.44/1.95	c 2	|      4932 |    5015    17105    41390 |    12222     4932     41 |  0.000 % |
2.05/2.25	c 2	|      7495 |    5015    17105    41390 |    13444     7495     49 |  0.000 % |
2.44/2.63	c 2	|     11340 |    5015    17105    41390 |    14788    11340     51 |  0.000 % |
3.03/3.29	c 3	|     17107 |    5015    17105    41390 |    16267    17107     59 |  0.000 % |
4.22/4.44	c 4	|     25757 |    5015    17105    41390 |    17894    17204     65 |  0.000 % |
5.81/6.08	c 6	|     38734 |    5015    17105    41390 |    19683    19956     61 |  0.000 % |
9.57/9.81	c 10	|     58196 |    5015    17105    41390 |    21652    18173     79 |  0.000 % |
16.01/16.39	c 16	|     87389 |    5015    17105    41390 |    23817    23452     77 |  0.000 % |
25.13/25.50	c 25	|    131179 |    5015    17105    41390 |    26199    14234     82 |  0.001 % |
42.96/43.59	c 43	|    196863 |    5015    17105    41390 |    28818    18071    122 |  0.000 % |
75.64/76.52	c 76	|    295389 |    5015    17105    41390 |    31700    30577    128 |  0.000 % |
121.41/122.74	c 123	|    443178 |    5015    17105    41390 |    34870    21498    106 |  0.000 % |
197.54/199.78	c 200	|    664862 |    5015    17105    41390 |    38357    22034     99 |  0.000 % |
354.50/359.85	c 360	|    997388 |    5015    17105    41390 |    42193    16151    122 |  0.001 % |
559.45/568.81	c 569	|   1496176 |    5015    17105    41390 |    46413    23333    103 |  0.000 % |
900.32/916.46	c 916	|   2244358 |    5015    17105    41390 |    51054    20070     85 |  0.000 % |
1302.09/1326.11	c 1326	|   3366632 |    5015    17105    41390 |    56159    35911     86 |  0.000 % |
1800.07/1830.42	c 1830	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1830.42	c 1830	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.07/1830.50	c ERROR INTERRUPTED
1.44/1830.52	s UNKNOWN
1.44/1830.52	c 1830	CPU 1.4 (0.03 0.01 1.37 0.13)
1.44/1830.52	c 1830	END Sat Jul  5 18:26:15 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-1091043-1215273345/watcher-1091043-1215273345 -o /tmp/evaluation-result-1091043-1215273345/solver-1091043-1215273345 -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-1091043-1215273345.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.99 1.98 1.99 4/80 20311
/proc/meminfo: memFree=1664456/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=12000 CPUtime=0
/proc/20311/stat : 20311 (sugar) R 20309 20311 19440 0 -1 4194304 213 0 0 0 0 0 0 0 20 0 1 0 2006307971 12288000 181 996147200 4194304 4206940 548682068608 18446744073709551615 210824339616 0 0 4224 0 0 0 0 17 1 0 0
/proc/20311/statm: 3000 181 142 3 0 100 0

[startup+0.0941879 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 20311
/proc/meminfo: memFree=1664456/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=0.03
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2006307971 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101193 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 20311
/proc/meminfo: memFree=1664456/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=0.03
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2006307971 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301207 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 20311
/proc/meminfo: memFree=1664456/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=0.03
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2006307971 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701256 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 20311
/proc/meminfo: memFree=1664456/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=0.03
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 918 127 0 0 2 1 0 0 15 0 1 0 2006307971 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50235 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 20333
/proc/meminfo: memFree=1656112/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=0.67
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 974 5097 0 1 3 1 59 4 15 0 1 0 2006307971 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 797 370 3 0 500 0
[pid=20324] ppid=20311 vsize=5356 CPUtime=0
/proc/20324/stat : 20324 (sh) S 20311 20311 19440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006308044 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20324/statm: 1339 233 193 169 0 50 0
[pid=20325] ppid=20324 vsize=868460 CPUtime=0.73
/proc/20325/stat : 20325 (java) S 20324 20311 19440 0 -1 0 6813 0 1 0 68 5 0 0 19 0 9 0 2006308045 889303040 6045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20325/statm: 217115 6045 2562 9 0 211662 0
[pid=20325/tid=20326] ppid=20324 vsize=868460 CPUtime=0.41
/proc/20325/task/20326/stat : 20326 (java) R 20324 20311 19440 0 -1 64 2713 0 1 0 40 1 0 0 22 0 9 0 2006308045 889303040 6045 996147200 134512640 134550740 4294955952 18446744073709551615 4126911180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20325/tid=20327] ppid=20324 vsize=868460 CPUtime=0.07
/proc/20325/task/20327/stat : 20327 (java) S 20324 20311 19440 0 -1 64 1942 0 0 0 6 1 0 0 16 0 9 0 2006308047 889303040 6045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20325/tid=20328] ppid=20324 vsize=868460 CPUtime=0
/proc/20325/task/20328/stat : 20328 (java) S 20324 20311 19440 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006308047 889303040 6045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20325/tid=20329] ppid=20324 vsize=868460 CPUtime=0
/proc/20325/task/20329/stat : 20329 (java) S 20324 20311 19440 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006308047 889303040 6045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20325/tid=20330] ppid=20324 vsize=868460 CPUtime=0
/proc/20325/task/20330/stat : 20330 (java) S 20324 20311 19440 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006308049 889303040 6045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20325/tid=20331] ppid=20324 vsize=868460 CPUtime=0.23
/proc/20325/task/20331/stat : 20331 (java) S 20324 20311 19440 0 -1 64 1465 0 0 0 22 1 0 0 16 0 9 0 2006308049 889303040 6045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20325/tid=20332] ppid=20324 vsize=868460 CPUtime=0
/proc/20325/task/20332/stat : 20332 (java) S 20324 20311 19440 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006308049 889303040 6045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20325/tid=20333] ppid=20324 vsize=868460 CPUtime=0
/proc/20325/task/20333/stat : 20333 (java) S 20324 20311 19440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006308049 889303040 6045 996147200 134512640 134550740 4294955952 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) 887416

[startup+3.10155 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 20335
/proc/meminfo: memFree=1658992/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 15 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=7020 CPUtime=1.49
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 1479 0 0 0 149 0 0 0 25 0 1 0 2006308129 7188480 1465 996147200 134512640 135127466 4294956256 18446744073709551615 134530846 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 1755 1465 76 150 0 1602 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 25976

[startup+6.30294 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 20335
/proc/meminfo: memFree=1654064/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=9132 CPUtime=4.67
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 2004 0 0 0 466 1 0 0 25 0 1 0 2006308129 9351168 1990 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 2283 1990 76 150 0 2130 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 28088

[startup+12.7027 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 20335
/proc/meminfo: memFree=1651632/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=11508 CPUtime=11.01
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 2593 0 0 0 1100 1 0 0 25 0 1 0 2006308129 11784192 2579 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 2877 2579 76 150 0 2724 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 30464

[startup+25.5012 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 20335
/proc/meminfo: memFree=1648432/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=14816 CPUtime=23.69
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 3417 0 0 0 2367 2 0 0 25 0 1 0 2006308129 15171584 3403 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 3704 3403 76 150 0 3551 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 33772

[startup+51.1013 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 20335
/proc/meminfo: memFree=1643120/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=20000 CPUtime=49.04
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 4710 0 0 0 4901 3 0 0 25 0 1 0 2006308129 20480000 4696 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 5000 4696 76 150 0 4847 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 38956

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 20335
/proc/meminfo: memFree=1638192/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=24888 CPUtime=99.77
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 5918 0 0 0 9973 4 0 0 25 0 1 0 2006308129 25485312 5904 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 6222 5904 76 150 0 6069 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 43844

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20335
/proc/meminfo: memFree=1636912/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=26064 CPUtime=159.19
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 6223 0 0 0 15915 4 0 0 25 0 1 0 2006308129 26689536 6209 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 6516 6209 76 150 0 6363 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 45020

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20390
/proc/meminfo: memFree=1633344/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=61124 CPUtime=1394.99
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 15005 0 0 0 139483 16 0 0 25 0 1 0 2006308129 62590976 14928 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 15281 14928 76 150 0 15128 0
Current children cumulated CPU time (s) 1396.43
Current children cumulated vsize (KiB) 80080

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20396
/proc/meminfo: memFree=1600392/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=61960 CPUtime=1453.82
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 15206 0 0 0 145366 16 0 0 25 0 1 0 2006308129 63447040 15129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 15490 15129 76 150 0 15337 0
Current children cumulated CPU time (s) 1455.26
Current children cumulated vsize (KiB) 80916

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20399
/proc/meminfo: memFree=1635976/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=61960 CPUtime=1512.79
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 15206 0 0 0 151262 17 0 0 25 0 1 0 2006308129 63447040 15129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 15490 15129 76 150 0 15337 0
Current children cumulated CPU time (s) 1514.23
Current children cumulated vsize (KiB) 80916

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20399
/proc/meminfo: memFree=1632776/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=65428 CPUtime=1572.23
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 16031 0 0 0 157205 18 0 0 25 0 1 0 2006308129 66998272 15954 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 16357 15954 76 150 0 16204 0
Current children cumulated CPU time (s) 1573.67
Current children cumulated vsize (KiB) 84384

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20399
/proc/meminfo: memFree=1632712/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=65428 CPUtime=1631.66
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 16031 0 0 0 163148 18 0 0 25 0 1 0 2006308129 66998272 15954 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 16357 15954 76 150 0 16204 0
Current children cumulated CPU time (s) 1633.1
Current children cumulated vsize (KiB) 84384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20399
/proc/meminfo: memFree=1632648/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=65428 CPUtime=1691.1
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 16032 0 0 0 169092 18 0 0 25 0 1 0 2006308129 66998272 15955 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/20335/statm: 16357 15955 76 150 0 16204 0
Current children cumulated CPU time (s) 1692.54
Current children cumulated vsize (KiB) 84384

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 20410
/proc/meminfo: memFree=1620160/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=65428 CPUtime=1750.55
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 16032 0 0 0 175036 19 0 0 25 0 1 0 2006308129 66998272 15955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20335/statm: 16357 15955 76 150 0 16204 0
Current children cumulated CPU time (s) 1751.99
Current children cumulated vsize (KiB) 84384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1830.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20410
/proc/meminfo: memFree=1582016/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=65428 CPUtime=1798.63
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 16032 0 0 0 179844 19 0 0 25 0 1 0 2006308129 66998272 15955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20335/statm: 16357 15955 76 150 0 16204 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 84384

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

[startup+1830.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20410
/proc/meminfo: memFree=1582016/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1034 12218 0 2 3 1 130 10 16 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
[pid=20334] ppid=20311 vsize=5356 CPUtime=0
/proc/20334/stat : 20334 (sh) S 20311 20311 19440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006308128 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20334/statm: 1339 232 193 169 0 50 0
[pid=20335] ppid=20334 vsize=65428 CPUtime=1798.63
/proc/20335/stat : 20335 (minisat) R 20334 20311 19440 0 -1 4194304 16032 0 0 0 179844 19 0 0 25 0 1 0 2006308129 66998272 15955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20335/statm: 16357 15955 76 150 0 16204 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 84384

# WARNING:
# current cumulated CPU time (1.44 s) is less than in the last sample (1800.07 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1798.63 s) to the 'lost time'.

[startup+1830.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20410
/proc/meminfo: memFree=1582016/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1092 12495 0 2 3 1 130 10 15 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 13600

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

[startup+1830.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20410
/proc/meminfo: memFree=1582016/2055920 swapFree=4180424/4192956
[pid=20311] ppid=20309 vsize=13600 CPUtime=1.44
/proc/20311/stat : 20311 (sugar) S 20309 20311 19440 0 -1 4194304 1092 12495 0 2 3 1 130 10 15 0 1 0 2006307971 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/20311/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1798.63
#  lost CPU user time (s): 1798.44
#  lost CPU system time (s): 0.19

Real time (s): 1830.53
CPU time (s): 1800.19
CPU user time (s): 1799.85
CPU system time (s): 0.340977
CPU usage (%): 98.3429
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.41179
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17202
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1965
involuntary context switches= 1777

runsolver used 1.80073 second user time and 6.53701 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 17:55:45
IDJOB=1091043
IDBENCH=58523
IDSOLVER=346
FILE ID=node33/1091043-1215273345
PBS_JOBID= 7882165
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-4-insertions-4-4.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-1091043-1215273345/watcher-1091043-1215273345 -o /tmp/evaluation-result-1091043-1215273345/solver-1091043-1215273345 -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-1091043-1215273345.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 085e453a39e64b1799e73e4b2f36d4a9
RANDOM SEED=543676914

node33.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.231
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.231
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:       1664936 kB
Buffers:         39824 kB
Cached:         202004 kB
SwapCached:       6236 kB
Active:         249308 kB
Inactive:        87372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664936 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:         108644 kB
Slab:            39412 kB
Committed_AS:  4425536 kB
PageTables:       1988 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= 66448 MiB
End job on node33 at 2008-07-05 18:26:17