Trace number 2057816

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 839.005 846.915

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-7_ext.xml
MD5SUM54a98534709cc8808fa1d77c18bb50ae
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.042992
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:35:56 2009
0.00/0.08	c 0	PID 10943
0.00/0.08	c 0	HOST node14.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2057816-1247319356.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-2057816-1247319356.xml' 'HOME/temp.csp'
0.06/0.48	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.06/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	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.59	c 1	Parsing HOME/temp.csp
0.45/0.67	c 1	parsed 1385 expressions
0.45/0.68	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.68	c 1	Converting to clausal form CSP
0.45/0.71	c 1	converted 139 (10%) expressions
0.45/0.73	c 1	converted 277 (20%) expressions
0.45/0.75	c 1	converted 416 (30%) expressions
0.45/0.77	c 1	converted 554 (40%) expressions
0.45/0.80	c 1	converted 693 (50%) expressions
0.45/0.82	c 1	converted 831 (60%) expressions
0.45/0.88	c 1	converted 970 (70%) expressions
0.45/0.91	c 1	converted 1108 (80%) expressions
0.45/0.92	c 1	converted 1247 (90%) expressions
0.45/0.94	c 1	converted 1385 (100%) expressions
0.45/0.94	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.94	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.94	c 1	Propagation in CSP
0.45/0.94	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.45/0.95	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.95	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.95	c 1	Simplifing CSP by introducing new Boolean variables
0.45/0.95	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.95	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/1.01	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.45/1.02	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
0.45/1.03	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
0.45/1.03	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
0.45/1.03	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
0.45/1.03	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
0.45/1.03	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
0.45/1.04	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
0.45/1.04	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
0.45/1.04	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
0.45/1.04	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
0.45/1.09	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.02/1.13	c 2	253 (20%) CSP clauses are encoded (4192 clauses, 60550 bytes)
1.02/1.16	c 2	379 (30%) CSP clauses are encoded (5874 clauses, 92611 bytes)
1.02/1.19	c 2	505 (40%) CSP clauses are encoded (7510 clauses, 123461 bytes)
1.12/1.22	c 2	631 (50%) CSP clauses are encoded (9098 clauses, 153425 bytes)
1.12/1.25	c 2	757 (60%) CSP clauses are encoded (10734 clauses, 184537 bytes)
1.12/1.28	c 2	883 (70%) CSP clauses are encoded (12300 clauses, 213706 bytes)
1.21/1.31	c 2	1009 (80%) CSP clauses are encoded (13936 clauses, 245233 bytes)
1.21/1.33	c 2	1135 (90%) CSP clauses are encoded (15672 clauses, 280228 bytes)
1.21/1.36	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317595 bytes)
1.21/1.36	c 2	1261 CSP clauses encoded
1.21/1.36	c 2	Writing map file : HOME/temp.map
1.21/1.37	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.37	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317595 bytes
1.21/1.37	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.41	c 2	SOLVING HOME/temp.cnf
1.28/1.41	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.28/1.41	c 2	This is MiniSat 2.0 beta
1.28/1.41	c 2	WARNING: for repeatability, setting FPU to use double precision
1.28/1.41	c 2	============================[ Problem Statistics ]=============================
1.28/1.41	c 2	|                                                                             |
1.28/1.41	c 2	|  Number of variables:  1990                                                 |
1.28/1.41	c 2	|  Number of clauses:    17532                                                |
1.28/1.42	c 2	|  Parsing time:         0.01         s                                       |
1.28/1.42	c 2	============================[ Search Statistics ]==============================
1.28/1.42	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.28/1.42	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.28/1.42	c 2	===============================================================================
1.28/1.42	c 2	|         0 |    1888    15423    50626 |     5141        0    nan |  0.000 % |
1.28/1.43	c 2	|       100 |    1888    15423    50626 |     5655      100     10 |  5.127 % |
1.28/1.43	c 2	|       250 |    1888    15423    50626 |     6220      250     11 |  5.128 % |
1.28/1.44	c 2	|       475 |    1888    15423    50626 |     6842      475     10 |  5.127 % |
1.28/1.46	c 2	|       812 |    1888    15423    50626 |     7526      812     12 |  5.127 % |
1.28/1.48	c 2	|      1318 |    1888    15423    50626 |     8279     1318     12 |  5.127 % |
1.30/1.53	c 2	|      2078 |    1884    15382    50538 |     9107     2076     14 |  5.328 % |
1.30/1.60	c 2	|      3217 |    1884    15382    50538 |    10018     3215     17 |  5.328 % |
1.30/1.71	c 2	|      4926 |    1884    15382    50538 |    11020     4924     19 |  5.328 % |
1.30/1.88	c 2	|      7488 |    1884    15382    50538 |    12122     7486     20 |  5.328 % |
1.30/2.17	c 3	|     11333 |    1879    15339    50446 |    13334    11329     19 |  5.580 % |
2.57/2.73	c 3	|     17099 |    1879    15339    50446 |    14667    10154     18 |  5.580 % |
3.35/3.53	c 4	|     25750 |    1879    15339    50446 |    16134    11218     18 |  5.580 % |
4.64/4.86	c 5	|     38725 |    1879    15339    50446 |    17748    15787     18 |  5.580 % |
6.62/6.84	c 7	|     58186 |    1879    15339    50446 |    19522    16942     17 |  5.580 % |
10.09/10.39	c 11	|     87378 |    1879    15339    50446 |    21475    16084     17 |  5.580 % |
15.93/16.25	c 17	|    131169 |    1879    15339    50446 |    23622    15703     22 |  5.580 % |
24.15/24.51	c 25	|    196854 |    1879    15339    50446 |    25985    21035     18 |  5.580 % |
37.93/38.40	c 39	|    295381 |    1877    15333    50433 |    28583    13554     16 |  5.680 % |
60.01/60.74	c 61	|    443170 |    1877    15333    50433 |    31441    24752     19 |  5.680 % |
96.66/97.78	c 98	|    664853 |    1876    15325    50412 |    34586    26544     18 |  5.730 % |
156.48/158.13	c 159	|    997378 |    1874    15314    50384 |    38044    33957     17 |  5.832 % |
245.63/248.12	c 249	|   1496167 |    1874    15314    50384 |    41849    27479     15 |  5.832 % |
393.69/397.62	c 398	|   2244349 |    1869    15272    50294 |    46034    27005     18 |  6.081 % |
632.01/638.27	c 639	|   3366624 |    1869    15272    50294 |    50637    20089     17 |  6.083 % |
838.77/846.78	c 847	===============================================================================
838.77/846.78	c 847	restarts              : 25
838.77/846.78	c 847	conflicts             : 4315752        (5153 /sec)
838.77/846.78	c 847	decisions             : 8010164        (1.43 % random) (9564 /sec)
838.77/846.78	c 847	propagations          : 391562580      (467541 /sec)
838.77/846.78	c 847	conflict literals     : 81558525       (30.12 % deleted)
838.77/846.78	c 847	Memory used           : 13.92 MB
838.77/846.78	c 847	CPU time              : 837.494 s
838.77/846.78	c 847	
838.77/846.78	c 847	UNSATISFIABLE
838.77/846.78	c 847	DECODING HOME/temp.out WITH HOME/temp.map
838.77/846.78	c 847	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'
838.87/846.87	c 847	Decoding HOME/temp.out
838.87/846.90	s UNSATISFIABLE
838.87/846.90	c 847	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
838.87/846.91	c 847	CPU 838.99 (0.06 0.01 838.75 0.17)
838.87/846.91	c 847	END Sat Jul 11 15:50:03 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-2057816-1247319356/watcher-2057816-1247319356 -o /tmp/evaluation-result-2057816-1247319356/solver-2057816-1247319356 -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-2057816-1247319356.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.91 1.95 1.57 4/81 10943
/proc/meminfo: memFree=1138704/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=12268 CPUtime=0
/proc/10943/stat : 10943 (sugar) R 10941 10943 10566 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19002577 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 212234631781 0 0 4224 0 0 0 0 17 1 0 0
/proc/10943/statm: 3067 316 241 3 0 167 0

[startup+0.105822 s]
/proc/loadavg: 1.91 1.95 1.57 4/81 10943
/proc/meminfo: memFree=1138704/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=0.06
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19002577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.20123 s]
/proc/loadavg: 1.91 1.95 1.57 4/81 10943
/proc/meminfo: memFree=1138704/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=0.06
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19002577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301243 s]
/proc/loadavg: 1.91 1.95 1.57 4/81 10943
/proc/meminfo: memFree=1138704/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=0.06
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19002577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701313 s]
/proc/loadavg: 1.91 1.95 1.57 4/81 10943
/proc/meminfo: memFree=1138704/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=0.45
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1309 4786 0 1 5 1 36 3 15 0 1 0 19002577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16868

[startup+1.50145 s]
/proc/loadavg: 1.91 1.95 1.57 3/92 10965
/proc/meminfo: memFree=1121336/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 16868

[startup+3.10234 s]
/proc/loadavg: 1.91 1.95 1.57 3/84 10967
/proc/meminfo: memFree=1132408/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 15 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=4352 CPUtime=1.67
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 818 0 0 0 167 0 0 0 25 0 1 0 19002718 4456448 804 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 1088 804 75 150 0 935 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 26576

[startup+6.30127 s]
/proc/loadavg: 1.92 1.95 1.57 3/84 10967
/proc/meminfo: memFree=1131320/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=4880 CPUtime=4.83
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 960 0 0 0 483 0 0 0 25 0 1 0 19002718 4997120 946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 1220 946 75 150 0 1067 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27104

[startup+12.7014 s]
/proc/loadavg: 1.93 1.95 1.57 3/84 10967
/proc/meminfo: memFree=1130680/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=5804 CPUtime=11.16
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 1181 0 0 0 1116 0 0 0 25 0 1 0 19002718 5943296 1167 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 1451 1167 75 150 0 1298 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28028

[startup+25.5016 s]
/proc/loadavg: 1.94 1.96 1.58 3/84 10967
/proc/meminfo: memFree=1129656/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=6468 CPUtime=23.84
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 1369 0 0 0 2384 0 0 0 25 0 1 0 19002718 6623232 1355 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 1617 1355 75 150 0 1464 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28692

[startup+51.102 s]
/proc/loadavg: 1.96 1.96 1.59 3/84 10967
/proc/meminfo: memFree=1128440/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=7824 CPUtime=49.2
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 1687 0 0 0 4919 1 0 0 25 0 1 0 19002718 8011776 1673 996147200 134512640 135127466 4294956256 18446744073709551615 134530831 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 1956 1673 75 150 0 1803 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 30048

[startup+102.302 s]
/proc/loadavg: 1.98 1.96 1.61 3/84 10967
/proc/meminfo: memFree=1127544/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=8624 CPUtime=99.92
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 1878 0 0 0 9991 1 0 0 25 0 1 0 19002718 8830976 1864 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 2156 1864 75 150 0 2003 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 30848

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.63 3/84 10967
/proc/meminfo: memFree=1126648/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=9432 CPUtime=159.34
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 2085 0 0 0 15933 1 0 0 25 0 1 0 19002718 9658368 2071 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 2358 2071 75 150 0 2205 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 31656

[startup+222.307 s]
/proc/loadavg: 1.99 1.97 1.65 3/84 10967
/proc/meminfo: memFree=1125880/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=9968 CPUtime=218.77
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 2232 0 0 0 21875 2 0 0 25 0 1 0 19002718 10207232 2218 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 2492 2218 75 150 0 2339 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 32192

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.67 3/84 10967
/proc/meminfo: memFree=1125496/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=10464 CPUtime=278.2
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 2336 0 0 0 27818 2 0 0 25 0 1 0 19002718 10715136 2322 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 2616 2322 75 150 0 2463 0
Current children cumulated CPU time (s) 279.5
Current children cumulated vsize (KiB) 32688

[startup+342.302 s]

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


[startup+642.302 s]
/proc/loadavg: 2.00 1.99 1.76 3/84 10967
/proc/meminfo: memFree=1122872/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=13172 CPUtime=634.78
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 2993 0 0 0 63474 4 0 0 25 0 1 0 19002718 13488128 2979 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 3293 2979 75 150 0 3140 0
Current children cumulated CPU time (s) 636.08
Current children cumulated vsize (KiB) 35396

[startup+702.302 s]
/proc/loadavg: 2.00 1.99 1.77 3/84 10967
/proc/meminfo: memFree=1122552/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=13444 CPUtime=694.19
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 3071 0 0 0 69415 4 0 0 25 0 1 0 19002718 13766656 3057 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 3361 3057 75 150 0 3208 0
Current children cumulated CPU time (s) 695.49
Current children cumulated vsize (KiB) 35668

[startup+762.301 s]
/proc/loadavg: 2.00 1.99 1.79 3/84 10967
/proc/meminfo: memFree=1122104/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=13852 CPUtime=753.63
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 3169 0 0 0 75359 4 0 0 25 0 1 0 19002718 14184448 3155 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/10967/statm: 3463 3155 75 150 0 3310 0
Current children cumulated CPU time (s) 754.93
Current children cumulated vsize (KiB) 36076

[startup+822.303 s]
/proc/loadavg: 1.92 1.97 1.79 2/70 10986
/proc/meminfo: memFree=1140840/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=14248 CPUtime=813.08
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 3267 0 0 0 81303 5 0 0 25 0 1 0 19002718 14589952 3253 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10967/statm: 3562 3253 75 150 0 3409 0
Current children cumulated CPU time (s) 814.38
Current children cumulated vsize (KiB) 36472

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

[startup+832.001 s]
/proc/loadavg: 1.78 1.94 1.78 2/70 10986
/proc/meminfo: memFree=1140976/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=14248 CPUtime=822.77
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 3273 0 0 0 82272 5 0 0 25 0 1 0 19002718 14589952 3259 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10967/statm: 3562 3259 75 150 0 3409 0
Current children cumulated CPU time (s) 824.07
Current children cumulated vsize (KiB) 36472

[startup+838.401 s]
/proc/loadavg: 1.72 1.92 1.78 3/84 11010
/proc/meminfo: memFree=1116792/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=14248 CPUtime=829.17
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 3275 0 0 0 82911 6 0 0 25 0 1 0 19002718 14589952 3261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10967/statm: 3562 3261 75 150 0 3409 0
Current children cumulated CPU time (s) 830.47
Current children cumulated vsize (KiB) 36472

[startup+841.607 s]
/proc/loadavg: 1.66 1.91 1.77 2/70 11028
/proc/meminfo: memFree=1140784/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=14248 CPUtime=832.37
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 3275 0 0 0 83231 6 0 0 25 0 1 0 19002718 14589952 3261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10967/statm: 3562 3261 75 150 0 3409 0
Current children cumulated CPU time (s) 833.67
Current children cumulated vsize (KiB) 36472

[startup+844.802 s]
/proc/loadavg: 1.61 1.89 1.77 2/70 11028
/proc/meminfo: memFree=1140784/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=14248 CPUtime=835.57
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 3275 0 0 0 83551 6 0 0 25 0 1 0 19002718 14589952 3261 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/10967/statm: 3562 3261 75 150 0 3409 0
Current children cumulated CPU time (s) 836.87
Current children cumulated vsize (KiB) 36472

[startup+845.602 s]
/proc/loadavg: 1.61 1.89 1.77 2/70 11028
/proc/meminfo: memFree=1140784/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=14248 CPUtime=836.37
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 3275 0 0 0 83631 6 0 0 25 0 1 0 19002718 14589952 3261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10967/statm: 3562 3261 75 150 0 3409 0
Current children cumulated CPU time (s) 837.67
Current children cumulated vsize (KiB) 36472

[startup+846.402 s]
/proc/loadavg: 1.61 1.89 1.77 2/70 11028
/proc/meminfo: memFree=1140784/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=1.3
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1376 11948 0 2 6 1 115 8 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
[pid=10966] ppid=10943 vsize=5356 CPUtime=0
/proc/10966/stat : 10966 (sh) S 10943 10943 10566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19002718 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10966/statm: 1339 232 193 169 0 50 0
[pid=10967] ppid=10966 vsize=14248 CPUtime=837.17
/proc/10967/stat : 10967 (minisat) R 10966 10943 10566 0 -1 4194304 3275 0 0 0 83711 6 0 0 25 0 1 0 19002718 14589952 3261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10967/statm: 3562 3261 75 150 0 3409 0
Current children cumulated CPU time (s) 838.47
Current children cumulated vsize (KiB) 36472

[startup+846.802 s]
/proc/loadavg: 1.61 1.89 1.77 2/70 11028
/proc/meminfo: memFree=1140784/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=838.87
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1430 15517 0 2 6 1 83865 15 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 838.87
Current children cumulated vsize (KiB) 16868

[startup+846.902 s]
/proc/loadavg: 1.61 1.89 1.77 2/70 11028
/proc/meminfo: memFree=1140784/2055920 swapFree=4192956/4192956
[pid=10943] ppid=10941 vsize=16868 CPUtime=838.87
/proc/10943/stat : 10943 (sugar) S 10941 10943 10566 0 -1 4194304 1449 15517 0 2 6 1 83865 15 16 0 1 0 19002577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10943/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 838.87
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 846.915
CPU time (s): 839.005
CPU user time (s): 838.813
CPU system time (s): 0.19197
CPU usage (%): 99.066
Max. virtual memory (cumulated for all children) (KiB): 886664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 838.813
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20811
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= 1819
involuntary context switches= 32177

runsolver used 1.06784 second user time and 2.82857 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-11 15:35:56
IDJOB=2057816
IDBENCH=53414
IDSOLVER=739
FILE ID=node14/2057816-1247319356
PBS_JOBID= 9506600
Free space on /tmp= 66496 MiB

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

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

MD5SUM BENCH= 54a98534709cc8808fa1d77c18bb50ae
RANDOM SEED=1684930379

node14.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.265
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.265
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:       1139184 kB
Buffers:         54160 kB
Cached:         777616 kB
SwapCached:          0 kB
Active:         342516 kB
Inactive:       522428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1139184 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          53572 kB
Slab:            36820 kB
Committed_AS:   169540 kB
PageTables:       1936 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= 66496 MiB
End job on node14 at 2009-07-11 15:50:03