Trace number 1035886

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 763.982 766.386

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-4_ext.xml
MD5SUMd735a89844d9b44014d09d77c6eb30f0
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.041992
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 01:18:28 2008
0.00/0.04	c 0	PID 21268
0.00/0.05	c 0	HOST node31.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035886-1214954307.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035886-1214954307.xml' 'HOME/temp.csp'
0.03/0.66	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.63/0.76	c 0	Parsing HOME/temp.csp
0.63/0.92	c 0	parsed 1385 expressions
0.63/0.93	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/0.93	c 0	Converting to clausal form CSP
0.63/0.96	c 0	converted 139 (10%) expressions
0.63/0.98	c 0	converted 277 (20%) expressions
0.63/1.00	c 1	converted 416 (30%) expressions
0.63/1.03	c 1	converted 554 (40%) expressions
0.63/1.05	c 1	converted 693 (50%) expressions
0.63/1.07	c 1	converted 831 (60%) expressions
1.03/1.15	c 1	converted 970 (70%) expressions
1.03/1.17	c 1	converted 1108 (80%) expressions
1.03/1.19	c 1	converted 1247 (90%) expressions
1.03/1.20	c 1	converted 1385 (100%) expressions
1.13/1.20	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.13/1.20	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.20	c 1	Propagation in CSP
1.13/1.27	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.27	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.13/1.27	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.27	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.27	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.13/1.27	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.34	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.22/1.34	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.22/1.35	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.22/1.35	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.22/1.35	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.22/1.35	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.22/1.35	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.22/1.35	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.22/1.35	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.22/1.35	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.32/1.41	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.32/1.44	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60405 bytes)
1.32/1.47	c 1	379 (30%) CSP clauses are encoded (5898 clauses, 92973 bytes)
1.42/1.50	c 1	505 (40%) CSP clauses are encoded (7510 clauses, 123409 bytes)
1.42/1.53	c 1	631 (50%) CSP clauses are encoded (9098 clauses, 153201 bytes)
1.42/1.57	c 1	757 (60%) CSP clauses are encoded (10758 clauses, 184868 bytes)
1.52/1.60	c 1	883 (70%) CSP clauses are encoded (12280 clauses, 213295 bytes)
1.52/1.63	c 1	1009 (80%) CSP clauses are encoded (13936 clauses, 245160 bytes)
1.52/1.65	c 1	1135 (90%) CSP clauses are encoded (15696 clauses, 280557 bytes)
1.52/1.68	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317495 bytes)
1.52/1.68	c 1	1261 CSP clauses encoded
1.52/1.68	c 1	Writing map file : HOME/temp.map
1.52/1.68	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.68	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317495 bytes
1.52/1.68	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.73	c 1	SOLVING HOME/temp.cnf
1.60/1.73	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.60/1.73	c 1	This is MiniSat 2.0 beta
1.60/1.73	c 1	WARNING: for repeatability, setting FPU to use double precision
1.60/1.73	c 1	============================[ Problem Statistics ]=============================
1.60/1.73	c 1	|                                                                             |
1.60/1.74	c 1	|  Number of variables:  1990                                                 |
1.60/1.74	c 1	|  Number of clauses:    17532                                                |
1.60/1.75	c 1	|  Parsing time:         0.01         s                                       |
1.60/1.75	c 1	============================[ Search Statistics ]==============================
1.60/1.75	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.60/1.75	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.60/1.75	c 1	===============================================================================
1.60/1.75	c 1	|         0 |    1888    15423    50626 |     5141        0    nan |  0.000 % |
1.60/1.75	c 1	|       100 |    1888    15423    50626 |     5655      100     10 |  5.127 % |
1.60/1.76	c 1	|       250 |    1888    15423    50626 |     6220      250      9 |  5.128 % |
1.60/1.77	c 1	|       475 |    1888    15423    50626 |     6842      475     12 |  5.127 % |
1.60/1.79	c 1	|       812 |    1888    15423    50626 |     7526      812     12 |  5.127 % |
1.62/1.82	c 1	|      1318 |    1888    15423    50626 |     8279     1318     16 |  5.127 % |
1.62/1.86	c 1	|      2077 |    1888    15423    50626 |     9107     2077     16 |  5.127 % |
1.62/1.93	c 1	|      3217 |    1888    15423    50626 |    10018     3217     17 |  5.127 % |
1.62/2.05	c 2	|      4925 |    1884    15382    50538 |    11020     4923     20 |  5.328 % |
2.07/2.25	c 2	|      7489 |    1884    15382    50538 |    12122     7487     21 |  5.328 % |
2.36/2.51	c 2	|     11333 |    1884    15382    50538 |    13334    11331     20 |  5.329 % |
2.86/3.06	c 3	|     17100 |    1884    15382    50538 |    14667    10119     20 |  5.328 % |
3.65/3.84	c 3	|     25751 |    1884    15382    50538 |    16134    11128     23 |  5.328 % |
5.04/5.23	c 5	|     38726 |    1884    15382    50538 |    17748    15797     21 |  5.328 % |
7.12/7.35	c 7	|     58188 |    1884    15382    50538 |    19522    16819     19 |  5.330 % |
10.68/10.91	c 10	|     87381 |    1884    15382    50538 |    21475    15874     20 |  5.328 % |
16.03/16.30	c 16	|    131171 |    1884    15382    50538 |    23622    15618     15 |  5.330 % |
24.05/24.49	c 24	|    196855 |    1879    15339    50446 |    25985    20942     18 |  5.581 % |
37.72/38.25	c 38	|    295382 |    1879    15339    50446 |    28583    13331     16 |  5.580 % |
59.81/60.52	c 60	|    443171 |    1879    15339    50446 |    31441    27014     15 |  5.581 % |
98.06/99.13	c 99	|    664854 |    1879    15339    50446 |    34586    24776     21 |  5.580 % |
153.54/155.14	c 155	|    997381 |    1879    15339    50446 |    38044    31643     17 |  5.580 % |
244.69/246.96	c 246	|   1496170 |    1879    15339    50446 |    41849    21768     17 |  5.580 % |
380.24/382.56	c 382	|   2244354 |    1876    15325    50412 |    46034    27271     17 |  5.730 % |
605.77/608.12	c 608	|   3366630 |    1860    15189    50060 |    50637    24109     18 |  6.533 % |
763.81/766.21	c 766	===============================================================================
763.81/766.21	c 766	restarts              : 25
763.81/766.21	c 766	conflicts             : 4112611        (5396 /sec)
763.81/766.21	c 766	decisions             : 7701062        (1.43 % random) (10104 /sec)
763.81/766.21	c 766	propagations          : 370661837      (486320 /sec)
763.81/766.21	c 766	conflict literals     : 79165162       (29.45 % deleted)
763.81/766.21	c 766	Memory used           : 13.27 MB
763.81/766.21	c 766	CPU time              : 762.176 s
763.81/766.21	c 766	
763.81/766.21	c 766	UNSATISFIABLE
763.81/766.22	c 766	DECODING HOME/temp.out WITH HOME/temp.map
763.81/766.22	c 766	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
763.86/766.30	c 766	Decoding HOME/temp.out
763.86/766.34	s UNSATISFIABLE
763.86/766.34	c 766	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
763.86/766.38	c 766	CPU 763.82 (0.04 0.01 763.78 0.14)
763.86/766.38	c 766	END Wed Jul  2 01:31:14 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035886-1214954307/watcher-1035886-1214954307 -o /tmp/evaluation-result-1035886-1214954307/solver-1035886-1214954307 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1035886-1214954307.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 21268
/proc/meminfo: memFree=1855072/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=12268 CPUtime=0
/proc/21268/stat : 21268 (sugar) R 21266 21268 20410 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1974404777 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 225612364389 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21268/statm: 3067 316 241 3 0 167 0

[startup+0.110326 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 21268
/proc/meminfo: memFree=1855072/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=0.03
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974404777 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.20133 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 21268
/proc/meminfo: memFree=1855072/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=0.03
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974404777 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301336 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 21268
/proc/meminfo: memFree=1855072/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=0.03
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974404777 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701376 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 21268
/proc/meminfo: memFree=1855072/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=0.63
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 956 4725 0 1 3 0 57 3 16 0 1 0 1974404777 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50245 s]
/proc/loadavg: 2.08 2.02 1.92 5/85 21290
/proc/meminfo: memFree=1842568/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=0.63
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 974 4725 0 1 3 0 57 3 15 0 1 0 1974404777 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 797 370 3 0 500 0
[pid=21281] ppid=21268 vsize=5356 CPUtime=0
/proc/21281/stat : 21281 (sh) S 21268 21268 20410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974404846 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21281/statm: 1339 233 193 169 0 50 0
[pid=21282] ppid=21281 vsize=864428 CPUtime=0.79
/proc/21282/stat : 21282 (java) S 21281 21268 20410 0 -1 0 6784 0 1 0 76 3 0 0 18 0 9 0 1974404846 885174272 6034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21282/statm: 216107 6034 2565 9 0 210654 0
[pid=21282/tid=21283] ppid=21281 vsize=864428 CPUtime=0.4
/proc/21282/task/21283/stat : 21283 (java) R 21281 21268 20410 0 -1 64 2709 0 1 0 39 1 0 0 18 0 9 0 1974404847 885174272 6034 996147200 134512640 134550740 4294955952 18446744073709551615 4126488271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21282/tid=21284] ppid=21281 vsize=864428 CPUtime=0.24
/proc/21282/task/21284/stat : 21284 (java) S 21281 21268 20410 0 -1 64 3019 0 0 0 23 1 0 0 16 0 9 0 1974404848 885174272 6034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21282/tid=21285] ppid=21281 vsize=864428 CPUtime=0
/proc/21282/task/21285/stat : 21285 (java) S 21281 21268 20410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974404848 885174272 6034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21282/tid=21286] ppid=21281 vsize=864428 CPUtime=0
/proc/21282/task/21286/stat : 21286 (java) S 21281 21268 20410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1974404848 885174272 6034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21282/tid=21287] ppid=21281 vsize=864428 CPUtime=0
/proc/21282/task/21287/stat : 21287 (java) S 21281 21268 20410 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1974404850 885174272 6034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21282/tid=21288] ppid=21281 vsize=864428 CPUtime=0.12
/proc/21282/task/21288/stat : 21288 (java) S 21281 21268 20410 0 -1 64 363 0 0 0 12 0 0 0 16 0 9 0 1974404850 885174272 6034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21282/tid=21289] ppid=21281 vsize=864428 CPUtime=0
/proc/21282/task/21289/stat : 21289 (java) S 21281 21268 20410 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1974404850 885174272 6034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21282/tid=21290] ppid=21281 vsize=864428 CPUtime=0
/proc/21282/task/21290/stat : 21290 (java) S 21281 21268 20410 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974404850 885174272 6034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883384

[startup+3.10258 s]
/proc/loadavg: 2.08 2.02 1.92 3/77 21292
/proc/meminfo: memFree=1850248/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 15 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=4324 CPUtime=1.34
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 805 0 0 0 134 0 0 0 25 0 1 0 1974404951 4427776 791 996147200 134512640 135127466 4294956272 18446744073709551615 134530973 0 0 4096 3 0 0 0 17 1 0 0
/proc/21292/statm: 1081 791 75 150 0 928 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 23280

[startup+6.30186 s]
/proc/loadavg: 2.08 2.02 1.92 3/77 21292
/proc/meminfo: memFree=1848648/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=5160 CPUtime=4.51
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 1002 0 0 0 451 0 0 0 25 0 1 0 1974404951 5283840 988 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21292/statm: 1290 988 75 150 0 1137 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24116

[startup+12.7024 s]
/proc/loadavg: 2.07 2.02 1.92 3/77 21292
/proc/meminfo: memFree=1847880/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=5688 CPUtime=10.85
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 1161 0 0 0 1085 0 0 0 25 0 1 0 1974404951 5824512 1147 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21292/statm: 1422 1147 75 150 0 1269 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24644

[startup+25.5015 s]
/proc/loadavg: 2.06 2.01 1.92 3/77 21292
/proc/meminfo: memFree=1847176/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=6484 CPUtime=23.52
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 1341 0 0 0 2352 0 0 0 25 0 1 0 1974404951 6639616 1327 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/21292/statm: 1621 1327 75 150 0 1468 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 25440

[startup+51.1017 s]
/proc/loadavg: 2.03 2.01 1.92 3/77 21292
/proc/meminfo: memFree=1846216/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=7176 CPUtime=48.88
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 1514 0 0 0 4888 0 0 0 25 0 1 0 1974404951 7348224 1500 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21292/statm: 1794 1500 75 150 0 1641 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 26132

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 1.92 3/77 21292
/proc/meminfo: memFree=1843784/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=9056 CPUtime=99.61
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 1979 0 0 0 9960 1 0 0 25 0 1 0 1974404951 9273344 1965 996147200 134512640 135127466 4294956272 18446744073709551615 134528025 0 0 4096 3 0 0 0 17 1 0 0
/proc/21292/statm: 2264 1965 75 150 0 2111 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 28012

[startup+162.301 s]
/proc/loadavg: 2.04 2.02 1.93 3/77 21292
/proc/meminfo: memFree=1842184/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=10392 CPUtime=159.04
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 2333 0 0 0 15903 1 0 0 25 0 1 0 1974404951 10641408 2319 996147200 134512640 135127466 4294956272 18446744073709551615 134531118 0 0 4096 3 0 0 0 17 1 0 0
/proc/21292/statm: 2598 2319 75 150 0 2445 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 29348

[startup+222.306 s]
/proc/loadavg: 2.05 2.03 1.93 2/70 21319
/proc/meminfo: memFree=1859008/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=11964 CPUtime=398.41
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 2697 0 0 0 39839 2 0 0 25 0 1 0 1974404951 12251136 2683 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 2991 2683 75 150 0 2838 0
Current children cumulated CPU time (s) 400.03
Current children cumulated vsize (KiB) 30920

[startup+462.301 s]
/proc/loadavg: 2.08 2.04 1.95 3/84 21342
/proc/meminfo: memFree=1841552/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=12100 CPUtime=458.39
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 2750 0 0 0 45837 2 0 0 25 0 1 0 1974404951 12390400 2736 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 3025 2736 75 150 0 2872 0
Current children cumulated CPU time (s) 460.01
Current children cumulated vsize (KiB) 31056

[startup+522.301 s]
/proc/loadavg: 2.17 2.07 1.96 3/84 21342
/proc/meminfo: memFree=1841040/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=12644 CPUtime=518.38
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 2881 0 0 0 51835 3 0 0 25 0 1 0 1974404951 12947456 2867 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 3161 2867 75 150 0 3008 0
Current children cumulated CPU time (s) 520
Current children cumulated vsize (KiB) 31600

[startup+582.302 s]
/proc/loadavg: 2.17 2.09 1.98 3/84 21342
/proc/meminfo: memFree=1840784/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=12776 CPUtime=578.35
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 2919 0 0 0 57832 3 0 0 25 0 1 0 1974404951 13082624 2905 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 3194 2905 75 150 0 3041 0
Current children cumulated CPU time (s) 579.97
Current children cumulated vsize (KiB) 31732

[startup+642.302 s]
/proc/loadavg: 2.06 2.07 1.98 3/84 21342
/proc/meminfo: memFree=1840464/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=13184 CPUtime=638.33
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 3006 0 0 0 63830 3 0 0 25 0 1 0 1974404951 13500416 2992 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 3296 2992 75 150 0 3143 0
Current children cumulated CPU time (s) 639.95
Current children cumulated vsize (KiB) 32140

[startup+702.302 s]
/proc/loadavg: 2.02 2.06 1.98 3/84 21342
/proc/meminfo: memFree=1840016/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=13448 CPUtime=698.31
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 3085 0 0 0 69828 3 0 0 25 0 1 0 1974404951 13770752 3071 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 3362 3071 75 150 0 3209 0
Current children cumulated CPU time (s) 699.93
Current children cumulated vsize (KiB) 32404

[startup+762.301 s]
/proc/loadavg: 2.01 2.05 1.98 3/84 21342
/proc/meminfo: memFree=1839888/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=13584 CPUtime=758.29
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 3108 0 0 0 75826 3 0 0 25 0 1 0 1974404951 13910016 3094 996147200 134512640 135127466 4294956272 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 3396 3094 75 150 0 3243 0
Current children cumulated CPU time (s) 759.91
Current children cumulated vsize (KiB) 32540

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

[startup+764.802 s]
/proc/loadavg: 2.01 2.05 1.98 3/84 21342
/proc/meminfo: memFree=1839888/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=13584 CPUtime=760.79
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 3112 0 0 0 76076 3 0 0 25 0 1 0 1974404951 13910016 3098 996147200 134512640 135127466 4294956272 18446744073709551615 134521750 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 3396 3098 75 150 0 3243 0
Current children cumulated CPU time (s) 762.41
Current children cumulated vsize (KiB) 32540

[startup+765.602 s]
/proc/loadavg: 2.00 2.04 1.98 3/84 21342
/proc/meminfo: memFree=1839888/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=13584 CPUtime=761.59
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 3112 0 0 0 76156 3 0 0 25 0 1 0 1974404951 13910016 3098 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 3396 3098 75 150 0 3243 0
Current children cumulated CPU time (s) 763.21
Current children cumulated vsize (KiB) 32540

[startup+766.002 s]
/proc/loadavg: 2.00 2.04 1.98 3/84 21342
/proc/meminfo: memFree=1839888/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=13584 CPUtime=761.99
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 3112 0 0 0 76196 3 0 0 25 0 1 0 1974404951 13910016 3098 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 3396 3098 75 150 0 3243 0
Current children cumulated CPU time (s) 763.61
Current children cumulated vsize (KiB) 32540

[startup+766.202 s]
/proc/loadavg: 2.00 2.04 1.98 3/84 21342
/proc/meminfo: memFree=1839888/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=1.62
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1031 11851 0 2 3 0 151 8 16 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
[pid=21291] ppid=21268 vsize=5356 CPUtime=0
/proc/21291/stat : 21291 (sh) S 21268 21268 20410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974404951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21291/statm: 1339 232 193 169 0 50 0
[pid=21292] ppid=21291 vsize=13584 CPUtime=762.19
/proc/21292/stat : 21292 (minisat) R 21291 21268 20410 0 -1 4194304 3112 0 0 0 76216 3 0 0 25 0 1 0 1974404951 13910016 3098 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21292/statm: 3396 3098 75 150 0 3243 0
Current children cumulated CPU time (s) 763.81
Current children cumulated vsize (KiB) 32540

[startup+766.302 s]
/proc/loadavg: 2.00 2.04 1.98 3/84 21342
/proc/meminfo: memFree=1839888/2055920 swapFree=4179660/4192956
[pid=21268] ppid=21266 vsize=13600 CPUtime=763.86
/proc/21268/stat : 21268 (sugar) S 21266 21268 20410 0 -1 4194304 1070 15257 0 2 4 1 76369 12 17 0 1 0 1974404777 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21268/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 763.86
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 766.386
CPU time (s): 763.982
CPU user time (s): 763.827
CPU system time (s): 0.154976
CPU usage (%): 99.6862
Max. virtual memory (cumulated for all children) (KiB): 883384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 763.827
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20063
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= 1793
involuntary context switches= 8334

runsolver used 1.06884 second user time and 2.42263 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-02 01:18:27
IDJOB=1035886
IDBENCH=53422
IDSOLVER=346
FILE ID=node31/1035886-1214954307
PBS_JOBID= 7870272
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-4_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035886-1214954307/watcher-1035886-1214954307 -o /tmp/evaluation-result-1035886-1214954307/solver-1035886-1214954307 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1035886-1214954307.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d735a89844d9b44014d09d77c6eb30f0
RANDOM SEED=1231760940

node31.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.232
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.232
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:       1855552 kB
Buffers:         19424 kB
Cached:          92132 kB
SwapCached:       6356 kB
Active:          80632 kB
Inactive:        55092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855552 kB
SwapTotal:     4192956 kB
SwapFree:      4179660 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          30856 kB
Slab:            49376 kB
Committed_AS:  2901528 kB
PageTables:       2040 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= 66552 MiB
End job on node31 at 2008-07-02 01:31:14