Trace number 1088481

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.07 1813.72

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-6.xml
MD5SUMae59fd265626922afec84e7ef93d360f
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 variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
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 10:37:10 2008
0.00/0.04	c 0	PID 17910
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088481-1215247030.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-1088481-1215247030.xml' 'HOME/temp.csp'
0.03/0.69	c 1	1 domains, 191 variables, 1 predicates, 0 relations, 2360 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/1.00	c 1	parsed 2553 expressions
0.91/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.01	c 1	Converting to clausal form CSP
0.91/1.06	c 1	converted 256 (10%) expressions
1.02/1.17	c 1	converted 511 (20%) expressions
1.11/1.20	c 1	converted 766 (30%) expressions
1.11/1.22	c 1	converted 1022 (40%) expressions
1.11/1.23	c 1	converted 1277 (50%) expressions
1.11/1.24	c 1	converted 1532 (60%) expressions
1.11/1.24	c 1	converted 1788 (70%) expressions
1.11/1.25	c 1	converted 2043 (80%) expressions
1.11/1.26	c 1	converted 2298 (90%) expressions
1.11/1.26	c 1	converted 2553 (100%) expressions
1.11/1.26	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 6
1.11/1.26	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.27	c 1	Propagation in CSP
1.20/1.31	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.31	c 1	CSP : 191 integers, 0 booleans, 2360 clauses, largest domain size 6
1.20/1.31	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.35	c 2	CSP : 191 integers, 4720 booleans, 7080 clauses, largest domain size 6
1.20/1.35	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.30/1.40	c 2	20 (10%) CSP integer variables are encoded (80 clauses, 770 bytes)
1.30/1.40	c 2	39 (20%) CSP integer variables are encoded (156 clauses, 1606 bytes)
1.30/1.40	c 2	58 (30%) CSP integer variables are encoded (232 clauses, 2442 bytes)
1.30/1.41	c 2	77 (40%) CSP integer variables are encoded (308 clauses, 3278 bytes)
1.30/1.41	c 2	96 (50%) CSP integer variables are encoded (384 clauses, 4114 bytes)
1.30/1.41	c 2	115 (60%) CSP integer variables are encoded (460 clauses, 4950 bytes)
1.30/1.41	c 2	134 (70%) CSP integer variables are encoded (536 clauses, 5786 bytes)
1.30/1.41	c 2	153 (80%) CSP integer variables are encoded (612 clauses, 6622 bytes)
1.30/1.41	c 2	172 (90%) CSP integer variables are encoded (688 clauses, 7458 bytes)
1.30/1.41	c 2	191 (100%) CSP integer variables are encoded (764 clauses, 8294 bytes)
1.30/1.45	c 2	708 (10%) CSP clauses are encoded (3832 clauses, 50934 bytes)
1.30/1.47	c 2	1416 (20%) CSP clauses are encoded (6900 clauses, 95124 bytes)
1.30/1.49	c 2	2124 (30%) CSP clauses are encoded (9968 clauses, 139424 bytes)
1.40/1.50	c 2	2832 (40%) CSP clauses are encoded (13036 clauses, 184130 bytes)
1.40/1.51	c 2	3540 (50%) CSP clauses are encoded (16104 clauses, 230858 bytes)
1.40/1.52	c 2	4248 (60%) CSP clauses are encoded (19172 clauses, 277586 bytes)
1.40/1.53	c 2	4956 (70%) CSP clauses are encoded (22240 clauses, 324314 bytes)
1.40/1.54	c 2	5664 (80%) CSP clauses are encoded (25308 clauses, 371042 bytes)
1.40/1.55	c 2	6372 (90%) CSP clauses are encoded (28376 clauses, 417770 bytes)
1.40/1.56	c 2	7080 (100%) CSP clauses are encoded (31444 clauses, 464498 bytes)
1.40/1.56	c 2	7080 CSP clauses encoded
1.40/1.56	c 2	Writing map file : HOME/temp.map
1.40/1.56	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.56	c 2	SAT : 5675 SAT variables, 31444 SAT clauses, 464498 bytes
1.40/1.56	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.62	c 2	SOLVING HOME/temp.cnf
1.48/1.62	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.48/1.62	c 2	This is MiniSat 2.0 beta
1.48/1.62	c 2	WARNING: for repeatability, setting FPU to use double precision
1.48/1.62	c 2	============================[ Problem Statistics ]=============================
1.48/1.62	c 2	|                                                                             |
1.48/1.62	c 2	|  Number of variables:  5675                                                 |
1.48/1.62	c 2	|  Number of clauses:    31444                                                |
1.48/1.64	c 2	|  Parsing time:         0.01         s                                       |
1.48/1.64	c 2	============================[ Search Statistics ]==============================
1.48/1.64	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.64	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.64	c 2	===============================================================================
1.48/1.64	c 2	|         0 |    5675    31444    81768 |    10481        0    nan |  0.000 % |
1.48/1.67	c 2	|       101 |    5675    31444    81768 |    11529      101     21 |  0.000 % |
1.49/1.70	c 2	|       252 |    5675    31444    81768 |    12682      252     28 |  0.000 % |
1.49/1.76	c 2	|       478 |    5675    31444    81768 |    13950      478     30 |  0.000 % |
1.49/1.83	c 2	|       815 |    5675    31444    81768 |    15345      815     30 |  0.000 % |
1.49/1.94	c 2	|      1321 |    5675    31444    81768 |    16880     1321     29 |  0.000 % |
1.49/2.09	c 2	|      2080 |    5675    31444    81768 |    18568     2080     30 |  0.000 % |
2.14/2.33	c 3	|      3220 |    5675    31444    81768 |    20425     3220     28 |  0.000 % |
2.54/2.78	c 3	|      4929 |    5675    31444    81768 |    22467     4929     29 |  0.000 % |
3.13/3.35	c 4	|      7491 |    5675    31444    81768 |    24714     7491     29 |  0.000 % |
4.22/4.47	c 5	|     11336 |    5675    31444    81768 |    27185    11336     32 |  0.000 % |
6.01/6.22	c 6	|     17102 |    5675    31444    81768 |    29904    17102     31 |  0.000 % |
9.58/9.85	c 10	|     25751 |    5675    31444    81768 |    32894    25751     32 |  0.000 % |
15.12/15.50	c 16	|     38725 |    5675    31444    81768 |    36184    17097     32 |  0.000 % |
23.14/23.58	c 24	|     58188 |    5675    31444    81768 |    39802    36560     32 |  0.000 % |
36.91/37.47	c 38	|     87381 |    5675    31444    81768 |    43783    37474     32 |  0.000 % |
60.88/61.68	c 62	|    131171 |    5675    31444    81768 |    48161    19705     34 |  0.000 % |
101.30/102.42	c 103	|    196856 |    5675    31444    81768 |    52977    15734     38 |  0.000 % |
167.57/169.39	c 170	|    295382 |    5675    31444    81768 |    58275    35302     37 |  0.000 % |
255.74/258.33	c 259	|    443173 |    5675    31444    81768 |    64102    48746     35 |  0.000 % |
397.30/401.23	c 401	|    664859 |    5675    31444    81768 |    70513    15810     32 |  0.000 % |
631.12/636.99	c 637	|    997384 |    5675    31444    81768 |    77564    63348     34 |  0.000 % |
1017.66/1027.18	c 1027	|   1496172 |    5675    31444    81768 |    85320    55667     35 |  0.000 % |
1633.99/1647.61	c 1648	|   2244354 |    5675    31444    81768 |    93853    80973     36 |  0.000 % |
1800.02/1813.71	sh: line 1: 17934 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.02/1813.71	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1813.71	c 1814	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.02/1813.71	c ERROR INTERRUPTED
1800.02/1813.72	s UNKNOWN
1800.02/1813.72	c 1814	CPU 1799.71 (0.04 0.01 1799.67 0.33)
1800.02/1813.72	c 1814	END Sat Jul  5 11:07:24 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-1088481-1215247030/watcher-1088481-1215247030 -o /tmp/evaluation-result-1088481-1215247030/solver-1088481-1215247030 -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-1088481-1215247030.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.00 1.99 1.99 4/73 17910
/proc/meminfo: memFree=1827152/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=11864 CPUtime=0
/proc/17910/stat : 17910 (sugar) R 17908 17910 17723 0 -1 4194304 149 0 0 0 0 0 0 0 20 0 1 0 2003676510 12148736 117 996147200 4194304 4206940 548682068608 18446744073709551615 210824559940 0 0 4224 0 0 0 0 17 1 0 0
/proc/17910/statm: 2966 117 85 3 0 66 0

[startup+0.0891439 s]
/proc/loadavg: 2.00 1.99 1.99 4/73 17910
/proc/meminfo: memFree=1827152/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=0.03
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003676510 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102329 s]
/proc/loadavg: 2.00 1.99 1.99 4/73 17910
/proc/meminfo: memFree=1827152/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=0.03
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003676510 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302113 s]
/proc/loadavg: 2.00 1.99 1.99 4/73 17910
/proc/meminfo: memFree=1827152/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=0.03
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003676510 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702163 s]
/proc/loadavg: 2.00 1.99 1.99 4/73 17910
/proc/meminfo: memFree=1827152/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=0.03
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 2003676510 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 17932
/proc/meminfo: memFree=1818808/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=0.67
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 974 5226 0 1 3 1 60 3 15 0 1 0 2003676510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 797 370 3 0 500 0
[pid=17923] ppid=17910 vsize=5356 CPUtime=0
/proc/17923/stat : 17923 (sh) S 17910 17910 17723 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003676583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17923/statm: 1339 233 193 169 0 50 0
[pid=17924] ppid=17923 vsize=868460 CPUtime=0.73
/proc/17924/stat : 17924 (java) S 17923 17910 17723 0 -1 0 6988 0 1 0 69 4 0 0 18 0 9 0 2003676583 889303040 6220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17924/statm: 217115 6220 2562 9 0 211662 0
[pid=17924/tid=17925] ppid=17923 vsize=868460 CPUtime=0.41
/proc/17924/task/17925/stat : 17925 (java) R 17923 17910 17723 0 -1 64 2713 0 1 0 39 2 0 0 18 0 9 0 2003676584 889303040 6220 996147200 134512640 134550740 4294955952 18446744073709551615 4126911474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17924/tid=17926] ppid=17923 vsize=868460 CPUtime=0.07
/proc/17924/task/17926/stat : 17926 (java) S 17923 17910 17723 0 -1 64 2126 0 0 0 7 0 0 0 16 0 9 0 2003676585 889303040 6220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17924/tid=17927] ppid=17923 vsize=868460 CPUtime=0
/proc/17924/task/17927/stat : 17927 (java) S 17923 17910 17723 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003676586 889303040 6220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17924/tid=17928] ppid=17923 vsize=868460 CPUtime=0
/proc/17924/task/17928/stat : 17928 (java) S 17923 17910 17723 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003676586 889303040 6220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17924/tid=17929] ppid=17923 vsize=868460 CPUtime=0
/proc/17924/task/17929/stat : 17929 (java) S 17923 17910 17723 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003676588 889303040 6220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17924/tid=17930] ppid=17923 vsize=868460 CPUtime=0.21
/proc/17924/task/17930/stat : 17930 (java) S 17923 17910 17723 0 -1 64 1457 0 0 0 21 0 0 0 16 0 9 0 2003676588 889303040 6220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17924/tid=17931] ppid=17923 vsize=868460 CPUtime=0
/proc/17924/task/17931/stat : 17931 (java) S 17923 17910 17723 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003676588 889303040 6220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17924/tid=17932] ppid=17923 vsize=868460 CPUtime=0
/proc/17924/task/17932/stat : 17932 (java) S 17923 17910 17723 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003676588 889303040 6220 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.10146 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17934
/proc/meminfo: memFree=1821680/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 15 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=4620 CPUtime=1.45
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 911 0 0 0 145 0 0 0 25 0 1 0 2003676673 4730880 897 996147200 134512640 135127466 4294956256 18446744073709551615 134528621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17934/statm: 1155 897 76 150 0 1002 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 23576

[startup+6.30185 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17934
/proc/meminfo: memFree=1819568/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=6380 CPUtime=4.62
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 1359 0 0 0 461 1 0 0 25 0 1 0 2003676673 6533120 1345 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17934/statm: 1595 1345 76 150 0 1442 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 25336

[startup+12.7016 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17934
/proc/meminfo: memFree=1816824/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=8856 CPUtime=10.96
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 1953 0 0 0 1094 2 0 0 25 0 1 0 2003676673 9068544 1939 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17934/statm: 2214 1939 76 150 0 2061 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 27812

[startup+25.5024 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17934
/proc/meminfo: memFree=1815032/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=10444 CPUtime=23.64
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 2372 0 0 0 2361 3 0 0 25 0 1 0 2003676673 10694656 2358 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17934/statm: 2611 2358 76 150 0 2458 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 29400

[startup+51.1022 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17934
/proc/meminfo: memFree=1813816/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=11592 CPUtime=48.99
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 2636 0 0 0 4896 3 0 0 25 0 1 0 2003676673 11870208 2622 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17934/statm: 2898 2622 76 150 0 2745 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 30548

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17934
/proc/meminfo: memFree=1809784/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=15592 CPUtime=99.71
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 3648 0 0 0 9967 4 0 0 25 0 1 0 2003676673 15966208 3634 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/17934/statm: 3898 3634 76 150 0 3745 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 34548

[startup+162.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17934
/proc/meminfo: memFree=1808824/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=16396 CPUtime=159.15
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 3831 0 0 0 15911 4 0 0 25 0 1 0 2003676673 16789504 3817 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17934/statm: 4099 3817 76 150 0 3946 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 35352

[startup+222.303 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17934
/proc/meminfo: memFree=1808120/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=30168 CPUtime=1288.79
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 7191 0 0 0 128866 13 0 0 25 0 1 0 2003676673 30892032 7177 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17934/statm: 7542 7177 76 150 0 7389 0
Current children cumulated CPU time (s) 1290.28
Current children cumulated vsize (KiB) 49124

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18048
/proc/meminfo: memFree=1645680/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=30864 CPUtime=1348.23
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 7326 0 0 0 134810 13 0 0 25 0 1 0 2003676673 31604736 7312 996147200 134512640 135127466 4294956256 18446744073709551615 134529012 0 0 4096 3 0 0 0 17 1 0 0
/proc/17934/statm: 7716 7312 76 150 0 7563 0
Current children cumulated CPU time (s) 1349.72
Current children cumulated vsize (KiB) 49820

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18048
/proc/meminfo: memFree=1645360/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=31024 CPUtime=1407.67
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 7379 0 0 0 140754 13 0 0 25 0 1 0 2003676673 31768576 7365 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/17934/statm: 7756 7365 76 150 0 7603 0
Current children cumulated CPU time (s) 1409.16
Current children cumulated vsize (KiB) 49980

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18093
/proc/meminfo: memFree=1606640/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=31024 CPUtime=1467.28
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 7390 0 0 0 146710 18 0 0 25 0 1 0 2003676673 31768576 7376 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17934/statm: 7756 7376 76 150 0 7603 0
Current children cumulated CPU time (s) 1468.77
Current children cumulated vsize (KiB) 49980

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 18133
/proc/meminfo: memFree=1721664/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=31024 CPUtime=1527.25
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 7390 0 0 0 152704 21 0 0 25 0 1 0 2003676673 31768576 7376 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/17934/statm: 7756 7376 76 150 0 7603 0
Current children cumulated CPU time (s) 1528.74
Current children cumulated vsize (KiB) 49980

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 18133
/proc/meminfo: memFree=1721728/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=31024 CPUtime=1587.23
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 7390 0 0 0 158702 21 0 0 25 0 1 0 2003676673 31768576 7376 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/17934/statm: 7756 7376 76 150 0 7603 0
Current children cumulated CPU time (s) 1588.72
Current children cumulated vsize (KiB) 49980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18133
/proc/meminfo: memFree=1720832/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=32328 CPUtime=1647.2
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 7649 0 0 0 164699 21 0 0 25 0 1 0 2003676673 33103872 7635 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/17934/statm: 8082 7635 76 150 0 7929 0
Current children cumulated CPU time (s) 1648.69
Current children cumulated vsize (KiB) 51284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18133
/proc/meminfo: memFree=1720448/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=32888 CPUtime=1707.18
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 7774 0 0 0 170696 22 0 0 25 0 1 0 2003676673 33677312 7760 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/17934/statm: 8222 7760 76 150 0 8069 0
Current children cumulated CPU time (s) 1708.67
Current children cumulated vsize (KiB) 51844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18133
/proc/meminfo: memFree=1719296/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=33680 CPUtime=1767.15
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 7997 0 0 0 176693 22 0 0 25 0 1 0 2003676673 34488320 7983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17934/statm: 8420 7983 76 150 0 8267 0
Current children cumulated CPU time (s) 1768.64
Current children cumulated vsize (KiB) 52636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18133
/proc/meminfo: memFree=1717760/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=35292 CPUtime=1798.53
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 8380 0 0 0 179831 22 0 0 25 0 1 0 2003676673 36139008 8366 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17934/statm: 8823 8366 76 150 0 8670 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 54248

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

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

[startup+1813.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18133
/proc/meminfo: memFree=1717760/2055920 swapFree=4180424/4192956
[pid=17910] ppid=17908 vsize=13600 CPUtime=1.49
/proc/17910/stat : 17910 (sugar) S 17908 17910 17723 0 -1 4194304 1032 12534 0 2 4 1 135 9 16 0 1 0 2003676510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17910/statm: 3400 798 370 3 0 500 0
[pid=17933] ppid=17910 vsize=5356 CPUtime=0
/proc/17933/stat : 17933 (sh) S 17910 17910 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003676672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17933/statm: 1339 232 193 169 0 50 0
[pid=17934] ppid=17933 vsize=35292 CPUtime=1798.53
/proc/17934/stat : 17934 (minisat) R 17933 17910 17723 0 -1 4194304 8380 0 0 0 179831 22 0 0 25 0 1 0 2003676673 36139008 8366 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17934/statm: 8823 8366 76 150 0 8670 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 54248

Child status: 0
Real time (s): 1813.72
CPU time (s): 1800.07
CPU user time (s): 1799.72
CPU system time (s): 0.349946
CPU usage (%): 99.2474
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.349946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22605
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= 1994
involuntary context switches= 51067

runsolver used 1.84472 second user time and 6.10907 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 10:37:10
IDJOB=1088481
IDBENCH=58086
IDSOLVER=346
FILE ID=node33/1088481-1215247030
PBS_JOBID= 7882037
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-6.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-1088481-1215247030/watcher-1088481-1215247030 -o /tmp/evaluation-result-1088481-1215247030/solver-1088481-1215247030 -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-1088481-1215247030.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae59fd265626922afec84e7ef93d360f
RANDOM SEED=562769954

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:       1827632 kB
Buffers:          9816 kB
Cached:         137288 kB
SwapCached:       6236 kB
Active:         121608 kB
Inactive:        53216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827632 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          35620 kB
Slab:            38820 kB
Committed_AS:  3618352 kB
PageTables:       1892 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= 66444 MiB
End job on node33 at 2008-07-05 11:07:26