Trace number 2057926

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 1516.29 1525.38

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-6_ext.xml
MD5SUMaf2dd67f554ccb414c36ace983bcfa66
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.045992
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:43:42 2009
0.00/0.08	c 0	PID 11485
0.06/0.08	c 0	HOST node71.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2057926-1247319822.xml TO HOME/temp.csp
0.06/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-2057926-1247319822.xml' 'HOME/temp.csp'
0.06/0.47	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.06/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.52	c 0	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.60	c 1	Parsing HOME/temp.csp
0.45/0.68	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.74	c 1	converted 277 (20%) expressions
0.45/0.76	c 1	converted 416 (30%) expressions
0.45/0.78	c 1	converted 554 (40%) expressions
0.45/0.81	c 1	converted 693 (50%) expressions
0.45/0.83	c 1	converted 831 (60%) expressions
0.45/0.89	c 1	converted 970 (70%) expressions
0.45/0.92	c 1	converted 1108 (80%) expressions
0.45/0.94	c 1	converted 1247 (90%) expressions
0.45/0.95	c 1	converted 1385 (100%) expressions
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	Propagation in CSP
0.45/0.96	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.45/0.96	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.96	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.96	c 1	Simplifing CSP by introducing new Boolean variables
0.45/0.96	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.96	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.04	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
0.91/1.05	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
0.91/1.05	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
0.91/1.05	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
0.91/1.05	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
0.91/1.05	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
0.91/1.06	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
0.91/1.06	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
0.91/1.06	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
0.91/1.06	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.00/1.12	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.00/1.15	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60548 bytes)
1.00/1.18	c 1	379 (30%) CSP clauses are encoded (5850 clauses, 92247 bytes)
1.09/1.21	c 1	505 (40%) CSP clauses are encoded (7510 clauses, 123434 bytes)
1.09/1.23	c 1	631 (50%) CSP clauses are encoded (9098 clauses, 153268 bytes)
1.09/1.27	c 1	757 (60%) CSP clauses are encoded (10758 clauses, 184908 bytes)
1.20/1.30	c 1	883 (70%) CSP clauses are encoded (12280 clauses, 213372 bytes)
1.20/1.33	c 1	1009 (80%) CSP clauses are encoded (13984 clauses, 246028 bytes)
1.20/1.35	c 1	1135 (90%) CSP clauses are encoded (15720 clauses, 281005 bytes)
1.20/1.38	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317514 bytes)
1.20/1.38	c 1	1261 CSP clauses encoded
1.20/1.38	c 1	Writing map file : HOME/temp.map
1.20/1.38	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.38	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317514 bytes
1.20/1.38	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.42	c 1	SOLVING HOME/temp.cnf
1.28/1.42	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.28/1.42	c 1	This is MiniSat 2.0 beta
1.28/1.42	c 1	WARNING: for repeatability, setting FPU to use double precision
1.28/1.42	c 1	============================[ Problem Statistics ]=============================
1.28/1.42	c 1	|                                                                             |
1.28/1.42	c 1	|  Number of variables:  1990                                                 |
1.28/1.42	c 1	|  Number of clauses:    17532                                                |
1.28/1.43	c 1	|  Parsing time:         0.01         s                                       |
1.28/1.43	c 1	============================[ Search Statistics ]==============================
1.28/1.43	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.28/1.43	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.28/1.43	c 1	===============================================================================
1.28/1.43	c 1	|         0 |    1888    15423    50628 |     5141        0    nan |  0.000 % |
1.28/1.44	c 1	|       100 |    1888    15423    50628 |     5655      100     10 |  5.127 % |
1.28/1.44	c 1	|       250 |    1888    15423    50628 |     6220      250     10 |  5.128 % |
1.28/1.45	c 1	|       475 |    1888    15423    50628 |     6842      475     14 |  5.127 % |
1.28/1.47	c 1	|       813 |    1887    15423    50628 |     7526      812     13 |  5.328 % |
1.28/1.49	c 1	|      1319 |    1881    15382    50540 |     8279     1316     15 |  5.580 % |
1.30/1.53	c 1	|      2078 |    1881    15382    50540 |     9107     2075     15 |  5.580 % |
1.30/1.60	c 2	|      3217 |    1879    15339    50448 |    10018     3213     17 |  5.580 % |
1.30/1.72	c 2	|      4925 |    1879    15339    50448 |    11020     4921     21 |  5.580 % |
1.30/1.89	c 2	|      7487 |    1879    15339    50448 |    12122     7483     20 |  5.580 % |
2.06/2.22	c 2	|     11331 |    1879    15339    50448 |    13334    11327     21 |  5.579 % |
2.55/2.73	c 3	|     17097 |    1879    15339    50448 |    14667    10094     20 |  5.580 % |
3.34/3.57	c 4	|     25746 |    1879    15339    50448 |    16134    11087     24 |  5.580 % |
4.83/5.06	c 5	|     38720 |    1879    15339    50448 |    17748    15677     22 |  5.580 % |
6.81/7.07	c 7	|     58181 |    1879    15339    50448 |    19522    16711     19 |  5.580 % |
10.67/10.99	c 11	|     87373 |    1879    15339    50448 |    21475    15850     17 |  5.581 % |
16.14/16.45	c 16	|    131162 |    1879    15339    50448 |    23622    15490     18 |  5.582 % |
25.54/25.92	c 26	|    196846 |    1879    15339    50448 |    25985    20716     19 |  5.580 % |
39.11/39.69	c 40	|    295372 |    1879    15339    50448 |    28583    25909     20 |  5.580 % |
63.57/64.34	c 64	|    443161 |    1879    15339    50448 |    31441    25431     17 |  5.581 % |
99.94/101.03	c 101	|    664844 |    1879    15339    50448 |    34586    23109     15 |  5.582 % |
154.02/155.64	c 156	|    997369 |    1877    15328    50420 |    38044    34131     15 |  5.681 % |
249.22/251.75	c 252	|   1496157 |    1872    15286    50330 |    41849    21861     18 |  5.931 % |
399.10/403.06	c 403	|   2244339 |    1867    15245    50242 |    46034    27566     20 |  6.183 % |
657.54/663.97	c 664	|   3366613 |    1864    15231    50208 |    50637    18531     17 |  6.333 % |
1044.72/1053.57	c 1054	|   5050024 |    1854    15147    49970 |    55701    44278     16 |  6.836 % |
1516.14/1525.20	c 1525	===============================================================================
1516.14/1525.20	c 1525	restarts              : 26
1516.14/1525.20	c 1525	conflicts             : 6898548        (4554 /sec)
1516.14/1525.20	c 1525	decisions             : 12774157       (1.44 % random) (8433 /sec)
1516.14/1525.20	c 1525	propagations          : 632279475      (417411 /sec)
1516.14/1525.20	c 1525	conflict literals     : 132125744      (30.92 % deleted)
1516.14/1525.20	c 1525	Memory used           : 15.97 MB
1516.14/1525.20	c 1525	CPU time              : 1514.76 s
1516.14/1525.20	c 1525	
1516.14/1525.20	c 1525	UNSATISFIABLE
1516.14/1525.20	c 1525	DECODING HOME/temp.out WITH HOME/temp.map
1516.14/1525.20	c 1525	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'
1516.14/1525.28	c 1525	Decoding HOME/temp.out
1516.16/1525.31	s UNSATISFIABLE
1516.16/1525.33	c 1525	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1516.16/1525.37	c 1525	CPU 1516.28 (0.06 0.02 1516.02 0.18)
1516.16/1525.37	c 1525	END Sat Jul 11 16:09:07 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-2057926-1247319822/watcher-2057926-1247319822 -o /tmp/evaluation-result-2057926-1247319822/solver-2057926-1247319822 -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-2057926-1247319822.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.04 2.01 1.72 4/74 11485
/proc/meminfo: memFree=938856/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=12268 CPUtime=0
/proc/11485/stat : 11485 (sugar) R 11483 11485 11163 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19044767 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11485/statm: 3067 316 241 3 0 167 0

[startup+0.0829049 s]
/proc/loadavg: 2.04 2.01 1.72 4/74 11485
/proc/meminfo: memFree=938856/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16740 CPUtime=0.06
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19044767 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102761 s]
/proc/loadavg: 2.04 2.01 1.72 4/74 11485
/proc/meminfo: memFree=938856/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=0.06
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19044767 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302661 s]
/proc/loadavg: 2.04 2.01 1.72 4/74 11485
/proc/meminfo: memFree=938856/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=0.06
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19044767 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701724 s]
/proc/loadavg: 2.04 2.01 1.72 4/74 11485
/proc/meminfo: memFree=938856/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=0.45
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1309 4784 0 1 5 2 34 4 16 0 1 0 19044767 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16868

[startup+1.50182 s]
/proc/loadavg: 2.12 2.03 1.73 4/85 11507
/proc/meminfo: memFree=922064/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.3
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 5 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 16868

[startup+3.10104 s]
/proc/loadavg: 2.12 2.03 1.73 3/77 11509
/proc/meminfo: memFree=932560/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.3
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 5 2 115 8 15 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=4504 CPUtime=1.65
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 859 0 0 0 165 0 0 0 25 0 1 0 19044909 4612096 845 996147200 134512640 135127466 4294956256 18446744073709551615 134527033 0 0 4096 3 0 0 0 17 1 0 0
/proc/11509/statm: 1126 845 75 150 0 973 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26728

[startup+6.30147 s]
/proc/loadavg: 2.12 2.03 1.73 3/77 11509
/proc/meminfo: memFree=931024/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.3
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 5 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=5164 CPUtime=4.82
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 1030 0 0 0 482 0 0 0 25 0 1 0 19044909 5287936 1016 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11509/statm: 1291 1016 75 150 0 1138 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27388

[startup+12.7013 s]
/proc/loadavg: 2.10 2.03 1.73 3/77 11509
/proc/meminfo: memFree=930384/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=5564 CPUtime=11.16
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 1130 0 0 0 1115 1 0 0 25 0 1 0 19044909 5697536 1116 996147200 134512640 135127466 4294956256 18446744073709551615 134521750 0 0 4096 3 0 0 0 17 1 0 0
/proc/11509/statm: 1391 1116 75 150 0 1238 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 27788

[startup+25.5021 s]
/proc/loadavg: 2.08 2.03 1.73 3/77 11509
/proc/meminfo: memFree=929552/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=6364 CPUtime=23.83
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 1340 0 0 0 2382 1 0 0 25 0 1 0 19044909 6516736 1326 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11509/statm: 1591 1326 75 150 0 1438 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28588

[startup+51.1025 s]
/proc/loadavg: 2.06 2.02 1.74 3/77 11509
/proc/meminfo: memFree=927952/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=7596 CPUtime=49.19
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 1619 0 0 0 4918 1 0 0 25 0 1 0 19044909 7778304 1605 996147200 134512640 135127466 4294956256 18446744073709551615 134527976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11509/statm: 1899 1605 75 150 0 1746 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 29820

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 1.75 3/77 11509
/proc/meminfo: memFree=926032/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=8412 CPUtime=99.92
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 1813 0 0 0 9990 2 0 0 25 0 1 0 19044909 8613888 1799 996147200 134512640 135127466 4294956256 18446744073709551615 134527257 0 0 4096 3 0 0 0 17 1 0 0
/proc/11509/statm: 2103 1799 75 150 0 1950 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 30636

[startup+162.303 s]
/proc/loadavg: 2.01 2.01 1.76 3/77 11509
/proc/meminfo: memFree=924560/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=9492 CPUtime=159.35
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 2086 0 0 0 15933 2 0 0 25 0 1 0 19044909 9719808 2072 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/11509/statm: 2373 2072 75 150 0 2220 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 31716

[startup+222.303 s]
/proc/loadavg: 2.00 2.01 1.77 3/77 11509
/proc/meminfo: memFree=923280/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=9900 CPUtime=218.78
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 2211 0 0 0 21876 2 0 0 25 0 1 0 19044909 10137600 2197 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11509/statm: 2475 2197 75 150 0 2322 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 32124

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 1.78 3/77 11509
/proc/meminfo: memFree=921552/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=10908 CPUtime=278.22
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 2414 0 0 0 27820 2 0 0 25 0 1 0 19044909 11169792 2400 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11509/statm: 2727 2400 75 150 0 2574 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 33132

[startup+342.303 s]

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

/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16188 CPUtime=1292.12
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3731 0 0 0 129206 6 0 0 25 0 1 0 19044909 16576512 3717 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4047 3717 75 150 0 3894 0
Current children cumulated CPU time (s) 1293.43
Current children cumulated vsize (KiB) 38412

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 11606
/proc/meminfo: memFree=810440/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16188 CPUtime=1351.99
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3763 0 0 0 135193 6 0 0 25 0 1 0 19044909 16576512 3749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4047 3749 75 150 0 3894 0
Current children cumulated CPU time (s) 1353.3
Current children cumulated vsize (KiB) 38412

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 11606
/proc/meminfo: memFree=810376/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16348 CPUtime=1411.97
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3778 0 0 0 141191 6 0 0 25 0 1 0 19044909 16740352 3764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1413.28
Current children cumulated vsize (KiB) 38572

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/87 11606
/proc/meminfo: memFree=810312/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16348 CPUtime=1471.95
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3778 0 0 0 147188 7 0 0 25 0 1 0 19044909 16740352 3764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1473.26
Current children cumulated vsize (KiB) 38572

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

[startup+1484.7 s]
/proc/loadavg: 2.04 2.01 1.91 3/87 11606
/proc/meminfo: memFree=810312/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16348 CPUtime=1474.35
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3778 0 0 0 147428 7 0 0 25 0 1 0 19044909 16740352 3764 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1475.66
Current children cumulated vsize (KiB) 38572

[startup+1510.31 s]
/proc/loadavg: 2.03 2.01 1.91 3/87 11606
/proc/meminfo: memFree=810312/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16348 CPUtime=1499.94
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3778 0 0 0 149987 7 0 0 25 0 1 0 19044909 16740352 3764 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1501.25
Current children cumulated vsize (KiB) 38572

[startup+1516.7 s]
/proc/loadavg: 2.02 2.01 1.91 3/87 11606
/proc/meminfo: memFree=810312/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16348 CPUtime=1506.33
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3778 0 0 0 150626 7 0 0 25 0 1 0 19044909 16740352 3764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1507.64
Current children cumulated vsize (KiB) 38572

[startup+1519.9 s]
/proc/loadavg: 2.02 2.01 1.91 3/87 11606
/proc/meminfo: memFree=810312/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16348 CPUtime=1509.53
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3778 0 0 0 150946 7 0 0 25 0 1 0 19044909 16740352 3764 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1510.84
Current children cumulated vsize (KiB) 38572

[startup+1523.1 s]
/proc/loadavg: 2.02 2.01 1.91 3/87 11606
/proc/meminfo: memFree=810312/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16348 CPUtime=1512.73
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3778 0 0 0 151266 7 0 0 25 0 1 0 19044909 16740352 3764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1514.04
Current children cumulated vsize (KiB) 38572

[startup+1524.7 s]
/proc/loadavg: 2.02 2.01 1.91 3/87 11606
/proc/meminfo: memFree=810312/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16348 CPUtime=1514.33
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3778 0 0 0 151426 7 0 0 25 0 1 0 19044909 16740352 3764 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1515.64
Current children cumulated vsize (KiB) 38572

[startup+1525.1 s]
/proc/loadavg: 2.02 2.01 1.91 3/87 11606
/proc/meminfo: memFree=810312/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1.31
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1376 11946 0 2 6 2 115 8 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
[pid=11508] ppid=11485 vsize=5356 CPUtime=0
/proc/11508/stat : 11508 (sh) S 11485 11485 11163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19044909 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11508/statm: 1339 232 193 169 0 50 0
[pid=11509] ppid=11508 vsize=16348 CPUtime=1514.73
/proc/11509/stat : 11509 (minisat) R 11508 11485 11163 0 -1 4194304 3778 0 0 0 151466 7 0 0 25 0 1 0 19044909 16740352 3764 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11509/statm: 4087 3764 75 150 0 3934 0
Current children cumulated CPU time (s) 1516.04
Current children cumulated vsize (KiB) 38572

[startup+1525.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/87 11606
/proc/meminfo: memFree=810312/2055920 swapFree=4192952/4192956
[pid=11485] ppid=11483 vsize=16868 CPUtime=1516.16
/proc/11485/stat : 11485 (sugar) S 11483 11485 11163 0 -1 4194304 1448 16018 0 2 6 2 151592 16 16 0 1 0 19044767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11485/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1516.16
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1525.38
CPU time (s): 1516.29
CPU user time (s): 1516.08
CPU system time (s): 0.208968
CPU usage (%): 99.4046
Max. virtual memory (cumulated for all children) (KiB): 886664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1516.08
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21303
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= 1971
involuntary context switches= 23814

runsolver used 1.68974 second user time and 5.2532 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-11 15:43:42
IDJOB=2057926
IDBENCH=53424
IDSOLVER=739
FILE ID=node71/2057926-1247319822
PBS_JOBID= 9506490
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= af2dd67f554ccb414c36ace983bcfa66
RANDOM SEED=1655756059

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:        939400 kB
Buffers:         45248 kB
Cached:         993584 kB
SwapCached:          4 kB
Active:         140364 kB
Inactive:       924076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        939400 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:          36828 kB
Slab:            37392 kB
Committed_AS:   145060 kB
PageTables:       1896 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= 66380 MiB
End job on node71 at 2009-07-11 16:09:07