Trace number 2057805

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+minisatUNSAT 826.919 833.96

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-8_ext.xml
MD5SUM4bffe1c84c3ac08270f47caf386cacb7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.043993
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
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 Sat Jul 11 15:31:35 2009
0.00/0.08	c 0	PID 13189
0.00/0.08	c 0	HOST node40.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2057805-1247319095.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-2057805-1247319095.xml' 'HOME/temp.csp'
0.06/0.71	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.06/0.79	c 1	Parsing HOME/temp.csp
0.67/0.87	c 1	parsed 1385 expressions
0.67/0.88	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.88	c 1	Converting to clausal form CSP
0.67/0.91	c 1	converted 139 (10%) expressions
0.67/0.94	c 1	converted 277 (20%) expressions
0.67/0.96	c 1	converted 416 (30%) expressions
0.67/0.98	c 1	converted 554 (40%) expressions
0.93/1.01	c 1	converted 693 (50%) expressions
0.93/1.03	c 1	converted 831 (60%) expressions
0.93/1.09	c 1	converted 970 (70%) expressions
1.04/1.12	c 1	converted 1108 (80%) expressions
1.04/1.14	c 1	converted 1247 (90%) expressions
1.04/1.15	c 1	converted 1385 (100%) expressions
1.04/1.15	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.04/1.16	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.16	c 1	Propagation in CSP
1.04/1.16	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.16	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.04/1.16	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.16	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.17	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.04/1.17	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.24	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.13/1.24	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.13/1.25	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.13/1.25	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.13/1.25	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.13/1.25	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.13/1.25	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.13/1.25	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.13/1.25	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.13/1.26	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.21/1.31	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.21/1.35	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60548 bytes)
1.21/1.37	c 1	379 (30%) CSP clauses are encoded (5850 clauses, 92247 bytes)
1.32/1.40	c 1	505 (40%) CSP clauses are encoded (7510 clauses, 123461 bytes)
1.32/1.43	c 1	631 (50%) CSP clauses are encoded (9098 clauses, 153332 bytes)
1.32/1.47	c 1	757 (60%) CSP clauses are encoded (10758 clauses, 184972 bytes)
1.32/1.49	c 1	883 (70%) CSP clauses are encoded (12300 clauses, 213731 bytes)
1.41/1.52	c 1	1009 (80%) CSP clauses are encoded (13912 clauses, 244829 bytes)
1.41/1.55	c 1	1135 (90%) CSP clauses are encoded (15672 clauses, 280253 bytes)
1.41/1.57	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317620 bytes)
1.41/1.57	c 1	1261 CSP clauses encoded
1.41/1.57	c 1	Writing map file : HOME/temp.map
1.41/1.58	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.58	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317620 bytes
1.41/1.58	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.61	c 1	SOLVING HOME/temp.cnf
1.49/1.61	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/1.62	c 2	This is MiniSat 2.0 beta
1.49/1.62	c 2	WARNING: for repeatability, setting FPU to use double precision
1.49/1.62	c 2	============================[ Problem Statistics ]=============================
1.49/1.62	c 2	|                                                                             |
1.49/1.62	c 2	|  Number of variables:  1990                                                 |
1.49/1.62	c 2	|  Number of clauses:    17532                                                |
1.49/1.63	c 2	|  Parsing time:         0.01         s                                       |
1.49/1.63	c 2	============================[ Search Statistics ]==============================
1.49/1.63	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.63	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.63	c 2	===============================================================================
1.49/1.63	c 2	|         0 |    1888    15423    50626 |     5141        0    nan |  0.000 % |
1.49/1.63	c 2	|       100 |    1888    15423    50626 |     5655      100     10 |  5.127 % |
1.49/1.64	c 2	|       250 |    1888    15423    50626 |     6220      250     12 |  5.128 % |
1.49/1.65	c 2	|       475 |    1888    15423    50626 |     6842      475     13 |  5.127 % |
1.49/1.67	c 2	|       812 |    1888    15423    50626 |     7526      812     14 |  5.127 % |
1.49/1.69	c 2	|      1319 |    1888    15423    50626 |     8279     1319     14 |  5.127 % |
1.52/1.73	c 2	|      2078 |    1888    15423    50626 |     9107     2078     15 |  5.127 % |
1.52/1.80	c 2	|      3217 |    1888    15423    50626 |    10018     3217     17 |  5.127 % |
1.52/1.91	c 2	|      4927 |    1888    15423    50626 |    11020     4927     18 |  5.127 % |
1.99/2.12	c 2	|      7489 |    1888    15423    50626 |    12122     7489     19 |  5.127 % |
2.28/2.47	c 2	|     11333 |    1888    15423    50626 |    13334    11333     21 |  5.127 % |
2.78/2.99	c 3	|     17099 |    1888    15423    50626 |    14667    10132     20 |  5.131 % |
3.67/3.80	c 4	|     25748 |    1883    15379    50532 |    16134    11119     22 |  5.379 % |
5.06/5.20	c 5	|     38722 |    1883    15379    50532 |    17748    15711     22 |  5.379 % |
7.04/7.25	c 7	|     58183 |    1883    15379    50532 |    19522    16736     16 |  5.379 % |
10.51/10.70	c 11	|     87375 |    1883    15379    50532 |    21475    15589     20 |  5.379 % |
16.05/16.37	c 16	|    131164 |    1879    15339    50446 |    23622    15281     17 |  5.581 % |
24.97/25.36	c 25	|    196849 |    1879    15339    50446 |    25985    20553     17 |  5.581 % |
38.44/38.95	c 39	|    295375 |    1879    15339    50446 |    28583    26189     18 |  5.580 % |
61.32/62.08	c 62	|    443164 |    1879    15339    50446 |    31441    21189     18 |  5.580 % |
94.71/95.71	c 96	|    664847 |    1874    15314    50384 |    34586    27303     18 |  5.831 % |
153.46/155.03	c 155	|    997373 |    1874    15314    50384 |    38044    22186     19 |  5.831 % |
246.37/248.88	c 249	|   1496162 |    1864    15231    50206 |    41849    23462     17 |  6.332 % |
388.12/391.94	c 392	|   2244345 |    1855    15149    49974 |    46034    18147     17 |  6.786 % |
619.13/625.10	c 625	|   3366620 |    1849    15108    49884 |    50637    43267     19 |  7.088 % |
826.67/833.79	c 834	===============================================================================
826.67/833.79	c 834	restarts              : 25
826.67/833.79	c 834	conflicts             : 4271414        (5176 /sec)
826.67/833.79	c 834	decisions             : 7858219        (1.44 % random) (9523 /sec)
826.67/833.79	c 834	propagations          : 388926311      (471305 /sec)
826.67/833.79	c 834	conflict literals     : 80514727       (30.30 % deleted)
826.67/833.79	c 834	Memory used           : 14.16 MB
826.67/833.79	c 834	CPU time              : 825.212 s
826.67/833.79	c 834	
826.67/833.79	c 834	UNSATISFIABLE
826.67/833.79	c 834	DECODING HOME/temp.out WITH HOME/temp.map
826.67/833.79	c 834	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'
826.77/833.87	c 834	Decoding HOME/temp.out
826.77/833.90	s UNSATISFIABLE
826.77/833.92	c 834	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
826.77/833.96	c 834	CPU 826.89 (0.05 0.01 826.68 0.15)
826.77/833.96	c 834	END Sat Jul 11 15:45:29 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057805-1247319095/watcher-2057805-1247319095 -o /tmp/evaluation-result-2057805-1247319095/solver-2057805-1247319095 -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-2057805-1247319095.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.95 2.03 1.46 4/82 13189
/proc/meminfo: memFree=1180200/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=12268 CPUtime=0
/proc/13189/stat : 13189 (sugar) R 13187 13189 12843 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 18600770 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13189/statm: 3067 316 241 3 0 167 0

[startup+0.091759 s]
/proc/loadavg: 1.95 2.03 1.46 4/82 13189
/proc/meminfo: memFree=1180200/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=0.06
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 18600770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101784 s]
/proc/loadavg: 1.95 2.03 1.46 4/82 13189
/proc/meminfo: memFree=1180200/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=0.06
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 18600770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301782 s]
/proc/loadavg: 1.95 2.03 1.46 4/82 13189
/proc/meminfo: memFree=1180200/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=0.06
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 18600770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701837 s]
/proc/loadavg: 1.95 2.03 1.46 4/82 13189
/proc/meminfo: memFree=1180200/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=0.06
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 18600770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 1.95 2.03 1.46 3/93 13211
/proc/meminfo: memFree=1168208/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=0.67
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1310 4786 0 1 5 1 58 3 15 0 1 0 18600770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1111 409 3 0 796 0
[pid=13202] ppid=13189 vsize=5356 CPUtime=0
/proc/13202/stat : 13202 (sh) S 13189 13189 12843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18600842 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13202/statm: 1339 233 193 169 0 50 0
[pid=13203] ppid=13202 vsize=864440 CPUtime=0.74
/proc/13203/stat : 13203 (java) S 13202 13189 12843 0 -1 0 6842 0 1 0 70 4 0 0 18 0 9 0 18600842 885186560 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13203/statm: 216110 6071 2591 9 0 210587 0
[pid=13203/tid=13204] ppid=13202 vsize=864440 CPUtime=0.44
/proc/13203/task/13204/stat : 13204 (java) R 13202 13189 12843 0 -1 64 2754 0 1 0 42 2 0 0 19 0 9 0 18600843 885186560 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4126525268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13203/tid=13205] ppid=13202 vsize=864440 CPUtime=0.19
/proc/13203/task/13205/stat : 13205 (java) S 13202 13189 12843 0 -1 64 3047 0 0 0 18 1 0 0 16 0 9 0 18600844 885186560 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13203/tid=13206] ppid=13202 vsize=864440 CPUtime=0
/proc/13203/task/13206/stat : 13206 (java) S 13202 13189 12843 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18600844 885186560 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13203/tid=13207] ppid=13202 vsize=864440 CPUtime=0
/proc/13203/task/13207/stat : 13207 (java) S 13202 13189 12843 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18600844 885186560 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13203/tid=13208] ppid=13202 vsize=864440 CPUtime=0
/proc/13203/task/13208/stat : 13208 (java) S 13202 13189 12843 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18600846 885186560 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13203/tid=13209] ppid=13202 vsize=864440 CPUtime=0.09
/proc/13203/task/13209/stat : 13209 (java) S 13202 13189 12843 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 18600846 885186560 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13203/tid=13210] ppid=13202 vsize=864440 CPUtime=0
/proc/13203/task/13210/stat : 13210 (java) S 13202 13189 12843 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 18600846 885186560 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13203/tid=13211] ppid=13202 vsize=864440 CPUtime=0
/proc/13203/task/13211/stat : 13211 (java) S 13202 13189 12843 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18600846 885186560 6071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886664

[startup+3.10115 s]
/proc/loadavg: 1.95 2.03 1.46 3/85 13213
/proc/meminfo: memFree=1174032/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 15 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=4332 CPUtime=1.46
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 804 0 0 0 146 0 0 0 25 0 1 0 18600932 4435968 790 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 1083 790 75 150 0 930 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26556

[startup+6.30256 s]
/proc/loadavg: 1.95 2.03 1.46 3/85 13213
/proc/meminfo: memFree=1172432/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=5220 CPUtime=4.63
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 1019 0 0 0 463 0 0 0 25 0 1 0 18600932 5345280 1005 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 1305 1005 75 150 0 1152 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27444

[startup+12.7014 s]
/proc/loadavg: 1.95 2.03 1.47 3/85 13213
/proc/meminfo: memFree=1171536/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=5752 CPUtime=10.97
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 1184 0 0 0 1097 0 0 0 25 0 1 0 18600932 5890048 1170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 1438 1170 75 150 0 1285 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 27976

[startup+25.5011 s]
/proc/loadavg: 2.03 2.04 1.48 3/85 13213
/proc/meminfo: memFree=1171024/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=6412 CPUtime=23.64
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 1329 0 0 0 2364 0 0 0 25 0 1 0 18600932 6565888 1315 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 1603 1315 75 150 0 1450 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 28636

[startup+51.1014 s]
/proc/loadavg: 2.02 2.03 1.49 3/85 13213
/proc/meminfo: memFree=1169680/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=7776 CPUtime=49
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 1685 0 0 0 4899 1 0 0 25 0 1 0 18600932 7962624 1671 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 1944 1671 75 150 0 1791 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 30000

[startup+102.307 s]
/proc/loadavg: 2.06 2.04 1.52 3/85 13213
/proc/meminfo: memFree=1168272/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=9004 CPUtime=99.72
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 1971 0 0 0 9971 1 0 0 25 0 1 0 18600932 9220096 1957 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 2251 1957 75 150 0 2098 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 31228

[startup+162.302 s]
/proc/loadavg: 2.02 2.03 1.55 4/85 13213
/proc/meminfo: memFree=1167248/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=9816 CPUtime=159.16
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 2195 0 0 0 15914 2 0 0 25 0 1 0 18600932 10051584 2181 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 2454 2181 75 150 0 2301 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 32040

[startup+222.302 s]
/proc/loadavg: 2.01 2.02 1.57 3/85 13213
/proc/meminfo: memFree=1166864/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0

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

/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=12608 CPUtime=515.78
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 2868 0 0 0 51576 2 0 0 25 0 1 0 18600932 12910592 2854 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 3152 2854 75 150 0 2999 0
Current children cumulated CPU time (s) 517.3
Current children cumulated vsize (KiB) 34832

[startup+582.301 s]
/proc/loadavg: 2.12 2.07 1.73 3/85 13213
/proc/meminfo: memFree=1164304/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=12900 CPUtime=575.21
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 2913 0 0 0 57519 2 0 0 25 0 1 0 18600932 13209600 2899 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 3225 2899 75 150 0 3072 0
Current children cumulated CPU time (s) 576.73
Current children cumulated vsize (KiB) 35124

[startup+642.302 s]
/proc/loadavg: 2.08 2.07 1.74 3/85 13213
/proc/meminfo: memFree=1163664/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=13436 CPUtime=634.65
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 3066 0 0 0 63463 2 0 0 25 0 1 0 18600932 13758464 3052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 3359 3052 75 150 0 3206 0
Current children cumulated CPU time (s) 636.17
Current children cumulated vsize (KiB) 35660

[startup+702.302 s]
/proc/loadavg: 2.14 2.08 1.77 3/85 13213
/proc/meminfo: memFree=1163280/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=13832 CPUtime=694.08
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 3152 0 0 0 69406 2 0 0 25 0 1 0 18600932 14163968 3138 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13213/statm: 3458 3138 75 150 0 3305 0
Current children cumulated CPU time (s) 695.6
Current children cumulated vsize (KiB) 36056

[startup+762.306 s]
/proc/loadavg: 2.01 2.05 1.77 3/86 13257
/proc/meminfo: memFree=1204280/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=14228 CPUtime=753.78
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 3267 0 0 0 75375 3 0 0 25 0 1 0 18600932 14569472 3253 996147200 134512640 135127466 4294956256 18446744073709551615 134530846 0 0 4096 3 0 0 0 17 0 0 0
/proc/13213/statm: 3557 3253 75 150 0 3404 0
Current children cumulated CPU time (s) 755.3
Current children cumulated vsize (KiB) 36452

[startup+822.301 s]
/proc/loadavg: 2.07 2.06 1.79 3/86 13257
/proc/meminfo: memFree=1204088/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=14496 CPUtime=813.75
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 3318 0 0 0 81372 3 0 0 25 0 1 0 18600932 14843904 3304 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/13213/statm: 3624 3304 75 150 0 3471 0
Current children cumulated CPU time (s) 815.27
Current children cumulated vsize (KiB) 36720

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

[startup+825.502 s]
/proc/loadavg: 2.06 2.06 1.79 3/86 13257
/proc/meminfo: memFree=1204088/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=14496 CPUtime=816.95
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 3318 0 0 0 81692 3 0 0 25 0 1 0 18600932 14843904 3304 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13213/statm: 3624 3304 75 150 0 3471 0
Current children cumulated CPU time (s) 818.47
Current children cumulated vsize (KiB) 36720

[startup+828.701 s]
/proc/loadavg: 2.06 2.06 1.79 3/86 13257
/proc/meminfo: memFree=1204088/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=14496 CPUtime=820.15
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 3321 0 0 0 82012 3 0 0 25 0 1 0 18600932 14843904 3307 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/13213/statm: 3624 3307 75 150 0 3471 0
Current children cumulated CPU time (s) 821.67
Current children cumulated vsize (KiB) 36720

[startup+831.901 s]
/proc/loadavg: 2.06 2.06 1.79 4/86 13257
/proc/meminfo: memFree=1204024/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=14496 CPUtime=823.35
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 3323 0 0 0 82332 3 0 0 25 0 1 0 18600932 14843904 3309 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13213/statm: 3624 3309 75 150 0 3471 0
Current children cumulated CPU time (s) 824.87
Current children cumulated vsize (KiB) 36720

[startup+832.707 s]
/proc/loadavg: 2.06 2.06 1.79 3/86 13257
/proc/meminfo: memFree=1204024/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=14496 CPUtime=824.15
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 3323 0 0 0 82412 3 0 0 25 0 1 0 18600932 14843904 3309 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 0 0 0
/proc/13213/statm: 3624 3309 75 150 0 3471 0
Current children cumulated CPU time (s) 825.67
Current children cumulated vsize (KiB) 36720

[startup+833.502 s]
/proc/loadavg: 2.06 2.06 1.79 3/86 13257
/proc/meminfo: memFree=1204024/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=1.52
/proc/13189/stat : 13189 (sugar) S 13187 13189 12843 0 -1 4194304 1376 11948 0 2 5 1 137 9 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
[pid=13212] ppid=13189 vsize=5356 CPUtime=0
/proc/13212/stat : 13212 (sh) S 13189 13189 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18600931 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13212/statm: 1339 232 193 169 0 50 0
[pid=13213] ppid=13212 vsize=14496 CPUtime=824.95
/proc/13213/stat : 13213 (minisat) R 13212 13189 12843 0 -1 4194304 3323 0 0 0 82492 3 0 0 25 0 1 0 18600932 14843904 3309 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/13213/statm: 3624 3309 75 150 0 3471 0
Current children cumulated CPU time (s) 826.47
Current children cumulated vsize (KiB) 36720

[startup+833.902 s]
/proc/loadavg: 2.06 2.06 1.79 3/86 13257
/proc/meminfo: memFree=1204024/2055920 swapFree=4192812/4192956
[pid=13189] ppid=13187 vsize=16868 CPUtime=826.77
/proc/13189/stat : 13189 (sugar) R 13187 13189 12843 0 -1 4194304 1449 15565 0 2 5 1 82658 13 16 0 1 0 18600770 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264539578821 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13189/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 826.77
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 833.96
CPU time (s): 826.919
CPU user time (s): 826.746
CPU system time (s): 0.172973
CPU usage (%): 99.1557
Max. virtual memory (cumulated for all children) (KiB): 886664

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

runsolver used 1.06884 second user time and 2.73758 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-11 15:31:35
IDJOB=2057805
IDBENCH=53413
IDSOLVER=739
FILE ID=node40/2057805-1247319095
PBS_JOBID= 9506548
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-8_ext.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-2057805-1247319095/watcher-2057805-1247319095 -o /tmp/evaluation-result-2057805-1247319095/solver-2057805-1247319095 -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-2057805-1247319095.xml

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

MD5SUM BENCH= 4bffe1c84c3ac08270f47caf386cacb7
RANDOM SEED=1208543214

node40.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.213
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.213
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:       1180680 kB
Buffers:         36916 kB
Cached:         689528 kB
SwapCached:          0 kB
Active:         150140 kB
Inactive:       655376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          97188 kB
Slab:            54648 kB
Committed_AS:   891104 kB
PageTables:       2000 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66228 MiB
End job on node40 at 2009-07-11 15:45:29