Trace number 2085866

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.04 1808.02

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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:12:38 2009
0.00/0.08	c 0	PID 24180
0.00/0.08	c 0	HOST node71.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2085866-1247382758.xml TO HOME/temp.csp
0.00/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-2085866-1247382758.xml' 'HOME/temp.csp'
0.07/0.73	c 1	1 domains, 475 variables, 1 predicates, 0 relations, 1795 constraints
0.07/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.85	c 1	Parsing HOME/temp.csp
0.70/0.93	c 1	parsed 2272 expressions
0.70/0.94	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/0.94	c 1	Converting to clausal form CSP
0.70/0.96	c 1	converted 228 (10%) expressions
0.70/0.97	c 1	converted 455 (20%) expressions
0.91/1.05	c 1	converted 682 (30%) expressions
1.01/1.16	c 2	converted 909 (40%) expressions
1.01/1.18	c 2	converted 1136 (50%) expressions
1.01/1.20	c 2	converted 1364 (60%) expressions
1.11/1.21	c 2	converted 1591 (70%) expressions
1.11/1.22	c 2	converted 1818 (80%) expressions
1.11/1.23	c 2	converted 2045 (90%) expressions
1.11/1.24	c 2	converted 2272 (100%) expressions
1.11/1.24	c 2	CSP : 475 integers, 0 booleans, 1795 clauses, largest domain size 4
1.11/1.24	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.24	c 2	Propagation in CSP
1.11/1.25	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.25	c 2	CSP : 475 integers, 0 booleans, 1795 clauses, largest domain size 4
1.11/1.25	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.26	c 2	Simplifing CSP by introducing new Boolean variables
1.11/1.29	c 2	CSP : 475 integers, 3590 booleans, 5385 clauses, largest domain size 4
1.11/1.29	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.33	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.34	c 2	48 (10%) CSP integer variables are encoded (96 clauses, 976 bytes)
1.21/1.34	c 2	95 (20%) CSP integer variables are encoded (190 clauses, 2010 bytes)
1.21/1.35	c 2	143 (30%) CSP integer variables are encoded (286 clauses, 3066 bytes)
1.21/1.35	c 2	190 (40%) CSP integer variables are encoded (380 clauses, 4100 bytes)
1.21/1.35	c 2	238 (50%) CSP integer variables are encoded (476 clauses, 5156 bytes)
1.21/1.35	c 2	285 (60%) CSP integer variables are encoded (570 clauses, 6190 bytes)
1.21/1.35	c 2	333 (70%) CSP integer variables are encoded (666 clauses, 7246 bytes)
1.21/1.36	c 2	380 (80%) CSP integer variables are encoded (760 clauses, 8468 bytes)
1.21/1.36	c 2	428 (90%) CSP integer variables are encoded (856 clauses, 9716 bytes)
1.21/1.36	c 2	475 (100%) CSP integer variables are encoded (950 clauses, 10938 bytes)
1.21/1.39	c 2	539 (10%) CSP clauses are encoded (2569 clauses, 32784 bytes)
1.31/1.41	c 2	1077 (20%) CSP clauses are encoded (4181 clauses, 55880 bytes)
1.31/1.42	c 2	1616 (30%) CSP clauses are encoded (5800 clauses, 79268 bytes)
1.31/1.43	c 2	2154 (40%) CSP clauses are encoded (7412 clauses, 102550 bytes)
1.31/1.44	c 2	2693 (50%) CSP clauses are encoded (9031 clauses, 125938 bytes)
1.31/1.45	c 2	3231 (60%) CSP clauses are encoded (10643 clauses, 149220 bytes)
1.31/1.45	c 2	3770 (70%) CSP clauses are encoded (12262 clauses, 173190 bytes)
1.31/1.46	c 2	4308 (80%) CSP clauses are encoded (13874 clauses, 197546 bytes)
1.31/1.47	c 2	4847 (90%) CSP clauses are encoded (15493 clauses, 222878 bytes)
1.31/1.47	c 2	5385 (100%) CSP clauses are encoded (17105 clauses, 248308 bytes)
1.31/1.47	c 2	5385 CSP clauses encoded
1.31/1.47	c 2	Writing map file : HOME/temp.map
1.31/1.49	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.49	c 2	SAT : 5015 SAT variables, 17105 SAT clauses, 248308 bytes
1.31/1.49	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.50	c 2	SOLVING HOME/temp.cnf
1.39/1.50	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.39/1.51	c 2	This is MiniSat 2.0 beta
1.39/1.51	c 2	WARNING: for repeatability, setting FPU to use double precision
1.39/1.51	c 2	============================[ Problem Statistics ]=============================
1.39/1.51	c 2	|                                                                             |
1.39/1.51	c 2	|  Number of variables:  5015                                                 |
1.39/1.51	c 2	|  Number of clauses:    17105                                                |
1.39/1.52	c 2	|  Parsing time:         0.01         s                                       |
1.39/1.52	c 2	============================[ Search Statistics ]==============================
1.39/1.52	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.52	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.52	c 2	===============================================================================
1.39/1.52	c 2	|         0 |    5015    17105    41390 |     5701        0    nan |  0.000 % |
1.39/1.53	c 2	|       101 |    5015    17105    41390 |     6271      101     30 |  0.000 % |
1.39/1.54	c 2	|       252 |    5015    17105    41390 |     6899      252     34 |  0.000 % |
1.39/1.55	c 2	|       477 |    5015    17105    41390 |     7588      477     34 |  0.000 % |
1.39/1.58	c 2	|       815 |    5015    17105    41390 |     8347      815     36 |  0.000 % |
1.41/1.61	c 2	|      1321 |    5015    17105    41390 |     9182     1321     37 |  0.000 % |
1.41/1.66	c 2	|      2083 |    5015    17105    41390 |    10100     2083     35 |  0.000 % |
1.41/1.75	c 2	|      3223 |    5015    17105    41390 |    11110     3223     39 |  0.000 % |
1.41/1.88	c 2	|      4932 |    5015    17105    41390 |    12222     4932     41 |  0.000 % |
1.99/2.18	c 3	|      7495 |    5015    17105    41390 |    13444     7495     49 |  0.000 % |
2.38/2.57	c 3	|     11340 |    5015    17105    41390 |    14788    11340     51 |  0.000 % |
3.08/3.23	c 4	|     17107 |    5015    17105    41390 |    16267    17107     59 |  0.000 % |
4.17/4.38	c 5	|     25757 |    5015    17105    41390 |    17894    17204     65 |  0.000 % |
5.85/6.03	c 6	|     38734 |    5015    17105    41390 |    19683    19956     61 |  0.000 % |
9.51/9.79	c 10	|     58196 |    5015    17105    41390 |    21652    18173     79 |  0.000 % |
16.24/16.51	c 17	|     87389 |    5015    17105    41390 |    23817    23452     77 |  0.000 % |
25.35/25.71	c 26	|    131179 |    5015    17105    41390 |    26199    14234     82 |  0.001 % |
43.49/44.07	c 44	|    196863 |    5015    17105    41390 |    28818    18071    122 |  0.000 % |
76.57/77.48	c 78	|    295389 |    5015    17105    41390 |    31700    30577    128 |  0.000 % |
123.22/124.59	c 125	|    443178 |    5015    17105    41390 |    34870    21498    106 |  0.000 % |
201.68/203.75	c 204	|    664862 |    5015    17105    41390 |    38357    22034     99 |  0.000 % |
364.04/367.61	c 368	|    997388 |    5015    17105    41390 |    42193    16151    122 |  0.001 % |
575.93/581.59	c 582	|   1496176 |    5015    17105    41390 |    46413    23333    103 |  0.000 % |
921.91/929.57	c 930	|   2244358 |    5015    17105    41390 |    51054    20070     85 |  0.000 % |
1311.75/1319.53	c 1320	|   3366632 |    5015    17105    41390 |    56159    35911     86 |  0.000 % |
1800.04/1808.01	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1808.01	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1808.02	c ERROR INTERRUPTED
1800.04/1808.02	s UNKNOWN
1800.04/1808.02	c 1808	CPU 1.41 (0.06 0.01 1.24 0.1)
1800.04/1808.02	c 1808	END Sun Jul 12 09:42:46 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-2085866-1247382758/watcher-2085866-1247382758 -o /tmp/evaluation-result-2085866-1247382758/solver-2085866-1247382758 -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-2085866-1247382758.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.02 2.01 4/81 24180
/proc/meminfo: memFree=1879584/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=12268 CPUtime=0
/proc/24180/stat : 24180 (sugar) R 24178 24180 23591 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25338412 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24180/statm: 3067 316 241 3 0 167 0

[startup+0.0968801 s]
/proc/loadavg: 2.11 2.02 2.01 4/81 24180
/proc/meminfo: memFree=1879584/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=0.07
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25338412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101895 s]
/proc/loadavg: 2.11 2.02 2.01 4/81 24180
/proc/meminfo: memFree=1879584/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=0.07
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25338412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301905 s]
/proc/loadavg: 2.11 2.02 2.01 4/81 24180
/proc/meminfo: memFree=1879584/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=0.07
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25338412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701962 s]
/proc/loadavg: 2.11 2.02 2.01 4/81 24180
/proc/meminfo: memFree=1879584/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=0.07
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25338412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50207 s]
/proc/loadavg: 2.18 2.03 2.01 4/92 24202
/proc/meminfo: memFree=1869640/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=0.7
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1310 5163 0 1 6 1 59 4 15 0 1 0 25338412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1111 409 3 0 796 0
[pid=24193] ppid=24180 vsize=5356 CPUtime=0
/proc/24193/stat : 24193 (sh) S 24180 24180 23591 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25338489 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24193/statm: 1339 233 193 169 0 50 0
[pid=24194] ppid=24193 vsize=868580 CPUtime=0.69
/proc/24194/stat : 24194 (java) S 24193 24180 23591 0 -1 0 6892 0 1 0 64 5 0 0 18 0 9 0 25338490 889425920 6115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24194/statm: 217145 6115 2589 9 0 211622 0
[pid=24194/tid=24195] ppid=24193 vsize=868580 CPUtime=0.4
/proc/24194/task/24195/stat : 24195 (java) S 24193 24180 23591 0 -1 64 2748 0 1 0 38 2 0 0 18 0 9 0 25338491 889425920 6115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24194/tid=24196] ppid=24193 vsize=868580 CPUtime=0.07
/proc/24194/task/24196/stat : 24196 (java) S 24193 24180 23591 0 -1 64 1953 0 0 0 6 1 0 0 16 0 9 0 25338492 889425920 6115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24194/tid=24197] ppid=24193 vsize=868580 CPUtime=0
/proc/24194/task/24197/stat : 24197 (java) S 24193 24180 23591 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25338492 889425920 6115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24194/tid=24198] ppid=24193 vsize=868580 CPUtime=0
/proc/24194/task/24198/stat : 24198 (java) S 24193 24180 23591 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25338492 889425920 6115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24194/tid=24199] ppid=24193 vsize=868580 CPUtime=0
/proc/24194/task/24199/stat : 24199 (java) S 24193 24180 23591 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25338494 889425920 6115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24194/tid=24200] ppid=24193 vsize=868580 CPUtime=0.2
/proc/24194/task/24200/stat : 24200 (java) S 24193 24180 23591 0 -1 64 1492 0 0 0 19 1 0 0 16 0 9 0 25338494 889425920 6115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24194/tid=24201] ppid=24193 vsize=868580 CPUtime=0
/proc/24194/task/24201/stat : 24201 (java) S 24193 24180 23591 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25338494 889425920 6115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24194/tid=24202] ppid=24193 vsize=868580 CPUtime=0
/proc/24194/task/24202/stat : 24202 (java) S 24193 24180 23591 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25338494 889425920 6115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890804

[startup+3.10229 s]
/proc/loadavg: 2.18 2.03 2.01 3/84 24204
/proc/meminfo: memFree=1872840/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 15 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=7152 CPUtime=1.57
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 1517 0 0 0 156 1 0 0 25 0 1 0 25338563 7323648 1503 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/24204/statm: 1788 1503 76 150 0 1635 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 29376

[startup+6.30172 s]
/proc/loadavg: 2.17 2.03 2.01 3/84 24204
/proc/meminfo: memFree=1868040/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=9132 CPUtime=4.73
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 2004 0 0 0 472 1 0 0 25 0 1 0 25338563 9351168 1990 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/24204/statm: 2283 1990 76 150 0 2130 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 31356

[startup+12.7016 s]
/proc/loadavg: 2.16 2.03 2.01 3/84 24204
/proc/meminfo: memFree=1865544/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=11508 CPUtime=11.07
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 2593 0 0 0 1106 1 0 0 25 0 1 0 25338563 11784192 2579 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/24204/statm: 2877 2579 76 150 0 2724 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 33732

[startup+25.5013 s]
/proc/loadavg: 2.13 2.03 2.01 3/84 24204
/proc/meminfo: memFree=1862664/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=14816 CPUtime=23.75
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 3417 0 0 0 2374 1 0 0 25 0 1 0 25338563 15171584 3403 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/24204/statm: 3704 3403 76 150 0 3551 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 37040

[startup+51.1018 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 24204
/proc/meminfo: memFree=1857160/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=20000 CPUtime=49.11
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 4710 0 0 0 4909 2 0 0 25 0 1 0 25338563 20480000 4696 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/24204/statm: 5000 4696 76 150 0 4847 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 42224

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 24204
/proc/meminfo: memFree=1852168/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=24888 CPUtime=99.82
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 5918 0 0 0 9979 3 0 0 25 0 1 0 25338563 25485312 5904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24204/statm: 6222 5904 76 150 0 6069 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 47112

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 24204
/proc/meminfo: memFree=1850824/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=26064 CPUtime=159.26
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 6223 0 0 0 15922 4 0 0 25 0 1 0 25338563 26689536 6209 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/24204/statm: 6516 6209 76 150 0 6363 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 48288

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 24204
/proc/meminfo: memFree=1847944/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1724184/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=51064 CPUtime=1293.15
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 12465 0 0 0 129303 12 0 0 25 0 1 0 25338563 52289536 12388 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/24204/statm: 12766 12388 76 150 0 12613 0
Current children cumulated CPU time (s) 1294.56
Current children cumulated vsize (KiB) 73288

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24241
/proc/meminfo: memFree=1721176/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=54392 CPUtime=1353.12
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 13297 0 0 0 135299 13 0 0 25 0 1 0 25338563 55697408 13220 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/24204/statm: 13598 13220 76 150 0 13445 0
Current children cumulated CPU time (s) 1354.53
Current children cumulated vsize (KiB) 76616

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24241
/proc/meminfo: memFree=1713880/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=61124 CPUtime=1413.1
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 15005 0 0 0 141294 16 0 0 25 0 1 0 25338563 62590976 14928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24204/statm: 15281 14928 76 150 0 15128 0
Current children cumulated CPU time (s) 1414.51
Current children cumulated vsize (KiB) 83348

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24241
/proc/meminfo: memFree=1712920/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=61960 CPUtime=1473.07
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 15206 0 0 0 147291 16 0 0 25 0 1 0 25338563 63447040 15129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24204/statm: 15490 15129 76 150 0 15337 0
Current children cumulated CPU time (s) 1474.48
Current children cumulated vsize (KiB) 84184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24241
/proc/meminfo: memFree=1710552/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=63948 CPUtime=1533.04
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 15683 0 0 0 153288 16 0 0 25 0 1 0 25338563 65482752 15606 996147200 134512640 135127466 4294956256 18446744073709551615 134527976 0 0 4096 3 0 0 0 17 0 0 0
/proc/24204/statm: 15987 15606 76 150 0 15834 0
Current children cumulated CPU time (s) 1534.45
Current children cumulated vsize (KiB) 86172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24241
/proc/meminfo: memFree=1709144/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=65428 CPUtime=1593.02
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 16031 0 0 0 159285 17 0 0 25 0 1 0 25338563 66998272 15954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24204/statm: 16357 15954 76 150 0 16204 0
Current children cumulated CPU time (s) 1594.43
Current children cumulated vsize (KiB) 87652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24241
/proc/meminfo: memFree=1709080/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=65428 CPUtime=1652.99
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 16031 0 0 0 165282 17 0 0 25 0 1 0 25338563 66998272 15954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24204/statm: 16357 15954 76 150 0 16204 0
Current children cumulated CPU time (s) 1654.4
Current children cumulated vsize (KiB) 87652

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24241
/proc/meminfo: memFree=1709016/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=65428 CPUtime=1712.96
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 16032 0 0 0 171279 17 0 0 25 0 1 0 25338563 66998272 15955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24204/statm: 16357 15955 76 150 0 16204 0
Current children cumulated CPU time (s) 1714.37
Current children cumulated vsize (KiB) 87652

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24241
/proc/meminfo: memFree=1708952/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=65428 CPUtime=1772.94
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 16032 0 0 0 177277 17 0 0 25 0 1 0 25338563 66998272 15955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24204/statm: 16357 15955 76 150 0 16204 0
Current children cumulated CPU time (s) 1774.35
Current children cumulated vsize (KiB) 87652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24241
/proc/meminfo: memFree=1708952/2055920 swapFree=4192812/4192956
[pid=24180] ppid=24178 vsize=16868 CPUtime=1.41
/proc/24180/stat : 24180 (sugar) S 24178 24180 23591 0 -1 4194304 1376 12346 0 2 6 1 124 10 16 0 1 0 25338412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24180/statm: 4217 1113 409 3 0 796 0
[pid=24203] ppid=24180 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24180 24180 23591 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25338563 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24203/statm: 1339 232 193 169 0 50 0
[pid=24204] ppid=24203 vsize=65428 CPUtime=1798.63
/proc/24204/stat : 24204 (minisat) R 24203 24180 23591 0 -1 4194304 16032 0 0 0 179846 17 0 0 25 0 1 0 25338563 66998272 15955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24204/statm: 16357 15955 76 150 0 16204 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 87652

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 24180 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=314800
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=123981
# CPU time returned by wait4() is 1.43878
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.02
CPU time (s): 1800.04
CPU user time (s): 1799.76
CPU system time (s): 0.28
CPU usage (%): 99.5584
Max. virtual memory (cumulated for all children) (KiB): 890804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3148
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14196
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= 1683
involuntary context switches= 1578

runsolver used 2.03669 second user time and 6.19706 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 09:12:38
IDJOB=2085866
IDBENCH=58523
IDSOLVER=739
FILE ID=node71/2085866-1247382758
PBS_JOBID= 9507228
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= 085e453a39e64b1799e73e4b2f36d4a9
RANDOM SEED=213969413

node71.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.222
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.222
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:       1880064 kB
Buffers:         10856 kB
Cached:          67480 kB
SwapCached:          0 kB
Active:         101008 kB
Inactive:        28160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1880064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1524 kB
Writeback:           0 kB
Mapped:          71256 kB
Slab:            31856 kB
Committed_AS:   254896 kB
PageTables:       1976 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= 66392 MiB
End job on node71 at 2009-07-12 09:42:48