Trace number 2085019

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.03 1817.24

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25d-15.xml
MD5SUM917981834808c159ee00e186d5eaaf39
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.620905
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints17425
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17425
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 Sun Jul 12 08:39:37 2009
0.00/0.08	c 0	PID 22173
0.07/0.08	c 0	HOST node9.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2085019-1247380777.xml TO HOME/temp.csp
0.07/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-2085019-1247380777.xml' 'HOME/temp.csp'
1.16/1.26	c 2	1 domains, 450 variables, 1 predicates, 0 relations, 17425 constraints
1.22/1.30	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.22/1.30	c 2	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'
1.22/1.38	c 2	Parsing HOME/temp.csp
1.23/1.53	c 2	parsed 10000 expressions
1.23/1.63	c 2	parsed 17877 expressions
1.23/1.64	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.64	c 2	Converting to clausal form CSP
1.23/1.91	c 2	converted 1788 (10%) expressions
1.23/1.97	c 2	converted 3576 (20%) expressions
1.23/2.09	c 3	converted 5364 (30%) expressions
2.01/2.16	c 3	converted 7151 (40%) expressions
2.11/2.22	c 3	converted 8939 (50%) expressions
2.11/2.28	c 3	converted 10727 (60%) expressions
2.29/2.45	c 3	converted 12514 (70%) expressions
2.40/2.51	c 3	converted 14302 (80%) expressions
2.40/2.57	c 3	converted 16090 (90%) expressions
2.49/2.63	c 3	converted 17877 (100%) expressions
2.49/2.63	c 3	CSP : 450 integers, 0 booleans, 17425 clauses, largest domain size 15
2.49/2.63	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.63	c 3	Propagation in CSP
2.59/2.72	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.59/2.72	c 3	CSP : 450 integers, 0 booleans, 17425 clauses, largest domain size 15
2.59/2.72	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.74	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.06	c 3	CSP : 450 integers, 34850 booleans, 52275 clauses, largest domain size 15
2.90/3.06	c 3	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/3.22	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.09/3.25	c 4	45 (10%) CSP integer variables are encoded (585 clauses, 6299 bytes)
3.09/3.25	c 4	90 (20%) CSP integer variables are encoded (1170 clauses, 13219 bytes)
3.09/3.26	c 4	135 (30%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
3.09/3.26	c 4	180 (40%) CSP integer variables are encoded (2340 clauses, 28429 bytes)
3.09/3.26	c 4	225 (50%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
3.09/3.26	c 4	270 (60%) CSP integer variables are encoded (3510 clauses, 43639 bytes)
3.09/3.26	c 4	315 (70%) CSP integer variables are encoded (4095 clauses, 51244 bytes)
3.09/3.26	c 4	360 (80%) CSP integer variables are encoded (4680 clauses, 58849 bytes)
3.09/3.26	c 4	405 (90%) CSP integer variables are encoded (5265 clauses, 66454 bytes)
3.09/3.26	c 4	450 (100%) CSP integer variables are encoded (5850 clauses, 74059 bytes)
3.29/3.43	c 4	5228 (10%) CSP clauses are encoded (59882 clauses, 973853 bytes)
3.38/3.56	c 4	10455 (20%) CSP clauses are encoded (113885 clauses, 1947979 bytes)
3.48/3.67	c 4	15683 (30%) CSP clauses are encoded (167917 clauses, 2929709 bytes)
3.67/3.80	c 4	20910 (40%) CSP clauses are encoded (221920 clauses, 3958631 bytes)
3.77/3.92	c 4	26138 (50%) CSP clauses are encoded (275952 clauses, 4990473 bytes)
3.86/4.03	c 4	31365 (60%) CSP clauses are encoded (329955 clauses, 6021751 bytes)
3.97/4.14	c 5	36593 (70%) CSP clauses are encoded (383987 clauses, 7053593 bytes)
4.07/4.26	c 5	41820 (80%) CSP clauses are encoded (437990 clauses, 8084871 bytes)
4.17/4.36	c 5	47048 (90%) CSP clauses are encoded (492022 clauses, 9116713 bytes)
4.27/4.47	c 5	52275 (100%) CSP clauses are encoded (546025 clauses, 10147991 bytes)
4.27/4.47	c 5	52275 CSP clauses encoded
4.27/4.47	c 5	Writing map file : HOME/temp.map
4.27/4.48	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.27/4.48	c 5	SAT : 41150 SAT variables, 546025 SAT clauses, 10147991 bytes
4.27/4.48	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.35/4.50	c 5	SOLVING HOME/temp.cnf
4.35/4.50	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.35/4.51	c 5	This is MiniSat 2.0 beta
4.35/4.51	c 5	WARNING: for repeatability, setting FPU to use double precision
4.35/4.51	c 5	============================[ Problem Statistics ]=============================
4.35/4.51	c 5	|                                                                             |
4.35/4.51	c 5	|  Number of variables:  41150                                                |
4.35/4.51	c 5	|  Number of clauses:    546025                                               |
4.37/4.80	c 5	|  Parsing time:         0.25         s                                       |
4.37/4.81	c 5	============================[ Search Statistics ]==============================
4.37/4.81	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.37/4.81	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.37/4.81	c 5	===============================================================================
4.37/4.81	c 5	|         0 |   41150   546025  1545100 |   182008        0    nan |  0.000 % |
4.37/4.99	c 5	|       102 |   41150   546025  1545100 |   200209      102     40 |  0.000 % |
4.37/5.02	c 5	|       252 |   41150   546025  1545100 |   220230      252     21 |  0.000 % |
4.37/5.05	c 5	|       481 |   41150   546025  1545100 |   242253      481     14 |  0.000 % |
4.37/5.07	c 5	|       818 |   41150   546025  1545100 |   266478      818     12 |  0.000 % |
4.37/5.13	c 6	|      1325 |   41150   546025  1545100 |   293126     1325     11 |  0.000 % |
4.37/5.17	c 6	|      2085 |   41150   546025  1545100 |   322438     2085     10 |  0.000 % |
4.37/5.29	c 6	|      3226 |   41150   546025  1545100 |   354682     3226     10 |  0.000 % |
5.25/5.44	c 6	|      4934 |   41150   546025  1545100 |   390151     4934     11 |  0.000 % |
5.44/5.62	c 6	|      7496 |   41150   546025  1545100 |   429166     7496     12 |  0.000 % |
6.14/6.35	c 7	|     11340 |   41150   546025  1545100 |   472082    11340     13 |  0.000 % |
6.64/6.82	c 7	|     17107 |   41150   546025  1545100 |   519291    17107     13 |  0.000 % |
8.12/8.35	c 9	|     25756 |   41150   546025  1545100 |   571220    25756     13 |  0.000 % |
10.00/10.28	c 11	|     38731 |   41150   546025  1545100 |   628342    38731     13 |  0.000 % |
14.56/14.80	c 15	|     58192 |   41150   546025  1545100 |   691176    58192     13 |  0.000 % |
27.43/27.80	c 28	|     87384 |   41150   546025  1545100 |   760293    87384     14 |  0.000 % |
50.42/51.07	c 51	|    131175 |   41150   546025  1545100 |   836323   131175     14 |  0.000 % |
140.76/142.23	c 143	|    196859 |   41150   546025  1545100 |   919955   196859     14 |  0.000 % |
350.96/354.48	c 355	|    295385 |   41150   546025  1545100 |  1011951   295385     15 |  0.000 % |
760.58/767.92	c 768	|    443175 |   41150   546025  1545100 |  1113146   443175     15 |  0.000 % |
1800.03/1817.22	c ERROR INTERRUPTED
1800.03/1817.22	s UNKNOWN
1800.03/1817.22	c 1818	CPU 4.37 (0.06 0.01 4.05 0.25)
1800.03/1817.22	c 1818	END Sun Jul 12 09:09:55 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-2085019-1247380777/watcher-2085019-1247380777 -o /tmp/evaluation-result-2085019-1247380777/solver-2085019-1247380777 -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-2085019-1247380777.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: 1.92 1.98 1.99 4/81 22173
/proc/meminfo: memFree=1865780/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=12000 CPUtime=0
/proc/22173/stat : 22173 (sugar) R 22171 22173 21180 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 25144856 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 215418862560 0 0 4224 0 0 0 0 17 1 0 0
/proc/22173/statm: 3000 173 134 3 0 100 0

[startup+0.0823321 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 22173
/proc/meminfo: memFree=1865780/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16740 CPUtime=0.07
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 25144856 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101004 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 22173
/proc/meminfo: memFree=1865780/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=0.07
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25144856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302023 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 22173
/proc/meminfo: memFree=1865780/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=0.07
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25144856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701073 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 22173
/proc/meminfo: memFree=1865780/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=0.07
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25144856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50116 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 22185
/proc/meminfo: memFree=1832540/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=1.23
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1309 12038 0 1 6 1 107 9 15 0 1 0 25144856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 16868

[startup+3.10234 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 22195
/proc/meminfo: memFree=1842588/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=1.23
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1310 12038 0 1 6 1 107 9 15 0 1 0 25144856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1111 409 3 0 796 0
[pid=22186] ppid=22173 vsize=5356 CPUtime=0
/proc/22186/stat : 22186 (sh) S 22173 22173 21180 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25144987 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22186/statm: 1339 233 193 169 0 50 0
[pid=22187] ppid=22186 vsize=868856 CPUtime=1.76
/proc/22187/stat : 22187 (java) S 22186 22173 21180 0 -1 0 13824 0 1 0 168 8 0 0 18 0 9 0 25144987 889708544 12692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22187/statm: 217214 12692 2566 9 0 211719 0
[pid=22187/tid=22188] ppid=22186 vsize=868856 CPUtime=0.88
/proc/22187/task/22188/stat : 22188 (java) R 22186 22173 21180 0 -1 64 2894 0 1 0 86 2 0 0 23 0 9 0 25144988 889708544 12692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22187/tid=22189] ppid=22186 vsize=868856 CPUtime=0.67
/proc/22187/task/22189/stat : 22189 (java) R 22186 22173 21180 0 -1 64 8745 0 0 0 63 4 0 0 16 0 9 0 25144989 889708544 12692 996147200 134512640 134550932 4294955936 18446744073709551615 102758181 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22187/tid=22190] ppid=22186 vsize=868856 CPUtime=0
/proc/22187/task/22190/stat : 22190 (java) S 22186 22173 21180 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25144990 889708544 12692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22187/tid=22191] ppid=22186 vsize=868856 CPUtime=0
/proc/22187/task/22191/stat : 22191 (java) S 22186 22173 21180 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25144990 889708544 12692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22187/tid=22192] ppid=22186 vsize=868856 CPUtime=0
/proc/22187/task/22192/stat : 22192 (java) S 22186 22173 21180 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25144992 889708544 12692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22187/tid=22193] ppid=22186 vsize=868856 CPUtime=0.18
/proc/22187/task/22193/stat : 22193 (java) S 22186 22173 21180 0 -1 64 1482 0 0 0 18 0 0 0 16 0 9 0 25144992 889708544 12692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22187/tid=22194] ppid=22186 vsize=868856 CPUtime=0
/proc/22187/task/22194/stat : 22194 (java) S 22186 22173 21180 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25144992 889708544 12692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22187/tid=22195] ppid=22186 vsize=868856 CPUtime=0
/proc/22187/task/22195/stat : 22195 (java) S 22186 22173 21180 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25144992 889708544 12692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 891080

[startup+6.3017 s]
/proc/loadavg: 1.85 1.97 1.99 2/73 22199
/proc/meminfo: memFree=1878532/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=29192 CPUtime=1.77
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 6893 0 0 0 173 4 0 0 25 0 1 0 25145308 29892608 6879 996147200 134512640 135127466 4294956256 18446744073709551615 134528071 0 0 4096 3 0 0 0 17 0 0 0
/proc/22199/statm: 7298 6879 76 150 0 7145 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 51416

[startup+12.7014 s]
/proc/loadavg: 1.86 1.97 1.99 3/84 22238
/proc/meminfo: memFree=1850604/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=32792 CPUtime=8.11
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 7787 0 0 0 806 5 0 0 25 0 1 0 25145308 33579008 7773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 8198 7773 76 150 0 8045 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 55016

[startup+25.5018 s]
/proc/loadavg: 1.89 1.97 1.99 3/84 22238
/proc/meminfo: memFree=1841132/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=36016 CPUtime=20.79
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 8577 0 0 0 2073 6 0 0 25 0 1 0 25145308 36880384 8563 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 9004 8563 76 150 0 8851 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 58240

[startup+51.1017 s]
/proc/loadavg: 1.93 1.97 1.99 3/84 22240
/proc/meminfo: memFree=1803108/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=40204 CPUtime=46.15
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 9633 0 0 0 4608 7 0 0 25 0 1 0 25145308 41168896 9619 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 10051 9619 76 150 0 9898 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 62428

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/84 22240
/proc/meminfo: memFree=1798820/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=44188 CPUtime=96.87
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 10583 0 0 0 9679 8 0 0 25 0 1 0 25145308 45248512 10569 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 11047 10569 76 150 0 10894 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 66412

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 22240
/proc/meminfo: memFree=1794916/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=48260 CPUtime=156.3
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 11520 0 0 0 15622 8 0 0 25 0 1 0 25145308 49418240 11506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 12065 11506 76 150 0 11912 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 70484

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 22240
/proc/meminfo: memFree=1792036/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=51108 CPUtime=215.73
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 12265 0 0 0 21564 9 0 0 25 0 1 0 25145308 52334592 12251 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 12777 12251 76 150 0 12624 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 73332


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

/proc/meminfo: memFree=1758748/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=83700 CPUtime=1285.55
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 20061 0 0 0 128537 18 0 0 25 0 1 0 25145308 85708800 20047 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 20925 20047 76 150 0 20772 0
Current children cumulated CPU time (s) 1289.92
Current children cumulated vsize (KiB) 105924

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 22247
/proc/meminfo: memFree=1757788/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=84820 CPUtime=1344.99
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 20319 0 0 0 134480 19 0 0 25 0 1 0 25145308 86855680 20305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 21205 20305 76 150 0 21052 0
Current children cumulated CPU time (s) 1349.36
Current children cumulated vsize (KiB) 107044

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 22247
/proc/meminfo: memFree=1756764/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=85812 CPUtime=1404.43
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 20569 0 0 0 140424 19 0 0 25 0 1 0 25145308 87871488 20555 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 21453 20555 76 150 0 21300 0
Current children cumulated CPU time (s) 1408.8
Current children cumulated vsize (KiB) 108036

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 22247
/proc/meminfo: memFree=1755804/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=86768 CPUtime=1463.87
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 20808 0 0 0 146367 20 0 0 25 0 1 0 25145308 88850432 20794 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 21692 20794 76 150 0 21539 0
Current children cumulated CPU time (s) 1468.24
Current children cumulated vsize (KiB) 108992

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 22247
/proc/meminfo: memFree=1754780/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=87788 CPUtime=1523.3
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 21054 0 0 0 152310 20 0 0 25 0 1 0 25145308 89894912 21040 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 21947 21040 76 150 0 21794 0
Current children cumulated CPU time (s) 1527.67
Current children cumulated vsize (KiB) 110012

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 22247
/proc/meminfo: memFree=1753828/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=88524 CPUtime=1582.74
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 21267 0 0 0 158253 21 0 0 25 0 1 0 25145308 90648576 21253 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 22131 21253 76 150 0 21978 0
Current children cumulated CPU time (s) 1587.11
Current children cumulated vsize (KiB) 110748

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 22247
/proc/meminfo: memFree=1752804/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=89596 CPUtime=1642.17
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 21525 0 0 0 164196 21 0 0 25 0 1 0 25145308 91746304 21511 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 22399 21511 76 150 0 22246 0
Current children cumulated CPU time (s) 1646.54
Current children cumulated vsize (KiB) 111820

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 22247
/proc/meminfo: memFree=1751908/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=90424 CPUtime=1701.61
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 21735 0 0 0 170140 21 0 0 25 0 1 0 25145308 92594176 21721 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 22606 21721 76 150 0 22453 0
Current children cumulated CPU time (s) 1705.98
Current children cumulated vsize (KiB) 112648

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 22247
/proc/meminfo: memFree=1751076/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=91084 CPUtime=1761.05
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 21912 0 0 0 176083 22 0 0 25 0 1 0 25145308 93270016 21898 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22199/statm: 22771 21898 76 150 0 22618 0
Current children cumulated CPU time (s) 1765.42
Current children cumulated vsize (KiB) 113308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 1.84 1.94 1.98 4/83 22318
/proc/meminfo: memFree=1802996/2055920 swapFree=4192812/4192956
[pid=22173] ppid=22171 vsize=16868 CPUtime=4.37
/proc/22173/stat : 22173 (sugar) S 22171 22173 21180 0 -1 4194304 1376 26392 0 2 6 1 405 25 16 0 1 0 25144856 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22173/statm: 4217 1113 409 3 0 796 0
[pid=22198] ppid=22173 vsize=5356 CPUtime=0
/proc/22198/stat : 22198 (sh) S 22173 22173 21180 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25145307 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22198/statm: 1339 232 193 169 0 50 0
[pid=22199] ppid=22198 vsize=91832 CPUtime=1795.66
/proc/22199/stat : 22199 (minisat) R 22198 22173 21180 0 -1 4194304 22074 0 0 0 179541 25 0 0 25 0 1 0 25145308 94035968 22060 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22199/statm: 22958 22060 76 150 0 22805 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 114056

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22173 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=126372
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=283956
# CPU time returned by wait4() is 4.41033
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.24
CPU time (s): 1800.03
CPU user time (s): 1799.52
CPU system time (s): 0.51
CPU usage (%): 99.0531
Max. virtual memory (cumulated for all children) (KiB): 891080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.12637
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28151
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= 3602
involuntary context switches= 3455

runsolver used 2.18767 second user time and 6.09107 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 08:39:37
IDJOB=2085019
IDBENCH=58273
IDSOLVER=739
FILE ID=node9/2085019-1247380777
PBS_JOBID= 9507203
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25d-15.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-2085019-1247380777/watcher-2085019-1247380777 -o /tmp/evaluation-result-2085019-1247380777/solver-2085019-1247380777 -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-2085019-1247380777.xml

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

MD5SUM BENCH= 917981834808c159ee00e186d5eaaf39
RANDOM SEED=1566865686

node9.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.216
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.216
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:       1866260 kB
Buffers:          6164 kB
Cached:          58300 kB
SwapCached:          0 kB
Active:         113552 kB
Inactive:        20716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866260 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3404 kB
Writeback:           0 kB
Mapped:          90248 kB
Slab:            40416 kB
Committed_AS:   253984 kB
PageTables:       1944 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= 66396 MiB
End job on node9 at 2009-07-12 09:09:57